Commit graph

169 commits

Author SHA1 Message Date
7331423fb4
Release v1.3.1 (#101) 2025-03-18 09:21:08 +01:00
2bddc56195 Release-v1.3.1: update package version 2025-03-18 09:19:06 +01:00
13b9025fbf
N-FIN-98: fix date picker not opening (#99) 2025-03-18 09:07:08 +01:00
3ce44a3302 N-FIN-98: remove initialFocus attribute 2025-03-18 09:06:05 +01:00
8e94a0bea5 N-FIN-98: update related shadcn components 2025-03-18 09:06:04 +01:00
fe58b0190b
Release v1.3.0 (#96) 2025-03-16 00:57:02 +01:00
5bb0d71836 RELEASE-v1.3.0: update README.md 2025-03-16 00:54:46 +01:00
fc1658602a RELEASE-v1.3.0: fix variable naming for clarity 2025-03-16 00:49:50 +01:00
76535bed45 RELEASE-v1.3.0: update package version 2025-03-16 00:41:22 +01:00
2a6fbfd70c
N-FIN-76: update app icon (#95) 2025-03-15 15:33:36 +01:00
13fc8c1e94
N-FIN-93: migrate the @auth0/nextjs-auth0 SDK to v4 (#94) 2025-03-14 13:50:01 +01:00
4abe52d4e8 N-FIN-93: update url constants 2025-03-14 13:47:04 +01:00
0bb1db9acc N-FIN-93: update session handling in pages 2025-03-14 13:46:18 +01:00
576c2b0c0c N-FIN-93: update session handling in actions 2025-03-14 13:46:11 +01:00
e38157e604 N-FIN-93: migrate to middleware route handling 2025-03-14 13:45:53 +01:00
4720ff553d N-FIN-93: add new dependency 2025-03-14 13:45:08 +01:00
fc361f721f N-FIN-76: update app icon 2025-03-13 08:30:49 +01:00
f56f466b40
N-FIN-66: fix restarting stopped container (#92) 2025-03-09 06:00:48 +01:00
d526ccf5ff N-FIN-66: fix restarting stopped container 2025-03-09 06:00:10 +01:00
ed90d66898
N-FIN-90: fix docker build failing (#91) 2025-03-09 05:38:25 +01:00
0f2f055a57 N-FIN-90: replace legacy ENV format 2025-03-09 05:34:22 +01:00
25793bb7c9 N-FIN-90: update shadcn calendar component to fix build error 2025-03-09 05:34:22 +01:00
237131aa11 N-FIN-90: set base image to alpine variant 2025-03-09 05:01:34 +01:00
7389b600ec
N-FIN-88: add new GitHub action (#89) 2025-03-09 04:33:14 +01:00
33e3b34305 N-FIN-88: add new GitHub action 2025-03-09 04:32:23 +01:00
3c3ad5ee38
Add manual execution to action 2025-03-09 04:18:41 +01:00
583bc1aa5d
N-FIN-86: fix payor input loses focus on typing (#87)
Fixes #86
2024-12-25 18:00:13 +01:00
5d8554068c
N-FIN-86: focus submit button after last input filled 2024-12-25 17:59:09 +01:00
ed49ad4ce7
N-FIN-86: fix payor input always focus next 2024-12-25 17:57:00 +01:00
4a25a93186
N-FIN-67: refactor system to focus next form node (#85)
Resolves #67
2024-12-25 17:43:46 +01:00
803bfc5807
N-FIN-67: refactor system to focus next form node
Also added some documentation of the custom auto-complete input
2024-12-25 17:42:31 +01:00
fc0a9abc7b
N-FIN-83: upgrade dependencies (#84)
Resolves #83 

Next.js 15 introduces a new async request api leading to warnings in the
`getSession()` call of the `@auth0/nextjs-auth0` package. The app still
works as intended.
2024-12-24 12:56:26 +01:00
91de5a730c
N-FIN-83: run 'next-async-request-api' codemod 2024-12-24 12:50:44 +01:00
59007f5973
N-FIN-83: fix serwist configuration 2024-12-24 12:49:47 +01:00
5be1e78ddd
N-FIN-83: upgrade dependency versions 2024-12-24 12:49:33 +01:00
f24d4e4a38
N-FIN-75: fix category can not be deleted (#82)
Resolves #75
2024-12-23 19:46:05 +01:00
4834750659
N-FIN-75: update related payments before deleting category 2024-12-23 19:44:06 +01:00
155ab2f2e3
N-FIN-78: replace npm with bun (#81)
Resolves #78
2024-12-23 02:19:15 +01:00
021bfcc65d
N-FIN-78: replace npm with bun 2024-12-23 02:18:14 +01:00
1aa3ed85c5
N-FIN-79: replace lucia with auth0 (#80)
Resolves #79
2024-12-23 00:32:37 +01:00
0e952e4933
N-FIN-79: add Auth0 variable to .env.example 2024-12-23 00:26:41 +01:00
f378e2a045
N-FIN-79: refactor account data reset 2024-12-23 00:18:05 +01:00
98f29a8366
N-FIN-79: fix sample data generation 2024-12-23 00:18:00 +01:00
53247d382d
N-FIN-79: remove unused auth.ts 2024-12-23 00:17:52 +01:00
57f3381829
N-FIN-79: migrate database dropping lucia tables 2024-12-23 00:17:43 +01:00
ba71cbef0e
N-FIN-79: use sign out url constant 2024-12-23 00:17:24 +01:00
12c689d1d6
N-FIN-79: refactor server actions to use auth0 session 2024-12-23 00:17:17 +01:00
c4146a36a4
N-FIN-79: remove lucia authentication components 2024-12-23 00:17:09 +01:00
6ba9a8872b
N-FIN-79: refactor pages to use auth0 session 2024-12-23 00:16:52 +01:00
642d64ad5e
N-FIN-79: add auth0 sdk 2024-12-23 00:16:42 +01:00