aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-01-13make the thread page workwinter
2025-01-13implement replying to postswinter
2025-01-13make the interaction buttons actually workwinter
2025-01-02try to auth and subscribe both ways at any opportunitywinter
experimental and untested and might turn out to be a horrible idea! but it will at least mean there's a trigger for subscription now
2025-01-01ultra basic post formwinter
doesn't do much but i just wanted to get this working at a bare minimum
2025-01-01stuffwinter
2024-12-31implement user accounts and loginwinter
2024-12-31rework timelines. inclusion reasons supported nowwinter
2024-12-31switch to my own translations systemwinter
i really don't like gettext
2024-12-24implement ui translations using gettextwinter
this was horrible i don't like gettext anymore
2024-12-24more stuff and thingswinter
2024-12-24ui additionswinter
2024-12-24dump job json when failing to decode itwinter
2024-12-24breaking change: use id in actor uri instead of handlewinter
2024-12-24hook up the interaction buttons to a dummy thingwinter
2024-12-24add interaction buttons (they dont do anything)winter
2024-12-23add htmx and use hx-boostwinter
2024-12-23rename "user" to actor and "post" to note everywherewinter
2024-12-23actor profile pagewinter
2024-12-23improve timelineswinter
2024-12-23make the timelines look nicer and add local tlwinter
2024-12-23make a crummy template system and use it for global timelinewinter
2024-12-23better timeline systemwinter
2024-12-20super ultra mega basic global timelinewinter
2024-12-20script to permadelete deleted objectswinter
2024-12-20bugfixwinter
2024-12-20implement deletion/tombstones?winter
2024-12-20update readmewinter
2024-12-20accepting/rejecting follow requestswinter
2024-12-19let notes push themselves to interested partieswinter
2024-12-19put requestToFollow in actor jsonwinter
somehow i forgot that ????? im so stupid sometimes /pos
2024-12-19more fixes!!!!winter
2024-12-19can't have protected interface methods sillywinter
2024-12-19implement follow relationships (untested)winter
does NOT implement the actual behaviour behind follows (receiving posts and such)
2024-12-19process pushes in job + fix token expiry jobwinter
2024-12-17fix fetching objects when auth token is uninitialisedwinter
2024-12-17implement interactionswinter
2024-12-17bugfixes 3winter
2024-12-17fix actor homepage uriwinter
2024-12-17bugfix again grrr im sillywinter
2024-12-17bugfix ... actually save the thing in /(un)subscribewinter
2024-12-17winter REPORTEDLY forgot to implement subscribe routeswinter
2024-12-17bugfixingwinter
2024-12-17fix database/model discrepancieswinter
add avatar column for actor table, remove (un)subscribe fields from ActorEndpoints model
2024-12-17add methods to create models easierlywinter
2024-12-17fix devserver (allow choosing port)winter
2024-12-17hopefully implement push!winter
again i can't really test this yet because i don't have two https instances that can talk to each other. soon i will set that up and test all these recent commits
2024-12-17send auth header when fetching objects (untested again)winter
2024-12-17hopefully implement refreshing inbound tokenswinter
2024-12-16refresh tokens an hour before duewinter
instead of literally doing it *as* they expire lol