mastodon/spec
Eugen Rochko f52c988e12
Add announcements (#12662)
* Add announcements

Fix #11006

* Add reactions to announcements

* Add admin UI for announcements

* Add unit tests

* Fix issues

- Add `with_dismissed` param to announcements API
- Fix end date not being formatted when time range is given
- Fix announcement delete causing reactions to send streaming updates
- Fix announcements container growing too wide and mascot too small
- Fix `all_day` being settable when no time range is given
- Change text "Update" to "Announcement"

* Fix scheduler unpublishing announcements before they are due

* Fix filter params not being passed to announcements filter
2020-01-23 22:00:13 +01:00
..
controllers Add announcements (#12662) 2020-01-23 22:00:13 +01:00
fabricators Add announcements (#12662) 2020-01-23 22:00:13 +01:00
features Add feature test that tests behaviour of profile name and bio (#12658) 2020-01-03 02:44:06 +01:00
fixtures
helpers
lib Add support for magnet: URIs (#12905) 2020-01-23 21:27:26 +01:00
mailers
middleware
models Add announcements (#12662) 2020-01-23 22:00:13 +01:00
policies
presenters
requests
routing
serializers/activitypub
services Fix media attachments without file being uploadable (#12562) 2020-01-23 21:40:03 +01:00
support Fix base64-encoded file uploads not being possible (#12748) 2020-01-04 01:54:07 +01:00
validators
views
workers
rails_helper.rb
spec_helper.rb