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
2021-10-20Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-07-08Add latest changes from gitlab-org/gitlab@14-0-stable-eeGitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-04-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda
2019-08-22Limit the size of issuable description and commentsAlexandru Croitor
Limiting the size of issuable description and comments to 1_000_000, which is close to ~1MB of ASCII characters, which represents 99.9% of all descriptions and comments we have in DB at the moment. This should help prevent DoS attacks when comments contain refference strings. Also this change updates regexp matching the namespaces paths by limiting the namespaces paths to Namespace::NUMBER_OF_ANCESTORS_ALLOWED, as we allow 20 levels deep groups. see https://gitlab.com/gitlab-org/gitlab-ce/issues/61974#note_191274234
2019-07-26Redirect project.wiki.git to project wiki homeLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ce/issues/19186
2019-06-26Remove deprecated /u/:username routesDmitriy Zaporozhets
Also release `u` from TOP_LEVEL_ROUTES Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-05-29Build visual_review_toolbar with webpackSarah Groff Hennigh-Palermo
It takes a lot of lines to move a script
2019-05-17Add new version of scriptSarah Groff Hennigh-Palermo
More aligned design. More functionality.
2019-04-04Add v2 to reserved top level routesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-01-31Fix slow project reference pattern regexHeinrich Lee Yu
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-10-13Remove Koding integration and documentationStan Hu
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
2018-08-21Backport of gitlab-org/gitlab-ee!6876Mario de la Ossa
2018-06-18Redirect favicon.(png|ico) to actual favicon asset or uploadDouwe Maan
2018-06-05remove all .ico favicon variations, use png alwaysAlexis Reigel
the ci status icons are generated client side, wo we don't need the static files anymore.
2018-02-06Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan
# Conflicts: # lib/gitlab/path_regex.rb
2018-02-06Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan
2018-02-06Moves project creationg to git access check for git pushTiago Botelho
2018-02-06Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho
2018-02-06Move new project on push logic to a serviceTiago Botelho
2017-11-22Speed up Unicorn specs by using a dummy Rack application instead of GitLabNick Thomas
2017-11-07Remove EE-specific group pathsBob Van Landuyt
2017-11-07Free up some group reserved wordsBob Van Landuyt
2017-11-07Free up `avatar`, `group_members` and `milestones` as pathsBob Van Landuyt
2017-11-07Free up `labels` as a group nameBob Van Landuyt
2017-10-17Merge branch 'bvl-group-trees' into 'master'Douwe Maan
Show collapsible tree on the project show page Closes #30343 See merge request gitlab-org/gitlab-ce!14055
2017-10-13Remove boards from the list of reserved top pathsValery Sizov
2017-10-11Remove unnecessary TOLLEVEL routes from path_regex.rbShinya Maeda
2017-10-10Merge branch 'master' into bvl-group-treesBob Van Landuyt
2017-10-04Update `children` route to handle projects and groupsBob Van Landuyt
2017-10-04Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix ↵Shinya Maeda
static analysys.
2017-09-04Fix specs BACKPORTFelipe Artur
2017-07-25Add contents of `public` as forbidden top-level routesBob Van Landuyt
2017-07-25Remove a bunch of reserved top level routesBob Van Landuyt
These don't seem to be used anywhere, so can be removed.
2017-07-18Allow groups with the name systemBob Van Landuyt
2017-07-07Add dash for GROUP_ROUTESShinya Maeda
2017-07-07Wrap additional routes by dash(-). And remove those routes from path_regex.rb.Shinya Maeda