Commit graph

434 commits

Author SHA1 Message Date
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
0967ca53dc test(authz): refine authz tests 2022-02-24 22:35:53 +08:00
hexxa
731e4029c9 test(permission): add forceSetPwd permission test 2022-02-23 22:43:09 +08:00
hexxa
d2d269171d test(auth): add permission tests for files and settings api 2022-02-23 22:43:09 +08:00
hexxa
cff87bdddd test(files): add permission tests for basic file operations, with some security fixes 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
dependabot[bot]
1314171a09 chore(deps): bump follow-redirects from 1.14.7 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 13:16:24 +08:00
hexxa
c5b3a8b209 chore(readme): update screenshot 2022-02-12 11:37: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
4299829440 chore(doc): add doc 2022-02-09 21:38:06 +08:00
hexxa
c66f65ab44 chore(readme): update docker script and link to the doc 2022-02-09 21:38:06 +08:00
hexxa
33a269d220 fix(config): use proper var name for arguments 2022-02-09 21:38:06 +08:00
hexxa
755c5703c1 fix(cd): fix docker build failure 2022-02-08 18:49:31 +08:00
hexxa
eb3924e0c5 chore(readme): update docker run command with predefined accounts 2022-02-08 18:34:50 +08:00
hexxa
012df60679 fix(cd): use build-push-action-v2 with default Dockerfile 2022-02-08 18:34:50 +08:00
hexxa
e830611af1 fix(cd): 1.add default user in docker image for avoiding permission issues 2.add demo Dockerfile 2022-02-08 18:34:50 +08:00
hexxa
a5a9939fae chore(doc): update readme and screenshots 2022-01-31 13:01:28 +08:00
hexxa
cccace6f3b chore(readme): update readme 2022-01-31 13:01:28 +08:00
hexxa
79e3f868a5 test(config): test if config can be overwritten in field granularity 2022-01-31 13:01:28 +08:00
hexxa
28d075122d fix(cicd): add back predefined user to docker config 2022-01-29 14:55:44 +08:00
hexxa
39d644931c fix: disable default db name 2022-01-29 14:36:38 +08:00
hexxa
00bbb12843 fix(server/test): add dbPath to configs 2022-01-29 14:36:38 +08:00
hexxa
d0c0b80eff fix(config): change the order of overwriting 2022-01-29 14:36:38 +08:00
hexxa
4d2231b7db test(config): add files for testing 2022-01-29 14:36:38 +08:00
hexxa
8190c6c204 fix(store): remove default db file name 2022-01-29 14:36:38 +08:00
hexxa
4dcb487c85 fix(config): add db config 2022-01-29 14:36:38 +08:00
hexxa
48a239bef2 feat(config): add config loading functions 2022-01-29 14:36:38 +08:00
hexxa
32a003d789 fix(config): add config loading functions and tests, also fix config issues 2022-01-29 14:36:38 +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
b0e280ee70 fix(configs): fine-tune config files 2022-01-29 14:36:38 +08:00
hexxa
595e7ed2e9 chore(readme): update features 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