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
2018-04-25Merge branch 'master' into bootstrap4Clement Ho
2018-04-25Show group id in group settingsGeorge Tsiolis
2018-04-18Fix new group formClement Ho
2018-04-12[skip ci] .input-group-addon to .input-group-prepend, .input-group-appendClement Ho
2018-04-11[skip ci] .control-label to .col-form-labelClement Ho
2018-01-23fixed group page specific JSPhil Hughes
2017-09-19Move help for renaming group path to docsMichael Kozono
And expand on the help text.
2017-08-21Improves subgroup creation permissionsTiago Botelho
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
2017-04-09Add a name field to the group edit formDouglas Lovell
Enables user specification of group name vs. name inferred from group path. Cause new group form to copy name from path Adds some new page-specific javascript that copies entry from the group path field to the group name field when the group name field is initially empty. Remove duplicate group name entry field on group edit form This corrects the duplicated name entry field and tests that the JavaScript does not update the group name field if the user edits the group path. (Editing the group path is not recommended in any case, but it is possible.) Address eslint errors in group.js Enable group name copy with dispatch and explore group creation The dispatch and explore group creation forms require the group.js asset, and their tests now require testing against poltergeist Update workflow new group instruction Update the gitlab basics group creation document Add a change log entry Remove unused variable for eslint
2017-03-30Merge branch 'jej-group-name-disclosure' into 'security'Sean McGivern
Prevent private group disclosure via parent_id See merge request !2077
2017-03-25Activate group name toggle based on horizontal spaceSam Rose
2017-03-02Corrected JS for new master js build updates [ci skip]Luke "Jared" Bennett
2017-02-22Finished up mattermost team creationLuke "Jared" Bennett
2017-02-07Allow creating nested group via UIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-11-25use standard gitlab namespace regex for group name validationMike Greiling
2016-11-24allow "." in group name validation regexMike Greiling
2016-11-01Add gl field errors to group name edit form.Bryce Johnson
2015-12-02Use consistent casing for form field labelsDouwe Maan
2015-03-19Improve group rename warningDmitriy Zaporozhets
2015-03-07Replace bs-callout with alertDmitriy Zaporozhets
2014-12-22Allow Group path to be changed at the same time as nameDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-22Set group path during creationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-21Factor group formsCiro Santilli