Commit graph

596 commits

Author SHA1 Message Date
dependabot[bot]
259318a346 chore(deps): bump golang.org/x/net from 0.6.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 20:59:26 +08:00
hexxa
d84ce95799 chore(readme): update backward compatibility status 2023-03-05 10:53:38 +08:00
hexxa
3b320cd7d3 fix(db): open sqlite with correct driver 2023-03-05 10:53:38 +08:00
dependabot[bot]
b0c8aa284e chore(deps): bump loader-utils from 2.0.2 to 2.0.4
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-11 13:58:12 +08:00
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