Commit graph

21 commits

Author SHA1 Message Date
hexxa
060638de3a chore: add initFileIndex config 2022-08-12 20:00:00 +08:00
hexxa
4fbdee0eca feat(config): add search result limit 2022-07-21 22:48:57 +08:00
hexxa
406fce2bad fix(configs): update public path to new place 2022-04-28 22:42:12 +08:00
hexxa
4de972cb11 fix(config): clean up configs and workflows 2022-04-02 17:29:27 +08:00
hexxa
4dcb487c85 fix(config): add db config 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
b0e280ee70 fix(configs): fine-tune config files 2022-01-29 14:36:38 +08:00
hexxa
55ba21b4a5 fix(be/config): incorrect bg value 2022-01-23 18:55:43 +08:00
hexxa
f151f47581 feat(settings): enable background settings 2021-10-10 10:29:48 +08:00
hexxa
961bafa66c feat(server): init site settings from config 2021-10-10 10:29:48 +08:00
hexxa
52c8610271 feat(users): support predefined users 2021-09-17 23:13:49 +08:00
hexxa
3b1508af51 fix(uploader): add error info and fix issues in uploader 2021-09-13 17:47:45 +08:00
hexxa
4a5c68df17 fix(worker): refactor and fix issues of worker 2021-09-13 17:47:45 +08:00
hexxa
1f858ba8b0 chore(fe/be): small fixes 2021-09-13 17:47:45 +08:00
hexxa
97e27b6515 chore(readme): update image 2021-08-30 09:02:49 -05:00
hexxa
c864c2bcb5 fix(configs): incorrect space limit 2021-08-20 09:56:21 -05:00
hexxa
4f388d1a11 fix(cfg/dev): listen at local sock 2021-08-20 09:56:21 -05:00
hexxa
f986015c0b fix(fe/be): clean up and enable quota in ui 2021-08-08 21:32:43 -05:00
Hexxa
1fcb2223a0
feat(be/fe): enable captcha (#69)
* feat(ui): enable captcha

* feat(server): enable captcha

* fix(ui): fix login pane layout

* fix(config): remove unused config and files

* fix(be/fe): clean up code

* chore(fe/be): clean up code
2021-08-07 11:27:24 +08:00
Hexxa
81da97650b
feat(multi-home): enable separated home dir for each user (#64)
* 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
2021-07-25 10:05:36 +08:00
Hexxa
c8a3f911e8
Release 0.3.0 (#37)
* chore(cicd): add build and start script

* fix(client/web): fix fail to reupload same file, avoid default worker

* test(client/web): add case for worker list filtering
2021-01-31 19:37:05 +08:00