Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | var isSub was not set - leading to sub page having subscribe button showing ↵ | Sayan Mitra | 2024-12-21 | 2 | -0/+4 |
| | | | | - fixed | ||||
* | fix search with args | Akshay | 2024-12-21 | 2 | -29/+3 |
| | |||||
* | add `edited` indicator to comments | Akshay | 2024-12-19 | 6 | -5/+16 |
| | |||||
* | implement back button, restructure sort-opts | Akshay | 2024-12-19 | 6 | -23/+61 |
| | |||||
* | search-on-undelete for more comments | Akshay | 2024-12-16 | 2 | -2/+2 |
| | |||||
* | order subs in asc alphabetic order | Akshay | 2024-12-16 | 2 | -2/+5 |
| | |||||
* | update hash | Akshay | 2024-12-07 | 1 | -1/+1 |
| | |||||
* | add post search, | Akshay | 2024-12-06 | 4 | -34/+25 |
| | | | | also fix filters, combine old and new parse logic | ||||
* | allow post search | Akshay | 2024-12-06 | 5 | -3/+120 |
| | |||||
* | add urls to open comments and submissions externally | Akshay | 2024-12-05 | 4 | -15/+28 |
| | |||||
* | add docker volume instructions | Akshay | 2024-12-05 | 2 | -2/+5 |
| | |||||
* | add docker to install options | Akshay | 2024-12-02 | 1 | -1/+17 |
| | |||||
* | update FOD hash | Akshay | 2024-12-01 | 1 | -1/+1 |
| | |||||
* | add docker image output to flake, build on ci | Akshay | 2024-12-01 | 2 | -4/+62 |
| | |||||
* | add license | Akshay | 2024-11-28 | 1 | -0/+20 |
| | |||||
* | lang tags | Akshay | 2024-11-28 | 1 | -4/+4 |
| | |||||
* | presentation | Akshay | 2024-11-28 | 14 | -20/+102 |
| | |||||
* | another oopsie | Akshay | 2024-11-27 | 1 | -1/+1 |
| | |||||
* | update nix hash | Akshay | 2024-11-27 | 1 | -1/+1 |
| | |||||
* | rename to lurker | Akshay | 2024-11-27 | 8 | -22/+33 |
| | |||||
* | add next/prev links to comments | Akshay | 2024-11-26 | 5 | -12/+47 |
| | |||||
* | add search page, support spoiler/nsfw imgs | Akshay | 2024-11-26 | 12 | -15/+57 |
| | |||||
* | mild improvements to subs page | Akshay | 2024-11-23 | 4 | -7/+16 |
| | |||||
* | add search page | Akshay | 2024-11-23 | 7 | -49/+146 |
| | |||||
* | fix thumbnails, sometimes | Akshay | 2024-11-22 | 2 | -1/+10 |
| | |||||
* | rework invite and admins a bit | Akshay | 2024-11-22 | 8 | -136/+103 |
| | |||||
* | testing in prod | Akshay | 2024-11-19 | 2 | -10/+10 |
| | |||||
* | tmp: disable rate limiter | Akshay | 2024-11-19 | 1 | -9/+9 |
| | |||||
* | dbg | Akshay | 2024-11-19 | 1 | -0/+1 |
| | |||||
* | add dashboard view, invites | Akshay | 2024-11-16 | 10 | -60/+195 |
| | |||||
* | better styles for media page | Akshay | 2024-11-16 | 2 | -9/+34 |
| | |||||
* | fixy wixy | Akshay | 2024-11-15 | 1 | -6/+6 |
| | |||||
* | add invite generator to flake | Akshay | 2024-11-15 | 1 | -6/+28 |
| | |||||
* | allow path to db as arg | Akshay | 2024-11-15 | 1 | -10/+10 |
| | |||||
* | add donate link | Akshay | 2024-11-15 | 2 | -2/+7 |
| | |||||
* | invalidate registered tokens properly | Akshay | 2024-11-15 | 4 | -8/+5 |
| | |||||
* | add invite system | Akshay | 2024-11-15 | 5 | -5/+98 |
| | |||||
* | everything expires in 5 days | Akshay | 2024-11-14 | 1 | -4/+4 |
| | |||||
* | fix empty sublist | Akshay | 2024-11-13 | 1 | -3/+7 |
| | |||||
* | fix home | Akshay | 2024-11-13 | 2 | -14/+6 |
| | |||||
* | update lockfile, nix build | Akshay | 2024-11-13 | 1 | -3/+1 |
| | |||||
* | dbg | Akshay | 2024-11-13 | 1 | -2/+0 |
| | |||||
* | add login and users and all the pizzazz | Akshay | 2024-11-13 | 16 | -181/+372 |
| | |||||
* | fix: Update unsubscribe function to call /unsubscribe endpoint | Akshay" (aider) | 2024-11-13 | 1 | -2/+14 |
| | |||||
* | feat: Update subscription button to use POST request to /subscribe endpoint | Akshay" (aider) | 2024-11-13 | 1 | -4/+28 |
| | |||||
* | fix: Pass parameters to head and header mixins in index.pug | Akshay | 2024-11-13 | 1 | -2/+2 |
| | |||||
* | feat: Add JWT token handling for registration and login | Akshay" (aider) | 2024-11-09 | 1 | -0/+2 |
| | |||||
* | refactor: Use native Bun API for hashing passwords instead of bcrypt | Akshay" (aider) | 2024-11-09 | 1 | -3/+3 |
| | |||||
* | feat: Integrate bcrypt for password hashing and comparison in auth routes | Akshay" (aider) | 2024-11-09 | 1 | -7/+6 |
| | |||||
* | refactor: Update db schema to store password hashes instead of plaintext ↵ | Akshay" (aider) | 2024-11-09 | 1 | -1/+1 |
| | | | | passwords |