Joonas qwertyasdfgh
  • wow

  • Joined on 2022-10-31
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2024-01-06 18:41:26 +01:00
4f2788ee4b Update README
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2024-01-06 18:05:47 +01:00
f0e96cc991 Add very basic support for Docker
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-22 10:17:07 +01:00
fccdfff3fc Update README
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-22 07:32:45 +01:00
7810e8808d Modify README
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-21 12:16:21 +01:00
21638570eb Update README, give session cookie secrets with .env
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-21 10:20:05 +01:00
486002b0bc Add like and repost functionality to replies, show them properly in the user pages, sort classnames. Basic functionality pretty much done now
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-20 12:43:01 +01:00
07df91cb5d Add following and followers pages and some layout tweaks
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-20 12:05:21 +01:00
1e25c30cf3 Meta information, add reply receipts to where they were missing,class sorting and also some pfp stuff
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-18 16:52:41 +01:00
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)
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-16 22:35:17 +01:00
364d3a1917 Add some validation refactors and fixes
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-16 22:04:18 +01:00
e7bfd1f2d5 Add migration
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-16 22:01:59 +01:00
e993eabeeb Remade likes, added replies, added post and reply specific pages
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-16 15:23:43 +01:00
ac57b9a09b Switch from bcrypt to argon2 for password hashing
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-16 13:21:03 +01:00
c5c981537f Added compact mode to Poster
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-16 12:43:13 +01:00
60317adb2a Remake the repost system so we can show reposts in the feed
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-15 15:57:25 +01:00
63436727ed Make Latte the default theme
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-14 21:28:25 +01:00
ec5509edc2 Make the selected theme the default value
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-14 21:08:13 +01:00
ddd9c74988 Added theme switcher
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-14 19:42:18 +01:00
c102d1047f Refactors, fixes and moved some of the db code to loaders instead of exporting because they weren't repeated anyways
qwertyasdfgh pushed to master at qwertyasdfgh/twitter-clone 2023-11-14 12:38:16 +01:00
cc2e299a63 Add reposts, like receipts, Catppuccin styling, refactors, fixes and limit the data thats sent to the client