Commit graph

135 commits

Author SHA1 Message Date
hexxa
f95a611204 feat(rdb): add sqlite as a dependency 2022-09-25 12:14:55 +08:00
hexxa
d0a8a6d43a test(server: add rounds for concurrency test 2022-08-26 20:24:59 +08:00
hexxa
a36ef5f98f test(files): add mockClient 2022-08-24 19:43:36 +08:00
hexxa
d293ed52cc test(server): add basic benchmark test 2022-08-24 19:43:36 +08:00
hexxa
aeb9d26bbd feat(server): add flag for skipping indexing in launching 2022-08-12 20:00:00 +08:00
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
f0293fbc4c fix(server): restore and persist file index 2022-07-30 20:58:18 +08:00
hexxa
302d3a6af8 fix(files/search): enable searching by multiple keywords 2022-07-30 20:58:18 +08:00
hexxa
fd46d7b816 feat(server): add reindexing API with tests 2022-07-24 19:58:18 +08:00
hexxa
fc653d1c15 fix(server/test): enable files api tests 2022-07-24 19:58:18 +08:00
hexxa
bd2e831a5d test(server/search): add tests for searching 2022-07-23 23:03:21 +08:00
hexxa
826d472a96 feat(files): add search API and tests 2022-07-23 23:03:21 +08:00
hexxa
dff79ed87f feat(dep/fileindex): enable fileindex in file managing 2022-07-21 22:48:57 +08:00
hexxa
cf30f8db60 fix(server): db folder is not created correctly 2022-05-14 11:16:10 +08:00
hexxa
2e426bb1f1 fix(config): make builtin config can be used out of box 2022-05-06 22:40:13 +08:00
hexxa
d7263cc3c8 fix(embed_fs): enable embed fs for prod 2022-04-28 22:42:12 +08:00
hexxa
20b7cdaa7f fix(e2e_test): test site name is too long 2022-04-16 12:00:48 +08:00
hexxa
7e5f3995b4 fix: use theme background as default 2022-04-11 21:25:11 +08:00
hexxa
71ea41cb07 fix(test): fix config loading test failure 2022-04-09 21:21:42 +08:00
hexxa
1694e9026b fix: enable allowSetBg in be 2022-04-09 21:21:42 +08:00
hexxa
0e77cfe335 fix(files): disable auto renaming and clean path from request 2022-04-03 20:19:13 +08:00
hexxa
4de972cb11 fix(config): clean up configs and workflows 2022-04-02 17:29:27 +08:00
hexxa
2f6aa33108 fix(configs): refactor config loader to read default, db, configs, args in order 2022-04-02 17:29:27 +08:00
hexxa
41827f20c0 fix(fileinfo_store): refactor file info store 2022-03-26 13:11:38 +08:00
hexxa
d65f1c4356 fix(userstore): enable strict user checking 2022-03-26 13:11:38 +08:00
hexxa
b7609e6c06 fix(user_store): add checking and move some common vars 2022-03-26 13:11:38 +08:00
hexxa
c3a3b2dc5b fix(site_store): refactor site store 2022-03-26 13:11:38 +08:00
hexxa
b4dc30f824 fix(sitestore): clean up sitestore for refactoring 2022-03-26 13:11:38 +08:00
hexxa
9ff28ecce4 fix(files): sharing root folder is not allowed 2022-03-20 21:05:59 +08:00
hexxa
95e5be092a feat(users): support avatar, email and bgColor in fe 2022-03-20 21:05:59 +08:00
hexxa
817ced61de feat(db/userstore): add avatar, email, bgColor to user profile 2022-03-20 21:05:59 +08:00
hexxa
01e07273a6 feat(users): add theme to preferences 2022-03-20 21:05:59 +08:00
hexxa
21593af444 test(users, settings): add e2e tests for ResetUsedSpace and WorkerQueueLen 2022-03-10 17:59:50 +08:00
hexxa
4dcd2c56ca feat(users) add async handler for reset used space 2022-03-10 17:59:50 +08:00
hexxa
e05ef9b5fd fix(db): structs are not imported 2022-03-05 19:42:29 +08:00
hexxa
062d697841 fix(files): used space not updated after deleting folder 2022-03-05 19:42:29 +08:00
hexxa
406f908d9e fix(files): incorrect delete folder operation order 2022-03-05 19:42:29 +08:00
hexxa
652adba4ad test(files): add move folder test and clean code 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
044cdea1d4 fix(files): refactor upload mgr as upload info store 2022-03-05 19:42:29 +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
33a269d220 fix(config): use proper var name for arguments 2022-02-09 21:38:06 +08:00
hexxa
012df60679 fix(cd): use build-push-action-v2 with default Dockerfile 2022-02-08 18:34:50 +08:00
hexxa
79e3f868a5 test(config): test if config can be overwritten in field granularity 2022-01-31 13:01:28 +08:00
hexxa
39d644931c fix: disable default db name 2022-01-29 14:36:38 +08:00