index
:
gotosocial.git
next
trunk
GoToSocial is an ActivityPub social network server
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
federation
/
dereferencing
/
status.go
Age
Commit message (
Expand
)
Author
Files
2025-10-05
[bugfix] Update interaction policies of freshly dereffed statuses if differen...
tobi
1
2025-10-03
[bugfix] status refresh race condition causing double edit notifications (#4470)
kim
1
2025-06-21
[bugfix] fix status.Local sometimes being nil (#4285)
kim
1
2025-05-26
[chore] migration to update `statuses.thread_id` to be notnull (#4160)
kim
1
2025-05-05
[bugfix] Prevent multiple mentions being created for one mention (#4127)
tobi
1
2025-05-04
[bugfix] Fix no notification if mention edited into status (#4102)
tobi
1
2025-04-26
[feature] Move to code.superseriousbusiness.org
Daenney
1
2025-04-26
[feature] Update attachment format, receive + send `focalPoint` prop + use it...
tobi
1
2025-04-06
[chore] Migrate accounts to new table, relax uniqueness constraint of actor `...
tobi
1
2025-03-06
[bugfix] Store and expose status content type (#3870)
ewwwin
1
2025-01-08
[chore] replace statuses.updated_at column with statuses.edited_at (#3636)
kim
1
2024-12-24
[bugfix] small editing tweaks (#3631)
kim
1
2024-12-23
[feature] add support for clients editing statuses and fetching status revisi...
kim
1
2024-12-05
[feature] add support for receiving federated status edits (#3597)
kim
1
2024-10-08
[feature] Distribute + ingest Accepts to followers (#3404)
tobi
1
2024-09-29
[bugfix] Carry-over "PinnedAt" when refreshing status (#3373)
tobi
1
2024-09-16
[performance] cache more database calls, reduce required database calls overa...
kim
1
2024-09-16
[chore] Reject replies to rejected replies (#3291)
tobi
1
2024-09-10
[chore] status dereferencing improvements (#3255)
kim
1
2024-08-25
[chore] Tiny tweak to ApprovedByURI (#3234)
tobi
1
2024-08-25
[bugfix] Carry-over `ApprovedByURI` to avoid marking already-approved remote ...
tobi
1
2024-07-26
[bugfix] Use punycode for `host` part of `resource` query param when doing we...
tobi
1
2024-07-24
[chore] Add interaction filter to complement existing visibility filter (#3111)
tobi
1
2024-07-11
[chore] Add interaction policy gtsmodels (#3075)
tobi
1
2024-06-26
[chore] media and emoji refactoring (#3000)
kim
1
2024-06-06
[bugfix] update media if more than just url changes (#2970)
kim
1
2024-06-06
[bugfix] concurrent map writes in dereferencer media processing maps (#2964)
kim
1
2024-04-26
[performance] update remaining worker pools to use queues (#2865)
kim
1
2024-03-14
[bugfix] only check replyTo visibility during permission checks IF status is ...
kim
1
2024-03-04
[bugfix] check remote status permissibility (#2703)
kim
1
2024-02-23
[bugfix] 2643 bug search for account url doesnt always work when redirected (...
kim
1
2024-02-18
[bugfix] Fix dereferencing ancestors on new status create (#2652)
tobi
1
2024-02-14
[bugfix] add stricter checks during all stages of dereferencing remote AS obj...
kim
1
2024-02-09
use pointer for freshness window (#2614)
tobi
1
2024-02-09
[chore] Move `DoOnce` func wrapper to util (#2613)
tobi
1
2024-01-31
[bugfix] parent status replied to status not dereferenced sometimes (#2587)
kim
1
2024-01-26
[bugfix] Don't return Account or Status if new and dereferencing failed, othe...
tobi
1
2024-01-09
[bugfix] misc dereferencer fixes (#2475)
kim
1
2023-12-15
[bugfix] use a much shorter refresh limit for statuses with polls (#2453)
v0.13.0
kim
1
2023-11-30
[bugfix] always go through status parent dereferencing on isNew, even on data...
kim
1
2023-11-11
[bugfix] support endless polls, and misskey's' method of inferring expiry in ...
kim
1
2023-11-10
[feature] Media attachment placeholders (#2331)
tobi
1
2023-11-08
[feature] add support for polls + receiving federated status edits (#2330)
kim
1
2023-11-04
[feature] support canceling scheduled tasks, some federation API performance ...
kim
1
2023-10-31
[feature] add per-uri dereferencer locks (#2291)
kim
1
2023-10-31
[bugfix] Relax `Mention` parsing, allowing either href or name (#2320)
tobi
1
2023-10-25
[feature] Status thread mute/unmute functionality (#2278)
tobi
1
2023-10-23
[chore] de-interface{} the federator and dereferencer structs (#2285)
kim
1
2023-10-04
[feature] tentatively start adding polls support (#2249)
kim
1
2023-09-23
[chore] deinterface the typeutils.Converter and update to use state structure...
kim
1
[next]