Commit Graph

237 Commits

Author SHA1 Message Date
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
bagas c1059072a6 Adding response to 2FA 2024-06-19 21:34:50 +07:00
bagas b890f5442c Improve 2FA setup page design 2024-06-19 18:43:33 +07:00
bagas cdc365e89b Implement Totp authentication 2024-06-19 16:23:28 +07:00
bagas c3948bb1c1 Merge pull request #27 from fossyy/staging
Staging
2024-06-13 17:42:22 +07:00
bagas f82377e5f8 Remove newline from the HTTP request logger 2024-06-13 17:24:13 +07:00
bagas 276d62af3d Add htmx to the project 2024-06-13 17:20:57 +07:00
bagas c5c697a84c Correct a typo 2024-06-13 15:39:13 +07:00
bagas 18224a5f05 Remove unuse route 2024-06-13 15:34:57 +07:00
bagas 635129dfae Merge pull request #26 from fossyy/staging
Improving pages title
2024-05-17 20:16:38 +07:00
bagas fe6c3f7870 Improving pages title 2024-05-17 20:15:32 +07:00
bagas 7c24598cb1 Merge pull request #25 from fossyy/staging
Staging
2024-05-14 11:35:55 +07:00
bagas 43e16f1d79 Handle internal server error using new custom template 2024-05-14 11:35:15 +07:00
bagas 420140918c Add internal server error page 2024-05-13 22:52:00 +07:00
bagas e833d93d91 Merge pull request #24 from fossyy/staging
Remove Google OAuth2 token revocation logic
2024-05-13 17:02:27 +07:00
bagas 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
bagas 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
bagas 74ef3c65e6 Update base.templ 2024-05-13 11:27:12 +07:00
bagas 672d04ecdd Add essential meta tags for improved SEO and site description 2024-05-13 11:12:42 +07:00
bagas 0cd03b1dd0 Update readme.md 2024-05-11 18:01:32 +07:00
bagas 7118268fa9 Merge pull request #22 from fossyy/staging
Optimized PostgreSQL initialization process for smoother deployment setup
2024-05-11 14:51:59 +07:00
bagas 69c1f13f17 Optimized PostgreSQL initialization process for smoother deployment setup 2024-05-11 14:50:14 +07:00
bagas 40fcc08366 Merge pull request #21 from fossyy/staging
Handle Google OAuth2 error on callback
2024-05-07 20:29:57 +07:00
bagas d166628345 Handle Google OAuth2 error on callback 2024-05-07 20:28:22 +07:00
bagas d5fae8f71a Merge pull request #20 from fossyy/staging
Implement file caching for faster retrieval and reduced database load
2024-05-06 21:29:13 +07:00
bagas 3e3e95bef4 Implement file caching for faster retrieval and reduced database load 2024-05-06 21:27:26 +07:00
bagas df4f7cc9c8 Merge pull request #19 from fossyy/staging
Set proper creation timestamp for user sessions
2024-05-05 18:14:24 +07:00
bagas dd0a2afa96 Set proper creation timestamp for user sessions 2024-05-05 18:13:05 +07:00
bagas 546793cd07 Merge pull request #18 from fossyy/staging
Staging
2024-05-05 15:53:29 +07:00
bagas f1d70fc74a Implement session cleanup 2024-05-05 15:27:02 +07:00
bagas dce11e3569 Refactor session code 2024-05-05 14:50:51 +07:00
bagas 19856c328d Merge pull request #17 from fossyy/staging
Separate navbar and footer components for reusability
2024-05-03 10:41:49 +07:00
bagas 22aa8227a4 Separate navbar and footer components for reusability 2024-05-03 10:40:54 +07:00
bagas ede5ef6dad Merge pull request #16 from fossyy/staging
Staging
2024-05-02 23:22:49 +07:00
bagas 71c1f2c56f Improve view for better user accessibility 2024-05-02 23:22:01 +07:00
bagas c9d1037a68 Add CSS minification 2024-05-02 21:23:23 +07:00
bagas a2c6f6ca50 Removed leftover code 2024-05-02 21:14:46 +07:00
bagas 005924e8fe Fixed typos in SignUp and OAuth setup views 2024-05-02 21:13:20 +07:00
bagas bb2540a5c4 Optimize session retrieval and fix Docker timezone issue 2024-05-02 21:02:50 +07:00