owltide/server/api
Hornwitser ed67982ec0 Explicitly set locale to avoid hydration mismatch
Some functions in luxon default to the system's locale while other
functions default to "en-US".  Explicitly set the locale everywhere
the luxon objects are created to avoid possible mismatches and
unexpected behaviour should the system's locale be different.
2025-05-25 23:38:06 +02:00
..
accounts Add assigment of crew to events and shifts 2025-03-15 18:18:08 +01:00
auth Make session cookie permament 2025-03-11 16:30:51 +01:00
account.delete.ts Filter crew events to only be visible for crew 2025-03-10 16:26:52 +01:00
account.patch.ts Explicitly set locale to avoid hydration mismatch 2025-05-25 23:38:06 +02:00
account.post.ts Add create account functionality 2025-03-07 23:53:57 +01:00
create-event.post.ts Read vapid details from runtime config 2025-05-20 00:22:28 +02:00
delete-event.post.ts Filter crew events to only be visible for crew 2025-03-10 16:26:52 +01:00
events.ts Filter crew events to only be visible for crew 2025-03-10 16:26:52 +01:00
modify-event.post.ts Read vapid details from runtime config 2025-05-20 00:22:28 +02:00
schedule.patch.ts Implement access controlled edit schedule endpoint 2025-03-11 14:11:05 +01:00
schedule.ts Filter crew events to only be visible for crew 2025-03-10 16:26:52 +01:00
subscribe.post.ts Tie push subscriptions to current session 2025-03-07 15:47:48 +01:00
unsubscribe.post.ts Tie push subscriptions to current session 2025-03-07 15:47:48 +01:00