chinwagsocial/app/javascript/mastodon/actions
Eugen Rochko 4ec1771165 Add ability to specify alternative text for media attachments (#5123)
* Fix #117 - 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
2017-09-28 15:31:31 +02:00
..
accounts.js
alerts.js
blocks.js
bundles.js
cards.js
columns.js
compose.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
domain_blocks.js
favourites.js
height_cache.js Fix height cache (#4909) 2017-09-13 10:24:33 +02:00
interactions.js Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
modal.js
mutes.js
notifications.js refactor: Rewrite immutablejs import statements using destructuring (#4147) 2017-07-11 01:00:14 +02:00
onboarding.js
pin_statuses.js Add Pinned toot column (#4817) 2017-09-07 09:58:11 +02:00
push_notifications.js Web Push Notifications (#3243) 2017-07-13 22:15:32 +02:00
reports.js
search.js
settings.js
statuses.js Fix height cache (#4909) 2017-09-13 10:24:33 +02:00
store.js Change IDs to strings rather than numbers in API JSON output (#5019) 2017-09-20 14:53:48 +02:00
streaming.js Refactoring streaming connections (#4645) 2017-08-21 15:04:34 +02:00
timelines.js fix: Handle errors without response (#4274) 2017-07-19 19:38:50 +02:00