screentinker/server/routes
ScreenTinker e262216c58 Add playlist API routes with full CRUD and item management
Routes: GET/POST /playlists, GET/PUT/DELETE /playlists/:id,
GET/POST /playlists/:id/items, PUT/DELETE /playlists/:id/items/:itemId,
POST /playlists/:id/items/reorder.

Follows device-groups.js patterns: ownership middleware, parameterized
queries, content/widget ownership validation, input validation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 21:09:58 -05:00
..
activity.js Initial open source release 2026-04-08 12:14:53 -05:00
assignments.js Instant playlist push, fix YouTube looping, auto-fetch video titles 2026-04-08 15:42:41 -05:00
auth.js Initial open source release 2026-04-08 12:14:53 -05:00
content.js Instant playlist push, fix YouTube looping, auto-fetch video titles 2026-04-08 15:42:41 -05:00
device-groups.js Security hardening: auth checks, XSS escaping, input validation 2026-04-09 22:09:40 -05:00
devices.js Hide unclaimed devices from dashboard, add unassigned API, add upgrade docs 2026-04-08 13:13:46 -05:00
kiosk.js Initial open source release 2026-04-08 12:14:53 -05:00
layouts.js Initial open source release 2026-04-08 12:14:53 -05:00
playlists.js Add playlist API routes with full CRUD and item management 2026-04-11 21:09:58 -05:00
provisioning.js Initial open source release 2026-04-08 12:14:53 -05:00
reports.js Initial open source release 2026-04-08 12:14:53 -05:00
schedules.js Initial open source release 2026-04-08 12:14:53 -05:00
status.js Initial open source release 2026-04-08 12:14:53 -05:00
stripe.js Initial open source release 2026-04-08 12:14:53 -05:00
subscription.js Initial open source release 2026-04-08 12:14:53 -05:00
teams.js Initial open source release 2026-04-08 12:14:53 -05:00
video-walls.js Initial open source release 2026-04-08 12:14:53 -05:00
white-label.js Initial open source release 2026-04-08 12:14:53 -05:00
widgets.js Fix widget assignments, designer scaling, and cache strategy 2026-04-08 16:25:05 -05:00