Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactor: Replace db.run with db.query and update database name | Akshay | 2024-11-09 | 2 | -7/+11 | |
| | ||||||
* | feat: Export and import db instance in index.js and routes/index.js | Akshay" (aider) | 2024-11-08 | 2 | -0/+3 | |
| | ||||||
* | fix: log error details on user registration failure | Akshay | 2024-11-08 | 1 | -8/+9 | |
| | ||||||
* | style: Align and pad form inputs to match background of other elements | Akshay" (aider) | 2024-11-08 | 1 | -0/+42 | |
| | ||||||
* | 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 | |
| | ||||||
* | fix: add unique constraint to user_id and subreddit in subscriptions table | Akshay" (aider) | 2024-11-08 | 1 | -1/+2 | |
| | ||||||
* | feat: Add user registration, login, and subscription management with SQLite | Akshay" (aider) | 2024-11-08 | 1 | -0/+21 | |
| | ||||||
* | remove redundant styles | Akshay | 2024-11-06 | 1 | -35/+7 | |
| | ||||||
* | add support for 'more comments' | Akshay | 2024-11-06 | 7 | -11/+73 | |
| | ||||||
* | another oopsie | Akshay | 2024-11-05 | 1 | -1/+1 | |
| | ||||||
* | fix bug with empty page redir | Akshay | 2024-11-05 | 1 | -2/+2 | |
| | ||||||
* | subs as home page | Akshay | 2024-11-05 | 6 | -15/+34 | |
| | ||||||
* | fix media.pug | Akshay | 2024-11-05 | 6 | -126/+71 | |
| | ||||||
* | add biome | Akshay | 2024-11-05 | 4 | -447/+568 | |
| | ||||||
* | more work with spacing | Akshay | 2024-11-04 | 3 | -15/+25 | |
| | ||||||
* | fixup info-styles, add collapse everywhere | Akshay | 2024-11-04 | 3 | -51/+69 | |
| | ||||||
* | share html head | Akshay | 2024-11-04 | 4 | -21/+16 | |
| | ||||||
* | fix fonts (finally maybe) | Akshay | 2024-11-03 | 3 | -25/+48 | |
| | ||||||
* | dont crash on invalid galleries | Akshay | 2024-11-03 | 1 | -1/+9 | |
| | ||||||
* | fix annoyingly oversized link | Akshay | 2024-11-03 | 2 | -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 comments | Akshay | 2024-11-03 | 7 | -55/+151 | |
| | | | | fix pagination when sorting | |||||
* | improve all round the board | Akshay | 2024-11-02 | 3 | -8/+17 | |
| | | | | | | | - better external links - fix styles for code tags - fix link styles for titles - add relative time to post info | |||||
* | add dark mode, add time for comments and posts | Akshay | 2024-11-02 | 5 | -27/+128 | |
| | ||||||
* | tweakaroo | Akshay | 2024-11-01 | 2 | -5/+5 | |
| | ||||||
* | even better galleries, fix font sizes everywhere | Akshay | 2024-11-01 | 9 | -49/+104 | |
| | ||||||
* | more fixes for galleries | Akshay | 2024-10-31 | 3 | -14/+25 | |
| | ||||||
* | improve styles | Akshay | 2024-10-31 | 4 | -21/+41 | |
| | ||||||
* | improve mobile ui, add pagination | Akshay | 2024-10-31 | 5 | -22/+61 | |
| | ||||||
* | improvements to media preview, and galleries | Akshay | 2024-10-29 | 6 | -17/+80 | |
| | ||||||
* | support video preview and playback with hls streams | Akshay | 2024-09-01 | 5 | -8/+29 | |
| | ||||||
* | finish subscriptions | Akshay | 2024-09-01 | 9 | -53/+161 | |
| | ||||||
* | add markdown rendering, lay out localStorage subscriptions | Akshay | 2024-08-31 | 6 | -12/+93 | |
| | ||||||
* | move domain to title line, fix mobile styles | Akshay | 2024-08-30 | 2 | -16/+27 | |
| | ||||||
* | add nix module | Akshay | 2024-08-30 | 1 | -1/+2 | |
| | ||||||
* | bundle styles correctly | Akshay | 2024-08-29 | 2 | -1/+93 | |
| | ||||||
* | init | Akshay | 2024-08-29 | 8 | -0/+530 | |