summaryrefslogtreecommitdiff
path: root/internal/federation/dereferencing/status.go
AgeCommit message (Expand)AuthorFiles
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim1
2024-12-24[bugfix] small editing tweaks (#3631)Libravatar kim1
2024-12-23[feature] add support for clients editing statuses and fetching status revisi...Libravatar kim1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim1
2024-10-08[feature] Distribute + ingest Accepts to followers (#3404)Libravatar tobi1
2024-09-29[bugfix] Carry-over "PinnedAt" when refreshing status (#3373)Libravatar tobi1
2024-09-16[performance] cache more database calls, reduce required database calls overa...Libravatar kim1
2024-09-16[chore] Reject replies to rejected replies (#3291)Libravatar tobi1
2024-09-10[chore] status dereferencing improvements (#3255)Libravatar kim1
2024-08-25[chore] Tiny tweak to ApprovedByURI (#3234)Libravatar tobi1
2024-08-25[bugfix] Carry-over `ApprovedByURI` to avoid marking already-approved remote ...Libravatar tobi1
2024-07-26[bugfix] Use punycode for `host` part of `resource` query param when doing we...Libravatar tobi1
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi1
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi1
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim1
2024-06-06[bugfix] update media if more than just url changes (#2970)Libravatar kim1
2024-06-06[bugfix] concurrent map writes in dereferencer media processing maps (#2964)Libravatar kim1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim1
2024-03-14[bugfix] only check replyTo visibility during permission checks IF status is ...Libravatar kim1
2024-03-04[bugfix] check remote status permissibility (#2703)Libravatar kim1
2024-02-23[bugfix] 2643 bug search for account url doesnt always work when redirected (...Libravatar kim1
2024-02-18[bugfix] Fix dereferencing ancestors on new status create (#2652)Libravatar tobi1
2024-02-14[bugfix] add stricter checks during all stages of dereferencing remote AS obj...Libravatar kim1
2024-02-09use pointer for freshness window (#2614)Libravatar tobi1
2024-02-09[chore] Move `DoOnce` func wrapper to util (#2613)Libravatar tobi1
2024-01-31[bugfix] parent status replied to status not dereferenced sometimes (#2587)Libravatar kim1
2024-01-26[bugfix] Don't return Account or Status if new and dereferencing failed, othe...Libravatar tobi1
2024-01-09[bugfix] misc dereferencer fixes (#2475)Libravatar kim1
2023-12-15[bugfix] use a much shorter refresh limit for statuses with polls (#2453)v0.13.0Libravatar kim1
2023-11-30[bugfix] always go through status parent dereferencing on isNew, even on data...Libravatar kim1
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim1
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim1
2023-10-31[feature] add per-uri dereferencer locks (#2291)Libravatar kim1
2023-10-31[bugfix] Relax `Mention` parsing, allowing either href or name (#2320)Libravatar tobi1
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi1
2023-06-24[bugfix] Ensure `InReplyToID` set properly, update dereference ancestors func...Libravatar tobi1
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim1
2023-06-17[chore/bugfix] Refactor `ap/extract.go` functions, return URIs more reliably ...Libravatar tobi1
2023-05-31[bugfix] only attempt to populate account/statuses from DB if already exist (...Libravatar kim1
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi1
2023-04-06[bugfix] Normalize status content (don't parse status content as IRI) (#1665)Libravatar tobi1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1