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/app/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 ActivityPub migration procedure (#4617) 7 years ago
admin ActivityPub migration procedure (#4617) 7 years ago
api Fix #4637 - Re-add missing doorkeeper_authorize for /api/v1/verify_credentials (#4650) 7 years ago
auth Redirect to PasswordController#new when reset_password_token is invalid (#4506) 7 years ago
concerns Support more variations of ActivityPub keyId in signature (#4630) 7 years ago
oauth Fix #1165 - before_action was called before protect_from_forgery 8 years ago
settings Application prefs section (#2758) 7 years ago
well_known Ensure well_known controllers use WEB_DOMAIN by including RoutingHelper (#2388) 7 years ago
about_controller.rb Redesign the landing page, mount public timeline on it (#4122) 7 years ago
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
accounts_controller.rb Redesign public profiles (#4608) 7 years ago
application_controller.rb Add "signed in as" header to some pages (#4523) 7 years ago
authorize_follows_controller.rb Add "signed in as" header to some pages (#4523) 7 years ago
follower_accounts_controller.rb Set correct content-type for ActivityPub JSON (#4592) 7 years ago
following_accounts_controller.rb Set correct content-type for ActivityPub JSON (#4592) 7 years ago
home_controller.rb Web Push Notifications (#3243) 7 years ago
intents_controller.rb Add protocol handler. Handle follow intents (#4511) 7 years ago
manifests_controller.rb Fix #3063 - Add dynamic app manifest (#3563) 7 years ago
media_controller.rb Extract authorization policy for viewing statuses (#3150) 7 years ago
remote_follow_controller.rb Add "signed in as" header to some pages (#4523) 7 years ago
shares_controller.rb Make share intent modal to make "signed in as" shown. (#4611) 7 years ago
statuses_controller.rb Set correct content-type for ActivityPub JSON (#4592) 7 years ago
stream_entries_controller.rb Add alternate links to ActivityPub resources from HTML/HEAD variants (#4586) 7 years ago
tags_controller.rb Set correct content-type for ActivityPub JSON (#4592) 7 years ago