Commit Graph

275 Commits

Author SHA1 Message Date
bagas b7ce82ce26 Merge pull request #42 from fossyy/staging
Staging
2024-09-08 20:07:32 +07:00
bagas b46915e46d Adjust Redis data expiration time 2024-09-08 20:07:04 +07:00
bagas 2f34be41e5 Adjust Docker Compose configuration 2024-09-08 20:06:08 +07:00
bagas e57b5a0060 Migrate old cache system to Redis 2024-09-08 20:04:35 +07:00
bagas 3b58270e51 Create main.yml 2024-09-08 17:38:03 +07:00
bagas 445b56fee4 Delete .github/workflows directory 2024-09-08 17:37:43 +07:00
bagas 42de9d723f Create main.yml 2024-09-08 17:35:27 +07:00
bagas 06f6063f4d Delete .github/workflows directory 2024-09-08 17:35:19 +07:00
bagas 913c1f98e7 Create docker-build.yml 2024-09-08 17:33:16 +07:00
bagas dc7060a28a Merge pull request #41 from fossyy/staging
Staging
2024-09-08 17:27:56 +07:00
bagas 6438e1812d Add Redis initialization to main function 2024-09-08 17:25:39 +07:00
bagas 66b1162c53 Add Redis initialization to main function 2024-09-08 17:25:17 +07:00
bagas 595112b9cf Add Redis initialization to main function 2024-09-08 17:25:02 +07:00
bagas ce3e339fdc Merge pull request #40 from fossyy/staging
Staging
2024-09-08 16:44:26 +07:00
bagas 72cb594128 Implement new file upload and download mechanism 2024-09-08 16:43:50 +07:00
bagas 29ab28fd93 Fix session retrieval issue after migrating to Redis cache 2024-09-08 16:41:33 +07:00
bagas 2c5de2b336 Add Redis support for session and user management 2024-09-08 00:03:43 +07:00
bagas d42f4f22a5 Merge pull request #39 from fossyy/staging
Add websocket.js to Docker build
2024-09-03 21:17:59 +07:00
bagas b9ac29d301 Add websocket.js to Docker build 2024-09-03 21:17:18 +07:00
bagas a30385316a Merge pull request #38 from fossyy/staging
Staging
2024-09-03 21:13:47 +07:00
bagas 92c8846f57 Add system usage monitoring to admin dashboard 2024-09-03 21:11:49 +07:00
bagas b9c82fdbd6 Implement HTTP hijacker for switching from HTTP to WebSocket 2024-09-03 21:07:03 +07:00
bagas 713f91c3e9 Merge pull request #37 from fossyy/staging
Staging
2024-09-03 13:47:14 +07:00
bagas d31688e1ba Fix password validation issue during registration 2024-09-03 13:46:28 +07:00
bagas 8b050bc1da Handle error when database connection fails 2024-09-03 13:45:15 +07:00
bagas 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
bagas 541b3be419 fix: resolve issue where submit button was not clickable on forgot password page 2024-08-21 13:23:44 +07:00
bagas e486cecbc8 Merge pull request #35 from fossyy/staging
Staging
2024-08-20 13:28:51 +07:00
bagas 9aff0dbdb1 feat: add initial admin page view with layout and basic components 2024-08-20 13:28:09 +07:00
bagas fa2f4e8a87 refactor: call database functions from app.Server.Database instead of directly from db 2024-08-19 21:02:19 +07:00
bagas 6a183f2c4e feat: add admin page 2024-08-18 14:06:00 +07:00
bagas 653db17b9b Merge pull request #34 from fossyy/staging
Staging
2024-08-18 14:00:58 +07:00
bagas fa52d8242e chore: log error messages to stdout 2024-08-18 13:49:05 +07:00
bagas 2c4811eaac feat: add indication on signup page for at least one uppercase letter requirement 2024-08-18 13:46:01 +07:00
bagas d64a4a587e refactor: update app instance structure to include both mailserver and logger 2024-08-18 13:35:07 +07:00
bagas 7df02c270b refactor: move client page view file to client folder and reorganize file structure 2024-08-18 12:59:19 +07:00
bagas 105749dd73 Merge pull request #33 from fossyy/staging
Add password reset functionality to user dashboard page
2024-07-08 23:09:24 +07:00
bagas 97a9e72d7b Add password reset functionality to user dashboard page 2024-07-08 23:08:45 +07:00
bagas f01407990f Merge pull request #32 from fossyy/staging
Add sitemap.xml
2024-07-05 15:08:26 +07:00
bagas 163d58ecfb Add sitemap.xml 2024-07-05 15:03:55 +07:00
bagas dfa53bc765 Merge pull request #31 from fossyy/staging
Fix unauthorized session termination (#30)
2024-06-20 22:36:25 +07:00
bagas f63c4f7928 Fix unauthorized session termination (#30) 2024-06-20 22:35:30 +07:00
bagas 5c14e43c3c Merge pull request #29 from fossyy/staging
Staging
2024-06-20 18:47:49 +07:00
bagas fd2a7d110a Improve 2FA verification page messaging 2024-06-20 18:46:53 +07:00
bagas 949099124e Add functionality for session termination 2024-06-20 18:15:49 +07:00
bagas b732262dcd Update HTTP route function to new syntax in Go 1.22+ 2024-06-20 17:53:03 +07:00
bagas 8dc94bd5bc Move back button 2024-06-20 17:33:56 +07:00
bagas b9fdb33219 Merge pull request #28 from fossyy/staging
Staging
2024-06-20 08:51:15 +07:00
bagas c5185d5107 Finalize 2FA implementation 2024-06-20 08:49:49 +07:00
bagas 0e16d59df9 Improve 2FA security and user experience 2024-06-19 22:44:01 +07:00