summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal/profiles_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-10types/persist: add AttestationKey (#17281)Patrick O'Doherty1-0/+1
2025-09-29feature/clientupdate: move clientupdate to a modular feature, disabled for tsnetBrad Fitzpatrick1-2/+3
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl1-12/+13
2025-04-25feature,ipn/ipnlocal: add profileManager.StateChangeHookNick Khyl1-0/+533
2025-04-10ipn, ipn/ipnlocal: reduce coupling between LocalBackend/profileManager and th...Nick Khyl1-6/+6
2025-02-10ipn/ipnlocal: fix (*profileManager).DefaultUserProfileID for users other than...Nick Khyl1-2/+2
2025-01-30ipn: generate LoginProfileView and use it instead of *LoginProfile where appr...Nick Khyl1-22/+22
2024-08-28ipn/ipnlocal: refactor and cleanup profileManagerNick Khyl1-6/+2
2024-05-20various: disable stateful filtering by default (#12197)Andrew Lytvynov1-86/+0
2024-05-07ipn/ipnlocal: set default NoStatefulFiltering in ipn.NewPrefs (#12031)Andrew Lytvynov1-1/+14
2024-05-06various: implement stateful firewalling on Linux (#12025)Andrew Lytvynov1-0/+86
2024-05-03ipn/ipnlocal: plumb health.Tracker into profileManager constructorAndrew Dunham1-11/+12
2024-04-22ipn/ipnlocal: reset auto-updates if unsupported on profile load (#11838)Andrew Lytvynov1-0/+23
2023-11-17ipn/ipnlocal,cmd/tailscale: persist tailnet name in user profileMarwan Sulaiman1-5/+5
2023-09-18ipn/ipnlocal: add tailnet MagicDNS name to ipn.LoginProfileSonia Appasamy1-5/+5
2023-08-28types/logger: add AsJSONBrad Fitzpatrick1-5/+0
2023-08-08ipn/ipnlocal: fix profile duplicationMaisem Ali1-12/+3
2023-08-08ipn/ipnlocal: add test to find issues with profile duplicationMaisem Ali1-10/+187
2023-08-08types/persist: drop duplicated Persist.LoginNameMaisem Ali1-4/+0
2023-04-26ipn/ipnlocal: reenable profile tests on WindowsJames Tucker1-20/+12
2023-04-14.github/workflows: reenable Windows CI, disable broken testsJames Tucker1-0/+15
2023-02-06ipn/ipnlocal: use presence of NodeID to identify loginsMaisem Ali1-0/+2
2023-01-30ipn/ipnlocal: drop not required StateKey parameterMaisem Ali1-9/+9
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-04ipn/profiles: set default prefs based on Windows registry (#6803)Kristoffer Dalby1-8/+8
2022-11-30ipn/ipnlocal: account for ControlURL when merging profilesMaisem Ali1-2/+9
2022-11-25ipn/ipnlocal,ipnserver: rename {,Set}CurrentUser to {,Set}CurrentUserIDMaisem Ali1-12/+12
2022-11-23ipn/ipnlocal: handle case when selected profile is deletedMaisem Ali1-0/+56
2022-11-22ipn/ipnlocal: account for currentUserID when iterating over knownProfilesMaisem Ali1-0/+70
2022-11-18ipn/ipnlocal: handle untagging nodes betterMaisem Ali1-6/+27
2022-11-17ipn/ipnlocal: prevent duplicate profiles of the same userMaisem Ali1-3/+39
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali1-0/+221