mastodon/app/controllers
Rakib Hasan 6d2301988f Fix for issue #462
Modified uploadCompose action to send media ids of attached
media when sending a request. Modified create method in MediaController
to check if when posting a video, there are no other media attached
to the status by looking at the media ids sent from the uploadCompose
action.
2017-02-19 08:28:33 +00:00
..
admin Add UI to view report details, remove reported statuses, quick links to resolve/silence/suspend from report 2017-02-17 00:42:52 +01:00
api Fix for issue #462 2017-02-19 08:28:33 +00:00
auth Fix #611 - Layout setting in registrations controller 2017-02-08 03:04:29 +01:00
concerns Make follow requests federate 2017-02-11 02:58:00 +01:00
oauth
settings Fix #587 - Display TOTP secret next to QR code 2017-02-13 20:56:03 +01:00
about_controller.rb Adding about/more page with extended information that can be set up by an admin 2017-01-13 20:16:38 +01:00
accounts_controller.rb Stop trying to shoehorn all Salmon updates into the poor database-connected 2017-02-12 01:19:14 +01:00
api_controller.rb API now respects ?limit param as long as it's within 2x default limit 2017-01-24 04:22:10 +01:00
application_controller.rb Improve error page layouting. 500 page has to stay static because it's 2017-01-21 22:30:47 +01:00
authorize_follow_controller.rb
home_controller.rb Persist UI settings, add missing localizations for German 2017-01-09 14:00:55 +01:00
media_controller.rb
remote_follow_controller.rb
stream_entries_controller.rb Do not display non-Status stream entries anymore 2017-02-17 02:20:52 +01:00
tags_controller.rb
xrd_controller.rb