mastodon/app/models
Matt Jankowski 3a9eb81a80 Admin accounts controller cleanup ()
* Remove unused account_params method in admin/accounts controller

* Introduce AccountFilter to find accounts

* Use AccountFilter in admin/accounts controller

* Use more restful routes admin silence and suspension area

* Add admin/silences and admin/suspensions controllers
..
concerns Resolve issue with rendering authorize/reject Salmon slaps
form Fix , fix , fix - 2FA requires confirmation to be enabled ()
web Persist UI settings, add missing localizations for German
.keep Initial commit
account.rb When avatar/header are GIF, generate static versions ()
account_filter.rb Admin accounts controller cleanup ()
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
block.rb add more tests to models
domain_block.rb Split public timeline into "public timeline" which is local, and
export.rb Settings export refactor ()
favourite.rb Add counter caches for a large performance increase on API requests
feed.rb Only call regeneration worker after first login after a 14 day break
follow.rb fix rubocop issues
follow_request.rb add more tests to models
import.rb Allow import/export of mutes list ()
media_attachment.rb Performance improvement for profiles
mention.rb add more tests to models
mute.rb Fix - Muting
notification.rb API param to exclude notification types from response ()
preview_card.rb Fix - Fetch and display previews of URLs using OpenGraph tags
remote_follow.rb Adding remote follow button
report.rb Add basic logging of who resolved report
setting.rb Add digest e-mails
status.rb Fix - better Atom titles ()
stream_entry.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri ()
subscription.rb Adding backtracing to Salmon/Processing workers
tag.rb Search cleanup ()
user.rb Allow user to disable the boost confirm dialog in preferences
web.rb Add extended about page stub