chinwagsocial/app
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
..
controllers Application prefs section (#2758) 2017-08-22 18:33:57 +02:00
helpers Support more variations of ActivityPub keyId in signature (#4630) 2017-08-21 22:57:34 +02:00
javascript Increase contrast in landing pages (#4567) 2017-08-21 21:59:03 +02:00
lib Fix bugs which OStatus accounts may detected as ActivityPub ready (#4662) 2017-08-22 18:30:15 +02:00
mailers Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Application prefs section (#2758) 2017-08-22 18:33:57 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Add protocol handler. Handle follow intents (#4511) 2017-08-14 04:53:31 +02:00
serializers Improve ActivityPub/OStatus compatibility (#4632) 2017-08-19 18:44:48 +02:00
services Fix bugs which OStatus accounts may detected as ActivityPub ready (#4662) 2017-08-22 18:30:15 +02:00
validators Fix length validator counting things that look like URIs like URLs (#4462) 2017-07-31 05:06:20 +02:00
views Application prefs section (#2758) 2017-08-22 18:33:57 +02:00
workers Periodically remove expired PuSH subscribers (#4654) 2017-08-21 22:56:33 +02:00