You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/models
Eugen 12f72e1740 When avatar/header are GIF, generate static versions (#1428)
* 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
8 years ago
..
concerns Resolve issue with rendering authorize/reject Salmon slaps 8 years ago
form Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278) 8 years ago
web
.keep
account.rb When avatar/header are GIF, generate static versions (#1428) 8 years ago
application_record.rb
block.rb add more tests to models 8 years ago
domain_block.rb Split public timeline into "public timeline" which is local, and 8 years ago
favourite.rb Add counter caches for a large performance increase on API requests 8 years ago
feed.rb Only call regeneration worker after first login after a 14 day break 8 years ago
follow.rb fix rubocop issues 8 years ago
follow_request.rb add more tests to models 8 years ago
import.rb Paperclip will complain on its own if this variable is missing 8 years ago
media_attachment.rb Performance improvement for profiles 8 years ago
mention.rb add more tests to models 8 years ago
mute.rb Fix #231 - Muting 8 years ago
notification.rb API param to exclude notification types from response (#1341) 8 years ago
preview_card.rb Fix #463 - Fetch and display previews of URLs using OpenGraph tags 8 years ago
remote_follow.rb
report.rb Add basic logging of who resolved report 8 years ago
setting.rb Add digest e-mails 8 years ago
status.rb Fix #1339 - better Atom titles (#1343) 8 years ago
stream_entry.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
subscription.rb
tag.rb Search cleanup (#1333) 8 years ago
user.rb Add digest e-mails 8 years ago
web.rb Add extended about page stub 8 years ago