1
0
Fork 0
forked from fedi/mastodon
Commit graph

6 commits

Author SHA1 Message Date
Eugen Rochko 2744f61696
Fix not being able to resolve public resources in development environment () 2020-04-25 22:01:08 +02:00
ThibG cb12a2cdd3
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 c306978190 Use quality values in Accept field to explicitly prefer JSON over HTML () 2020-01-10 00:10:29 +01:00
ThibG 2ee5a9d9c3 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 4e8dcc5dbb
Add HTTP signatures to all outgoing ActivityPub GET requests () 2019-07-11 14:49:55 +02:00
Eugen Rochko 5d3feed191
Refactor fetching of remote resources () 2019-07-10 18:59:28 +02:00