Commit graph

284 commits

Author SHA1 Message Date
hexxa
d022ea064d fix(uploadings_panel): normalize styles and clean up 2022-03-20 21:05:59 +08:00
hexxa
e013acadfe feat(fe/layout): add columns layout 2022-03-20 21:05:59 +08:00
hexxa
7c1bc34c48 fix(fe): normalize classnames 2022-03-20 21:05:59 +08:00
hexxa
4601ed9f77 fix(style): remove float-l 2022-03-20 21:05:59 +08:00
hexxa
ffe3922916 fix(panel_files): add column layout as the only view 2022-03-20 21:05:59 +08:00
hexxa
1b4dec878b fix(root_frame): clean up styles 2022-03-20 21:05:59 +08:00
hexxa
73f3cb2da6 fix(uploader): don't need to refresh files list after uploading status changing 2022-03-11 17:25:20 +08:00
hexxa
8c508c517f fix(fe): hotkeys should not be enabled when component is not active 2022-03-10 17:59:50 +08:00
hexxa
097b94d1ed feat(fe/management): add reset used space button for users 2022-03-10 17:59:50 +08:00
hexxa
21593af444 test(users, settings): add e2e tests for ResetUsedSpace and WorkerQueueLen 2022-03-10 17:59:50 +08:00
hexxa
d4b41cc401 fix(fe/upload_mgr): restarted tasks are in Created state 2022-03-05 19:42:29 +08:00
hexxa
17b4544487 fix(files): add boltdb store and refactor files handlers 2022-03-05 19:42:29 +08:00
hexxa
e5728aa96c fix: remove comments 2022-03-05 19:42:29 +08:00
hexxa
68c4949f2e fix(fe/tests): fix test failures, use 403 instead of 401 2022-02-27 18:51:48 +08:00
hexxa
3be9343e52 fix(fe/state_updater): 1.disable syncing remote in deleting uploading to avoid lost uploading 2.fix incorrect ret code 3.move getCpatchaID out of initAuth 2022-02-27 18:51:48 +08:00
hexxa
e43ea8507c fix(user_store): add a work around for calculating used space 2022-02-27 18:51:48 +08:00
hexxa
73a6dfe4ae fix(fe/panel_uploading): add delete button for stopped uploadings and create uploading files asap 2022-02-27 18:51:48 +08:00
hexxa
662b06a94b fix(fe/panel_uploadings): enable sorting after refreshing 2022-02-27 18:51:48 +08:00
hexxa
7831aa7de5 fix(fe/panels): sort entries in refreshing 2022-02-27 18:51:48 +08:00
hexxa
6bd5343673 fix(fe/panels): remove redundant code 2022-02-27 18:51:48 +08:00
hexxa
05d8adb6d5 fix(fe/panels): replace rows built-in sorting with common sorting 2022-02-27 18:51:48 +08:00
hexxa
4896fd47fc fix(fe/state_updater): captcha is not loaded if the token is expired 2022-02-27 18:51:48 +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
7473d5ce5d fix(fe/sorting): move sorting function to common 2022-02-23 22:43:09 +08:00
hexxa
de3476dbad feat(fe/panel_files): enable hotkeys for deleting and moving 2022-02-23 22:43:09 +08:00
hexxa
ecb35e2de1 fix(fe/state_mgr): auto refresh is not applied 2022-02-23 22:43:09 +08:00
hexxa
b2fb036a13 feat(fe/panels): enable refreshing for files and sharing panel 2022-02-12 11:37:09 +08:00
hexxa
52969eebe6 feat(fe/cron): add cron table 2022-02-12 11:37:09 +08:00
hexxa
43f6ff61dc feat(fe/hotkeys): enable hotkeys for components 2022-02-12 11:37:09 +08:00
hexxa
b06824ebf3 feat(fe/pane_login): login on enter keydown 2022-02-12 11:37:09 +08:00
hexxa
0cff932343 fix(fe/uploadings): disable button when uploading is stopped or error found 2022-02-12 11:37:09 +08:00
hexxa
67da1ea0eb fix(settings): add captchaEnabled switch to client config 2022-01-29 14:36:38 +08:00
hexxa
99b424ee2a fix(fe): enable captcha at user level 2022-01-29 14:36:38 +08:00
hexxa
b6cee897e1 feat(fe/panel_files): enable endpoint for admin 2022-01-29 14:36:38 +08:00
hexxa
75c6f06a6d fix: fails to upload empty file 2022-01-29 14:36:38 +08:00
hexxa
ae03e8c95c test(fe/state_mgr): add test for visitor initing 2022-01-29 14:36:38 +08:00
hexxa
65da92aece fix(state_updater): share is not enabled, move to initControls 2022-01-23 18:55:43 +08:00
hexxa
ce389b6154 fix(fe/state_updater): sharingCtrl is not set before initCwd 2022-01-23 18:55:43 +08:00
hexxa
55f45b6c57 fix(fe/login): login dialog small fixes 2022-01-23 18:55:43 +08:00
hexxa
b1accfdbee fix(fe/login): refine login dialog 2022-01-23 18:55:43 +08:00
hexxa
dd6e229fce fix(fe): enable loading icon 2022-01-23 18:55:43 +08:00
hexxa
5a11463386 feat(fe): enable loading during waiting 2022-01-23 18:55:43 +08:00
hexxa
2904d03bdb feat(fe/loading): introduce loading layer 2022-01-23 18:55:43 +08:00
hexxa
f06c5f5a7d fix(fe): update query params and refactor initAll 2022-01-23 18:55:43 +08:00
hexxa
8165c70bcb test(fe): use jest mock 2022-01-23 18:55:43 +08:00
hexxa
40c1d81d58 test(fe): add jest mocked clients 2022-01-23 18:55:43 +08:00
hexxa
81d375eafe fix(fe/login): add extInfo to login props 2022-01-23 18:55:43 +08:00
hexxa
68c011694a fix(fe/panel_files): remove detail info in the table view 2022-01-16 13:16:01 +08:00
hexxa
f7506b6ffa fix(panel_sharing): use correct term 2022-01-16 13:16:01 +08:00