summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rails5-env-deprecated' into 'master'Sean McGivern2018-11-231-1/+1
|\
| * Rails5: env is deprecated and will be removed from Rails 5.1Jasper Maes2018-11-151-1/+1
* | Backport of ee/8120: Smartcard authenticationif-ee-726-smartcard_auth-ce_portImre Farkas2018-11-181-2/+2
|/
* Fix content caching for non auth usersJames Lopez2018-10-231-0/+9
* Use InvalidUTF8ErrorHandler only for rails 4Jan Provaznik2018-10-131-1/+3
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-101-1/+1
* Remove duplicate Sentry logging for GRPC messagesStan Hu2018-10-071-1/+0
* Add custom header for error responsesDavid2018-10-011-0/+9
* Refactor EventFilter and increase its test coverage1801-allow-event_filter-to-be-set-in-the-urlRémy Coutable2018-09-261-4/+4
* Allow events filter to be set in the URL in addition to cookieIgor Kapkov2018-09-261-0/+1
* Merge branch 'fa-handle_invalid_utf8_errors' into 'master'Stan Hu2018-09-251-0/+1
|\
| * Render 412 for invalid UTF-8 parametersfa-handle_invalid_utf8_errorsFelipe Artur2018-09-221-0/+1
* | Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
|/
* Ask user explicitly about usage stats agreementJan Provaznik2018-09-071-0/+26
* Add User-Agent to production_json.logStan Hu2018-09-051-0/+1
* Fix logins via OAuth2 geting logged out in an hourStan Hu2018-08-101-1/+1
* Don't set gon variables in JSON requestsPeter Leitzen2018-08-071-2/+6
* Merge branch 'sh-support-bitbucket-server-import' into 'master'Tim Zallmann2018-08-061-0/+5
|\
| * Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-311-1/+1
| |\
| * \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-181-0/+19
| |\ \
| * \ \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-121-1/+12
| |\ \ \
| * | | | WIP: Add support for Bitbucket Server importsStan Hu2018-06-251-1/+5
* | | | | Improve blocked user tracking code readabilityGrzegorz Bizon2018-08-031-1/+0
* | | | | Skip redunant before_logout warden eventsGrzegorz Bizon2018-08-021-10/+1
* | | | | Improve authentication events-related code readabilityGrzegorz Bizon2018-08-011-4/+7
* | | | | Do not implicitly authenticate user during session creationGrzegorz Bizon2018-08-011-1/+5
* | | | | Improve blocked user tracking and fire some events only onceGrzegorz Bizon2018-08-011-4/+12
| |_|_|/ |/| | |
* | | | Merge branch 'feature/gb/login-activity-metrics' into 'master'Sean McGivern2018-07-311-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add authentication metrics for sessionless sign inGrzegorz Bizon2018-07-271-1/+1
| | |/ | |/|
* | | Limit the TTL for anonymous sessions to 1 hourStan Hu2018-07-181-0/+19
|/ /
* | Improve manifest feature after backend reviewDmitriy Zaporozhets2018-07-111-1/+1
* | Add ability to disable manifest importDmitriy Zaporozhets2018-07-111-1/+11
|/
* [Rails5] Force the `protect_from_forgery` callback run firstblackst0ne-fix-protect-from-forgery-in-application-controllerblackst0ne2018-06-211-1/+1
* Render access denied without messageBob Van Landuyt2018-06-131-2/+4
* Log response body to production_json.log when a controller responds with a 42...Stan Hu2018-06-061-0/+4
* Render a 403 when showing an access denied messagebvl-403-for-external-auth-service-ceBob Van Landuyt2018-06-051-2/+7
* Update 404 and 403 pagesPaul Slaughter2018-05-311-4/+5
* Allow a user to sign out when on the terms pageBob Van Landuyt2018-05-111-2/+7
* Enforces terms in the web applicationBob Van Landuyt2018-05-041-1/+32
* [Rails5] Update `ApplicationController#log_exception` to fix `undefined metho...blackst0ne2018-04-281-1/+2
* [Rails5] Add `safe_params` helperblackst0ne2018-04-081-0/+1
* Add better LDAP connection handlingFrancisco Javier López2018-04-041-4/+0
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-6/+6
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-3/+8
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-12/+11
* Return a blank JSON response for a missing .js file to prevent Rails CSRF errorssh-fix-cross-site-forgery-errorsStan Hu2018-01-231-0/+2
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* Impersonation no longer gets stuck on password change.Tiago Botelho2017-11-201-1/+5
* Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
|\
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1