mastodon/app/controllers
Eugen Rochko 564efd0651
Add appeals ()
* Add appeals

* Add ability to reject appeals and ability to browse pending appeals in admin UI

* Add strikes to account page in settings

* Various fixes and improvements

- Add separate notification setting for appeals, separate from reports
- Fix style of links in report/strike header
- Change approving an appeal to not restore statuses (due to federation complexities)
- Change style of successfully appealed strikes on account settings page
- Change account settings page to only show unappealed or recently appealed strikes

* Change appealed_at to overruled_at

* Fix missing method error
..
activitypub Fix replies collection incorrectly looping ()
admin Add appeals ()
api Add notifications when a reblogged status has been updated ()
auth Add appeals ()
concerns Add global `locale` param ()
disputes Add appeals ()
oauth Refactor settings controllers ()
settings Remove Keybase integration ()
well_known Remove Keybase integration ()
about_controller.rb Add server rules ()
account_follow_controller.rb Add specific rate limits for posting and following ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Add support for private pinned posts ()
application_controller.rb Add logging of S3-related errors ()
authorize_interactions_controller.rb Add specific rate limits for posting and following ()
custom_css_controller.rb Remove set-cookie header on custom.css ()
directories_controller.rb Change trending hashtags to be affected be reblogs ()
emojis_controller.rb Add (back) rails-level JSON caching ()
filters_controller.rb Sort filters by “keyword or phrase” in Settings ()
follower_accounts_controller.rb Fix serialization of followers/following counts when user hides their network ()
following_accounts_controller.rb Fix serialization of followers/following counts when user hides their network ()
health_controller.rb Change health check ()
home_controller.rb Change routing paths to use usernames in web UI ()
instance_actors_controller.rb Fix instance actor not being dereferenceable ()
intents_controller.rb Refactor controllers for statuses, accounts, and more ()
invites_controller.rb Add invite comments ()
manifests_controller.rb Fix redirecting non-functional accounts on public pages ()
media_controller.rb Fix error when rendering public pages with media attachments ()
media_proxy_controller.rb Fix media proxy RedisLocks auto-releasing too fast ()
public_timelines_controller.rb Fix blurhash and autoplay not working on public pages ()
relationships_controller.rb Add interrelationship icon ()
remote_follow_controller.rb Fix redirecting non-functional accounts on public pages ()
remote_interaction_controller.rb Fix functional user requirements in whitelist mode ()
shares_controller.rb Fix blurhash and autoplay not working on public pages ()
statuses_cleanup_controller.rb Add feature to automatically delete old toots ()
statuses_controller.rb Fix error when trying to render component for media without meta ()
tags_controller.rb Refactor how public and tag timelines are queried ()