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/controllers
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
..
activitypub Set correct content-type for ActivityPub JSON (#4592) 7 years ago
admin Improve admin page (#4121) 7 years ago
api Fix #4637 - Re-add missing doorkeeper_authorize for /api/v1/verify_credentials (#4650) 7 years ago
auth Add "signed in as" header to some pages (#4523) 7 years ago
concerns Add alternate links to ActivityPub resources from HTML/HEAD variants (#4586) 7 years ago
oauth Cover Oauth::AuthorizedApplicationsController (#3359) 8 years ago
settings Application prefs section (#2758) 7 years ago
well_known Improve ActivityPub representations (#3844) 7 years ago
about_controller_spec.rb
account_follow_controller_spec.rb Cover AccountFollowController more in spec (#3227) 8 years ago
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec (#3228) 8 years ago
accounts_controller_spec.rb Set correct content-type for ActivityPub JSON (#4592) 7 years ago
application_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 7 years ago
authorize_follows_controller_spec.rb Remote following success page (#4129) 7 years ago
follower_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
following_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
home_controller_spec.rb Replace OEmbed and initial state Rabl templates with serializers (#4110) 7 years ago
manifests_controller_spec.rb Add controller spec for manifests controller (#4003) 7 years ago
media_controller_spec.rb Extract authorization policy for viewing statuses (#3150) 8 years ago
remote_follow_controller_spec.rb
statuses_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 7 years ago
stream_entries_controller_spec.rb Add alternate links to ActivityPub resources from HTML/HEAD variants (#4586) 7 years ago
tags_controller_spec.rb Cover TagsController more (#3306) 8 years ago