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/accounts
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
..
credentials_controller_spec.rb Enable updating additional account information from user preferences via rest api (#6789) 7 years ago
follower_accounts_controller_spec.rb Introduce access token fabricators (#4401) 8 years ago
following_accounts_controller_spec.rb Introduce access token fabricators (#4401) 8 years ago
lists_controller_spec.rb Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983) 7 years ago
relationships_controller_spec.rb Fix bug in relationships API introduced by #6482 (#6527) 7 years ago
search_controller_spec.rb Introduce access token fabricators (#4401) 8 years ago
statuses_controller_spec.rb Pinned statuses (#4675) 8 years ago