Commit Graph

39 Commits

Author SHA1 Message Date
128a2fc4d7 fix: lint errors
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m22s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m26s
2025-05-26 08:39:32 +02:00
b3b840982c feat(auth): fix change password error message
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m27s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m45s
2025-05-18 18:28:11 +02:00
a58e8c6694 feat(account): #49 account page
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m47s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m31s
2025-05-08 09:43:52 +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
55408da398 chore(auth): #331 add and fix forgot password actual tests 2024-12-25 23:13:58 +01:00
b0f183aeed chore(auth): #331 add and fix forgot password tests 2024-12-25 22:58:37 +01:00
14b477f560 chore(auth): #331 add change password tests 2024-12-25 22:20:52 +01:00
5ea400352f chore(auth): #331 add sign up verify tests 2024-12-25 21:56:32 +01:00
397442767a chore(auth): #331 implement and fix sign up tests 2024-12-24 22:39:26 +01:00
9462f8b245 chore(auth): #331 implement and fix fist sign up tests 2024-12-23 22:57:41 +01:00
96b4cc6889 chore(auth): #331 add tests for sign in 2024-12-23 22:33:10 +01:00
7a9d34d464 chore(auth): #331 add tests for sign in 2024-12-23 13:56:41 +01:00
52cd85d904 chore(auth): #331 add tests for sign out 2024-12-22 23:48:53 +01:00
fb6cc0acda chore(auth): #331 add tests for delete account 2024-12-22 23:07:15 +01:00
fdb955f20c feat: #337 unify types for auth module 2024-12-18 23:44:59 +01:00
dcc5207272 feat(security): #328 delete old sessions for change and forgot password 2024-12-18 22:56:51 +01:00
12d7c13b02 feat(security): #286 use csrf token for delete request 2024-12-11 15:49:11 +01:00
8cf2210aaf feat(security): #286 fix mail sending 2024-12-09 23:36:08 +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
17899cbf3d fix: restructure auth handler 2024-12-04 23:04:54 +01:00
521119fc02 fix: refine logging 2024-12-04 22:04:32 +01:00
5198487feb fix: remove logging from utils 2024-12-04 21:23:19 +01:00
9e8e595258 fix: extract html rendering 2024-12-04 21:12:01 +01:00
0accb49871 fix(quality): switch linter and fix errors 2024-12-03 23:17:11 +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
003ccbe035 fix(auth): fix panic due to null reference 2024-11-20 09:48:41 +01:00
1ed504c49b fix: refactor code to be testable #181 2024-11-11 22:01:03 +01:00
0fab1e1f2e fix: missing service tests #181 2024-10-06 10:05:00 +02:00
5b4160b09f fix: migrate sigin to testable code #181 2024-10-05 23:42:38 +02:00
cbf5b39294 fix: move signin handler #181 2024-10-03 23:24:58 +02:00
a70138f2f7 fix: restructure env handling for better testing capabillities #181 2024-09-29 23:55:47 +02:00
5d479b0811 chore: update error names 2024-09-29 00:11:30 +02:00
7e8730206c chore: remove db dependency from handler 2024-09-29 00:11:30 +02:00
6279a28061 chore(auth): finalize test of new structure 2024-09-29 00:11:30 +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