- May 05, 2017
-
-
Eugen Rochko authored
* Fix #2473 - Use sidekiq scheduler to refresh PuSH subscriptions instead of cron Fix an issue where / in domain would raise exception in TagManager#normalize_domain PuSH subscriptions refresh done in a round-robin way to avoid hammering a single server's hub in sequence. Correct handling of failures/retries through Sidekiq (see also #2613). Optimize Account#with_followers scope. Also, since subscriptions are now delegated to Sidekiq jobs, an uncaught exception will not stop the entire refreshing operation halfway through Fix #2702 - Correct user agent header on outgoing http requests * Add test for SubscribeService * Extract #expiring_accounts into method * Make mastodon:push:refresh no-op * Queues are now defined in sidekiq.yml * Queues are now in sidekiq.yml
-
- May 04, 2017
-
-
Matt Jankowski authored
* Remove best_in_place * Replace best_in_place usage with rails helpers * Move admin/settings#index to #edit action * Remove click_to__edit from i18n
-
- May 02, 2017
-
-
yhirano authored
* add annotate to Gemfile * rails g annotate:install * configure annotate_models * add schema info to models * fix rubocop to add frozen_string_literal
-
- Apr 29, 2017
-
-
yhirano authored
* downgrade rubocop 0.48.1 => 0.46.0 * exclude vendor/**/* from rubocop target files * add frozen_string_literal comment line * fix percent literal delimited by ( and ) * fix alignment * remove comment disabling unknown cop
-
Patrick Figel authored
Follow-up to #2599. When a domain block with `reject_media` is added or `rake mastodon:media:remove_remote` is invoked, mastodon deletes the locally cached attachments and avatars but does not reflect that change in the database, causing the `file` fields to still have values. This change persists the deletion in the database and sets the attachment type to unknown. This also introduces a one-off rake task that sets all attachments without a local file to the "unknown" type. The upgrade notes for the next release should contain a post-upgrade step with `rake mastodon:media:set_unknown`.
-
- Apr 28, 2017
-
-
Ash Furrow authored
-
- Apr 27, 2017
-
-
Eugen Rochko authored
-
- Apr 26, 2017
-
-
yhirano authored
-
- Apr 25, 2017
-
-
esetomo authored
-
Ash Furrow authored
* Adds logging for daily tasks. * Fixes Code Climate issues in #2438.
-
- Apr 21, 2017
-
-
Ash Furrow authored
* Adds version. * Cleans up code. * Removes standalone endpoint and adds version to instance endpoint. * Addresses feedback from #2181.
-
- Apr 19, 2017
-
-
Eugen authored
* Fix #2108 - Fix gif uploads Add specs for media attachment gifv conversion * Add ffmpeg to travis * Make travis install ffmpeg, not libav * Switch travis to trusty
-
- Apr 17, 2017
-
-
Matt Jankowski authored
* 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
-
Eugen authored
Also improve efficiency of the mastodon:maintenance:add_static_avatars task
-
- Apr 16, 2017
- Apr 15, 2017
-
-
Eugen authored
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
-
Andrew authored
* Add tasks for open/close registration * Code climate style fix * Use true instead of string 'true'
-
- Apr 11, 2017
-
-
d0p1 authored
* add task in order to delete unconfirmed user * change 7 days to 2
-
- Apr 10, 2017
-
-
Eugen authored
* 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
-
Ash Furrow authored
-
- Apr 08, 2017
-
-
Ash Furrow authored
* Adds task to confirm user by email. * Adds documentation for manual confirmation.
-
- Mar 31, 2017
-
-
Eugen Rochko authored
-
- Mar 05, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Mar 04, 2017
-
-
Eugen Rochko authored
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type.
-
- Mar 03, 2017
-
-
Eugen Rochko authored
-
- Feb 13, 2017
-
-
Eugen Rochko authored
-
- Feb 01, 2017
-
-
Eugen Rochko authored
redis-backed "mentions" timeline as redundant (given notifications)
-
- Jan 26, 2017
-
-
Eugen Rochko authored
-
- Jan 20, 2017
-
-
Eugen Rochko authored
-
- Jan 12, 2017
-
-
Eugen Rochko authored
-
- Dec 02, 2016
-
-
Eugen Rochko authored
(without avatar). Also improved search position of exact matches
-
- Nov 24, 2016
-
-
Eugen Rochko authored
-
Eugen Rochko authored
Only distribute statuses to followers who signed in in the last 2 weeks, add rake task for clearing feeds of inactive users
-
- Nov 15, 2016
-
-
Eugen Rochko authored
-
- Oct 22, 2016
-
-
Eugen Rochko authored
to the API
-
- Oct 18, 2016
-
-
Eugen Rochko authored
-
- Oct 15, 2016
-
-
Eugen Rochko authored
-