You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers
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
6 years ago
..
activitypub Fix incoming federation in whitelist mode (#12185) 6 years ago
admin Add announcements (#12662) 6 years ago
api Add announcements (#12662) 6 years ago
auth Fix settings pages being cacheable by the browser (#12714) 6 years ago
concerns Fix base64-encoded file uploads not being possible (#12748) 6 years ago
oauth Fix settings pages being cacheable by the browser (#12714) 6 years ago
settings Fix base64-encoded file uploads not being possible (#12748) 6 years ago
well_known Fix uncaught unknown format errors in host meta controller (#12747) 6 years ago
about_controller.rb Add table of contents to about page (#11885) 7 years ago
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 9 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 9 years ago
accounts_controller.rb Fix RSS caching (but disable localization) (#12054) 7 years ago
application_controller.rb Fix base64-encoded file uploads not being possible (#12748) 6 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 8 years ago
custom_css_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 7 years ago
directories_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 7 years ago
emojis_controller.rb Add (back) rails-level JSON caching (#11333) 7 years ago
filters_controller.rb Fix missing authentication call in filters controller (#12746) 6 years ago
follower_accounts_controller.rb Hide blocked users from more places (#12733) 6 years ago
following_accounts_controller.rb Hide blocked users from more places (#12733) 6 years ago
home_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 7 years ago
instance_actors_controller.rb Fix reverse-proxy caching of instance actor object (#11561) 7 years ago
intents_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 7 years ago
invites_controller.rb Add invite comments (#10465) 7 years ago
manifests_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 7 years ago
media_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 7 years ago
media_proxy_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 7 years ago
public_timelines_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 7 years ago
relationships_controller.rb Change followers page to relationships page in admin UI (#12927) 6 years ago
remote_follow_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 7 years ago
remote_interaction_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 7 years ago
shares_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 7 years ago
statuses_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 7 years ago
tags_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 7 years ago