aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Feat: Card View - Separate sort and view detail optionsPortableProgrammer2025-01-081-1/+3
|
* Feat: Card View - reduce `border-radius` intensityPortableProgrammer2025-01-081-2/+2
|
* Feat: Card ViewPortableProgrammer2025-01-072-1/+5
| | | | Restrict inline image links width to a reasonable size
* Detect `preview.redd.it`, `i.redd.it`, and `i.imgur.com` inline links and ↵PortableProgrammer2025-01-042-3/+5
| | | | expand them to image tags in card view and comments.
* 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
| | | | Initial Commit
* 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
| | | | - fixed
* 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
| | | | also fix filters, combine old and new parse logic
* 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 ↵Akshay" (aider)2024-11-091-1/+1
| | | | passwords
* refactor: Reorder and clean up imports and app initialization in index.jsAkshay2024-11-091-13/+11
|