gitlab-ce/app/controllers
Mark Chao 39ae9a59a5 Make Highlight accept language param
This replaces the repository param.
This allows more flexiblity as sometimes we have highlight content
not related to repository. Sometimes we know ahead of time the language
of the content. Lastly language determination seems better fit as a
logic in the Blob class.
`repository` param is only used to determine the language, which seems
to be the responsiblity of Blob.
2018-10-30 15:44:55 +08:00
..
admin Make Highlight accept language param 2018-10-30 15:44:55 +08:00
boards Add preload in issues controller 2018-10-18 18:43:50 -07:00
ci Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
concerns Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master' 2018-10-29 21:19:42 +00:00
dashboard Update MR based on Sean's feedback 2018-10-26 13:43:28 +02:00
explore Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
google_api Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
groups Merge branch 'rz_fix_milestone_count' into 'master' 2018-10-29 10:23:46 +00:00
import Strip whitespace around GitHub personal access tokens 2018-10-17 13:16:31 -07:00
instance_statistics Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
ldap Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
oauth Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
profiles Make getting a user by the username case insensitive 2018-10-18 09:06:44 +00:00
projects Make Highlight accept language param 2018-10-30 15:44:55 +08:00
sherlock Enable even more frozen string in app/controllers 2018-09-25 22:43:49 -07:00
snippets Enable even more frozen string in app/controllers 2018-09-25 22:43:49 -07:00
users Enable even more frozen string in app/controllers 2018-09-25 22:43:49 -07:00
abuse_reports_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
application_controller.rb Fix content caching for non auth users 2018-10-23 16:22:12 +02:00
autocomplete_controller.rb Make getting a user by the username case insensitive 2018-10-18 09:06:44 +00:00
confirmations_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
dashboard_controller.rb Refactor EventFilter and increase its test coverage 2018-09-26 18:34:26 +02:00
graphql_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
groups_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
health_check_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
health_controller.rb Remove Git circuit breaker 2018-10-10 09:08:18 +02:00
help_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
ide_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
invites_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
jwt_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
metrics_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
notification_settings_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
omniauth_callbacks_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
passwords_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
profiles_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
projects_controller.rb Make GitLab pages support access control 2018-10-05 13:41:11 +00:00
registrations_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
root_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
search_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
sent_notifications_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
sessions_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
snippets_controller.rb Make getting a user by the username case insensitive 2018-10-18 09:06:44 +00:00
uploads_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
user_callouts_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
users_controller.rb Resolve "Personal projects pagination in Profile Overview tab is broken" 2018-10-15 13:10:42 +00:00