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
Patrick Figel ffb99325ca Add gif auto-play/pause preference
This introduces a new per-user preference called
"Auto-play animated GIFs", which is enabled by default. When a
user disables this setting, gifs in toots become click-to-play.

Previews of animated gifs were changed to display the video play
button so that users can distinguish them from regular images.

This setting also affects account avatars in the detailed account
view, which was changed to use the same hover-to-play mechanism
that is used for animated avatars in timelines.

Fixes #1652
9 years ago
..
concerns Remove .keep in models (#1892) 9 years ago
form Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278) 9 years ago
web Persist UI settings, add missing localizations for German 9 years ago
account.rb When avatar/header are GIF, generate static versions (#1428) 9 years ago
account_filter.rb Admin accounts controller cleanup (#1664) 9 years ago
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 9 years ago
block.rb add more tests to models 9 years ago
domain_block.rb I18n health warnings (#1949) 9 years ago
export.rb Settings export refactor (#1646) 9 years ago
favourite.rb Add counter caches for a large performance increase on API requests 9 years ago
feed.rb Only call regeneration worker after first login after a 14 day break 9 years ago
follow.rb fix rubocop issues 9 years ago
follow_request.rb add more tests to models 9 years ago
import.rb Add presence validation to Import (#1928) 9 years ago
media_attachment.rb Performance improvement for profiles 9 years ago
mention.rb add more tests to models 9 years ago
mute.rb Fix #231 - Muting 9 years ago
notification.rb API param to exclude notification types from response (#1341) 9 years ago
preview_card.rb Fix #463 - Fetch and display previews of URLs using OpenGraph tags 9 years ago
remote_follow.rb Adding remote follow button 9 years ago
report.rb Admin reports controller improvements (#1714) 9 years ago
setting.rb Add digest e-mails 9 years ago
status.rb Simplify the og:image and og:description code in stream_entries/show (#1934) 9 years ago
stream_entry.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 9 years ago
subscription.rb Adding backtracing to Salmon/Processing workers 9 years ago
tag.rb Search cleanup (#1333) 9 years ago
user.rb Add gif auto-play/pause preference 9 years ago
web.rb Add extended about page stub 9 years ago