aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/actor.php
AgeCommit message (Collapse)Author
2025-03-16implement poking and suchwinter
2025-03-10send new follow status in follow endpointwinter
to mitigate desynchronisation issues, which could otherwise cause one instance to think its request is pending while the other instance thinks it's active
2025-02-24implement federation policies and instance info substitution policywinter
2025-02-14proper pagination and privacy checks on basicFeed/fullFeedwinter
2025-01-23implement blocking userswinter
it doesn't work yet for notifications! but i think i got it in most other places
2025-01-13stuff :3winter
2024-12-24breaking change: use id in actor uri instead of handlewinter
2024-12-23rename "user" to actor and "post" to note everywherewinter
2024-12-20super ultra mega basic global timelinewinter
2024-12-20accepting/rejecting follow requestswinter
2024-12-19more fixes!!!!winter
2024-12-19implement follow relationships (untested)winter
does NOT implement the actual behaviour behind follows (receiving posts and such)
2024-12-14add a godawful basic html actor pagewinter
2024-12-09rename to Digitigrade / PawPubwinter
:3
2024-12-08implement noteswinter
2024-12-07many many changes but actors are loaded from db nowwinter
2024-12-06initial commitwinter
hardcoded functionality mostly!