Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-08[Rails5] Add `safe_params` helperblackst0ne
2018-04-04Add better LDAP connection handlingFrancisco Javier López
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-01-24Return a blank JSON response for a missing .js file to prevent Rails CSRF errorsStan Hu
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-11-20Impersonation no longer gets stuck on password change.Tiago Botelho
2017-11-20Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable
2017-11-17Applied some code review commentsFrancisco Lopez
2017-11-17Some fixes after rebaseFrancisco Lopez
2017-11-17Fix OAuth API and RSS rate limitingMichael Kozono
2017-11-17Add request throttlesMichael Kozono
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-02Remove authentication using user.private_tokenDouwe Maan
2017-10-20URI decode Page-Title header to preserve UTF-8 charactersToon Claes
2017-10-04Fix username and ID not logging in production_json.log for Git activityStan Hu
2017-09-26Encode Page-Title header as ISO-8859-1Douwe Maan
2017-09-26Add Page-Title header to tree and blob JSON endpointsDouwe Maan
2017-09-01Rollsback changes made to signing_enabled.Tiago Botelho
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-07GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandErrorBob Van Landuyt
2017-08-04Add a Circuitbreaker for storage pathsBob Van Landuyt
2017-07-28Add remote IP, user ID and username to JSON lograge outputStan Hu
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
2017-07-06Allow to enable the performance bar per user or Flipper groupRémy Coutable
2017-07-05Log rescued exceptions to SentryStan Hu
2017-06-20Add rescue_from(ActionController::UnknownFormat) in Application ControllerPawel Chojnacki
2017-06-09Fix linting, route, and specsRémy Coutable
2017-06-09Small adjustmentsRémy Coutable
2017-06-09Don't use Pygment,rb, use Rouge instead, and put peek-pg in the :postgres groupRémy Coutable
2017-06-09New performance bar that can be enabled with the `p b` shortcutRémy Coutable
2017-05-25Merge branch '32748-emails-are-being-sent-with-the-wrong-language' into 'master'Douwe Maan
2017-05-25Bugfix: Always use the default language when generating emails.Ruben Davila
2017-05-24atom links with rss token instead of private tokenAlexis Reigel
2017-05-09Merge request widget redesignFatih Acet
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-04More updates for translations plus some refactoring.Ruben Davila
2017-05-03First round of updates from the code review.Ruben Davila
2017-05-02Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila
2017-04-28Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya
2017-04-20Fix Rubocop complains plus some small refactorRuben Davila
2017-04-13Set locale through controller filterRuben Davila
2017-04-06Extract 2FA-related code from ApplicationControllerMarkus Koller
2017-04-06Support 2FA requirement per-groupMarkus Koller
2017-04-06Move AuthHelper#two_factor_skippable? into ApplicationControllerMarkus Koller
2017-03-22Don't try to find a user by personal_access_token if the token is nilRémy Coutable
2017-03-09use the policy stack to protect loginshttp://jneen.net/
2017-03-09use a magic default :global symbol instead of nilhttp://jneen.net/
2017-03-06Make Warden set_user hook validate user ip uniqunessPawel Chojnacki