Commit Graph

75 Commits

Author SHA1 Message Date
7a691ec263 fix(treasurechest): make parentId actually null/nil instead of uuid.Nil
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m0s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m25s
2025-05-19 19:56:06 +02:00
b18863038c feat(transaction): #114 add error filter
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m0s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m31s
2025-05-19 18:55:53 +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
36e480f2ea feat(transaction): #87 add filter capabillities
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m30s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m6s
2025-05-18 18:01:02 +02:00
989a31afd1 feat(transaction): #101 replace "note" with "party" and "description"
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m17s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m40s
2025-05-17 22:08:42 +02:00
6a254c09cf feat(transaction): #85 replace datetime with date
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m56s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m33s
2025-05-16 22:52:05 +02:00
7d71f5a519 feat(transaction): #80 calculate balances
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m11s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m58s
2025-05-16 22:32:03 +02:00
3dc9f8ec6f feat(transaction): #80 add errors to transactions
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m15s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m29s
2025-05-16 17:09:13 +02:00
af9b785985 feat(transaction): #80 calculate account balances
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 3m38s
2025-05-16 15:57:09 +02:00
7e244ccc07 feat(account): #66 remove db interface for accounts
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m56s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m33s
2025-05-16 11:39:22 +02:00
dbf272e3f3 feat(transaction): #66 implement transactions
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m49s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m29s
2025-05-16 11:06:48 +02:00
96ca636fbb feat(treasurechest): #64 implement hirarchical treasure chests
All checks were successful
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
0203504f99 feat(account): #49 include tests
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m53s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m16s
2025-05-09 23:55:44 +02:00
5cfea4e2d3 feat(account): #49 refactor error handling 2025-05-09 23:08:55 +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
b8f13dfc93 feat(layout): #49 update layout by navigation
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m0s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m0s
2025-05-06 22:10:49 +02:00
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
3a8c814f2f feat: add two fonts (Title and Content)
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m52s
Build Docker Image / Build-Docker-Image (push) Successful in 3m31s
2025-05-04 22:19:25 +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
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
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
23aa3d4b0e chore(test): add test for cache control and security headers 2024-12-16 23:04:22 +01:00
f0ec293be8 feat(security): #314 include hsts 2024-12-12 21:50:32 +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
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
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
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