about summary refs log tree commit diff
path: root/app/lib/activitypub/activity/create.rb
AgeCommit message (Expand)Author
2020-03-08add option to auto-trust accounts (at the time of processing a create note) f...multiple creatures
2020-03-01immediately drop announces & creates whose object domain is blockedmultiple creatures
2020-02-21remove uneeded argumentsmultiple creatures
2020-02-21port tootsuite#11775 to monsterfork: Add retry for failed media downloads and...Eugen Rochko
2020-02-21Fix audio not being downloaded from remote servers (#11145)Eugen Rochko
2020-02-21remove autoreject implementation, superseded by monsterfork graylisting + ups...multiple creatures
2020-02-21port tootsuite#11138 to monsterfork: Change domain blocks to automatically su...Eugen Rochko
2020-02-17add a `manual_only` (manual trust only) moderation option + handle more `reje...multiple creatures
2020-02-14check `mark_known_from_boosts` setting when processing incoming boostsmultiple creatures
2020-02-14fix `reject_unknown` policy & graylist federation logicmultiple creatures
2020-01-20Original upstream mergeThibG
2019-12-12add ability for post authors to kick jerks out of their threadsmultiple creatures
2019-12-11move sharekeys & import metadata to own tablesmultiple creatures
2019-11-19Handle blank poll options more gracefully (#10946)ThibG
2019-11-19Fix possible race condition when processing statuses (#10815)ThibG
2019-11-06fix missing `srem` argument in commit `d162ebae7`multiple creatures
2019-11-06remove undeliverable flag from temporarily offline remote accounts & servers ...multiple creatures
2019-10-12graylist (reject unknown) federation & known account auto-learning finally ha...multiple creatures
2019-09-02use same matching rules for `skip_download?` as `MediaAttachment.instance.blo...multiple creatures
2019-08-26don't drop posts with invisible participants if they explicitly mention a loc...multiple creatures
2019-08-26don't process incoming media or polls until sure the post is going to be save...multiple creatures
2019-08-26do not limit by `known` when `reject_unknown` is not setmultiple creatures
2019-08-25avoid processing incoming posts that have invisible participantsmultiple creatures
2019-08-08fedi privacy - reject incoming out-of-scope posts addressed to private/unreso...multiple creatures
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-08-03respect 'don't @ me' requestsmultiple creatures
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-22allow autorejecting incoming ap activities by `id`, `@context`, and domain + ...multiple creatures
2019-07-15drop incoming twitter retweetsmultiple creatures
2019-07-15local visibility scope, chat scope+tags, unlisted tagsmultiple creatures
2019-05-21handle tags with the old `:` scope delimiter but translate those to `.`multiple creatures
2019-05-21handle importing posts from json dumpsmultiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...multiple creatures
2019-05-21Remove automatic language detection.multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and pers...multiple creatures
2019-05-21Handle up to 6 attachments per roar.multiple creatures
2019-04-27Add blurhash (#10630)Eugen Rochko
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-12Fix poll update handler calling method was that was not available (#10246)Eugen Rochko
2019-03-11Support pushing and receiving updates to poll tallies (#10209)ThibG
2019-03-08Do not allow adding votes to expired polls (#10214)ThibG
2019-03-07Avoid unnecessarily fetching the replies collection when it is empty (#10201)ThibG
2019-03-04Store remote votes URI (#10158)ThibG
2019-03-04Add tests for ActivityPub poll processing (#10143)Eugen Rochko
2019-03-04Fix remote poll expiration time (#10144)Eugen Rochko
2019-03-03Add polls (#10111)Eugen Rochko
2019-02-28Improved remote thread fetching (#10106)ThibG
2019-02-27Fix mention processing for unknwon accounts on incoming ActivityPub Notes (#1...ThibG
2019-02-17Add logging for rejected ActivityPub payloads and add tests (#10062)Eugen Rochko