summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'fix/import-url-validator' into 'master' Robert Speicher2016-07-066-4/+156
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | refactor url validator to use sanitizer for checkfix/import-url-validatorJames Lopez2016-07-011-3/+1
| * | | | | | | typoJames Lopez2016-06-301-1/+1
| * | | | | | | few more changes from suggestionsJames Lopez2016-06-304-5/+4
| * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-...James Lopez2016-06-30414-768/+1863
| |\ \ \ \ \ \ \
| * | | | | | | | use class methodJames Lopez2016-06-301-7/+8
| * | | | | | | | few changes based on feedbackJames Lopez2016-06-305-17/+20
| * | | | | | | | fix merge conflictsJames Lopez2016-06-28279-1673/+4090
| |\ \ \ \ \ \ \ \
| * | | | | | | | | added more info on how addressable URI differs from what we use in UrlValidatorJames Lopez2016-06-241-1/+3
| * | | | | | | | | updated validator based on feedbackJames Lopez2016-06-231-3/+3
| * | | | | | | | | fix chnagelogJames Lopez2016-06-221-2/+3
| * | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-...James Lopez2016-06-221-2/+5
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | another fix and fixed specJames Lopez2016-06-222-1/+10
| * | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-...James Lopez2016-06-22324-1798/+3805
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix commentJames Lopez2016-06-201-1/+1
| * | | | | | | | | | | fixed a few MySQL issues and added changelogJames Lopez2016-06-203-14/+46
| * | | | | | | | | | | started working on a migration for projects that have current import_url issuesJames Lopez2016-06-202-7/+59
| * | | | | | | | | | | fix addressable url validatorJames Lopez2016-06-201-7/+7
| * | | | | | | | | | | Merge branches 'fix/import-url-validator' and 'master' of gitlab.com:gitlab-o...James Lopez2016-06-20268-1071/+11528
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fixing URL validation for import_url on projectsJames Lopez2016-06-173-3/+55
* | | | | | | | | | | | | Merge branch 'update-templates-for-8-10' into 'master' Rémy Coutable2016-07-0625-24/+526
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add and update .gitignore & .gitlab-ci.yml templates for 8.10update-templates-for-8-10Rémy Coutable2016-07-0625-24/+526
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'fix/project-export-error' into 'master' Rémy Coutable2016-07-064-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | fix typofix/project-export-errorJames Lopez2016-07-061-1/+1
| * | | | | | | | | | | | even more debugJames Lopez2016-07-063-3/+5
| * | | | | | | | | | | | add more debug info to project exportJames Lopez2016-07-051-0/+4
* | | | | | | | | | | | | Merge branch 'allow-disabling-of-git-access-protocol' into 'master' Douwe Maan2016-07-0529-37/+360
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use keyword arguments for boolean values and use `span` instead of `a` for cl...allow-disabling-of-git-access-protocolPatricio Cano2016-07-052-6/+6
| * | | | | | | | | | | | | Revert back to not defining a default Git access protocol.Patricio Cano2016-07-056-6/+6
| * | | | | | | | | | | | | Rebasing caused `enabled_git_access_protocol` to become plural. Fixed here.Patricio Cano2016-07-053-3/+3
| * | | | | | | | | | | | | Clone button should not be clickable when there is a disabled protocolPatricio Cano2016-07-053-3/+13
| * | | | | | | | | | | | | Default Git access protocol to `web`Patricio Cano2016-07-059-21/+15
| * | | | | | | | | | | | | Rename `enabled_git_access_protocols` to singular.Patricio Cano2016-07-059-14/+15
| * | | | | | | | | | | | | Add `alt` text to the images in the documentation.Patricio Cano2016-07-051-2/+2
| * | | | | | | | | | | | | Don't allow empty strings in the `protocol` check.Patricio Cano2016-07-051-1/+1
| * | | | | | | | | | | | | Correct access control flow for Git HTTP requests.Patricio Cano2016-07-052-6/+12
| * | | | | | | | | | | | | Clarify protocol access check, and make Git HTTP access call more specific.Patricio Cano2016-07-052-7/+7
| * | | | | | | | | | | | | Render the status message with `plain:` so that the message gets passed to th...Patricio Cano2016-07-051-1/+1
| * | | | | | | | | | | | | Render :forbidden *only* if HTTP is disabled.Patricio Cano2016-07-051-1/+5
| * | | | | | | | | | | | | Added documentation on the access restrictions.Patricio Cano2016-07-054-0/+39
| * | | | | | | | | | | | | Return :forbidden if HTTP protocol access is not allowedPatricio Cano2016-07-051-0/+6
| * | | | | | | | | | | | | Raise an error if no protocol is passed to the GitAccess check.Patricio Cano2016-07-052-2/+3
| * | | | | | | | | | | | | Add more tests to the allowed protocols featurePatricio Cano2016-07-052-5/+103
| * | | | | | | | | | | | | Simplify access checksPatricio Cano2016-07-051-1/+7
| * | | | | | | | | | | | | Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-059-18/+12
| * | | | | | | | | | | | | Only allow Git Access on the allowed protocolPatricio Cano2016-07-058-13/+46
| * | | | | | | | | | | | | Refactor clone button sanitation to its own method to avoid duplication.Patricio Cano2016-07-051-2/+6
| * | | | | | | | | | | | | Fix CSSPatricio Cano2016-07-051-1/+1
| * | | | | | | | | | | | | Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano2016-07-0512-12/+139
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch '18593-autofilter-rinku-instrumentation' into 'master' Douwe Maan2016-07-052-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \