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/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>
8 years ago
..
admin Improved admin UI 8 years ago
api Allow users to update their Account in the API (#1179) 8 years ago
auth Fix #390 - fix redirect after sign-up (to login page instead of homepage) 8 years ago
oauth Fix OAuth authorization page and add a spec for it 9 years ago
settings E-mail preferences page 9 years ago
about_controller_spec.rb Clean up about page (#1282) 8 years ago
accounts_controller_spec.rb Add test 8 years ago
authorize_follow_controller_spec.rb Add ability to use remote follow function on other sites 8 years ago
home_controller_spec.rb Fix OAuth authorization page and add a spec for it 9 years ago
stream_entries_controller_spec.rb Fixing atom feeds for accounts, adding tests that would catch such bugs in future 9 years ago
tags_controller_spec.rb Fix OAuth authorization page and add a spec for it 9 years ago
xrd_controller_spec.rb Fix #690 - Webfinger should handle new shortform profile URLs now (nice) 8 years ago