Commit graph

10 commits

Author SHA1 Message Date
hexxa
0cce1bd090 fix(client): remove token from client args 2022-08-12 20:00:00 +08:00
hexxa
48b0ff2df0 fix(clients): fix incorrect client naming 2022-08-06 11:26:18 +08:00
hexxa
21593af444 test(users, settings): add e2e tests for ResetUsedSpace and WorkerQueueLen 2022-03-10 17:59:50 +08:00
hexxa
17b4544487 fix(files): add boltdb store and refactor files handlers 2022-03-05 19:42:29 +08:00
hexxa
731e4029c9 test(permission): add forceSetPwd permission test 2022-02-23 22:43:09 +08:00
hexxa
980bceb090 test: add permission tests - users APIs 2022-02-23 22:43:09 +08:00
hexxa
2497968b82 test(users): add e2e tests for preferences apis 2021-11-03 14:02:21 +08:00
hexxa
4d8a8999a5 fix(db): aggregate store pkgs under db dir 2021-10-10 10:29:48 +08:00
hexxa
c2673cd416 feat(client): support SetUser api 2021-08-27 10:57:09 -05:00
Hexxa
aefaca98b3
feat(admin): enable multi-users (#67)
* feat(userstore): support ListUsers

* feat(userstore): support del users

* feat(multiusers): support list users and delete user apis

* feat(client/web): add new apis to web client

* fix(ui/panes): move each pane out of the container

* feat(ui): add admin pane

* feat(users): support force set password api

* feat(ui/admin-pane): add functions to admin pane

* feat(users): support self API and move uploading folder to home

* fix(users): remove home folder when deleting user

* fix(ui): remove useless function

* feat(ui/panes): hide admin menu if user is not admin

* fix(server/files): list home path is incorrect

* fix(server): 1.listHome return incorrect cwd 2.addUser init folder with incorrect uid 3.check ns before using

* test(server): add regression test cases

* test(users, files): add e2e test for concurrent operations

* fix(test): clean ups
2021-07-31 10:59:33 +08:00
Renamed from src/client/singleuser.go (Browse further)