Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable RuboCop Style/RegexpLiteral | Takuya Noguchi | 2018-02-01 | 1 | -5/+5 |
| | |||||
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | Fixes project denial of service via gitmodules using Extended ASCII.34259-project-denial-of-service-via-gitmodules-fix | Tiago Botelho | 2017-09-15 | 1 | -4/+8 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into ide | Luke "Jared" Bennett | 2017-07-20 | 1 | -0/+1 |
|\ | |||||
| * | Strip trailing whitespace in relative submodule URLdm-relative-submodule-url-trailing-whitespace | Douwe Maan | 2017-06-28 | 1 | -0/+1 |
| | | |||||
* | | Add experimental JSON format for tree controller | Douwe Maan | 2017-06-13 | 1 | -2/+2 |
|/ | |||||
* | Fix submodule link to then project under subgroup | Dmitriy Zaporozhets | 2017-06-05 | 1 | -0/+11 |
| | | | | | | | | | | | Before this change only last namespace in full path was extracted. It's fine unless you have a link to submodule under subgroups. In that case self_url? method returns false and link is processed as external. I could not find a proper regex to cover all cases and correctly extract full path to repository and instead used current instance host name to get correct path to namespace and project. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Strip trailing whitespaces in submodule URLssh-fix-submodules-trailing-spaces | Stan Hu | 2017-05-29 | 1 | -0/+1 |
| | | | | | | | | Users attempting to access repositories that had `.gitmodules` entries with trailing whitespaces would encounter an Error 500. This was due to a change in bf876ec7 that quietly removed the whitespace stripping. Closes #33018 | ||||
* | submodule_links: Handle in-repository submodule urls | David Turner | 2017-05-15 | 1 | -0/+4 |
| | | | | | | | | | | | Sometimes it is useful to store submodules in the same repository which contains links to them. Make the UI support this. See https://github.com/twosigma/git-meta/wiki/The-Omega-Repo for information about this strategy Signed-off-by: David Turner <novalis@novalis.org> | ||||
* | Merge branch 'rs-sanitize-submodule-urls' into 'security' | Douwe Maan | 2017-05-10 | 1 | -16/+30 |
| | | | | | | Sanitize submodule URLs before linking to them in the file tree view See merge request !2084 | ||||
* | submodule_links: handle urls that don't end with .git | David Turner | 2017-04-21 | 1 | -5/+7 |
| | | | | Signed-off-by: David Turner <novalis@novalis.org> | ||||
* | Fix code for cops | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Enable Style/SpaceInsideBrackets | Douwe Maan | 2017-02-23 | 1 | -4/+4 |
| | |||||
* | Use Namespace#full_path instead of Namespace#path | Dmitriy Zaporozhets | 2017-02-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix Error 500 when relative submodule resolves to a namespace that has a ↵ | Stan Hu | 2015-06-23 | 1 | -1/+1 |
| | | | | | | different name from its path Closes #1849 | ||||
* | Fix "Revspec not found" errors when viewing diffs in a forked project with ↵ | Stan Hu | 2015-04-27 | 1 | -2/+2 |
| | | | | | | submodules Closes #1413 | ||||
* | Fix broken file browsing with relative submodule in personal projects | Stan Hu | 2015-04-23 | 1 | -1/+1 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/7554 | ||||
* | Merge branch 'regex-start-of-string' into 'master' | Dmitriy Zaporozhets | 2015-04-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Fix persistent XSS vulnerability around profile website URLs. Fixes gitlab/gitlab-ee#268 See merge request !1761 | ||||
| * | Use `\A` and `\z` in regexes instead of `^` and `$`. | Douwe Maan | 2015-04-10 | 1 | -1/+1 |
| | | |||||
* | | Fix broken file browsing with a submodule that has a relative link | Stan Hu | 2015-04-09 | 1 | -6/+13 |
|/ | | | | Closes #775 | ||||
* | Style/RedundantReturn enabledmore-rubocop-styles | Dmitriy Zaporozhets | 2015-03-24 | 1 | -2/+5 |
| | |||||
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -12/+17 |
| | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers. | ||||
* | show diff in submodules | Headless | 2015-01-19 | 1 | -2/+2 |
| | |||||
* | Refactor some search scopes to prevent wierd behaviour and PG::Error issues | Dmitriy Zaporozhets | 2014-06-05 | 1 | -0/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | simplify link url | Timm Drevensek | 2014-02-28 | 1 | -4/+3 |
| | |||||
* | fixed regex to match url pointing to a user repo | Timm Drevensek | 2014-02-26 | 1 | -3/+3 |
| | |||||
* | Add support for relative submodules | Timm Drevensek | 2014-02-25 | 1 | -0/+17 |
| | |||||
* | Fix submodule_helper specs | Dmitriy Zaporozhets | 2014-02-10 | 1 | -3/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix submodules | Dmitriy Zaporozhets | 2014-02-10 | 1 | -5/+8 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Better submodule links. | Jason Hollingsworth | 2014-02-05 | 1 | -0/+42 |
Detect if submodule is hosted on this GitLab server, gitlab.com or github.com. Hash links directly to commit in repo. |