Commit Graph

72 Commits

Author SHA1 Message Date
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
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
ce44f5f570 Feat: Add API endpoint to create short links 2025-09-28 11:17:05 -07:00
6db5c1b657 Feat: Add user signin API endpoint 2025-09-28 10:41:24 -07:00
7f1101b919 Feat: Add user signup API endpoint 2025-09-28 10:41:22 -07:00