1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/models/concerns
Takeshi Umeda c403c3695b
Fix to be able to redownload avatar and header ()
* Fix to reset if header and avatar download fails

* Add RedownloadAvatarWorker and RedownloadHeaderWorker
2021-05-11 14:19:22 +02:00
..
account_associations.rb Add cold-start follow recommendations () 2021-04-12 12:37:14 +02:00
account_avatar.rb Fix to be able to redownload avatar and header () 2021-05-11 14:19:22 +02:00
account_counters.rb Improve account counters handling () 2021-03-19 13:14:57 +01:00
account_finder_concern.rb Create instance actor if it hasn't been properly seeded () 2021-02-09 18:12:54 +01:00
account_header.rb Fix to be able to redownload avatar and header () 2021-05-11 14:19:22 +02:00
account_interactions.rb Fix empty home feed before first follow has finished processing () 2021-05-04 04:45:08 +02:00
account_merging.rb Fix account merging in maintenance script () 2020-12-04 02:23:51 +01:00
attachmentable.rb
cacheable.rb
domain_materializable.rb Fix performance on instances list in admin UI () 2020-12-14 09:06:34 +01:00
domain_normalizable.rb
expireable.rb Fix not being able to change world filter expiration back to “Never” () 2021-03-12 05:25:50 +01:00
follow_limitable.rb Fix being able to import more than allowed number of follows () 2020-12-26 23:52:46 +01:00
ldap_authenticable.rb
omniauthable.rb WIP () 2021-03-19 17:15:36 +01:00
paginable.rb allow pagination by min_id and max_id () 2020-09-12 17:09:49 +02:00
pam_authenticable.rb
rate_limitable.rb
redisable.rb
relationship_cacheable.rb
remotable.rb Fix to be able to redownload avatar and header () 2021-05-11 14:19:22 +02:00
status_threading_concern.rb Optimize map { ... }.compact calls () 2021-01-10 00:32:01 +01:00
user_roles.rb