Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-25 | Fix not being able to resolve public resources in development environment ↵ | Eugen Rochko | |
(#13505) | |||
2020-03-12 | Fix some timeouts when searching URLs by limiting some database queries (#13253) | ThibG | |
Only look up private toots from database if the request failed because of 401, 403 or 404 errors, as those may indicate a private toot, rather than something that isn't a toot or cannot be processed. | |||
2020-01-10 | Use quality values in Accept field to explicitly prefer JSON over HTML (#12806) | ThibG | |
2019-12-17 | Clean up OStatus-related codepaths (#12173) | ThibG | |
* Remove “protocol” argument and return value, as only ActivityPub is supported * Remove FetchRemoteAccountService, only use ActivityPub::FetchRemoteAccountService * Fix tests | |||
2019-07-11 | Add HTTP signatures to all outgoing ActivityPub GET requests (#11284) | Eugen Rochko | |
2019-07-10 | Refactor fetching of remote resources (#11251) | Eugen Rochko | |