mastodon/spec
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
fabricators Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
features
fixtures
helpers Use URI.join even when S3 enabled (#4652) 2017-08-21 12:42:16 +02:00
javascript feat: Cache status height to avoid expensive renders (#4439) 2017-08-07 20:32:03 +02:00
lib Put ActivityPub alternate link into Atom, prefer it when processing Atom (#4623) 2017-08-18 01:03:18 +02:00
mailers
models Application prefs section (#2758) 2017-08-22 18:33:57 +02:00
policies
presenters
requests
routing
services Fix bugs which OStatus accounts may detected as ActivityPub ready (#4662) 2017-08-22 18:30:15 +02:00
support
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 2017-07-29 00:06:29 +02:00
views Redesign /terms page (#4338) 2017-07-24 17:15:15 +02:00
workers Improve ActivityPub/OStatus compatibility (#4632) 2017-08-19 18:44:48 +02:00
rails_helper.rb
spec_helper.rb