|
|
96ca636fbb
|
feat(treasurechest): #64 implement hirarchical treasure chests
Build Docker Image / Build-Docker-Image (push) Successful in 4m4s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m6s
|
2025-05-13 12:45:05 +02:00 |
|
|
|
df022c9077
|
feat(account): #49 add mertrics
Build Docker Image / Build-Docker-Image (push) Successful in 4m8s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m4s
|
2025-05-10 23:27:03 +02:00 |
|
|
|
5cfea4e2d3
|
feat(account): #49 refactor error handling
|
2025-05-09 23:08:55 +02:00 |
|
|
|
511c4ca22b
|
feat(account): #49 replace group_id with user_id, as data sharing is a whole new complicated topic
Build Docker Image / Build-Docker-Image (push) Successful in 7m51s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m10s
|
2025-05-08 13:20:59 +02:00 |
|
|
|
a58e8c6694
|
feat(account): #49 account page
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 |
|
|
|
f085ed378e
|
feat(deps): update golangci-lint to v2
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 |
|
|
|
81380f184e
|
fix: migrate toasts from daisyui to tailwind
Build Docker Image / Build-Docker-Image (push) Successful in 4m16s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m51s
|
2025-05-06 15:40:28 +02:00 |
|
|
|
b20a48be25
|
feat: use sqlx
Build Docker Image / Build-Docker-Image (push) Failing after 6m59s
|
2025-05-04 15:53:41 +02:00 |
|
|
|
af89aa8639
|
feat: implement account service and db
|
2025-05-04 15:53:37 +02:00 |
|
|
|
434b44be28
|
feat: initial datastructure
|
2025-05-04 15:53:19 +02:00 |
|
|
|
fa7119ed33
|
rename template
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 |
|
|
|
7a7d7cf204
|
chore(auth): #331 remove duplicated/outdated tests
|
2024-12-23 22:36:55 +01:00 |
|
|
|
96b4cc6889
|
chore(auth): #331 add tests for sign in
|
2024-12-23 22:33:10 +01:00 |
|
|
|
52cd85d904
|
chore(auth): #331 add tests for sign out
|
2024-12-22 23:48:53 +01:00 |
|
|
|
6a551929c5
|
chore(auth): #331 add and fix session tests
|
2024-12-22 22:33:17 +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 |
|
|
|
8cf2210aaf
|
feat(security): #286 fix mail sending
|
2024-12-09 23:36:08 +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 |
|
|
|
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 |
|
|
|
1f8c4a39b4
|
fix(quality): extract logic from database layer
|
2024-12-03 23:17:11 +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 |
|
|
|
e201ac7b2c
|
feat: run staticcheck during build and fix errors
|
2024-11-29 21:24:51 +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 |
|
|
|
3232632200
|
fix: new test and extract time.Now to mockable Clock #181
|
2024-10-05 23:42:38 +02:00 |
|
|
|
6b033e2c2e
|
fix: create RandomGenerator interface and struct for testing purpose #181
|
2024-10-05 23:42:38 +02:00 |
|
|
|
d36f880a01
|
fix: use testify for assertions #181
|
2024-10-05 23:42:38 +02:00 |
|
|
|
5b4160b09f
|
fix: migrate sigin to testable code #181
|
2024-10-05 23:42:38 +02:00 |
|
|
|
fd6c68a71b
|
fix: switch to mockery instead of handcrafted stubs
|
2024-10-04 23:54:32 +02:00 |
|
|
|
cbf5b39294
|
fix: move signin handler #181
|
2024-10-03 23:24:58 +02:00 |
|
|
|
f2a98e5f49
|
fix: fist integration test #181
|
2024-10-02 23:17:38 +02:00 |
|
|
|
a70138f2f7
|
fix: restructure env handling for better testing capabillities #181
|
2024-09-29 23:55:47 +02:00 |
|
|
|
da05ba5b56
|
chore: add sign in tests
|
2024-09-29 00:11:30 +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 |
|
|
|
1476aa9842
|
fix: refactor random
|
2024-09-13 17:07:51 +02:00 |
|
|
|
63ddf77d6a
|
feat(auth): add password reset #178
|
2024-09-13 15:49:30 +02:00 |
|
|
|
6c1edcd0a8
|
feat(auth): check password when deleting account #175
|
2024-09-13 12:02:06 +02:00 |
|
|
|
6a656b15f0
|
feat(auth): change password user self service #171
|
2024-09-12 22:38:09 +02:00 |
|
|
|
ae75fce3ae
|
fix: escape QueryParam
|
2024-09-12 22:01:25 +02:00 |
|
|
|
9039998e98
|
feat(auth): enable users to delete their account #164
|
2024-09-12 17:55:21 +02:00 |
|