summaryrefslogtreecommitdiff
path: root/internal/timeline
AgeCommit message (Collapse)AuthorFiles
2021-07-11Block/unblock (#96)Libravatar Tobi Smethurst8
* remote + local block logic, incl. federation * improve blocking stuff * fiddle with display of blocked profiles * go fmt
2021-07-09favourites GET implementation (#95)Libravatar Tobi Smethurst1
2021-06-23Timeline bugfix (#60)Libravatar Tobi Smethurst4
* fix a stack overflow in the timeline * go fmt
2021-06-21Deletes+unboosts (#52)Libravatar Tobi Smethurst2
* Status deletes properly streamed now. * Unboosts now work locally and federated. * Documentation updates.
2021-06-21Testrig fixes (#50)Libravatar Tobi Smethurst1
* testrig is runnable again * little fixes, add some more test models * address https://github.com/superseriousbusiness/gotosocial/issues/44
2021-06-19Streaming (#49)Libravatar Tobi Smethurst4
Add new status and notification websocket streaming capabilities
2021-06-17Timeline improvements (#41)Libravatar Tobi Smethurst6
Tidying up. Parent/child statuses now display correctly in status/id/context.
2021-06-13Timeline manager (#40)Libravatar Tobi Smethurst8
* start messing about with timeline manager * i have no idea what i'm doing * i continue to not know what i'm doing * it's coming along * bit more progress * update timeline with new posts as they come in * lint and fmt * Select accounts where empty string * restructure a bunch, get unfaves working * moving stuff around * federate status deletes properly * mention regex better but not 100% there * fix regex * some more hacking away at the timeline code phew * fix up some little things * i can't even * more timeline stuff * move to ulid * fiddley * some lil fixes for kibou compatibility * timelines working pretty alright! * tidy + lint