|
a7ef859c43
|
Fix api attachment urls
|
2025-07-29 20:40:53 +03:30 |
|
|
ba06de2c11
|
Update admin dash
|
2025-07-29 19:29:07 +03:30 |
|
|
8dcdd27745
|
Minor improvements to admin panel API
|
2025-07-29 19:21:15 +03:30 |
|
|
a43bcc9c14
|
Update admin panel
|
2025-07-29 19:10:12 +03:30 |
|
|
71800440be
|
Add imagekit fallback on no imagekit ID
|
2025-07-29 17:55:16 +03:30 |
|
|
051408fcdd
|
Added imagekit optimization support
|
2025-07-29 17:52:39 +03:30 |
|
|
48b893a403
|
remove unused code
|
2025-07-26 22:43:06 +03:30 |
|
|
0a0af6b04b
|
Minor updates
|
2025-07-25 22:19:29 +03:30 |
|
|
85fe309b05
|
Cleanup the dto models
|
2025-07-25 22:17:42 +03:30 |
|
|
e7b8338932
|
Add docker build cache to gitlab CI
|
2025-07-25 14:06:10 +03:30 |
|
|
ccb810ee69
|
Improve random post picker
|
2025-07-25 13:59:28 +03:30 |
|
|
cc2e2fe0a0
|
Set mysql connctions limit
|
2025-07-25 13:02:46 +03:30 |
|
|
714443156e
|
Fix MariaDB RANDOM() eror
|
2025-07-25 12:28:07 +03:30 |
|
|
b818726b1b
|
Fix mysql Foreign key constraint error
|
2025-07-25 12:15:44 +03:30 |
|
|
63b524277f
|
Dep updates
|
2025-07-25 11:50:20 +03:30 |
|
|
e0aa177f07
|
Add mysql support
|
2025-07-25 11:50:08 +03:30 |
|
|
71ed94d943
|
Improve embed page
|
2025-07-25 11:49:43 +03:30 |
|
|
15485b03d4
|
Minor improvements
|
2025-07-11 17:59:38 +03:30 |
|
|
09772a423c
|
Added retry
|
2025-07-11 17:59:28 +03:30 |
|
|
0c6160b756
|
Move GIN_MODE=release from build args to runtime environment variable
|
2025-06-25 16:33:08 +03:30 |
|
|
212637051f
|
Update dependencies and organize go.mod file
|
2025-06-25 15:59:48 +03:30 |
|
|
d266c93b8a
|
Add database indexes for better query performance and allow robots.txt access
|
2025-06-25 15:57:50 +03:30 |
|
|
95f5e03f65
|
Update admin UI assets and add robots.txt
|
2025-06-11 09:14:51 +03:30 |
|
|
593d32438a
|
Set GIN_MODE to release during build for production environment
|
2025-06-05 18:47:01 +03:30 |
|
|
22adcee9d2
|
Use RemoteUrl instead of PreviewUrl and increase API timeout to 60 seconds
|
2025-06-05 18:15:16 +03:30 |
|
|
c4a192ac80
|
Add database indexes for PostID and approval status in MediaAttachment model
|
2025-05-24 11:49:21 +03:30 |
|
|
0f96344543
|
Modernize admin UI with React and update templates
|
2025-05-24 10:51:55 +03:30 |
|
|
d35a93e4bc
|
Update login redirect path from root to /admin/ endpoint
|
2025-05-18 14:47:23 +03:30 |
|
|
e97b9bdb0c
|
Update API endpoints and navigation paths in admin templates
|
2025-05-18 14:28:02 +03:30 |
|
|
5e8fd13ea4
|
Fix login API endpoint path by removing redundant 'admin/' prefix
|
2025-05-18 14:16:00 +03:30 |
|
|
501cdb0f15
|
Remove nonroot user from Dockerfile
|
2025-05-18 14:07:40 +03:30 |
|
|
98c56daf24
|
Switch from static to base Debian 12 distroless image for runtime support
|
2025-05-18 13:59:16 +03:30 |
|
|
d9fdd6919f
|
Enable CGO in Dockerfile build step for Linux compilation
|
2025-05-18 13:46:56 +03:30 |
|
|
686eaec0ad
|
Replace panic with slog.Error when .env file loading fails
|
2025-05-18 13:31:03 +03:30 |
|
|
60a55e3ad8
|
Fix Docker COPY paths to use absolute destination directories
|
2025-05-18 13:08:11 +03:30 |
|
|
36aa4589f3
|
Fix go build path by adding ./ prefix for proper module resolution
|
2025-05-18 13:04:41 +03:30 |
|
|
e668e795fb
|
Fix build path to specify main.go entry point in Dockerfile
|
2025-05-18 13:02:24 +03:30 |
|
|
ad790b3d36
|
Add Docker build configuration and CI/CD pipeline for container deployment
|
2025-05-18 12:59:03 +03:30 |
|
|
0294418950
|
Create data dir and move DB file into it for better organization
|
2025-05-18 12:46:44 +03:30 |
|
|
7659cca37e
|
Add web templates and handlers for home, embed card, and admin pages
|
2025-05-18 12:23:00 +03:30 |
|
|
0854387eb4
|
Fix string formatting in logging statements using strconv.Itoa
|
2025-05-17 21:40:12 +03:30 |
|
|
99e3debf7c
|
Replace log package with slog for structured logging and improve error handling
|
2025-05-17 21:37:43 +03:30 |
|
|
3d7a3a043f
|
Refactor config usage to access values through Config singleton
|
2025-05-17 21:08:12 +03:30 |
|
|
a1b3bfa18d
|
Update import path from requestModels to dto package and update struct references
|
2025-05-17 20:49:56 +03:30 |
|
|
9565c06fba
|
Add JWT auth and .env support for admin login
|
2025-05-17 20:47:04 +03:30 |
|
|
0d9cf11687
|
Remove unused imports and fix import alias naming
|
2025-05-17 20:29:07 +03:30 |
|
|
81adfa1ad9
|
Refactor JWT auth and remove DB dependency from config
|
2025-05-17 20:28:18 +03:30 |
|
|
f9d896bf72
|
Remove AppContext struct and update JWT secret validation error message
|
2025-05-17 20:11:50 +03:30 |
|
|
7b601e75ba
|
Refactor app structure: move models to domain, centralize config and database init - TODO: add jwt
|
2025-05-17 20:07:29 +03:30 |
|
|
ab9254fcad
|
Starting to improve the project structure
|
2025-05-17 18:43:54 +03:30 |
|