Commit Graph

55 Commits

Author SHA1 Message Date
tim 52f6d3d706 chore: #174 make into template
Build Docker Image / Build-Docker-Image (push) Successful in 47s
2024-12-31 12:25:30 +01:00
tim 508aa3038b feat(observability): #360 remove umami to reduce complexity
Build Docker Image / Build-Docker-Image (push) Successful in 47s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 53s
2024-12-31 12:03:59 +01:00
tim 55408da398 chore(auth): #331 add and fix forgot password actual tests
Build Docker Image / Build-Docker-Image (push) Successful in 48s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 51s
2024-12-25 23:13:58 +01:00
tim b0f183aeed chore(auth): #331 add and fix forgot password tests
Build Docker Image / Build-Docker-Image (push) Successful in 47s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m9s
2024-12-25 22:58:37 +01:00
tim 14b477f560 chore(auth): #331 add change password tests
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 52s
2024-12-25 22:20:52 +01:00
tim 5ea400352f chore(auth): #331 add sign up verify tests
Build Docker Image / Build-Docker-Image (push) Successful in 47s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 53s
2024-12-25 21:56:32 +01:00
tim 397442767a chore(auth): #331 implement and fix sign up tests
Build Docker Image / Build-Docker-Image (push) Successful in 47s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 52s
2024-12-24 22:39:26 +01:00
tim 9462f8b245 chore(auth): #331 implement and fix fist sign up tests
Build Docker Image / Build-Docker-Image (push) Successful in 45s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 51s
2024-12-23 22:57:41 +01:00
tim 96b4cc6889 chore(auth): #331 add tests for sign in
Build Docker Image / Build-Docker-Image (push) Successful in 45s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 54s
2024-12-23 22:33:10 +01:00
tim 7a9d34d464 chore(auth): #331 add tests for sign in
Build Docker Image / Build-Docker-Image (push) Successful in 45s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 53s
2024-12-23 13:56:41 +01:00
tim 52cd85d904 chore(auth): #331 add tests for sign out
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 50s
Build Docker Image / Build-Docker-Image (push) Successful in 46s
2024-12-22 23:48:53 +01:00
tim fb6cc0acda chore(auth): #331 add tests for delete account
Build Docker Image / Build-Docker-Image (push) Successful in 46s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 51s
2024-12-22 23:07:15 +01:00
tim 6a551929c5 chore(auth): #331 add and fix session tests
Build Docker Image / Build-Docker-Image (push) Successful in 45s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 48s
2024-12-22 22:33:17 +01:00
tim fdb955f20c feat: #337 unify types for auth module
Build Docker Image / Build-Docker-Image (push) Successful in 43s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 49s
2024-12-18 23:44:59 +01:00
tim dcc5207272 feat(security): #328 delete old sessions for change and forgot password
Build Docker Image / Build-Docker-Image (push) Successful in 43s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 50s
2024-12-18 22:56:51 +01:00
tim 23aa3d4b0e chore(test): add test for cache control and security headers
Build Docker Image / Build-Docker-Image (push) Successful in 43s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 49s
2024-12-16 23:04:22 +01:00
tim f0ec293be8 feat(security): #314 include hsts
Build Docker Image / Build-Docker-Image (push) Successful in 42s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 48s
2024-12-12 21:50:32 +01:00
tim 1ad694ce2b feat(security): #314 include all proposed security headers
Build Docker Image / Build-Docker-Image (push) Successful in 43s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 47s
2024-12-12 21:37:23 +01:00
tim 380dd979f6 feat(security): #305 don't cache sensitive data
Build Docker Image / Build-Docker-Image (push) Successful in 44s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 47s
2024-12-12 00:02:55 +01:00
tim 12d7c13b02 feat(security): #286 use csrf token for delete request
Build Docker Image / Build-Docker-Image (push) Successful in 45s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 50s
2024-12-11 15:49:11 +01:00
tim 8cf2210aaf feat(security): #286 fix mail sending
Build Docker Image / Build-Docker-Image (push) Successful in 46s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 50s
2024-12-09 23:36:08 +01:00
tim eab42c26f8 feat(security): #286 anonymous sign in for csrf token on login form
Build Docker Image / Build-Docker-Image (push) Failing after 11m7s
2024-12-09 22:39:18 +01:00
tim 57989c9b03 feat(security): #286 implement csrf middleware 2024-12-09 22:39:03 +01:00
tim 5ef59df2d0 fix: remove redundante names
Build Docker Image / Build-Docker-Image (push) Successful in 44s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 49s
2024-12-04 23:34:59 +01:00
tim 2d5f42bb28 fix: move middleware to handlers, as it belongs there
Build Docker Image / Build-Docker-Image (push) Successful in 42s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 48s
2024-12-04 23:12:39 +01:00
tim 17899cbf3d fix: restructure auth handler
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 48s
Build Docker Image / Build-Docker-Image (push) Successful in 41s
2024-12-04 23:04:54 +01:00
tim 521119fc02 fix: refine logging
Build Docker Image / Build-Docker-Image (push) Successful in 44s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 48s
2024-12-04 22:04:32 +01:00
tim 5198487feb fix: remove logging from utils
Build Docker Image / Build-Docker-Image (push) Successful in 44s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 50s
2024-12-04 21:23:19 +01:00
tim 9e8e595258 fix: extract html rendering
Build Docker Image / Build-Docker-Image (push) Successful in 42s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 49s
2024-12-04 21:12:01 +01:00
tim 0accb49871 fix(quality): switch linter and fix errors 2024-12-03 23:17:11 +01:00
tim 7c67720621 chore(deps): remove dependencies from handler package 2024-12-03 23:17:06 +01:00
tim 48ec7b64ac chore(deps): remove dependencies from handler package
Build Docker Image / Build-Docker-Image (push) Successful in 42s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 48s
2024-12-01 21:50:22 +01:00
tim e201ac7b2c feat: run staticcheck during build and fix errors
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 46s
Build Docker Image / Build-Docker-Image (push) Successful in 41s
2024-11-29 21:24:51 +01:00
tim a62f0fb037 fix(security): remove sec-fetch filter because it prohibited page reloads
Build Docker Image / Build-Docker-Image (push) Successful in 38s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 43s
2024-11-24 21:52:34 +01:00
tim d752de0447 feat(security): #273 enable coop
Build Docker Image / Build-Docker-Image (push) Successful in 40s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 43s
2024-11-23 21:33:13 +01:00
tim b1af29633a feat(security): #273 filter sec-fetch
Build Docker Image / Build-Docker-Image (push) Successful in 37s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 43s
2024-11-23 21:30:02 +01:00
tim 6a36eb0580 feat(security): #273 enable corp
Build Docker Image / Build-Docker-Image (push) Successful in 40s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 43s
2024-11-23 21:26:22 +01:00
tim 9ab78b6cc8 fix(middleware): define middleware in a more streamlined way
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m26s
2024-11-20 09:51:19 +01:00
tim 003ccbe035 fix(auth): fix panic due to null reference
Build Docker Image / Build-Docker-Image (push) Successful in 39s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Has been cancelled
2024-11-20 09:48:41 +01:00
tim 45a1cbdfd4 feat(security): enable Content-Security-Plolicy #263
Build Docker Image / Build-Docker-Image (push) Successful in 47s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 52s
2024-11-19 21:52:44 +01:00
tim 1ed504c49b fix: refactor code to be testable #181
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 55s
Build Docker Image / Build-Docker-Image (push) Successful in 45s
2024-11-11 22:01:03 +01:00
tim 0fab1e1f2e fix: missing service tests #181
Build Docker Image / Build-Docker-Image (push) Successful in 50s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m17s
2024-10-06 10:05:00 +02:00
tim 3232632200 fix: new test and extract time.Now to mockable Clock #181
Build Docker Image / Build-Docker-Image (push) Successful in 48s
2024-10-05 23:42:38 +02:00
tim 6b033e2c2e fix: create RandomGenerator interface and struct for testing purpose #181 2024-10-05 23:42:38 +02:00
tim 5b4160b09f fix: migrate sigin to testable code #181 2024-10-05 23:42:38 +02:00
tim cbf5b39294 fix: move signin handler #181
Build Docker Image / Explore-Gitea-Actions (push) Successful in 47s
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 51s
2024-10-03 23:24:58 +02:00
tim f2a98e5f49 fix: fist integration test #181
Build Docker Image / Explore-Gitea-Actions (push) Successful in 47s
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 52s
2024-10-02 23:17:38 +02:00
tim bddcfc6778 chore: parametrize db path #181
Build Docker Image / Explore-Gitea-Actions (push) Successful in 48s
2024-10-02 10:41:16 +02:00
tim a70138f2f7 fix: restructure env handling for better testing capabillities #181
Build Docker Image / Explore-Gitea-Actions (push) Successful in 47s
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 55s
2024-09-29 23:55:47 +02:00
tim da05ba5b56 chore: add sign in tests
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 54s
2024-09-29 00:11:30 +02:00