1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app
Matt Jankowski 5282ba862a Move reblogged_by and favourited_by actions out of api/v1/statuses and into unique controllers (#3646)
* Add specs for api statuses routes

* Update favourited_by and reblogged_by api routes

* Move methods into new controllers

* Use load_accounts methods to simplify index actions

* Clean up load_accounts methods

* Clean up link header generation

* Check for link headers in specs

* Remove unused actions from api/v1/statuses controller

* Remove specs for moved actions
2017-06-09 14:12:40 -04:00
..
controllers Move reblogged_by and favourited_by actions out of api/v1/statuses and into unique controllers (#3646) 2017-06-09 14:12:40 -04:00
helpers
javascript Fix #3658 - Update RTL styles (#3669) 2017-06-09 19:46:25 +02:00
lib Language detection defaults to nil (#3666) 2017-06-09 18:09:37 +02:00
mailers
models Correct validators so that existing error messages would look correct (#3668) 2017-06-09 19:46:01 +02:00
policies
presenters
services
validators Correct validators so that existing error messages would look correct (#3668) 2017-06-09 19:46:01 +02:00
views Refactor views/admin/reports/show.html.haml (#3656) 2017-06-09 15:08:06 +02:00
workers