Commit Graph

261 Commits

Author SHA1 Message Date
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
69c1f13f17 Optimized PostgreSQL initialization process for smoother deployment setup 2024-05-11 14:50:14 +07:00
40fcc08366 Merge pull request #21 from fossyy/staging
Handle Google OAuth2 error on callback
2024-05-07 20:29:57 +07:00
d166628345 Handle Google OAuth2 error on callback 2024-05-07 20:28:22 +07:00
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
3e3e95bef4 Implement file caching for faster retrieval and reduced database load 2024-05-06 21:27:26 +07:00
df4f7cc9c8 Merge pull request #19 from fossyy/staging
Set proper creation timestamp for user sessions
2024-05-05 18:14:24 +07:00
dd0a2afa96 Set proper creation timestamp for user sessions 2024-05-05 18:13:05 +07:00
546793cd07 Merge pull request #18 from fossyy/staging
Staging
2024-05-05 15:53:29 +07:00
f1d70fc74a Implement session cleanup 2024-05-05 15:27:02 +07:00
dce11e3569 Refactor session code 2024-05-05 14:50:51 +07:00
19856c328d Merge pull request #17 from fossyy/staging
Separate navbar and footer components for reusability
2024-05-03 10:41:49 +07:00
22aa8227a4 Separate navbar and footer components for reusability 2024-05-03 10:40:54 +07:00
ede5ef6dad Merge pull request #16 from fossyy/staging
Staging
2024-05-02 23:22:49 +07:00
71c1f2c56f Improve view for better user accessibility 2024-05-02 23:22:01 +07:00
c9d1037a68 Add CSS minification 2024-05-02 21:23:23 +07:00
a2c6f6ca50 Removed leftover code 2024-05-02 21:14:46 +07:00
005924e8fe Fixed typos in SignUp and OAuth setup views 2024-05-02 21:13:20 +07:00
bb2540a5c4 Optimize session retrieval and fix Docker timezone issue 2024-05-02 21:02:50 +07:00
4715814551 Merge pull request #15 from fossyy/staging
Staging
2024-05-02 16:56:05 +07:00
0768348240 Invalidate user access token upon app login 2024-05-02 16:54:48 +07:00
91cf7b94d2 Fix client ip showing as cloudflare ip instead of user's real ip 2024-05-02 10:34:34 +07:00
03207a9af1 Merge pull request #14 from fossyy/staging
Fix mutex lock issue in user cache preventing login
2024-05-02 09:20:35 +07:00
6eab8517dc Fix mutex lock issue in user cache preventing login 2024-05-02 09:20:04 +07:00
a2295bc560 Merge pull request #13 from fossyy/staging
Refactor session handling: Move session checking to session.go
2024-05-01 12:40:40 +07:00
e8e5ce7bd5 Refactor session handling: Move session checking to session.go 2024-05-01 12:37:00 +07:00
b3fdb17113 Update readme.md 2024-04-30 17:50:13 +07:00
8e51857e6b Create LICENSE.md 2024-04-30 17:45:24 +07:00
095e8e7af0 Merge pull request #12 from fossyy/staging
Staging
2024-04-30 17:20:39 +07:00
9ce46b8967 Remove leftover Google credentials 2024-04-30 17:20:10 +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
0b8d4af794 Merge pull request #11 from fossyy/staging
Staging
2024-04-29 15:28:59 +07:00
bf0d01ffdf Added docker-compose configuration 2024-04-29 15:08:21 +07:00
36e03c6dca Move user caching functionality to dedicated package 2024-04-29 11:09:19 +07:00
2b96cc856d Merge pull request #10 from fossyy/staging
Fix MySQL syntax error
2024-04-28 22:58:23 +07:00
994b1faacf Fix MySQL syntax error 2024-04-28 22:57:01 +07:00
ca31c40da2 Merge pull request #9 from fossyy/staging
Staging
2024-04-28 22:32:53 +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
1a7ac48330 Add readme.md 2024-04-27 16:40:53 +07:00
f71968a811 Merge pull request #8 from fossyy/staging
Staging
2024-04-27 16:08:55 +07:00
5cf1aacf23 Refactor codebase and removed leftover development code 2024-04-27 16:07:07 +07:00
a539e0a2bf Update .env 2024-04-27 15:44:11 +07:00