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/config
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
..
environments Allows setting log level in env variable (#1290) 8 years ago
initializers Make sure Rabl is using Oj 8 years ago
locales French translation update (#1271) 8 years ago
application.rb Merge branch 'master' into master 8 years ago
boot.rb Upgrade to Rails 5.0.0.1 9 years ago
cable.yml Add Heroku deployment support 8 years ago
database.yml Add env variable to disable prepared statements (#1293) 8 years ago
deploy.rb Add capistrano to development environment 8 years ago
environment.rb Upgrade to Rails 5.0.0.1 9 years ago
i18n-tasks.yml Update settings to re-use admin layout, one big navigation tree, improve settings forms 8 years ago
navigation.rb Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278) 8 years ago
puma.rb Force UTF8 encoding on generated XML (#1140) 8 years ago
routes.rb Allow users to update their Account in the API (#1179) 8 years ago
secrets.yml Upgrade to Rails 5.0.0.1 9 years ago
settings.yml New admin setting: open/close registrations, with custom message, from the admin UI 8 years ago
sidekiq.yml Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high) 9 years ago