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 (Collapse)Author
2016-11-04Refine Git garbage collectionJacob Vosmaer
2016-11-04Allow multiple repository storage shards to be enabled, and automatically ↵Nick Thomas
round-robin between them
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-19Default to manual input for `domain_whitelist`, syntax fixes and added new ↵Patricio Cano
tests.
2016-07-19Refactor and rename `restricted_signup_domains` to `domain_whitelist` to ↵Patricio Cano
better conform to its behavior and newly introduced behavior.
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-06-30Add Application Setting to configure default Repository Path for new projectsAlejandro Rodríguez
2016-05-12stub Devise.omniauth_providers to return GitHub even if the gitlab.yml has ↵Andrei Gliga
no omniauth provider enabled This will fix failing tests in case gitlab.yml file has no omniauth providers enabled
2016-05-12validate disabled_oauth_sign_in_sources in ApplicationSeAndrei Gliga
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
2016-04-01Remove "Congratulations!" tweet button on newly-created project.connorshea
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
2016-02-09Validate email addresses using Devise.email_regexpRémy Coutable
Also: - Get rid of legacy :strict_mode - Get rid of custom :email validator - Add some shared examples to spec emails validation
2016-02-09Validate maximum attachment size in application settingsGrzegorz Bizon
`max_attachment_size` in `ApplicationSetting` should be present, only integers greater than zero are valid. Closes #13188
2016-01-18Add sentry integrationJeroen Nijhof
2016-01-06Annotate modelsStan Hu
2015-12-25WIP require two factor authenticationGabriel Mazetto
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-08Add custom UrlValidatorRobert Speicher
2015-11-13Annotate modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-09Fix testsKamil Trzcinski
2015-09-06Re-annotate modelsStan Hu
2015-08-02Re-annotate modelsAtsushi Ishida
2015-06-11session_expire_seconds => session_expire_delaythemaze75
delay is in seconds more legible code in session_store Added `GitLab restart required` help block to session_expire_delay
2015-06-05Add session expiration delay configuration through UI applicationEric Maziade
settings
2015-05-03Re-annotate modelsStan Hu
2015-05-02Add application setting to restrict user signups to e-mail domainsStan Hu
This feature was requested long ago: http://feedback.gitlab.com/forums/176466-general/suggestions/4118466-ability-to-register-only-from-ceratain-domains This MR is based off !253 but changed to use application settings and use wildcard strings to give more flexibility in pattern matching. Regexps seemed overkill and easy to get wrong. Only restrict e-mail addresses upon creation
2015-03-07Move restricted visibility settings to the UIVinnie Okada
Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
2015-03-05Re-annotate modelsDmitriy Zaporozhets
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-01-26Spelling errorMarco Wessel
2015-01-25Allow configuring protection of the default branch upon first pushMarco Wessel
2015-01-22Annotate modelsDmitriy Zaporozhets
2015-01-09Fix feature and testsDmitriy Zaporozhets
2015-01-08Improve application settings and write testsDmitriy Zaporozhets