0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-03-22 18:09:31 +00:00
mastodon/spec/controllers/api/v1/accounts
Levi Bard cd0eaa349c Enable updating additional account information from user preferences via rest api ()
* Enable updating additional account information from user preferences via rest api
Resolves 

* 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
..
credentials_controller_spec.rb Enable updating additional account information from user preferences via rest api () 2018-04-08 13:43:10 +02:00
follower_accounts_controller_spec.rb Introduce access token fabricators () 2017-07-27 15:16:07 +02:00
following_accounts_controller_spec.rb Introduce access token fabricators () 2017-07-27 15:16:07 +02:00
lists_controller_spec.rb Fix - Add GET /api/v1/accounts/:id/lists () 2017-12-12 03:55:39 +01:00
relationships_controller_spec.rb Fix bug in relationships API introduced by () 2018-02-21 23:22:12 +01:00
search_controller_spec.rb Introduce access token fabricators () 2017-07-27 15:16:07 +02:00
statuses_controller_spec.rb Pinned statuses () 2017-08-25 01:41:18 +02:00