Commit Graph

255 Commits

Author SHA1 Message Date
92c8846f57 Add system usage monitoring to admin dashboard 2024-09-03 21:11:49 +07:00
b9c82fdbd6 Implement HTTP hijacker for switching from HTTP to WebSocket 2024-09-03 21:07:03 +07:00
713f91c3e9 Merge pull request #37 from fossyy/staging
Staging
2024-09-03 13:47:14 +07:00
d31688e1ba Fix password validation issue during registration 2024-09-03 13:46:28 +07:00
8b050bc1da Handle error when database connection fails 2024-09-03 13:45:15 +07:00
c39839efaf Merge pull request #36 from fossyy/staging
fix: resolve issue where submit button was not clickable on forgot password page
2024-08-21 13:24:58 +07:00
541b3be419 fix: resolve issue where submit button was not clickable on forgot password page 2024-08-21 13:23:44 +07:00
e486cecbc8 Merge pull request #35 from fossyy/staging
Staging
2024-08-20 13:28:51 +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
6a183f2c4e feat: add admin page 2024-08-18 14:06:00 +07:00
653db17b9b Merge pull request #34 from fossyy/staging
Staging
2024-08-18 14:00:58 +07:00
fa52d8242e chore: log error messages to stdout 2024-08-18 13:49:05 +07:00
2c4811eaac feat: add indication on signup page for at least one uppercase letter requirement 2024-08-18 13:46:01 +07:00
d64a4a587e refactor: update app instance structure to include both mailserver and logger 2024-08-18 13:35:07 +07:00
7df02c270b refactor: move client page view file to client folder and reorganize file structure 2024-08-18 12:59:19 +07:00
105749dd73 Merge pull request #33 from fossyy/staging
Add password reset functionality to user dashboard page
2024-07-08 23:09:24 +07:00
97a9e72d7b Add password reset functionality to user dashboard page 2024-07-08 23:08:45 +07:00
f01407990f Merge pull request #32 from fossyy/staging
Add sitemap.xml
2024-07-05 15:08:26 +07:00
163d58ecfb Add sitemap.xml 2024-07-05 15:03:55 +07:00
dfa53bc765 Merge pull request #31 from fossyy/staging
Fix unauthorized session termination (#30)
2024-06-20 22:36:25 +07:00
f63c4f7928 Fix unauthorized session termination (#30) 2024-06-20 22:35:30 +07:00
5c14e43c3c Merge pull request #29 from fossyy/staging
Staging
2024-06-20 18:47:49 +07:00
fd2a7d110a Improve 2FA verification page messaging 2024-06-20 18:46:53 +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
8dc94bd5bc Move back button 2024-06-20 17:33:56 +07:00
b9fdb33219 Merge pull request #28 from fossyy/staging
Staging
2024-06-20 08:51:15 +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
b890f5442c Improve 2FA setup page design 2024-06-19 18:43:33 +07:00
cdc365e89b Implement Totp authentication 2024-06-19 16:23:28 +07:00
c3948bb1c1 Merge pull request #27 from fossyy/staging
Staging
2024-06-13 17:42:22 +07:00
f82377e5f8 Remove newline from the HTTP request logger 2024-06-13 17:24:13 +07:00
276d62af3d Add htmx to the project 2024-06-13 17:20:57 +07:00
c5c697a84c Correct a typo 2024-06-13 15:39:13 +07:00
18224a5f05 Remove unuse route 2024-06-13 15:34:57 +07:00
635129dfae Merge pull request #26 from fossyy/staging
Improving pages title
2024-05-17 20:16:38 +07:00
fe6c3f7870 Improving pages title 2024-05-17 20:15:32 +07:00
7c24598cb1 Merge pull request #25 from fossyy/staging
Staging
2024-05-14 11:35:55 +07:00
43e16f1d79 Handle internal server error using new custom template 2024-05-14 11:35:15 +07:00
420140918c Add internal server error page 2024-05-13 22:52:00 +07:00
e833d93d91 Merge pull request #24 from fossyy/staging
Remove Google OAuth2 token revocation logic
2024-05-13 17:02:27 +07:00
74aae18fee Remove Google OAuth2 token revocation logic; tokens expire naturally over time, eliminating the need for manual revocation 2024-05-13 16:56:19 +07:00
e05effb9ac Merge pull request #23 from fossyy/staging
Add essential meta tags for improved SEO and site description
2024-05-13 11:31:39 +07:00
74ef3c65e6 Update base.templ 2024-05-13 11:27:12 +07:00
672d04ecdd Add essential meta tags for improved SEO and site description 2024-05-13 11:12:42 +07:00
0cd03b1dd0 Update readme.md 2024-05-11 18:01:32 +07:00
7118268fa9 Merge pull request #22 from fossyy/staging
Optimized PostgreSQL initialization process for smoother deployment setup
2024-05-11 14:51:59 +07:00