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/app/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
7 years ago
..
exports Remove exports/base controller in favor of shared concern (#3444) 7 years ago
two_factor_authentication 2FA controller cleanup (#2296) 8 years ago
applications_controller.rb Application prefs section (#2758) 7 years ago
deletes_controller.rb setting-for-account-deletable (#3852) 7 years ago
exports_controller.rb Settings export refactor (#1646) 8 years ago
follower_domains_controller.rb change sidekiq queueing to bulk push (#3536) 7 years ago
imports_controller.rb Simplify render in controllers (#2144) 8 years ago
preferences_controller.rb Add unfollow modal (optional) (#4246) 7 years ago
profiles_controller.rb ActivityPub delivery (#4566) 7 years ago
sessions_controller.rb Add feature to revoke sessions (#4259) 7 years ago
two_factor_authentications_controller.rb Fix #4026 - Accept backup codes for disabling 2FA (#4382) 7 years ago