Commit Graph

19 Commits (9b0941182f5277069b85ef1601832e28ebd1ba43)

Author SHA1 Message Date
Eugen Rochko 8f54a8851a Add rake task for clearing out media from silenced accounts
Eugen Rochko 58b3f4fd67 Fix - avatar errors no longer prevent remote accounts from being saved
(without avatar). Also improved search position of exact matches
Eugen Rochko 8efa081f21 Remove Neo4J
Eugen Rochko 4f1d863615 Only distribute statuses to followers who signed in in the last 2 weeks, add rake task for clearing feeds of inactive users
Eugen Rochko fdc17bea58 Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko a9e40a3d80 Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
to the API
Eugen Rochko 6f7c9774c7 Only run mastodon:push:clear on accounts that are still subscribed to
Eugen Rochko 4d336cefac Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed
Eugen Rochko 65ae9637d6 PuSH unsubscribe needs correct callback URL
Eugen Rochko 608a2bfffc Upgrade to PubSubHubbub 0.4 (removing verify_token)
Eugen Rochko a86f21cf90 Fix rake tasks and loading bar
Eugen Rochko 1cfc9aa20e OStatus2 and Goldfinger gems now have timeouts for requests
Eugen Rochko 059ebbf48d Separate PuSH subscriptions from following, add mastodon:push:refresh task,
respect hub.lease_seconds (fix )
Eugen Rochko 35b6c4b36a Improve rake tasks
Eugen Rochko a08e724476 Fix subscriptions:clear task, refactor feeds, refactor streamable activites
and atom feed generation to some extent, as well as the way mentions are
stored
Eugen Rochko 12559b01ea Add pagination by max_id instead of offset/limit
Eugen Rochko 323474c97e Fix , add rake task for PuSH-unsubscribing from remote users who have no
local followers. Remote users' usernames SHOULD be case-sensitive
Eugen Rochko 3441361568 Adding simple_form, adding profile settings, header image
Eugen Rochko 9c4856bdb1 Initial commit