summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-1/+1
* CE Port: Log impersonation actions in audit logce-port-315-log-impersonation-actions-in-audit-logmanojmj2019-07-231-3/+9
* Enable Gitaly ref caching for SearchControllersh-add-gitaly-ref-caching-search-controllerStan Hu2019-06-261-0/+6
* Avoid setting Gitlab::Session on sessionless requestsJames Edwards-Jones2019-06-051-0/+2
* Setup Phabricator importBob Van Landuyt2019-05-311-1/+5
* Session stored globally per requestjej/session-stored-globalyJames Edwards-Jones2019-05-021-0/+5
* Migrate correlation and tracing code to LabKitan-use-labkitAndrew Newdigate2019-04-181-1/+1
* Externalize strings in flash messagesMartin Wortschack2019-04-081-2/+2
* Fix ETag caching not being used for AJAX requestsRémy Coutable2019-02-261-7/+16
* Log queue duration in production_json.logStan Hu2019-02-121-0/+2
* Show the correct error page when access is deniedLuke Bennett2019-01-151-1/+7
* Fix deprecation: redirect_to :back is deprecatedJasper Maes2019-01-021-1/+1
* Rename GroupHierarchy into ObjectHierarchyJarka Košanová2018-12-191-1/+1
* Remove rails4 specific codeJasper Maes2018-12-161-4/+1
* Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil Trzciński2018-12-061-2/+6
* Add config to disable impersonationImre Farkas2018-11-291-0/+25
* Merge branch 'security-fix-pat-web-access' into 'master'Cindy Pallares2018-11-281-22/+1
* 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