|
fa2f4e8a87
|
refactor: call database functions from app.Server.Database instead of directly from db
|
2024-08-19 21:02:19 +07:00 |
|
|
d64a4a587e
|
refactor: update app instance structure to include both mailserver and logger
|
2024-08-18 13:35:07 +07:00 |
|
|
420140918c
|
Add internal server error page
|
2024-05-13 22:52:00 +07:00 |
|
|
69c1f13f17
|
Optimized PostgreSQL initialization process for smoother deployment setup
|
2024-05-11 14:50:14 +07:00 |
|
|
3e3e95bef4
|
Implement file caching for faster retrieval and reduced database load
|
2024-05-06 21:27:26 +07:00 |
|
|
e8e5ce7bd5
|
Refactor session handling: Move session checking to session.go
|
2024-05-01 12:37:00 +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 |
|
|
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 |
|
|
2e2fbdf800
|
Add password validation
|
2024-04-25 22:51:37 +07:00 |
|