Commit graph

56 commits

Author SHA1 Message Date
009729b877
fix: update ESLint config and fix lints 2024-05-13 23:33:35 +02:00
8316d4078c
feat: logout user from OIDC provider
Some checks failed
Visitenbuch CI / test (push) Failing after 36s
Visitenbuch CI / release (push) Has been skipped
2024-05-13 04:17:48 +02:00
2a7aa618d9
feat: add multi-column sort 2024-05-10 15:20:04 +02:00
f630ee08b8
feat: create executions without marking entry as done ('notes') 2024-05-10 13:51:55 +02:00
e6302f380b
refactor: added return types 2024-05-06 22:43:45 +02:00
2cb8dce51a
feat: hide rooms/stations/categories 2024-05-06 22:14:54 +02:00
f36ae71d32
feat: use global store for saved filters, add default filters 2024-05-06 15:24:49 +02:00
519ae01eee
fix: not using UTC dates for parsing date ranges in backend 2024-05-05 19:36:39 +02:00
799dbc4097
fix: normalize line endings 2024-05-05 05:27:09 +02:00
efb0e24612
fix: date timezone issue, refactor utils 2024-05-05 00:40:10 +02:00
9d64d40127
feat: add visit view 2024-05-03 03:44:41 +02:00
66a584f7e5
feat: add nTodo count to start page 2024-05-02 04:24:43 +02:00
a2b448814c
fix: add before/after week filters 2024-05-01 16:32:48 +02:00
0aba22fb40
add week filter 2024-05-01 03:05:04 +02:00
52d50e75ce
feat: add date range filter 2024-05-01 00:39:12 +02:00
152824f6c0
feat: add filter saving 2024-04-29 13:20:31 +02:00
d7f7b1f539
feat: add station editor 2024-04-24 01:48:38 +02:00
e7b6ec0f53
feat: add room/category editors 2024-04-23 23:59:22 +02:00
54b780161e
WIP: add room/category editors 2024-04-22 14:21:23 +02:00
e8e93a82ae
style: reformatted with ESLint 2024-04-06 01:05:01 +02:00
c459450abc
fix: cannot create execution 2024-04-04 17:13:53 +02:00
5afc7da40d
fix: search/filter error with slash/backslash/escaped quote in query
now replacing ^ -> ^^, / with ^1 and \ with ^2
2024-03-18 02:08:49 +01:00
16cd49456c
feat: add entry version editor 2024-03-05 01:31:21 +01:00
4501e65837
feat: improve entry page layout, add entry executions page 2024-03-01 13:31:02 +01:00
a430f55b2e
fix: auth.js in release mode 2024-02-28 15:14:42 +01:00
39973c0a83
feat: add entry history display 2024-02-21 13:55:39 +01:00
d9167dcd47
feat: add entry creation 2024-02-19 16:52:58 +01:00
4c14233a7f
fix: wrong login redirect URLs
The included signIn and signOut actions from authjs-sveltekit used the HTTPS protocol even if the website does not use it.
I have rewritten these functions myself.
2024-02-19 01:12:31 +01:00
e68681129f
chore: update authjs 2024-02-18 01:15:49 +01:00
97cdfe4d88
feat: add new entry form 2024-02-17 00:17:44 +01:00
12dbf7227b
fix: replace single quotes in ts query string, add ts index 2024-02-15 14:03:55 +01:00
39b97c6042
feat: add hide/delete buttons 2024-02-13 00:34:10 +01:00
a4e48a2aa8
fix: show patients without room 2024-02-11 01:41:10 +01:00
a4ae64dd79
feat: add patient creation form, patient search bar 2024-02-10 22:29:48 +01:00
b59b0138ff
feat: add patient page 2024-02-08 18:22:21 +01:00
372b7d6948
fix: improve login/logout
Allow login/logout to work without Javascript
2024-02-07 11:52:27 +01:00
d11b495155
feat: completed TRPC routes 2024-02-05 18:02:17 +01:00
6589af741b
feat: loading bar, better error messages 2024-02-04 20:32:54 +01:00
b21c1db887
feat: add filtering by click on fields 2024-01-31 13:23:21 +01:00
00c398ebe6
feat: add sorting 2024-01-31 02:13:26 +01:00
5ebcd33965
fix: filter entries by author
add styling to autocomplete
2024-01-30 21:20:49 +01:00
a1119ebd68
feat: add GET TRPC endpoints, refactor FilterBar 2024-01-30 18:07:59 +01:00
a932409142
WIP version of EntryFilter 2024-01-30 12:41:40 +01:00
3971ea9a01
feat: add basic entry table 2024-01-26 23:18:32 +01:00
37e4cdda0b
feat: move to trpc API 2024-01-26 20:53:17 +01:00
eb2187738b
feat: add hidden patients 2024-01-24 23:22:05 +01:00
0e72eb2a62
feat: finished basic API 2024-01-24 00:35:50 +01:00
161d793ebf
feat: add patient search 2024-01-22 01:05:34 +01:00
150a0eddd2
feat: add entries/patients api endpoints 2024-01-22 00:29:12 +01:00
34bed279db
feat: prevent entry version/execution conflicts 2024-01-20 17:34:08 +01:00