Commit Graph

60 Commits (9f69aa3cb18799600d1ea4a7a38e160d9be9a5ab)

Author SHA1 Message Date
Eugen Rochko 7b9a4af311 API for blocking and unblocking
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.
Eugen Rochko adffc7a495 Fix
Eugen Rochko 02e4fb2e06 Only re-download avatar if URL changed (fix )
Eugen Rochko d4892ace62 Adding more test stubs
Eugen Rochko 7837afbb5f Removing autogenerated test stubs that were not needed
Eugen Rochko 3b4e04dc32 Fixing some bugs, adding pending test examples
Eugen Rochko 23d08c6749 Changing the use of config constants to the Rails configuration object
Eugen Rochko 11ff92c9d7 Adding a test for ReblogService, fixing mentions for remote statuses
Eugen Rochko 71fe24096c Adding a Mention model, test stubs