aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
|
* improvements to media preview, and galleriesAkshay2024-10-296-17/+80
|
* support video preview and playback with hls streamsAkshay2024-09-015-8/+29
|
* finish subscriptionsAkshay2024-09-019-53/+161
|
* add markdown rendering, lay out localStorage subscriptionsAkshay2024-08-316-12/+93
|
* move domain to title line, fix mobile stylesAkshay2024-08-302-16/+27
|
* add nix moduleAkshay2024-08-301-1/+2
|
* bundle styles correctlyAkshay2024-08-292-1/+93
|
* initAkshay2024-08-298-0/+530