aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-162-2/+5
|
* update hashAkshay2024-12-071-1/+1
|
* add post search,Akshay2024-12-064-34/+25
| | | | also fix filters, combine old and new parse logic
* allow post searchAkshay2024-12-065-3/+120
|
* add urls to open comments and submissions externallyAkshay2024-12-054-15/+28
|
* add docker volume instructionsAkshay2024-12-052-2/+5
|
* add docker to install optionsAkshay2024-12-021-1/+17
|
* update FOD hashAkshay2024-12-011-1/+1
|
* add docker image output to flake, build on ciAkshay2024-12-012-4/+62
|
* add licenseAkshay2024-11-281-0/+20
|
* lang tagsAkshay2024-11-281-4/+4
|
* presentationAkshay2024-11-2814-20/+102
|
* another oopsieAkshay2024-11-271-1/+1
|
* update nix hashAkshay2024-11-271-1/+1
|
* rename to lurkerAkshay2024-11-278-22/+33
|
* 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-228-136/+103
|
* 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
|
* fixy wixyAkshay2024-11-151-6/+6
|
* add invite generator to flakeAkshay2024-11-151-6/+28
|
* allow path to db as argAkshay2024-11-151-10/+10
|
* add donate linkAkshay2024-11-152-2/+7
|
* invalidate registered tokens properlyAkshay2024-11-154-8/+5
|
* add invite systemAkshay2024-11-155-5/+98
|
* everything expires in 5 daysAkshay2024-11-141-4/+4
|
* fix empty sublistAkshay2024-11-131-3/+7
|
* fix homeAkshay2024-11-132-14/+6
|
* update lockfile, nix buildAkshay2024-11-131-3/+1
|
* dbgAkshay2024-11-131-2/+0
|
* add login and users and all the pizzazzAkshay2024-11-1316-181/+372
|
* 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
|
* 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
|