Commit Graph

19 Commits (aa2fa227e9cdd5aa4f8facd93775f6180e44a17b)

Author SHA1 Message Date
Eugen Rochko d9ca46b464 Cleaning up format of broadcast real-time messages, removing
redis-backed "mentions" timeline as redundant (given notifications)
Eugen Rochko 6d98a73180 Domain blocks now have varying severity - auto-suspend vs auto-silence
Eugen Rochko 6de079a5af Removing external hub completely, fix fixing digit-only hashtags,
removing web app capability from non-webapp pages
Eugen Rochko 2cb3dc5e5a Update hub URL and re-subscribe if hub URL changes
Eugen Rochko 7b7bf834e9 Fix OAuth authorization page and add a spec for it
Eugen Rochko cd765f26a9 Upgrade ruby to 2.3.1
Eugen Rochko 93212bc2c4 Add test for FanOutOnWriteService
Eugen Rochko 81065bc06c Adding test for ProcessFeedService
Eugen Rochko 22a8801dbc Adding domain blocks
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