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/api/v1
Levi Bard cd0eaa349c Enable updating additional account information from user preferences via rest api (#6789)
* Enable updating additional account information from user preferences via rest api
Resolves #6553

* Pacify rubocop

* Decoerce incoming settings in UserSettingsDecorator

* Create user preferences hash directly from incoming credentials instead of going through ActionController::Parameters

* Clean up user preferences update

* Use ActiveModel::Type::Boolean instead of manually checking stringified number equivalence
7 years ago
..
accounts Enable updating additional account information from user preferences via rest api (#6789) 7 years ago
apps
lists
statuses Change IDs to strings rather than numbers in API JSON output (#5019) 8 years ago
timelines Lists (#5703) 7 years ago
accounts_controller_spec.rb
apps_controller_spec.rb
blocks_controller_spec.rb
custom_emojis_controller_spec.rb
domain_blocks_controller_spec.rb Introduce access token fabricators (#4401) 8 years ago
favourites_controller_spec.rb
follow_requests_controller_spec.rb
follows_controller_spec.rb Fix POST /api/v1/follows error when already following (#4878) 8 years ago
instances_controller_spec.rb
lists_controller_spec.rb
media_controller_spec.rb
mutes_controller_spec.rb Optional notification muting (#5087) 7 years ago
notifications_controller_spec.rb
reports_controller_spec.rb
search_controller_spec.rb
statuses_controller_spec.rb
streaming_controller_spec.rb