Changeset 156baa3 in Klonkt for src/routes
- Timestamp:
- 08/07/2026 01:38:51 PM (5 weeks ago)
- Branches:
- main
- Children:
- 6ee289a
- Parents:
- 52fc278
- git-author:
- Robin <roboburr@…> (08/07/2026 01:26:06 PM)
- git-committer:
- roboburr <roboburr@…> (08/07/2026 01:38:51 PM)
- Location:
- src/routes
- Files:
-
- 4 edited
-
admin-media.js (modified) (2 diffs)
-
admin-playlists.js (modified) (1 diff)
-
paid.js (modified) (1 diff)
-
posts.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-media.js
r52fc278 r156baa3 81 81 .sort((a, b) => b._mtime - a._mtime); // newest first 82 82 renderPage(req, res, 'pages/admin-media', { 83 pageJs: 'admin-media', 83 84 pageTitleKey: 'admin.t_media', 84 85 bodyClass: 'on-admin', … … 122 123 if (!site) return res.status(404).send('Site required'); 123 124 renderPage(req, res, 'pages/admin-videos', { 125 pageJs: 'admin-videos', 124 126 pageTitleKey: 'admin.t_media', 125 127 bodyClass: 'on-admin', -
src/routes/admin-playlists.js
r52fc278 r156baa3 62 62 const playlists = PlaylistService.list(site.id); 63 63 renderPage(req, res, 'pages/admin-playlists', { 64 pageJs: 'admin-playlists', 64 65 pageTitleKey: 'admin.t_playlists', 65 66 playlists, -
src/routes/paid.js
r52fc278 r156baa3 76 76 const blob = signBlob({ purpose: 'reg', siteId: r.site.id, cents, challenge: options.challenge }, 900); 77 77 renderPage(req, res, 'pages/paid-passkey', { 78 pageJs: 'paid-passkey', 78 79 pageTitleKey: 'ppk.t', bodyClass: 'on-post', 79 80 optionsJson: JSON.stringify(options), regBlob: blob, postSlug: payload.post, -
src/routes/posts.js
r52fc278 r156baa3 1392 1392 const { newerPost, olderPost } = postNeighbors(site, post); 1393 1393 return renderPage(req, res, 'pages/paid-gate', { 1394 pageJs: 'paid-gate', 1394 1395 pageTitle: post.title || 'Voor supporters', 1395 1396 bodyClass: 'on-special',
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)