mastodon/spec/controllers/settings
Colin Mitchell 871c0d251a Application prefs section (#2758)
* Add code for creating/managing apps to settings section

* Add specs for app changes

* Fix controller spec

* Fix view file I pasted over by mistake

* Add locale strings. Add 'my apps' to nav

* Add Client ID/Secret to App page. Add some visual separation

* Fix rubocop warnings

* Fix embarrassing typo

I lost an `end` statement while fixing a merge conflict.

* Add code for creating/managing apps to settings section

- Add specs for app changes
- Add locale strings. Add 'my apps' to nav
- Add Client ID/Secret to App page. Add some visual separation
- Fix some bugs/warnings

* Update to match code standards

* Trigger notification

* Add warning about not sharing API secrets

* Tweak spec a bit

* Cleanup fixture creation by using let!

* Remove unused key

* Add foreign key for application<->user
2017-08-22 18:33:57 +02:00
..
exports Remove exports/base controller in favor of shared concern (#3444) 2017-05-30 19:06:01 +02:00
two_factor_authentication Cover Settings::TwoFactorAuthentication::RecoveryCodesController more (#3383) 2017-05-29 18:05:20 +02:00
applications_controller_spec.rb Application prefs section (#2758) 2017-08-22 18:33:57 +02:00
deletes_controller_spec.rb setting-for-account-deletable (#3852) 2017-06-19 15:12:31 +02:00
exports_controller_spec.rb Cover Settings::ExportsController more (#3358) 2017-05-29 18:08:26 +02:00
follower_domains_controller_spec.rb More controller specs (#2561) 2017-04-28 15:12:37 +02:00
imports_controller_spec.rb Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847) 2017-06-19 01:51:04 +02:00
preferences_controller_spec.rb Add preference setting for delete toot modal (#3368) 2017-05-29 17:56:13 +02:00
profiles_controller_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
two_factor_authentications_controller_spec.rb Fix #3910 - Require OTP authentication to disable 2FA (#3935) 2017-06-25 23:51:46 +02:00