Commit graph

592 commits

Author SHA1 Message Date
hexxa
f805fd0eb8 fix(cd): remove demo and staging workflows 2023-02-11 13:44:26 +08:00
hexxa
163eb104b6 fix(dep): upgrade gin to v1.8.2 2023-02-11 13:44:26 +08:00
hexxa
cc7840516d fix(db): migrate to modernc sqlite driver 2023-02-11 13:44:26 +08:00
hexxa
dd3ef8f908 feat(rdb): add base store implementation 2022-10-11 19:43:47 +08:00
hexxa
c1546181c1 fix(rdb): use base store implementation for sqlite store 2022-10-11 19:43:47 +08:00
hexxa
1b39b7ebf7 fix(server): e2e tests fails because db interface is updated 2022-10-11 19:43:47 +08:00
hexxa
2b50c84273 fix(rdb): add id column for file info, sharing info tables 2022-10-11 19:43:47 +08:00
hexxa
033c2bc316 fix(ci): update go docker version 2022-09-25 12:14:55 +08:00
hexxa
42ad19257c test(server): add init tests 2022-09-25 12:14:55 +08:00
hexxa
02740bae37 fix: remove bolt db stores 2022-09-25 12:14:55 +08:00
hexxa
f637781d4d fix(server): fix config test 2022-09-25 12:14:55 +08:00
hexxa
b54275771e fix(server): add initer 2022-09-25 12:14:55 +08:00
hexxa
becfa688aa fix(server): clean up handlers initing 2022-09-25 12:14:55 +08:00
hexxa
81e97bdd55 fix(db): add sqlite store back with some fixes 2022-09-25 12:14:55 +08:00
hexxa
5cae5be837 feat(db): add default rdb layer 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
d97451653e fix(sqlite): add indexes and unique constraint 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
b226bc6f9f fix(db): db interfaces should be updated in tests 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
4265ab593e fix(config): remove rdb config 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
791848f75c feat(db): replace boltdb with sqlite 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
f95a611204 feat(rdb): add sqlite as a dependency 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
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
86a29d632c chore: remove gitter badge from the readme 2022-08-22 22:11:46 +08:00
hexxa
cc9355d630 fix(files): avoid overwriting lock failed error 2022-08-20 10:45:41 +08:00
hexxa
f68b5532ec chore: use gif 2022-08-17 20:39:25 +08:00
hexxa
24b1cc05cc chore(readme): add video 2022-08-17 20:39:25 +08:00
hexxa
060638de3a chore: add initFileIndex config 2022-08-12 20:00:00 +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
6cc99312bf chore(readme): update readme 2022-08-06 11:26:18 +08:00
hexxa
349eec92c0 feat(ui/admin): add reindex button 2022-08-06 11:26:18 +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
591b50c51f fix(ui/state_upDATER): clear file and info when not found 2022-07-30 20:58:18 +08:00
hexxa
5c1d512a95 chore(deps): add randstr 2022-07-30 20:58:18 +08:00
hexxa
f68a21792c test(fileindex): fix issues and add tests 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
9510d6e730 feat(ui/clients): add search, reindex in client 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