Commit Graph

7 Commits (920ba5fc4e705ea9418d2cab12e4d2ffd53775de)

Author SHA1 Message Date
Eugen Rochko fdc17bea58 Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko cff0b03cbb Fix for thread resolve service and process feed service url method
Eugen Rochko fe77921e47 Catching more exceptions that slipped through, removing AR logging from
production as it's very verbose and not very useful
Eugen Rochko 927333f4f8 Improve code style
Eugen Rochko e4aebad35a Fix handling of multiple Link headers (that should not be a thing though)
Eugen Rochko 210362e665 Improve redirect handling in FetchAtomService
Eugen Rochko c6b0311b86 Fix - Fetch remote accounts by URL from mentions
Fetching atom extracted from FetchRemoteAccountService and FetchRemoteStatusService
into FetchAtomService. Mentions of the constant "http://activityschema.org/collection/public"
skipped as it's not a real URL/user.