Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-26 | add task to report code statistics (#2489) | yhirano | |
2017-04-25 | fix typo on daily tasks logging (#2450) | esetomo | |
2017-04-25 | Adds logging for daily tasks (#2438) | Ash Furrow | |
* Adds logging for daily tasks. * Fixes Code Climate issues in #2438. | |||
2017-04-18 | Remove unused methods (#1730) | Matt Jankowski | |
* Remove unused method #set_counters_maps from api controller * Remove unused method #set_account_counters_maps from api controller * Remove unused method Account#followers_domains * Remove unused User.prolific scope * Add mastodon:users:admins task to list all admin emails * Use interpolated query style in Account.triadic_closures * Coverage for Account.triadic_closures | |||
2017-04-17 | Fix #1972, fix #1870 - Fix special characters in XML, add tests (#1988) | Eugen | |
Also improve efficiency of the mastodon:maintenance:add_static_avatars task | |||
2017-04-16 | Fix bug mentioned in #1565 (#1954) | Eugen | |
2017-04-16 | Unite all mandatory rake tasks in mastodon:daily (#1887) | Eugen | |
* Unite all mandatory rake tasks in mastodon:daily Add mastodon:media:remove_remote task Make mastodon:maintenance:add_static_avatars more resilient to exceptions * Fix typo in task description | |||
2017-04-15 | Make the rake mastodon:users:clear task properly clear out unconfirmed users ↵ | Eugen | |
(#1777) Before it cleared out user records only (e-mail, password) without freeing up the associated username (account record). Furthermore, since these records have no dependent records (due to no user activity) they can be deleted quickly with delete_all instead of destroy | |||
2017-04-15 | Add tasks for open/close registration (#1823) | Andrew | |
* Add tasks for open/close registration * Code climate style fix * Use true instead of string 'true' | |||
2017-04-11 | Add task in order to delete unconfirmed users (older than 2days) (#1571) | d0p1 | |
* add task in order to delete unconfirmed user * change 7 days to 2 | |||
2017-04-11 | When avatar/header are GIF, generate static versions (#1428) | Eugen | |
* When avatar/header are GIF, generate static versions. Account API returns "avatar"/"avatar_static", "header"/"header_static" Static version is the same as original for other cases Web UI de-animates avatars in toots, lists of users Fix #441, fix #596, prerequisite for #1064 * Fix JS test * Add rake task to generate static avatars/headers from GIF ones, add test | |||
2017-04-11 | Adds error message to mastodon:confirm_email task. (#1476) | Ash Furrow | |
2017-04-09 | Adds user confirmation rake task (#1300) | Ash Furrow | |
* Adds task to confirm user by email. * Adds documentation for manual confirmation. | |||
2017-03-31 | Add maintenance task for updating counter caches | Eugen Rochko | |
2017-03-04 | Add digest e-mails | Eugen Rochko | |
2017-02-13 | Add rake task for making someone into an admin | Eugen Rochko | |
2017-02-02 | Cleaning up format of broadcast real-time messages, removing | Eugen Rochko | |
redis-backed "mentions" timeline as redundant (given notifications) | |||
2017-01-12 | Add rake task for clearing out media from silenced accounts | Eugen Rochko | |
2016-12-02 | Fix #329 - avatar errors no longer prevent remote accounts from being saved | Eugen Rochko | |
(without avatar). Also improved search position of exact matches | |||
2016-11-24 | Remove Neo4J | Eugen Rochko | |
2016-11-24 | Only distribute statuses to followers who signed in in the last 2 weeks, add ↵ | Eugen Rochko | |
rake task for clearing feeds of inactive users | |||
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-10-22 | Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting | Eugen Rochko | |
to the API | |||
2016-10-18 | Only run mastodon:push:clear on accounts that are still subscribed to | Eugen Rochko | |
2016-10-15 | Add sync command for neo4j, fix configuration, add neo4j to docker-compose, ↵ | Eugen Rochko | |
fix seed | |||
2016-10-10 | PuSH unsubscribe needs correct callback URL | Eugen Rochko | |
2016-09-20 | Upgrade to PubSubHubbub 0.4 (removing verify_token) | Eugen Rochko | |
2016-09-20 | Fix rake tasks and loading bar | Eugen Rochko | |
2016-09-20 | OStatus2 and Goldfinger gems now have timeouts for requests | Eugen Rochko | |
2016-09-20 | Separate PuSH subscriptions from following, add mastodon:push:refresh task, | Eugen Rochko | |
respect hub.lease_seconds (fix #46) | |||
2016-09-10 | Improve rake tasks | Eugen Rochko | |
2016-03-25 | Fix subscriptions:clear task, refactor feeds, refactor streamable activites | Eugen Rochko | |
and atom feed generation to some extent, as well as the way mentions are stored | |||
2016-03-22 | Add pagination by max_id instead of offset/limit | Eugen Rochko | |
2016-03-17 | Fix #2, add rake task for PuSH-unsubscribing from remote users who have no | Eugen Rochko | |
local followers. Remote users' usernames SHOULD be case-sensitive | |||
2016-02-20 | Initial commit | Eugen Rochko | |