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
2016-07-19Default to manual input for `domain_whitelist`, syntax fixes and added new te...Patricio Cano
2016-07-19Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano
2016-07-19Refactored the domain separator regex, plus syntax and grammar fixes.Patricio Cano
2016-07-19Added the ability to block sign ups using a domain blacklist.Patricio Cano
2016-07-07Added setting to set new users by default as externalDravere
2016-07-06Rename `enabled_git_access_protocols` to singular.Patricio Cano
2016-07-06Only allow Git Access on the allowed protocolPatricio Cano
2016-07-06Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano
2016-06-30Add Application Setting to configure default Repository Path for new projectsAlejandro Rodríguez
2016-06-17a few changes based on MR feedbackJames Lopez
2016-06-13Merge branches 'feature/project-export-ui-experimental' and 'feature/project-...James Lopez
2016-06-08Allow custom text on 'almost there' pageSean McGivern
2016-06-01Merge branch 'current-settings-use-request-store-during-request'Douwe Maan
2016-05-31Add Application Setting to configure Container Registry token expire delay (d...Kamil Trzcinski
2016-05-29Try and use cache for application settings even when the db is not connectedDJ Mountney
2016-05-23Serialize application setting as Array by defaultGrzegorz Bizon
2016-05-16fix default send confirmation valueFelipe Artur
2016-05-13Merge branch 'health-check-route'Douwe Maan
2016-05-12no schema info for ApplicationSettingAndrei Gliga
2016-05-12typoAndrei Gliga
2016-05-12validate disabled_oauth_sign_in_sources in ApplicationSeAndrei Gliga
2016-05-12default value for disabled_oauth_sign_in_sources in create_from_defaults @ Ap...Andrei Gliga
2016-05-12serialize the disabled_oauth_sign_in_sourcesAndrei Gliga
2016-05-10Add health_check access token, and enforce on the health_check endpointDJ Mountney
2016-05-09Merge branch 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into...James Lopez
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-22gitlab import UI - icon, file selector, etc... Also updated font-awesome and ...James Lopez
2016-04-12Add repository_checks_enabled settingJacob Vosmaer
2016-04-01Remove "Congratulations!" tweet button on newly-created project.connorshea
2016-03-10Prevent projects to have higher visibility than groupsFelipe Artur
2016-02-09Re-add EmailValidator to avoid the repetition of format: { with: Devise.email...Rémy Coutable
2016-02-09Validate email addresses using Devise.email_regexpRémy Coutable
2016-02-09Merge branch 'fix/max-attachment-size-setting-validation'Douwe Maan
2016-02-09Add option to include the sender name in body of Notify email. fix #7824Jason Lee
2016-02-09Validate maximum attachment size in application settingsGrzegorz Bizon
2016-02-02Support Akismet spam checking for creation of issues via APIStan Hu
2016-01-29Partially revert "Add IP check against DNSBLs at account sign-up"Robert Speicher
2016-01-20Merge branch 'feature/check-against-rbl-only' into 'master'Robert Speicher
2016-01-20Add IP blocking against DNSBL at sign-upTomasz Maczukin
2016-01-18Add sentry integrationJeroen Nijhof
2016-01-06Annotate modelsStan Hu
2015-12-28reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto
2015-12-25WIP require two factor authenticationGabriel Mazetto
2015-12-23Use method that creates runners registration tokenGrzegorz Bizon
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-12-11Ensure that app settings contains runners registration tokenGrzegorz Bizon
2015-12-11Refactor `TokenAuthenticatable` to improve reusabilityGrzegorz Bizon
2015-12-11Add `runners_registration_token` to ApplicationSettingsGrzegorz Bizon
2015-12-08Add custom UrlValidatorRobert Speicher