summaryrefslogtreecommitdiff
path: root/lib/gitlab/url_sanitizer.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+4
* Add latest changes from gitlab-org/security/gitlab@13-0-stable-eeGitLab Bot2020-05-261-2/+7
* Hide password on import by url formIgor Drozdov2019-05-291-0/+4
* Only allow strings in URL::Sanitizer.valid?Stan Hu2018-12-091-0/+1
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Fix UriDefaultParser copSemyon Pupkov2018-09-211-1/+1
* Escape username and password in UrlSanitizer#full_urlStan Hu2018-07-191-6/+9
* Properly handle colons in URL passwordsStan Hu2018-07-101-1/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Freeze the constant arraygem/sm/bump-google-api-client-gem-from-0-8-6-to-0-13-6Lin Jen-Shin2017-10-021-1/+1
* Just allow the scheme we want!Lin Jen-Shin2017-09-291-3/+5
* Adapt to the latest addressable behaviourLin Jen-Shin2017-09-291-2/+0
* Make sure we didn't blow up if URI is invalidLin Jen-Shin2017-09-281-0/+2
* Backport more EE changes to Gitlab::UrlSanitizerNick Thomas2017-09-111-4/+21
* Remove blank passwords from sanitized URLsNick Thomas2017-09-061-3/+10
* Backport EE fixes to Gitlab::UrlSanitizer to CENick Thomas2017-09-061-6/+6
* Don't allow to pass a user to ProjectWiki#http_url_to_repoRémy Coutable2017-05-301-6/+0
* Fix ProjectWiki#http_url_to_repo signatureRémy Coutable2017-03-201-0/+6
* Fix for creating a project through API when import_url is niltc-fix-project-create-500Toon Claes2017-03-101-0/+2
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* spec and fix for sanitize methodJames Lopez2016-07-111-0/+2
* few more changes from suggestionsJames Lopez2016-06-301-1/+0
* use class methodJames Lopez2016-06-301-7/+8
* few changes based on feedbackJames Lopez2016-06-301-1/+9
* fix changelog and mergefix/import-url-uri-issueJames Lopez2016-05-231-1/+1
* Mask credentials from URL when import of project has failed.Rubén Dávila2016-05-181-0/+54