owltide/server/api
Hornwitser 04b9707272
All checks were successful
/ build (push) Successful in 1m16s
/ deploy (push) Successful in 16s
Move /api/account to /api/auth/account
An account refers to the user the active session is logged in as. As
such it doesn't make sense outside of the /auth API paths that deals
with the current authenticated user.  Move /api/account to
/api/auth/account to reflect this.
2025-05-31 21:44:19 +02:00
..
accounts Add assigment of crew to events and shifts 2025-03-15 18:18:08 +01:00
auth Move /api/account to /api/auth/account 2025-05-31 21:44:19 +02:00
events.ts Filter crew events to only be visible for crew 2025-03-10 16:26:52 +01: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