aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tweak sticky background in card viewPortableProgrammer2025-01-041-2/+2
* Fix subtitle subreddit link sort/view querystringsNick Warner2025-01-021-2/+2
* fix colors, show gildingsAkshay2024-12-303-3/+16
* highlight sticky commentsAkshay2024-12-303-3/+20
* Feat: Card ViewPortableProgrammer2024-12-3011-76/+364
* fix sub-searchAkshay2024-12-261-1/+1
* use 0.0.0.0 instead of loopbackv0.1.1Akshay2024-12-251-2/+2
* var isSub was not set - leading to sub page having subscribe button showing -...Sayan Mitra2024-12-211-0/+1
* fix search with argsAkshay2024-12-212-29/+3
* add `edited` indicator to commentsAkshay2024-12-195-4/+15
* implement back button, restructure sort-optsAkshay2024-12-196-23/+61
* search-on-undelete for more commentsAkshay2024-12-162-2/+2
* order subs in asc alphabetic orderAkshay2024-12-161-1/+4
* add post search,Akshay2024-12-064-34/+25
* allow post searchAkshay2024-12-064-3/+119
* add urls to open comments and submissions externallyAkshay2024-12-053-13/+26
* presentationAkshay2024-11-281-1/+0
* another oopsieAkshay2024-11-271-1/+1
* rename to lurkerAkshay2024-11-276-4/+15
* add next/prev links to commentsAkshay2024-11-265-12/+47
* add search page, support spoiler/nsfw imgsAkshay2024-11-2612-15/+57
* mild improvements to subs pageAkshay2024-11-234-7/+16
* add search pageAkshay2024-11-237-49/+146
* fix thumbnails, sometimesAkshay2024-11-222-1/+10
* rework invite and admins a bitAkshay2024-11-226-75/+102
* 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 pass...Akshay" (aider)2024-11-091-1/+1
* 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