mastodon/app/models/concerns
Eugen Rochko 66105929e0
Don't resize avatars/headers if their dimensions are already right (#6508)
Also don't apply "-quality 80" option which is probably the reason
for slight color differences between original and remote image
(because it would apply it twice, once on original instance, and
again on the receiving instance)
2018-02-19 16:06:12 +01:00
..
account_avatar.rb Don't resize avatars/headers if their dimensions are already right (#6508) 2018-02-19 16:06:12 +01:00
account_finder_concern.rb Fix AccountFinderConcern::AccountFinder#with_usernames (#5722) 2017-11-16 12:13:03 +01:00
account_header.rb Don't resize avatars/headers if their dimensions are already right (#6508) 2018-02-19 16:06:12 +01:00
account_interactions.rb Allow hiding of reblogs from followed users (#5762) 2017-11-28 15:00:35 +01:00
attachmentable.rb Fixes unknown mime type (#2822) 2017-05-05 21:32:14 +02:00
cacheable.rb Fix #248 - Reload all accounts when fetching from cache 2016-12-03 18:21:26 +01:00
omniauthable.rb CAS + SAML authentication feature (#6425) 2018-02-04 05:42:13 +01:00
paginable.rb Improve RuboCop rules (compatibility to Code Climate) (#3636) 2017-06-08 13:24:28 +02:00
relationship_cacheable.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
remotable.rb Fix #4908 - Do not keep remote file names, generate random (#4934) 2017-09-14 16:41:59 +02:00
status_threading_concern.rb Introduce StatusThreadingConcern (#3490) 2017-06-05 16:07:44 +02:00
streamable.rb Define instance method outside #included (#3128) 2017-05-19 11:41:45 +02:00