My-Weekly-ToDo-List/scripts
mARTin f9c7893341 feat: add push notifications for calendar event reminders
- Service worker + Web Push API for browser/mobile notifications
- PWA manifest with icons for home screen install (iOS 16.4+)
- Push subscription management (subscribe/unsubscribe API routes)
- Notification toggle in Settings > General
- Push scheduler script (cron) checks cached events and sends
  notifications at reminder times, with dedup tracking
- Test notification endpoint at /api/push/test
- Persists reminders in calendar event cache for scheduler access
- New DB models: PushSubscription, SentNotification
- New user field: notificationsEnabled

Setup: generate VAPID keys with `npx tsx scripts/generate-vapid-keys.ts`
and add to .env, then run scheduler via cron every minute.

v1.37.0
2026-03-16 21:38:15 +01:00
..
boot-update.sh fix: add missing migrations and fix deploy script failures 2026-03-10 15:59:37 +01:00
create-test-user.ts feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00
deploy.sh feat: add LXC deployment automation scripts 2026-02-27 09:21:10 +01:00
docker-entrypoint.sh feat: fix Docker deployment, OAuth redirects, event editing, and UI improvements 2026-02-24 23:18:13 +01:00
generate-vapid-keys.ts feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00
lxc-setup.sh feat: email verification, auto-save settings, calendar UX improvements 2026-02-27 08:57:15 +01:00
my-weekly-todo-update.service chore: add systemd service for auto-update on LXC boot 2026-03-10 15:22:11 +01:00
push-scheduler.ts feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00
seed-connection.ts feat: localize app to German and add configurable day hours 2026-02-09 12:11:52 +01:00
supabase-setup.sh feat: email verification, auto-save settings, calendar UX improvements 2026-02-27 08:57:15 +01:00
test-cloudkit-reminders.py feat: Add Google Tasks, Apple Reminders, task import/sync, holidays, and UI enhancements 2026-02-20 16:56:14 +01:00
update-server.sh Fix potential LXC MODULE_NOT_FOUND by pinning next/prisma and cleanup 2026-03-13 12:42:24 +01:00
verify-schema.ts feat: localize app to German and add configurable day hours 2026-02-09 12:11:52 +01:00