Paul Nothaft
e1b6e43e52
feat: photo visibility control with client access (#172)
Add two-tier gallery access system allowing clients (e.g., wedding couples) to
review and hide photos before the gallery is shared with guests.
Backend:
- Migration 074: add visibility column to photos, client_access_enabled/
client_password_hash/client_share_token to events
- Client login endpoint (POST /auth/gallery/:slug/client-login) with bcrypt PIN
- Gallery photo list filters hidden photos for guests, shows all for clients
- Visibility toggle endpoints (single + bulk) for client access level
- Admin event CRUD supports client access fields
- Email template includes client access link + PIN (EN/DE/RU/PT)
Frontend:
- ClientAccessPage: PIN entry form at /gallery/:slug/client-access
- GalleryView: client mode banner, visibility counter, toggle controls
- GridGalleryLayout: eye/eye-off overlay per photo for clients
- AdminPhotoGrid: visibility badge, bulk Hide/Show buttons
- EventDetailsPage: Client Access settings section (toggle, PIN, link)
- CreateEventPage: client access toggle + PIN in event creation form
- GalleryAuthContext: accessLevel/isClient/clientLogin support
- New complete pt-BR locale (pt.json) with all translations
- Client access i18n keys for EN, DE, RU, PT
2026-03-17 13:04:41 +01:00
..
2026-02-22 22:34:44 +01:00
2025-08-24 23:19:30 +02:00
2025-08-24 23:19:30 +02:00
2025-08-24 23:19:30 +02:00
2025-08-24 23:19:30 +02:00
2025-09-05 23:44:30 +02:00
2025-09-18 12:42:05 +02:00
2025-09-19 16:39:18 +02:00
2025-10-01 16:00:37 +02:00
2025-10-14 16:27:44 +02:00
2025-10-14 18:29:21 +02:00
2025-11-25 20:23:39 +00:00
2025-11-28 17:54:36 +01:00
2026-01-02 09:56:19 +01:00
2026-01-02 09:56:19 +01:00
2026-01-02 09:56:19 +01:00
2026-01-02 09:56:19 +01:00
2026-01-03 23:35:23 +01:00
2026-01-07 17:10:46 +01:00
2026-01-07 17:10:46 +01:00
2026-01-07 17:10:46 +01:00
2026-01-07 17:10:46 +01:00
2026-01-07 17:10:46 +01:00
2026-01-12 13:20:39 +01:00
2026-01-07 17:10:46 +01:00
2026-01-22 13:54:23 +01:00
2026-01-16 09:39:32 +01:00
2026-01-15 21:00:10 +01:00
2026-01-22 13:54:23 +01:00
2026-01-21 16:47:13 +01:00
2026-01-23 22:01:02 +01:00
2026-01-29 23:09:12 +01:00
2026-02-01 22:44:28 +01:00
2026-02-03 10:08:58 +01:00
2026-02-03 10:08:58 +01:00
2026-02-06 23:26:01 +01:00
2026-02-15 22:43:18 +01:00
2026-02-16 16:23:57 +01:00
2026-02-16 16:23:57 +01:00
2026-03-08 15:36:38 +01:00
2026-03-16 17:22:54 +01:00
2026-03-17 13:04:41 +01:00