Commit Graph

28 Commits

Author SHA1 Message Date
f085ed378e feat(deps): update golangci-lint to v2
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m5s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m53s
2025-05-06 19:45:41 +02:00
b20a48be25 feat: use sqlx
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 6m59s
2025-05-04 15:53:41 +02:00
fa7119ed33 rename template
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 7m40s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m55s
2025-03-31 21:50:59 +02:00
52f6d3d706 chore: #174 make into template 2024-12-31 12:25:30 +01:00
508aa3038b feat(observability): #360 remove umami to reduce complexity 2024-12-31 12:03:59 +01:00
1ad694ce2b feat(security): #314 include all proposed security headers 2024-12-12 21:37:23 +01:00
380dd979f6 feat(security): #305 don't cache sensitive data 2024-12-12 00:02:55 +01:00
eab42c26f8 feat(security): #286 anonymous sign in for csrf token on login form 2024-12-09 22:39:18 +01:00
57989c9b03 feat(security): #286 implement csrf middleware 2024-12-09 22:39:03 +01:00
5ef59df2d0 fix: remove redundante names 2024-12-04 23:34:59 +01:00
2d5f42bb28 fix: move middleware to handlers, as it belongs there 2024-12-04 23:12:39 +01:00
3ee26cd32b fix: remove db utils 2024-12-04 22:13:59 +01:00
521119fc02 fix: refine logging 2024-12-04 22:04:32 +01:00
9e8e595258 fix: extract html rendering 2024-12-04 21:12:01 +01:00
7c67720621 chore(deps): remove dependencies from handler package 2024-12-03 23:17:06 +01:00
48ec7b64ac chore(deps): remove dependencies from handler package 2024-12-01 21:50:22 +01:00
915c9238f6 chore: extract getEnv in integration test #181 2024-10-03 12:51:47 +02:00
f2a98e5f49 fix: fist integration test #181 2024-10-02 23:17:38 +02:00
33380e2124 chore: parametrize port and prometheus #181 2024-10-02 18:30:01 +02:00
bddcfc6778 chore: parametrize db path #181 2024-10-02 10:41:16 +02:00
a70138f2f7 fix: restructure env handling for better testing capabillities #181 2024-09-29 23:55:47 +02:00
25e82be339 chore: update air config 2024-09-29 23:11:57 +02:00
a97507455e chore: gracefull shutdown 2024-09-29 23:11:57 +02:00
7001a1c2cc chore(auth): start refactoring for testable code #181 2024-09-29 00:11:30 +02:00
6f22e066ab fix: restructure handler.go #181 2024-09-15 12:58:06 +02:00
5172a30781 feat(mail): #132 unify env variables and send mails with smtp 2024-09-06 19:09:25 +02:00
9666f239fe chore: #123 unify metrics, logs, variable names and structure 2024-09-03 09:35:32 +02:00
f3fb046749 #109 switch svelte to SSR with go 2024-08-24 22:08:58 +02:00