Commit Graph

23 Commits

Author SHA1 Message Date
b246d85fac feat: add file visibility toggle for files 2024-09-15 23:59:19 +07:00
eee047a9b0 feat: create new file page with improved UI, combine upload and download functionality 2024-09-15 17:24:18 +07:00
b23bf8898b migrate to WebSocket for frontend and backend communication 2024-09-09 21:38:10 +07:00
92c8846f57 Add system usage monitoring to admin dashboard 2024-09-03 21:11:49 +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
97a9e72d7b Add password reset functionality to user dashboard page 2024-07-08 23:08:45 +07:00
163d58ecfb Add sitemap.xml 2024-07-05 15:03:55 +07:00
949099124e Add functionality for session termination 2024-06-20 18:15:49 +07:00
b732262dcd Update HTTP route function to new syntax in Go 1.22+ 2024-06-20 17:53:03 +07:00
c5185d5107 Finalize 2FA implementation 2024-06-20 08:49:49 +07:00
0e16d59df9 Improve 2FA security and user experience 2024-06-19 22:44:01 +07:00
c1059072a6 Adding response to 2FA 2024-06-19 21:34:50 +07:00
cdc365e89b Implement Totp authentication 2024-06-19 16:23:28 +07:00
18224a5f05 Remove unuse route 2024-06-13 15:34:57 +07:00
420140918c Add internal server error page 2024-05-13 22:52:00 +07:00
e8e5ce7bd5 Refactor session handling: Move session checking to session.go 2024-05-01 12:37:00 +07:00
65a6538b95 Implement user setup for Google OAuth2 unregistered users 2024-04-30 17:16:56 +07:00
da31733dcc Implement Google OAuth2 2024-04-30 15:16:33 +07:00
5cf1aacf23 Refactor codebase and removed leftover development code 2024-04-27 16:07:07 +07:00
c43fd0232e Refactor session package for better structure and naming conventions 2024-04-26 20:33:34 +07:00
769bffe6ff Added functionality to user page 2024-04-26 15:45:54 +07:00
2e2fbdf800 Add password validation 2024-04-25 22:51:37 +07:00