aboutsummaryrefslogtreecommitdiff
path: root/src/routes/index.js
Commit message (Expand)AuthorAgeFilesLines
* add search page, support spoiler/nsfw imgsAkshay2024-11-261-1/+8
* mild improvements to subs pageAkshay2024-11-231-2/+2
* add search pageAkshay2024-11-231-0/+32
* rework invite and admins a bitAkshay2024-11-221-15/+9
* testing in prodAkshay2024-11-191-1/+1
* dbgAkshay2024-11-191-0/+1
* add dashboard view, invitesAkshay2024-11-161-1/+59
* invalidate registered tokens properlyAkshay2024-11-151-3/+3
* add invite systemAkshay2024-11-151-3/+10
* everything expires in 5 daysAkshay2024-11-141-4/+4
* fix empty sublistAkshay2024-11-131-3/+7
* fix homeAkshay2024-11-131-1/+6
* dbgAkshay2024-11-131-2/+0
* add login and users and all the pizzazzAkshay2024-11-131-85/+149
* feat: Add JWT token handling for registration and loginAkshay" (aider)2024-11-091-0/+2
* refactor: Use native Bun API for hashing passwords instead of bcryptAkshay" (aider)2024-11-091-3/+3
* feat: Integrate bcrypt for password hashing and comparison in auth routesAkshay" (aider)2024-11-091-7/+6
* fix: Redirect register and login pages to home on successAkshay" (aider)2024-11-091-2/+2
* chore: Remove debug console.log statement from index.jsAkshay2024-11-091-1/+0
* fix: Ensure db instance is properly exported and imported in routesAkshay" (aider)2024-11-091-0/+1
* fix: Add URL-encoded middleware and request body logging for /register endpointAkshay" (aider)2024-11-091-0/+4
* refactor: Replace db.run with db.query and update database nameAkshay2024-11-091-4/+4
* feat: Export and import db instance in index.js and routes/index.jsAkshay" (aider)2024-11-081-0/+1
* fix: log error details on user registration failureAkshay2024-11-081-8/+9
* feat: Add registration page with password confirmation validationAkshay" (aider)2024-11-081-2/+8
* feat: Add login view and /login endpoint to render itAkshay" (aider)2024-11-081-0/+4
* feat: Add unsubscribe endpoint to handle user unsubscriptionsAkshay" (aider)2024-11-081-0/+26
* fix: Return error when subscribing to the same subreddit more than onceAkshay" (aider)2024-11-081-5/+15
* feat: Add user registration, login, and subscription endpointsAkshay2024-11-081-0/+47
* add support for 'more comments'Akshay2024-11-061-0/+14
* subs as home pageAkshay2024-11-051-2/+3
* fix media.pugAkshay2024-11-051-16/+15
* add biomeAkshay2024-11-051-47/+49
* fix annoyingly oversized linkAkshay2024-11-031-2/+4
* support expanding/collapsing commentsAkshay2024-11-031-6/+5
* even better galleries, fix font sizes everywhereAkshay2024-11-011-2/+0
* improve mobile ui, add paginationAkshay2024-10-311-1/+2
* improvements to media preview, and galleriesAkshay2024-10-291-2/+17
* finish subscriptionsAkshay2024-09-011-0/+5
* add markdown rendering, lay out localStorage subscriptionsAkshay2024-08-311-4/+28
* initAkshay2024-08-291-0/+35