index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
lib
/
activitypub
Age
Commit message (
Expand
)
Author
2019-09-03
Fix ActivityPub context not being dynamically computed (#11746)
ThibG
2019-07-07
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...
Eugen Rochko
2019-06-04
Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)
ThibG
2019-05-09
Prevent silenced local users from notifying remote users not following them (...
ThibG
2019-03-28
Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)
Eugen Rochko
2019-03-27
Remove unused ActivityPub `@context` values depending on response (#10378)
Eugen Rochko
2019-03-17
Set and store report URIs (#10303)
ThibG
2019-03-17
Fix reblogs privacy (#10302)
ThibG
2019-03-08
Do not allow adding votes to expired polls (#10214)
ThibG
2019-03-05
Add test ensuring that unknown object types are rejected (#10166)
Eugen Rochko
2019-03-04
Store remote votes URI (#10158)
ThibG
2019-03-04
Add tests for ActivityPub poll processing (#10143)
Eugen Rochko
2019-02-17
Fix Announce activities of unknown statuses not fetching those statuses (#10065)
Eugen Rochko
2019-02-17
Add logging for rejected ActivityPub payloads and add tests (#10062)
Eugen Rochko
2019-02-15
Filter incoming Announce activities by relation to local activity (#10041)
Eugen Rochko
2019-02-13
Alternative handling of private self-boosts (#9998)
ThibG
2019-01-02
Ensure blocked user unfollows blocker if Block/Undo Block are processed out o...
ThibG
2018-12-29
Add handler for Move activity (#9629)
Eugen Rochko
2018-10-17
Improve support for aspects/circles (#8950)
Eugen Rochko
2018-08-28
Display pending message on admin relays UI (#8494)
Eugen Rochko
2018-08-17
Implement Undo { Accept { Follow } } (fixes #8234) (#8245)
ThibG
2018-05-18
Resolve unknown status from Add activity, skip Remove if unknown (#7526)
Eugen Rochko
2018-05-02
Slightly reduce RAM usage (#7301)
Eugen Rochko
2018-03-07
Fix #6657 - Use target instead of origin in Remove activity (#6664)
Eugen Rochko
2018-03-04
Federate pinned statuses over ActivityPub (#6610)
Eugen Rochko
2018-03-04
Fix missing focalPoint in ActivityPub JSON (#6609)
Eugen Rochko
2018-02-28
Federated reports (#6570)
Eugen Rochko
2018-01-08
Revert #5772 (#6221)
Eugen Rochko
2018-01-08
Fix bad URL schemes being accepted (#6219)
Eugen Rochko
2018-01-03
Allow to dereference Follow object for ActivityPub (#5772)
Akihiko Odaki
2017-11-30
Fix too many forwards (#5854)
Eugen Rochko
2017-10-14
Use atomUri in Undo activity of Announce (#5376)
unarist
2017-10-07
Encode custom emojis as resolveable objects in ActivityPub (#5243)
Eugen Rochko
2017-09-25
Add missing validations in ActivityPub::Activity::Create (#5096)
Akihiko Odaki
2017-09-19
Introduce OStatus::TagManager (#5008)
Akihiko Odaki
2017-09-19
Custom emoji (#4988)
Eugen Rochko
2017-09-08
Handle stream_entry URL correctly in ActivityPub (#4854)
unarist
2017-09-08
Fetch statuses/following/followers numbers from ActivityPub collections (#4840)
Eugen Rochko
2017-09-06
Switch to static URIs, new URI format in both protocols for new statuses (#4815)
Eugen Rochko
2017-08-31
Remove identity context from output of LinkedDataSignature (#4753)
Eugen Rochko
2017-08-30
Forward ActivityPub creates that reply to local statuses (#4709)
Eugen Rochko
2017-08-28
Fix Delete activity handling when the status has been reblogged (#4729)
unarist
2017-08-26
Add handling of Linked Data Signatures in payloads (#4687)
Eugen Rochko
2017-08-14
Fix ActivityPub follow interaction and add more specs (#4601)
unarist
2017-08-08
Add ActivityPub inbox (#4216)
Eugen Rochko