Commit graph

113 commits

Author SHA1 Message Date
hexxa
1b39b7ebf7 fix(server): e2e tests fails because db interface is updated 2022-10-11 19:43:47 +08:00
hexxa
02740bae37 fix: remove bolt db stores 2022-09-25 12:14:55 +08:00
hexxa
61757aff4a fix(server): skip initing users if inited 2022-09-25 12:14:55 +08:00
hexxa
4f6683de03 fix(server): 1.replace bolt with sqlite in config 2.add hardcoded listing roles 2022-09-25 12:14:55 +08:00
hexxa
df5c820c68 fix(files): add location to file info 2022-09-25 12:14:55 +08:00
hexxa
ce77eb7534 test(server): fix bugs and tests 2022-09-25 12:14:55 +08:00
hexxa
085a3e4e10 feat(handlers): replace boltdb with sqlite in handlers 2022-09-25 12:14:55 +08:00
hexxa
59a39efc4a feat(db): enable sqlite for storing users 2022-09-25 12:14:55 +08:00
hexxa
cb478ca266 chore(single_user): delete single user handlers 2022-08-26 20:24:59 +08:00
hexxa
cc9355d630 fix(files): avoid overwriting lock failed error 2022-08-20 10:45:41 +08:00
hexxa
f0293fbc4c fix(server): restore and persist file index 2022-07-30 20:58:18 +08:00
hexxa
dbb1ce65ef feat(ui/files_pane): enable file/folder searching 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
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
d7263cc3c8 fix(embed_fs): enable embed fs for prod 2022-04-28 22:42:12 +08:00
hexxa
c202911fc8 fix: check length of site name and site description 2022-04-16 12:00:48 +08:00
hexxa
f55581efb8 feat(pane_admin): enable some site settings in fe 2022-04-09 21:21:42 +08:00
hexxa
1694e9026b fix: enable allowSetBg in be 2022-04-09 21:21:42 +08:00
hexxa
40cce63350 fix: tiny formatting and style fix 2022-04-05 18:23:33 +08:00
hexxa
0e77cfe335 fix(files): disable auto renaming and clean path from request 2022-04-03 20:19:13 +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
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
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
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
693886f988 fix(files): add work around for calculating the used space 2022-03-05 19:42:29 +08:00
hexxa
0967ca53dc test(authz): refine authz tests 2022-02-24 22:35:53 +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
67da1ea0eb fix(settings): add captchaEnabled switch to client config 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
f06c5f5a7d fix(fe): update query params and refactor initAll 2022-01-23 18:55:43 +08:00
hexxa
a378296980 feat(be/files): enable shareID for sharing APIs 2022-01-16 13:16:01 +08:00
hexxa
963f5b199a fix(users): visitor user can not be deleted 2022-01-14 11:32:58 +08:00
hexxa
a922ff30fc fix(users): err is nil if token is expired in checking token failure 2022-01-10 10:59:13 +08:00
hexxa
ff5e6db140 fix(fe/worker): refactor fe uploading functions to improve robustness 2022-01-06 11:21:27 +08:00
hexxa
711a3a874f feat(error_reporting): integrate error reporting 2021-12-30 10:49:41 +08:00
hexxa
7577fb0ace feat(be/settings): add api for reporting client error 2021-12-30 10:49:41 +08:00
hexxa
e4e53b15f2 test(topbar): add test for topbar 2021-12-12 15:12:42 +08:00
hexxa
769ddb078a fix(userstore): use copy of default preferences 2021-11-07 13:13:42 +08:00
hexxa
6b0d0f4337 test(users): add test for checking inited users 2021-11-03 14:02:21 +08:00
hexxa
2497968b82 test(users): add e2e tests for preferences apis 2021-11-03 14:02:21 +08:00