aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-057-17/+36
|
* fix media.pugAkshay2024-11-057-127/+74
|
* add biomeAkshay2024-11-0510-469/+608
|
* more work with spacingAkshay2024-11-043-15/+25
|
* fixup info-styles, add collapse everywhereAkshay2024-11-044-53/+75
|
* 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-038-55/+161
| | | | fix pagination when sorting
* improve all round the boardAkshay2024-11-023-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 postsAkshay2024-11-025-27/+128
|
* tweakarooAkshay2024-11-012-5/+5
|
* even better galleries, fix font sizes everywhereAkshay2024-11-019-49/+104
|
* more fixes for galleriesAkshay2024-10-313-14/+25
|
* improve stylesAkshay2024-10-314-21/+41
|
* improve mobile ui, add paginationAkshay2024-10-315-22/+61
|
* fmtAkshay2024-10-291-3/+2
|
* improvements to media preview, and galleriesAkshay2024-10-296-17/+80
|
* add overlay into flakeAkshay2024-09-021-0/+1
|
* try fix flake #1Akshay2024-09-021-1/+1
|
* support video preview and playback with hls streamsAkshay2024-09-015-8/+29
|
* finish subscriptionsAkshay2024-09-0110-54/+162
|
* add markdown rendering, lay out localStorage subscriptionsAkshay2024-08-317-12/+94
|
* add more systems, update hashAkshay2024-08-301-2/+2
|
* move domain to title line, fix mobile stylesAkshay2024-08-302-16/+27
|
* add nix moduleAkshay2024-08-302-1/+44
|
* bundle styles correctlyAkshay2024-08-292-1/+1
|
* fmt, add app and default packageAkshay2024-08-291-90/+98
|
* initAkshay2024-08-2915-0/+954