Commit Graph

34 Commits

Author SHA1 Message Date
Joonas f0e96cc991 Add very basic support for Docker 2024-01-06 19:05:30 +02:00
Joonas fccdfff3fc Update README 2023-11-22 11:17:03 +02:00
Joonas 7810e8808d Modify README 2023-11-22 08:32:39 +02:00
Joonas 21638570eb Update README, give session cookie secrets with .env 2023-11-21 13:16:15 +02:00
Joonas 486002b0bc Add like and repost functionality to replies, show them properly in the user pages, sort classnames. Basic functionality pretty much done now 2023-11-21 11:19:51 +02:00
Joonas 07df91cb5d Add following and followers pages and some layout tweaks 2023-11-20 13:42:57 +02:00
Joonas 1e25c30cf3 Meta information, add reply receipts to where they were missing,class sorting and also some pfp stuff 2023-11-20 13:05:14 +02:00
Joonas 1e632c52be A lot of code trying to make the replies work (I can't recursively show all parent replies because Prisma hasn't implemented recursive relation includes after 2 years of the initial request, which sucks) 2023-11-18 17:53:07 +02:00
Joonas 364d3a1917 Add some validation refactors and fixes 2023-11-16 23:35:24 +02:00
Joonas e7bfd1f2d5 Add migration 2023-11-16 23:04:45 +02:00
Joonas e993eabeeb Remade likes, added replies, added post and reply specific pages 2023-11-16 23:02:26 +02:00
Joonas ac57b9a09b Switch from bcrypt to argon2 for password hashing 2023-11-16 16:24:11 +02:00
Joonas c5c981537f Added compact mode to Poster 2023-11-16 14:20:59 +02:00
Joonas 60317adb2a Remake the repost system so we can show reposts in the feed 2023-11-16 13:43:07 +02:00
Joonas 63436727ed Make Latte the default theme 2023-11-15 16:57:52 +02:00
Joonas ec5509edc2 Make the selected theme the default value 2023-11-14 22:28:47 +02:00
Joonas ddd9c74988 Added theme switcher 2023-11-14 22:08:37 +02:00
Joonas c102d1047f Refactors, fixes and moved some of the db code to loaders instead of exporting because they weren't repeated anyways 2023-11-14 20:42:45 +02:00
Joonas cc2e299a63 Add reposts, like receipts, Catppuccin styling, refactors, fixes and limit the data thats sent to the client 2023-11-14 13:38:11 +02:00
Joonas b4e0b8b4d2 Rename route 2023-11-14 09:03:41 +02:00
Joonas 8351193d15 Add default pfp 2023-11-13 13:33:40 +02:00
Joonas 71abdb52d5 Remove that 2023-11-13 13:31:14 +02:00
Joonas daeb2d6889 Add user index route, error handling, NavLink active styling and some layout improvements 2023-11-13 13:30:40 +02:00
Joonas 5a9897ef38 Add following and unfollowing, profile descriptions, feed, various refactors, layout fixes and minor fixes 2023-11-13 12:42:26 +02:00
Joonas 073d4aeeaf A lot of type fixing (horrible) 2023-11-10 12:42:38 +02:00
Joonas 3906439f76 More profile picture stuff 2023-11-09 23:20:27 +02:00
Joonas 9293a43d9c Access control and refactor root loader for Poster component 2023-11-09 23:19:28 +02:00
Joonas 35f42d5fdc Form validation 2023-11-09 23:18:45 +02:00
Joonas 084fa4fa53 Add profile pictures 2023-11-09 23:18:07 +02:00
Joonas 67069c2551 NavItem element 2023-11-09 18:28:31 +02:00
Joonas dcb82c56da Password changing and refactors 2023-11-09 18:28:20 +02:00
Joonas 79ff93341a Styling improvements 2023-11-09 18:27:32 +02:00
Joonas 0ad197ca6f Fixes and error handling 2023-11-09 13:56:09 +02:00
Joonas c3dfc8e2c6 initial commit 2023-11-09 13:37:40 +02:00