Commit Graph

36 Commits

Author SHA1 Message Date
d3064eaef4 feat(transaction): #80 calculate account balances
Some checks failed
Build Docker Image / Build-Docker-Image (push) Has been cancelled
2025-05-16 15:45:52 +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
5cfea4e2d3 feat(account): #49 refactor error handling 2025-05-09 23:08:55 +02:00
8f392fb0a8 feat(layout): remove unnecessary divs
Some checks failed
Build Docker Image / Build-Docker-Image (push) Has been cancelled
2025-05-08 13:11:56 +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
81380f184e fix: migrate toasts from daisyui to tailwind
All checks were successful
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
f24f1bb82e feat: add missing stylings for buttons and inputs
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m24s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m30s
2025-05-05 20:08:45 +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
f2951985c2 fix(deps): migrate tailwindcss to v4 and remove daisyui 2025-02-03 23:18:51 +01: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
5ea400352f chore(auth): #331 add sign up verify tests 2024-12-25 21:56:32 +01:00
52cd85d904 chore(auth): #331 add tests for sign out 2024-12-22 23:48:53 +01:00
dcc5207272 feat(security): #328 delete old sessions for change and forgot password 2024-12-18 22:56:51 +01:00
60fe2789cc feat(security): #312 disable autofill for PII information 2024-12-12 21:03:14 +01:00
12d7c13b02 feat(security): #286 use csrf token for delete request 2024-12-11 15:49:11 +01:00
7c67720621 chore(deps): remove dependencies from handler package 2024-12-03 23:17:06 +01:00
925041ef29 feat(security): #263 securtiy options for htmx 2024-11-19 22:25:21 +01:00
1ed504c49b fix: refactor code to be testable #181 2024-11-11 22:01:03 +01:00
a70138f2f7 fix: restructure env handling for better testing capabillities #181 2024-09-29 23:55:47 +02:00
44acba4214 chore(ui): add empty package, so that renovate updates dont fail 2024-09-17 22:52:26 +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
44e8595b41 fix: only use umami in prod and remove UNIQUE modifier 2024-09-12 18:08:10 +02:00
9039998e98 feat(auth): enable users to delete their account #164 2024-09-12 17:55:21 +02:00
0e186940cc feat: added notification system with toasts #160 2024-09-11 15:06:04 +02:00
f1b249236f feat(auth): use one time token instead of user id #158 2024-09-09 23:03:06 +02:00
f6aaccc1aa feat(auth): #154 send verification mails 2024-09-07 23:11:28 +02:00
9666f239fe chore: #123 unify metrics, logs, variable names and structure 2024-09-03 09:35:32 +02:00
d854dae68f #73 change authorization 2024-09-01 14:20:54 +02:00