Glitch-Shrike/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
2018-04-08 13:43:10 +02:00
..
accounts Enable updating additional account information from user preferences via rest api (#6789) 2018-04-08 13:43:10 +02:00
apps
lists Lists (#5703) 2017-11-18 00:16:48 +01:00
statuses
timelines Lists (#5703) 2017-11-18 00:16:48 +01:00
accounts_controller_spec.rb Break out nested relationship API keys (#5887) 2017-12-06 16:10:54 +01:00
apps_controller_spec.rb
blocks_controller_spec.rb
custom_emojis_controller_spec.rb
domain_blocks_controller_spec.rb
favourites_controller_spec.rb
follow_requests_controller_spec.rb
follows_controller_spec.rb
instances_controller_spec.rb
lists_controller_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
media_controller_spec.rb
mutes_controller_spec.rb
notifications_controller_spec.rb
reports_controller_spec.rb
search_controller_spec.rb
statuses_controller_spec.rb
streaming_controller_spec.rb