summaryrefslogtreecommitdiff
path: root/spec/models/application_setting_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refine Git garbage collectionJacob Vosmaer2016-11-041-0/+18
|
* Allow multiple repository storage shards to be enabled, and automatically ↵Nick Thomas2016-11-041-4/+52
| | | | round-robin between them
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-11/+11
|
* Default to manual input for `domain_whitelist`, syntax fixes and added new ↵Patricio Cano2016-07-181-1/+11
| | | | tests.
* Refactor and rename `restricted_signup_domains` to `domain_whitelist` to ↵Patricio Cano2016-07-181-8/+8
| | | | better conform to its behavior and newly introduced behavior.
* Refactored the domain separator regex, plus syntax and grammar fixes.Patricio Cano2016-07-181-5/+5
|
* Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-0/+27
|
* Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-291-0/+10
|
* stub Devise.omniauth_providers to return GitHub even if the gitlab.yml has ↵Andrei Gliga2016-05-121-2/+8
| | | | | | no omniauth provider enabled This will fix failing tests in case gitlab.yml file has no omniauth providers enabled
* validate disabled_oauth_sign_in_sources in ApplicationSeAndrei Gliga2016-05-121-0/+3
|
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-46/+0
| | | | | | | | | 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
* Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-1/+0
| | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
* Validate email addresses using Devise.email_regexpRémy Coutable2016-02-091-0/+4
| | | | | | | Also: - Get rid of legacy :strict_mode - Get rid of custom :email validator - Add some shared examples to spec emails validation
* Validate maximum attachment size in application settingsGrzegorz Bizon2016-02-091-0/+8
| | | | | | | `max_attachment_size` in `ApplicationSetting` should be present, only integers greater than zero are valid. Closes #13188
* Add sentry integrationJeroen Nijhof2016-01-181-0/+2
|
* Annotate modelsStan Hu2016-01-061-26/+39
|
* WIP require two factor authenticationGabriel Mazetto2015-12-241-0/+1
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-22/+0
|
* Add custom UrlValidatorRobert Speicher2015-12-071-0/+16
|
* Annotate modelsDmitriy Zaporozhets2015-11-131-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsshared_runnersKamil Trzcinski2015-11-081-3/+25
|
* Re-annotate modelsStan Hu2015-09-061-0/+1
|
* Re-annotate modelsAtsushi Ishida2015-08-031-1/+4
|
* session_expire_seconds => session_expire_delaythemaze752015-06-101-1/+1
| | | | | delay is in seconds more legible code in session_store Added `GitLab restart required` help block to session_expire_delay
* Add session expiration delay configuration through UI applicationEric Maziade2015-06-051-0/+1
| | | settings
* Re-annotate modelsStan Hu2015-05-031-1/+4
|
* Add application setting to restrict user signups to e-mail domainsStan Hu2015-05-021-0/+24
| | | | | | | | | | | 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
* Move restricted visibility settings to the UIVinnie Okada2015-03-071-11/+13
| | | | | Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
* Re-annotate modelsDmitriy Zaporozhets2015-03-041-10/+11
|
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-1/+1
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Spelling errorMarco Wessel2015-01-251-1/+1
|
* Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-9/+10
|
* Annotate modelsDmitriy Zaporozhets2015-01-221-0/+15
|
* Fix feature and testsDmitriy Zaporozhets2015-01-081-3/+1
|
* Improve application settings and write testsDmitriy Zaporozhets2015-01-081-0/+7