mastodon/spec/controllers
Eugen Rochko 4ec1771165 Add ability to specify alternative text for media attachments ()
* Fix  - Add ability to specify alternative text for media attachments

- POST /api/v1/media accepts `description` straight away
- PUT /api/v1/media/:id to update `description` (only for unattached ones)
- Serialized as `name` of Document object in ActivityPub
- Uploads form adjusted for better performance and description input

* Add tests

* Change undo button blend mode to difference
..
activitypub Set correct content-type for ActivityPub JSON ()
admin Improve admin page ()
api Add ability to specify alternative text for media attachments ()
auth Default follows for new users ()
concerns Add alternate links to ActivityPub resources from HTML/HEAD variants ()
oauth Cover Oauth::AuthorizedApplicationsController ()
settings Use checkboxes for application scope setting ()
well_known Improve ActivityPub representations ()
about_controller_spec.rb Cover AboutController more in spec ()
account_follow_controller_spec.rb Cover AccountFollowController more in spec ()
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec ()
accounts_controller_spec.rb Show pinned statuses only in the top of the profile page ()
application_controller_spec.rb Use "match_array" only for order independent assertions ()
authorize_follows_controller_spec.rb Remote following success page ()
follower_accounts_controller_spec.rb Introduce recent to Follow ()
following_accounts_controller_spec.rb Introduce recent to Follow ()
home_controller_spec.rb When web UI URL used while logged out, redirect to static page ()
manifests_controller_spec.rb Add controller spec for manifests controller ()
media_controller_spec.rb Extract authorization policy for viewing statuses ()
remote_follow_controller_spec.rb rescue HTTP::ConnectionError in RemoteFollowController#create ()
statuses_controller_spec.rb Fetch reblogs as Announce activity instead of Note object ()
stream_entries_controller_spec.rb Update status embeds ()
tags_controller_spec.rb Cover TagsController more ()