Commit Graph

16 Commits

Author SHA1 Message Date
693a3a2350 Bump github.com/minio/minio-go/v7 from 7.0.76 to 7.0.77
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.76 to 7.0.77.
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](https://github.com/minio/minio-go/compare/v7.0.76...v7.0.77)

---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 15:31:14 +00:00
f69916af88 Bump gorm.io/gorm from 1.25.10 to 1.25.12
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.10 to 1.25.12.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/compare/v1.25.10...v1.25.12)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 15:50:23 +00:00
a37f29618a Update go.mod 2024-09-20 16:44:15 +07:00
cc00bb4bd8 Merge pull request #57 from fossyy/staging
Update Go version to 1.23.1 and Alpine version to 3.20
2024-09-14 20:55:40 +07:00
b54d0f16a5 Update Go version to 1.23.1 and Alpine version to 3.20 2024-09-14 20:55:14 +07:00
4c532acba0 Merge pull request #53 from fossyy/dependabot/go_modules/golang.org/x/crypto-0.27.0
Bump golang.org/x/crypto from 0.24.0 to 0.27.0
2024-09-13 21:56:59 +07:00
ea50b2269c Bump gorm.io/gorm from 1.25.10 to 1.25.12
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.10 to 1.25.12.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/compare/v1.25.10...v1.25.12)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-13 14:54:30 +00:00
8edcd4e36d Bump golang.org/x/crypto from 0.24.0 to 0.27.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.27.0.
- [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-13 14:54:26 +00:00
16ae5f3bd7 Display user storage usage on the dashboard 2024-09-12 13:52:57 +07:00
b23bf8898b migrate to WebSocket for frontend and backend communication 2024-09-09 21:38:10 +07:00
2c5de2b336 Add Redis support for session and user management 2024-09-08 00:03:43 +07:00
92c8846f57 Add system usage monitoring to admin dashboard 2024-09-03 21:11:49 +07:00
f63c4f7928 Fix unauthorized session termination (#30) 2024-06-20 22:35:30 +07:00
cdc365e89b Implement Totp authentication 2024-06-19 16:23:28 +07:00
5ca6cdd129 Add PostgreSQL as a supported database 2024-04-28 21:52:33 +07:00
2e2fbdf800 Add password validation 2024-04-25 22:51:37 +07:00