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/config
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
..
environments Add SMTP_TLS variable for configuring TLS when server uses non-standard port (#4227) 8 years ago
initializers Application prefs section (#2758) 7 years ago
locales Application prefs section (#2758) 7 years ago
webpack Enable cache for babel-loader (#4505) 8 years ago
application.rb Add "signed in as" header to some pages (#4523) 8 years ago
boot.rb Adds bootsnap. Faster boot time (#3176) 8 years ago
brakeman.ignore Enable CodeClimate Brakeman checks (#2861) 8 years ago
database.yml fix unnecessary variable (#3947) 8 years ago
deploy.rb Update Capistrano lock version in config/deploy.rb (#4352) 8 years ago
environment.rb Upgrade to Rails 5.0.0.1 9 years ago
i18n-tasks.yml Ignore some locale keys that can but do not need to be translated (#4515) 8 years ago
navigation.rb Application prefs section (#2758) 7 years ago
puma.rb Do not set port for puma if it is bound to unix socket (#2289) 8 years ago
routes.rb Application prefs section (#2758) 7 years ago
secrets.yml Upgrade to Rails 5.0.0.1 9 years ago
settings.yml Add default settings for user (#4393) 8 years ago
sidekiq.yml Periodically remove expired PuSH subscribers (#4654) 7 years ago
webpacker.yml Fix webpack-dev-server on Windows (#4000) 8 years ago