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/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
9 years ago
..
controllers Application prefs section (#2758) 9 years ago
fabricators Introduce access token fabricators (#4401) 9 years ago
features
fixtures Use charlock_holmes instead of nkf at FetchLinkCardService (#4080) 9 years ago
helpers Use URI.join even when S3 enabled (#4652) 9 years ago
javascript feat: Cache status height to avoid expensive renders (#4439) 9 years ago
lib Put ActivityPub alternate link into Atom, prefer it when processing Atom (#4623) 9 years ago
mailers
models Application prefs section (#2758) 9 years ago
policies
presenters
requests Redesign the landing page, mount public timeline on it (#4122) 9 years ago
routing
services Fix bugs which OStatus accounts may detected as ActivityPub ready (#4662) 9 years ago
support
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 9 years ago
views Redesign /terms page (#4338) 9 years ago
workers Improve ActivityPub/OStatus compatibility (#4632) 9 years ago
rails_helper.rb
spec_helper.rb