dependabot[bot]
1257250d3c
chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 22:47:34 +08:00
dependabot[bot]
9674091994
chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1
...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases )
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-30 19:44:23 +08:00
dependabot[bot]
446ae87715
chore(deps): bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0
...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin ) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/gin-gonic/gin/releases )
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gin-gonic/gin/compare/v1.8.2...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-06 10:41:25 +08:00
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
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
f95a611204
feat(rdb): add sqlite as a dependency
2022-09-25 12:14:55 +08:00
hexxa
5c1d512a95
chore(deps): add randstr
2022-07-30 20:58:18 +08:00
hexxa
23067cad81
feat(dep): add fsearch for file searching
2022-07-12 22:57:58 +08:00
hexxa
24f1516fd5
feat(fileindex): add file index top dependencies
2022-06-23 20:57:30 +08:00
hexxa
0962ddb57c
feat(cron): add cron scheduler
2022-05-24 20:54:31 +08:00
hexxa
cbdda1d231
chore(go.mod): upgrade golang version
2022-04-28 22:42:12 +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
86b2672b01
chore(deps): clean up dependencies
2022-04-02 17:29:27 +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
69b9b3d5fa
fix(go): tidy go mod to resolve cve alert
2021-12-22 20:58:53 +08:00
hexxa
1b0bf9c5fd
fix(files): fix fd closing issue
2021-09-16 21:31:26 +08:00
hexxa
04b39eff03
fix(server): use gocfg to get port
2021-09-14 16:38:40 +08:00
hexxa
8eac11afda
chore(deps): upgrade gin to 1.7.3
2021-08-13 05:00:09 -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
8b5a80f766
fix(server/files): fix Content-Disposition is not set ( #46 )
...
* fix(server/files): fix Content-Disposition is not set
* test(header): check content disposition header
2021-04-21 11:38:59 +08:00
Hexxa
9b2157ac6a
feat(log): tee logs to file and stdout ( #42 )
2021-03-06 10:44:24 +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
hexxa
0265baf1b1
test(files, users): add e2e test and fix issues
2020-12-10 22:22:38 +08:00
hexxa
b065684a47
fix(go.mod): fix replaces
2020-12-06 20:00:43 +08:00
hexxa
57124451ad
feat(singleuser): add setpwd api
2020-12-05 22:12:49 +08:00
hexxa
4d6e7ff938
fix(singleuser): fix bugs in single user handlers
2020-12-05 22:00:20 +08:00
hexxa
83100007e3
feat(qs2) add qs2 framework
2020-12-05 10:30:03 +08:00
hexxa
6ae65fe09b
feat(server, handler): add server and handler stubs
2020-11-26 20:24:18 +08:00