| Commit message (Expand) | Author | Age | Files | Lines |
* | Feat: Card View | PortableProgrammer | 2024-12-30 | 1 | -8/+35 |
* | fix sub-search | Akshay | 2024-12-26 | 1 | -1/+1 |
* | fix search with args | Akshay | 2024-12-21 | 1 | -23/+2 |
* | add `edited` indicator to comments | Akshay | 2024-12-19 | 1 | -0/+1 |
* | implement back button, restructure sort-opts | Akshay | 2024-12-19 | 1 | -1/+3 |
* | order subs in asc alphabetic order | Akshay | 2024-12-16 | 1 | -1/+4 |
* | add post search, | Akshay | 2024-12-06 | 1 | -26/+19 |
* | allow post search | Akshay | 2024-12-06 | 1 | -1/+40 |
* | presentation | Akshay | 2024-11-28 | 1 | -1/+0 |
* | add search page, support spoiler/nsfw imgs | Akshay | 2024-11-26 | 1 | -1/+8 |
* | mild improvements to subs page | Akshay | 2024-11-23 | 1 | -2/+2 |
* | add search page | Akshay | 2024-11-23 | 1 | -0/+32 |
* | rework invite and admins a bit | Akshay | 2024-11-22 | 1 | -15/+9 |
* | testing in prod | Akshay | 2024-11-19 | 1 | -1/+1 |
* | dbg | Akshay | 2024-11-19 | 1 | -0/+1 |
* | add dashboard view, invites | Akshay | 2024-11-16 | 1 | -1/+59 |
* | invalidate registered tokens properly | Akshay | 2024-11-15 | 1 | -3/+3 |
* | add invite system | Akshay | 2024-11-15 | 1 | -3/+10 |
* | everything expires in 5 days | Akshay | 2024-11-14 | 1 | -4/+4 |
* | fix empty sublist | Akshay | 2024-11-13 | 1 | -3/+7 |
* | fix home | Akshay | 2024-11-13 | 1 | -1/+6 |
* | dbg | Akshay | 2024-11-13 | 1 | -2/+0 |
* | add login and users and all the pizzazz | Akshay | 2024-11-13 | 1 | -85/+149 |
* | feat: Add JWT token handling for registration and login | Akshay" (aider) | 2024-11-09 | 1 | -0/+2 |
* | refactor: Use native Bun API for hashing passwords instead of bcrypt | Akshay" (aider) | 2024-11-09 | 1 | -3/+3 |
* | feat: Integrate bcrypt for password hashing and comparison in auth routes | Akshay" (aider) | 2024-11-09 | 1 | -7/+6 |
* | fix: Redirect register and login pages to home on success | Akshay" (aider) | 2024-11-09 | 1 | -2/+2 |
* | chore: Remove debug console.log statement from index.js | Akshay | 2024-11-09 | 1 | -1/+0 |
* | fix: Ensure db instance is properly exported and imported in routes | Akshay" (aider) | 2024-11-09 | 1 | -0/+1 |
* | fix: Add URL-encoded middleware and request body logging for /register endpoint | Akshay" (aider) | 2024-11-09 | 1 | -0/+4 |
* | refactor: Replace db.run with db.query and update database name | Akshay | 2024-11-09 | 1 | -4/+4 |
* | feat: Export and import db instance in index.js and routes/index.js | Akshay" (aider) | 2024-11-08 | 1 | -0/+1 |
* | fix: log error details on user registration failure | Akshay | 2024-11-08 | 1 | -8/+9 |
* | feat: Add registration page with password confirmation validation | Akshay" (aider) | 2024-11-08 | 1 | -2/+8 |
* | feat: Add login view and /login endpoint to render it | Akshay" (aider) | 2024-11-08 | 1 | -0/+4 |
* | feat: Add unsubscribe endpoint to handle user unsubscriptions | Akshay" (aider) | 2024-11-08 | 1 | -0/+26 |
* | fix: Return error when subscribing to the same subreddit more than once | Akshay" (aider) | 2024-11-08 | 1 | -5/+15 |
* | feat: Add user registration, login, and subscription endpoints | Akshay | 2024-11-08 | 1 | -0/+47 |
* | add support for 'more comments' | Akshay | 2024-11-06 | 1 | -0/+14 |
* | subs as home page | Akshay | 2024-11-05 | 1 | -2/+3 |
* | fix media.pug | Akshay | 2024-11-05 | 1 | -16/+15 |
* | add biome | Akshay | 2024-11-05 | 1 | -47/+49 |
* | fix annoyingly oversized link | Akshay | 2024-11-03 | 1 | -2/+4 |
* | support expanding/collapsing comments | Akshay | 2024-11-03 | 1 | -6/+5 |
* | even better galleries, fix font sizes everywhere | Akshay | 2024-11-01 | 1 | -2/+0 |
* | improve mobile ui, add pagination | Akshay | 2024-10-31 | 1 | -1/+2 |
* | improvements to media preview, and galleries | Akshay | 2024-10-29 | 1 | -2/+17 |
* | finish subscriptions | Akshay | 2024-09-01 | 1 | -0/+5 |
* | add markdown rendering, lay out localStorage subscriptions | Akshay | 2024-08-31 | 1 | -4/+28 |
* | init | Akshay | 2024-08-29 | 1 | -0/+35 |