mastodon/spec
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
..
controllers Enable updating additional account information from user preferences via rest api (#6789) 2018-04-08 13:43:10 +02:00
fabricators Change columns in notifications nonnullable (#6764) 2018-03-24 12:51:28 +01:00
features
fixtures
helpers Do not default site_title with site_hostname in InstanceHelper (#6624) 2018-03-04 20:29:49 +01:00
lib Enable updating additional account information from user preferences via rest api (#6789) 2018-04-08 13:43:10 +02:00
mailers
models Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
policies
presenters
requests
routing
services Federated reports (#6570) 2018-02-28 06:54:55 +01:00
support
validators Add a spec for UniqueUsernameValidator (#6927) 2018-03-27 05:22:58 +02:00
views Add contact account to landing page ("Administered by") (#6984) 2018-04-04 01:11:26 +02:00
workers
rails_helper.rb
spec_helper.rb