Cloak/internal/server/usermanager
Andy Wang 67dba8c8fa
Return empty slices instead of nil for ListAllUsers
2022-01-26 00:57:18 +00:00
..
api.yaml Allow partial json to be POSTed to admin/user/{UID} for only updating select fields 2021-01-05 21:48:02 +00:00
api_router.go POST to /admin/users/{UID} will POST json string directly, rather than being encoded in FormData 2020-10-18 21:21:51 +01:00
api_router_test.go Allow partial json to be POSTed to admin/user/{UID} for only updating select fields 2021-01-05 21:48:02 +00:00
localmanager.go Return empty slices instead of nil for ListAllUsers 2022-01-26 00:57:18 +00:00
localmanager_test.go Allow partial json to be POSTed to admin/user/{UID} for only updating select fields 2021-01-05 21:48:02 +00:00
usermanager.go Allow partial json to be POSTed to admin/user/{UID} for only updating select fields 2021-01-05 21:48:02 +00:00
voidmanager.go Return empty slices instead of nil for ListAllUsers 2022-01-26 00:57:18 +00:00
voidmanager_test.go Allow DatabasePath to be empty if user info database is never used 2020-12-21 15:06:46 +00:00