aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* testing in prodAkshay2024-11-192-10/+10
|
* tmp: disable rate limiterAkshay2024-11-191-9/+9
|
* dbgAkshay2024-11-191-0/+1
|
* add dashboard view, invitesAkshay2024-11-1610-60/+195
|
* better styles for media pageAkshay2024-11-162-9/+34
|
* add donate linkAkshay2024-11-151-1/+6
|
* invalidate registered tokens properlyAkshay2024-11-153-4/+5
|
* add invite systemAkshay2024-11-154-5/+60
|
* everything expires in 5 daysAkshay2024-11-141-4/+4
|
* fix empty sublistAkshay2024-11-131-3/+7
|
* fix homeAkshay2024-11-132-14/+6
|
* dbgAkshay2024-11-131-2/+0
|
* add login and users and all the pizzazzAkshay2024-11-1314-178/+366
|
* fix: Update unsubscribe function to call /unsubscribe endpointAkshay" (aider)2024-11-131-2/+14
|
* feat: Update subscription button to use POST request to /subscribe endpointAkshay" (aider)2024-11-131-4/+28
|
* fix: Pass parameters to head and header mixins in index.pugAkshay2024-11-131-2/+2
|
* 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
|
* refactor: Update db schema to store password hashes instead of plaintext ↵Akshay" (aider)2024-11-091-1/+1
| | | | passwords
* refactor: Reorder and clean up imports and app initialization in index.jsAkshay2024-11-091-13/+11
|
* 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-092-0/+3
|
* fix: Add URL-encoded middleware and request body logging for /register endpointAkshay" (aider)2024-11-092-0/+5
|
* refactor: Replace db.run with db.query and update database nameAkshay2024-11-092-7/+11
|
* feat: Export and import db instance in index.js and routes/index.jsAkshay" (aider)2024-11-082-0/+3
|
* fix: log error details on user registration failureAkshay2024-11-081-8/+9
|
* style: Align and pad form inputs to match background of other elementsAkshay" (aider)2024-11-081-0/+42
|
* 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
|
* fix: add unique constraint to user_id and subreddit in subscriptions tableAkshay" (aider)2024-11-081-1/+2
|
* feat: Add user registration, login, and subscription management with SQLiteAkshay" (aider)2024-11-081-0/+21
|
* remove redundant stylesAkshay2024-11-061-35/+7
|
* add support for 'more comments'Akshay2024-11-067-11/+73
|
* another oopsieAkshay2024-11-051-1/+1
|
* fix bug with empty page redirAkshay2024-11-051-2/+2
|
* subs as home pageAkshay2024-11-056-15/+34
|
* fix media.pugAkshay2024-11-056-126/+71
|
* add biomeAkshay2024-11-054-447/+568
|
* more work with spacingAkshay2024-11-043-15/+25
|
* fixup info-styles, add collapse everywhereAkshay2024-11-043-51/+69
|
* share html headAkshay2024-11-044-21/+16
|
* fix fonts (finally maybe)Akshay2024-11-033-25/+48
|
* dont crash on invalid galleriesAkshay2024-11-031-1/+9
|
* fix annoyingly oversized linkAkshay2024-11-032-5/+8
| | | | | a > h1 results in big text, big link, h1 > a, results in big text, small link, and keeps people with fat thumbs happy
* support expanding/collapsing commentsAkshay2024-11-037-55/+151
| | | | fix pagination when sorting