Commit graph

6 commits

Author SHA1 Message Date
Eugen Rochko
96920a7b8e Fix not being able to resolve public resources in development environment () 2020-04-25 22:01:08 +02:00
ThibG
23b1a9ad55 Fix some timeouts when searching URLs by limiting some database queries ()
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-03-12 23:06:43 +01:00
ThibG
057764b126 Use quality values in Accept field to explicitly prefer JSON over HTML () 2020-01-10 00:10:29 +01:00
ThibG
357bee5ab9 Clean up OStatus-related codepaths ()
* Remove “protocol” argument and return value, as only ActivityPub is supported

* Remove FetchRemoteAccountService, only use ActivityPub::FetchRemoteAccountService

* Fix tests
2019-12-17 13:32:57 +01:00
Eugen Rochko
317b79d673 Add HTTP signatures to all outgoing ActivityPub GET requests () 2019-07-11 14:49:55 +02:00
Eugen Rochko
6baf5099a6 Refactor fetching of remote resources () 2019-07-10 18:59:28 +02:00