* 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
* feat(files): make files service supporting home dir
* fix(files): add path access control and avoid redirecting path in the backend
* feat(files): add ListHome API
* fix(server): fix access control issues
* feat(client/web): support multi-home
* feat(server): cleanup
* fix(server): failed to init admin folder
* fix(fs/local): remove O_APPEND for write_at
* fix(files): clean download api
* chore(workflows): add manual dispatch for docker
* test(files): close fd in the progress of uploading
* feat(client/web): add upload mgr
* feat(uploader): move uploader to worker
* feat(upload_mgr): use native worker for uploading
* fix(upload_mgr): fix uploading stop not working
* chore(client/web): cleanups
* test(upload.worker): add unit test for upload.worker
* feat(worker): add foreground upload worker
* chore(uploader): turn down the speedup
* fix(uploader, files/handlers): fix incorrect unlock, catch and check after calling api
* fix(uploader): fix uploader test
* feat(files): add uploadings api
* fix(files): register uploading handlers to api
Co-authored-by: Jia He <jiah@nvidia.com>