Changeset 834bcc3 in Klonkt for src/routes/shows.js
- Timestamp:
- 06/23/2026 06:14:27 PM (3 months ago)
- Branches:
- main
- Children:
- d774679
- Parents:
- bb42dfb
- File:
-
- 1 edited
-
src/routes/shows.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/shows.js
rbb42dfb r834bcc3 1 1 /** 2 * Show -agenda + notify-me (premium feature #8) — publieke kant.2 * Show agenda + notify-me (premium feature #8) — public side. 3 3 * 4 * GET /shows -> komende optredens + "houd me op de hoogte"-formulier5 * POST /shows/notify -> aanmelden voor show-aankondigingen(subscribers, source6 * 'notify'; double opt-in als SMTP er is)4 * GET /shows -> upcoming gigs + "keep me posted" form 5 * POST /shows/notify -> subscribe to show announcements (subscribers, source 6 * 'notify'; double opt-in if SMTP configured) 7 7 * 8 * De notify-bevestiging/uitschrijving hergebruikt de generieke subscriber-links8 * The notify confirm/unsubscribe reuses the generic subscriber links 9 9 * (/nieuwsbrief/bevestigen|uitschrijven/:token). Hub: /user/:slug/shows. 10 10 */ … … 20 20 const router = express.Router(); 21 21 22 // Agenda is opt-in: pas bereikbaar als de beheerder 'm heeft ingeschakeld.22 // Agenda is opt-in: only accessible once the admin has enabled it. 23 23 function agendaOn() { return getSetting('agenda_enabled') === '1'; } 24 24
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)