owltide/server/api
Hornwitser c986d939ec Read vapid details from runtime config
Use the useRuntimeConfig interface to read vapid details on the server
side.  This is a more portale way to deal with loading data from the
environment in Nuxt.js.
2025-05-20 00:22:28 +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 Fix logic inversion braking interested 2025-03-09 23:56:39 +01: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