Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-23Fix Error 500 when relative submodule resolves to a namespace that has a ↵Stan Hu
different name from its path Closes #1849
2015-04-28Fix "Revspec not found" errors when viewing diffs in a forked project with ↵Stan Hu
submodules Closes #1413
2015-04-23Fix broken file browsing with relative submodule in personal projectsStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/7554
2015-04-12Merge branch 'regex-start-of-string' into 'master'Dmitriy Zaporozhets
Fix persistent XSS vulnerability around profile website URLs. Fixes gitlab/gitlab-ee#268 See merge request !1761
2015-04-10Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan
2015-04-10Fix broken file browsing with a submodule that has a relative linkStan Hu
Closes #775
2015-03-25Style/RedundantReturn enabledDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
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.
2015-01-19show diff in submodulesHeadless
2014-06-05Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-28simplify link urlTimm Drevensek
2014-02-27fixed regex to match url pointing to a user repoTimm Drevensek
2014-02-26Add support for relative submodulesTimm Drevensek
2014-02-10Fix submodule_helper specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-10Fix submodulesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-06Better submodule links.Jason Hollingsworth
Detect if submodule is hosted on this GitLab server, gitlab.com or github.com. Hash links directly to commit in repo.