chinwagsocial/spec/controllers
David Celis d4fe6cd2bf Allow users to update their Account in the API (#1179)
* Allow users to update their Account in the API

It would be nice for API clients to be able to allow users to update
their accounts without having to wrap Mastodon in a web view. This patch
adds an API endpoint to let users submit a PATCH for their account.

Signed-off-by: David Celis <me@davidcel.is>

* Add /api/v1/accounts/update_credentials to the API docs

Signed-off-by: David Celis <me@davidcel.is>
2017-04-09 18:33:40 +02:00
..
admin Improved admin UI 2016-12-13 13:42:10 +01:00
api Allow users to update their Account in the API (#1179) 2017-04-09 18:33:40 +02:00
auth Fix #390 - fix redirect after sign-up (to login page instead of homepage) 2017-01-04 15:31:25 +01:00
oauth Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
settings E-mail preferences page 2016-10-14 02:28:49 +02:00
about_controller_spec.rb Clean up about page (#1282) 2017-04-09 14:47:25 +02:00
accounts_controller_spec.rb Add test 2017-02-06 12:14:02 -08:00
authorize_follow_controller_spec.rb Add ability to use remote follow function on other sites 2016-12-29 16:54:54 +01:00
home_controller_spec.rb Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
stream_entries_controller_spec.rb Fixing atom feeds for accounts, adding tests that would catch such bugs in future 2016-09-08 00:33:07 +02:00
tags_controller_spec.rb Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
xrd_controller_spec.rb Fix #690 - Webfinger should handle new shortform profile URLs now (nice) 2017-03-28 11:25:43 +02:00