| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refine Git garbage collection | Jacob Vosmaer | 2016-11-04 | 1 | -0/+18 |
| | | |||||
| * | Allow multiple repository storage shards to be enabled, and automatically ↵ | Nick Thomas | 2016-11-04 | 1 | -4/+52 |
| | | | | | round-robin between them | ||||
| * | adds second batch of tests changed to active tenseactive-tense-test-coverage | tiagonbotelho | 2016-08-09 | 1 | -11/+11 |
| | | |||||
| * | Default to manual input for `domain_whitelist`, syntax fixes and added new ↵ | Patricio Cano | 2016-07-18 | 1 | -1/+11 |
| | | | | | tests. | ||||
| * | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to ↵ | Patricio Cano | 2016-07-18 | 1 | -8/+8 |
| | | | | | better conform to its behavior and newly introduced behavior. | ||||
| * | Refactored the domain separator regex, plus syntax and grammar fixes. | Patricio Cano | 2016-07-18 | 1 | -5/+5 |
| | | |||||
| * | Added the ability to block sign ups using a domain blacklist. | Patricio Cano | 2016-07-18 | 1 | -0/+27 |
| | | |||||
| * | Add Application Setting to configure default Repository Path for new projectsshards-config | Alejandro Rodríguez | 2016-06-29 | 1 | -0/+10 |
| | | |||||
| * | stub Devise.omniauth_providers to return GitHub even if the gitlab.yml has ↵ | Andrei Gliga | 2016-05-12 | 1 | -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 ApplicationSe | Andrei Gliga | 2016-05-12 | 1 | -0/+3 |
| | | |||||
| * | Remove the annotate gem and delete old annotations | Jeroen van Baarsen | 2016-05-09 | 1 | -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. | connorshea | 2016-03-31 | 1 | -1/+0 |
| | | | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857. | ||||
| * | Validate email addresses using Devise.email_regexp | Rémy Coutable | 2016-02-09 | 1 | -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 settings | Grzegorz Bizon | 2016-02-09 | 1 | -0/+8 |
| | | | | | | | | `max_attachment_size` in `ApplicationSetting` should be present, only integers greater than zero are valid. Closes #13188 | ||||
| * | Add sentry integration | Jeroen Nijhof | 2016-01-18 | 1 | -0/+2 |
| | | |||||
| * | Annotate models | Stan Hu | 2016-01-06 | 1 | -26/+39 |
| | | |||||
| * | WIP require two factor authentication | Gabriel Mazetto | 2015-12-24 | 1 | -0/+1 |
| | | |||||
| * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -22/+0 |
| | | |||||
| * | Add custom UrlValidator | Robert Speicher | 2015-12-07 | 1 | -0/+16 |
| | | |||||
| * | Annotate models | Dmitriy Zaporozhets | 2015-11-13 | 1 | -0/+4 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix testsshared_runners | Kamil Trzcinski | 2015-11-08 | 1 | -3/+25 |
| | | |||||
| * | Re-annotate models | Stan Hu | 2015-09-06 | 1 | -0/+1 |
| | | |||||
| * | Re-annotate models | Atsushi Ishida | 2015-08-03 | 1 | -1/+4 |
| | | |||||
| * | session_expire_seconds => session_expire_delay | themaze75 | 2015-06-10 | 1 | -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 application | Eric Maziade | 2015-06-05 | 1 | -0/+1 |
| | | | | settings | ||||
| * | Re-annotate models | Stan Hu | 2015-05-03 | 1 | -1/+4 |
| | | |||||
| * | Add application setting to restrict user signups to e-mail domains | Stan Hu | 2015-05-02 | 1 | -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 UI | Vinnie Okada | 2015-03-07 | 1 | -11/+13 |
| | | | | | | Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml. | ||||
| * | Re-annotate models | Dmitriy Zaporozhets | 2015-03-04 | 1 | -10/+11 |
| | | |||||
| * | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 1 | -1/+1 |
| | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Spelling error | Marco Wessel | 2015-01-25 | 1 | -1/+1 |
| | | |||||
| * | Allow configuring protection of the default branch upon first push | Marco Wessel | 2015-01-25 | 1 | -9/+10 |
| | | |||||
| * | Annotate models | Dmitriy Zaporozhets | 2015-01-22 | 1 | -0/+15 |
| | | |||||
| * | Fix feature and tests | Dmitriy Zaporozhets | 2015-01-08 | 1 | -3/+1 |
| | | |||||
| * | Improve application settings and write tests | Dmitriy Zaporozhets | 2015-01-08 | 1 | -0/+7 |
