Commit Graph

72 Commits

Author SHA1 Message Date
acb854c827 Fix: Exclude icon.png from slug capture 2025-11-21 15:39:23 -08:00
6bf4a23d64 Fix: Clean seized prefix from API response 2025-11-21 12:52:26 -08:00
8d703183e8 Fix: Prevent deletion of seized links 2025-11-21 12:49:42 -08:00
5509596df8 Fix: Prevent users from updating seized links 2025-11-21 12:47:04 -08:00
27b3f346a7 Feat: Admin endpoint to seize links 2025-11-21 12:46:56 -08:00
15b16af1cb Feat: Handle takedown redirects 2025-11-21 12:46:53 -08:00
992f17ccd5 Fix: Exclude 'takedown' page from slug routing 2025-11-21 11:18:28 -08:00
7021ee363a Fix: ntfy update correct topic usage 2025-11-10 13:42:51 -08:00
72aeb573b2 Fix: ntfy delete correct topic usage 2025-11-10 13:42:46 -08:00
c51b7d25b7 Fix: ntfy create correct topic usage 2025-11-10 13:42:43 -08:00
567cb7ae4d Fix: ntfy signup omit hash, correct topic usage 2025-11-10 13:42:38 -08:00
c5fa8c4f83 Fix: ntfy signin omit hash, ensure topic usage 2025-11-10 13:42:35 -08:00
19d65c6faf Fix: ntfy signup emoji and await 2025-11-10 13:34:23 -08:00
e32430e1ce Fix: ntfy signin emoji and await 2025-11-10 13:34:20 -08:00
e273372324 Fix: ntfy title emoji on update/analytics 2025-11-10 13:34:16 -08:00
266884a652 Fix: ntfy title emoji on delete 2025-11-10 13:34:13 -08:00
647d6193fb Fix: ntfy title emoji on create 2025-11-10 13:34:09 -08:00
d1e08a98b9 Feat: ntfy notify on signup 2025-11-10 13:22:44 -08:00
8d03d8bdab Feat: ntfy notify on signin 2025-11-10 13:22:41 -08:00
f362b82ddd Feat: ntfy notify on update/analytics 2025-11-10 13:22:37 -08:00
fa767e728f Feat: ntfy notify on link delete 2025-11-10 13:22:34 -08:00
61d9cf9cde Feat: send ntfy notify on link create 2025-11-10 13:22:30 -08:00
894635a90f Feat: Notify ntfy on signup 2025-11-10 13:10:36 -08:00
7e1fbc0fa9 Feat: Notify ntfy on signin 2025-11-10 13:10:32 -08:00
ca2dee0188 Feat: Notify ntfy on link delete 2025-11-10 13:10:25 -08:00
69ca09290e Feat: Notify ntfy on link update/analytics 2025-11-10 13:10:13 -08:00
4bcaa0cd65 Feat: Notify ntfy on link creation 2025-11-10 13:10:07 -08:00
d81f71d0fc Fix: Resolve D1 incomplete input error on exec 2025-10-11 09:35:47 -07:00
9686bd2413 Feat: Add endpoint to retrieve analytics for a slug 2025-10-11 09:11:00 -07:00
bac06a3aab Feat: Prefix KV value based on analytics toggle state 2025-10-11 08:56:14 -07:00
e4fac64771 Feat: Return analytics status along with destination 2025-10-11 08:56:11 -07:00
5417ad7298 Feat: Log analytics only if enabled via KV prefix 2025-10-11 08:56:09 -07:00
125bc5718a Refactor: Update schema for aggregated analytics 2025-10-11 08:50:45 -07:00
9784694e94 Refactor: Use atomic upsert for efficient analytics 2025-10-11 08:50:43 -07:00
d2f8cd2e8a Fix: Make schema creation idempotent 2025-10-11 05:39:20 -07:00
b793bec05e Feat: Add endpoint to read current D1 schema 2025-10-11 05:39:15 -07:00
609090887c Refactor: Add admin path to reserved list 2025-10-11 05:39:05 -07:00
8bbfd5a419 Refactor: Add new static pages to reserved paths 2025-10-10 14:12:16 -07:00
324cf28de0 Refactor: Switch to Turnstile for CAPTCHA verification 2025-10-10 11:37:55 -07:00
ebf8f84af8 Refactor: Switch to Turnstile for CAPTCHA verification 2025-10-10 11:37:51 -07:00
46b460f511 Feat: Add endpoint to delete links 2025-10-10 11:06:18 -07:00
0452df44d5 Feat: Add endpoint to update link destination 2025-10-10 11:06:14 -07:00
a3b4ab6904 Feat: Add endpoint to get link destination 2025-10-10 11:06:10 -07:00
3fc424bb85 Revert: Update list.js 2025-10-10 10:48:59 -07:00
5fdb9d0afe Delete functions/api/links/delete.js 2025-10-10 10:48:32 -07:00
4ccae512ea Delete functions/api/links/update.js 2025-10-10 10:48:20 -07:00
6ff69692e4 Feat: Add API endpoint for updating links 2025-10-10 10:40:34 -07:00
0a91ccb944 Refactor: Return full link details instead of slugs 2025-10-10 10:40:31 -07:00
ad1c215650 Feat: Add API endpoint for deleting links 2025-10-10 10:40:27 -07:00
2e0ce0e411 Delete functions/api/links/update.js 2025-10-10 08:39:25 -07:00