Commit Graph

18 Commits

Author SHA1 Message Date
db79d77d13 Add file download count tracking 2024-09-15 17:58:13 +07:00
16ae5f3bd7 Display user storage usage on the dashboard 2024-09-12 13:52:57 +07:00
72cb594128 Implement new file upload and download mechanism 2024-09-08 16:43:50 +07:00
2c5de2b336 Add Redis support for session and user management 2024-09-08 00:03:43 +07:00
8b050bc1da Handle error when database connection fails 2024-09-03 13:45:15 +07:00
9aff0dbdb1 feat: add initial admin page view with layout and basic components 2024-08-20 13:28:09 +07:00
fa2f4e8a87 refactor: call database functions from app.Server.Database instead of directly from db 2024-08-19 21:02:19 +07:00
cdc365e89b Implement Totp authentication 2024-06-19 16:23:28 +07:00
69c1f13f17 Optimized PostgreSQL initialization process for smoother deployment setup 2024-05-11 14:50:14 +07:00
d166628345 Handle Google OAuth2 error on callback 2024-05-07 20:28:22 +07:00
3e3e95bef4 Implement file caching for faster retrieval and reduced database load 2024-05-06 21:27:26 +07:00
bf0d01ffdf Added docker-compose configuration 2024-04-29 15:08:21 +07:00
994b1faacf Fix MySQL syntax error 2024-04-28 22:57:01 +07:00
e6344743d5 Separate run command from main function 2024-04-28 22:26:53 +07:00
5ca6cdd129 Add PostgreSQL as a supported database 2024-04-28 21:52:33 +07:00
b4f303463d Separate database initialization into NewMYSQLdb function 2024-04-28 20:49:41 +07:00
5cf1aacf23 Refactor codebase and removed leftover development code 2024-04-27 16:07:07 +07:00
2e2fbdf800 Add password validation 2024-04-25 22:51:37 +07:00