owltide/server
Hornwitser c4a6f6b3f9 Add per account overridable timezone setting
To make it possible to render the timetable in the user's local time we
need to know the timezone to render it in on the server.  Otherwise
there will be hydration errors and paint flashing as the client renders
a different timezone.

Add a server global default timezone that can be overriden on a
per-account bases to prepare for timezone handling the timetable.
2025-03-09 15:53:51 +01:00
..
api Add per account overridable timezone setting 2025-03-09 15:53:51 +01:00
utils Use deleteCookie to remove session cookie 2025-03-08 00:36:10 +01:00
database.ts Add create account functionality 2025-03-07 23:53:57 +01:00
generate-demo-schedule.ts Track which account is interested in which events 2025-03-07 20:15:41 +01:00
streams.ts Port application from Next.js to Nuxt 2025-03-05 15:36:50 +01:00
tsconfig.json Convert indents to tabs 2025-03-01 17:06:41 +01:00
web-push.ts Refactor subscription format 2025-03-07 12:37:47 +01:00