Commit Graph

54 Commits

Author SHA1 Message Date
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
96f25fb68a Revert: Update list.js 2025-10-10 08:38:33 -07:00
72ecbd0211 Feat: Add endpoint for updating links 2025-10-10 08:16:25 -07:00
9d08652cb2 Refactor: Return full link details for editing 2025-10-10 08:16:22 -07:00
cff4f659f0 Refactor: Improve readability of signup function 2025-09-29 08:31:03 -07:00
94e40d3d3b Refactor: Improve readability of signin function 2025-09-29 08:31:00 -07:00
027e00d52f Refactor: Improve readability of list links function 2025-09-29 08:30:57 -07:00
dcd5273747 Refactor: Improve readability of create link function 2025-09-29 08:30:53 -07:00
da89ce698f Feat: Add endpoint to list a user's links 2025-09-28 12:51:47 -07:00
decd2fb485 Feat: Add reCAPTCHA verification to signup 2025-09-28 12:16:30 -07:00
66b1615448 Feat: Add reCAPTCHA verification to signin 2025-09-28 12:16:28 -07:00
4d87fc6292 Feat: Add reCAPTCHA server-side verification 2025-09-28 12:11:18 -07:00
8c2e898bd4 Feat: Add reserved word validation for custom slugs 2025-09-28 12:07:19 -07:00
b088de6043 Fix: Use users table for slugs, remove links table 2025-09-28 11:52:13 -07:00
dc3d5d1226 Fix: Ignore reserved paths in catch-all route 2025-09-28 11:41:31 -07:00
3cd4782cd2 Refactor: Return username on successful sign-up 2025-09-28 11:25:34 -07:00
3911fdda62 Refactor: Return username on successful sign-in 2025-09-28 11:25:32 -07:00
017d592845 Feat: Add catch-all redirect handler for slugs 2025-09-28 11:18:49 -07:00
ce44f5f570 Feat: Add API endpoint to create short links 2025-09-28 11:17:05 -07:00