summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Applied some code review commentsFrancisco Lopez2017-11-171-2/+1
* | Some fixes after rebaseFrancisco Lopez2017-11-171-24/+0
* | Fix OAuth API and RSS rate limitingMichael Kozono2017-11-171-1/+1
* | Add request throttlesMichael Kozono2017-11-171-2/+10
|/
* Remove authentication using user.private_tokenDouwe Maan2017-11-021-4/+3
* URI decode Page-Title header to preserve UTF-8 charactersToon Claes2017-10-201-1/+1
* Fix username and ID not logging in production_json.log for Git activitysh-fix-username-loggingStan Hu2017-10-041-3/+12
* Encode Page-Title header as ISO-8859-1Douwe Maan2017-09-261-1/+2
* Add Page-Title header to tree and blob JSON endpointsDouwe Maan2017-09-261-0/+6
* Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-1/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandErrorBob Van Landuyt2017-08-071-1/+1
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+22
* Add remote IP, user ID and username to JSON lograge outputsh-augment-lograge-outputStan Hu2017-07-281-0/+10
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+1