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
2019-07-19Apply changes recomended by merge request coachFabio Papa
2019-05-27Fix col-sm-* in forms to keep layoutTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-04-05Add part of needed codeGosia Ksionek
Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
2018-09-21Align form labels following Bootstrap 4 docsAnnabel Dunstone Gray
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-05-31Fix checkbox/radio button structureClement Ho
2018-05-24Fix group settings layoutAnnabel Dunstone Gray
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-01Enable LFS setting UI for Masters and OwnersJames Ramsay
LFS can be enabled and disabled per project using the API by Masters and Owners, but the UI is only available to Admins. The interface and API should be consistent. LFS can also be enabled and disabled per group using the API by Owners, but the UI is only available to Admins. This interface should also be consistent. Additionally removes an unneeded check if 2FA interface, since the interface is only available to Owners. Closes #33320
2018-04-13[skip ci] Replace col-*-offset-* with offset-*-*Clement Ho
2018-04-11[skip ci] .control-label to .col-form-labelClement Ho
2018-04-11[skip ci] .help-block to .form-text.text-mutedClement Ho
2018-04-11[skip ci] Convert .checkbox to .form-checkClement Ho
2017-04-06Support 2FA requirement per-groupMarkus Koller