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 (Expand)Author
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
2017-05-24Remove changes that are not absolutely necessaryDouwe Maan
2017-05-24Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan
2017-05-02Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-03Check registry repository name against regexpGrzegorz Bizon
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-13Add GFM support to nested groupsDmitriy Zaporozhets
2017-01-15Allow to use + symbol in filenamesblackst0ne
2016-12-15Add an environment slugNick Thomas
2016-12-15Introduce deployment services, starting with a KubernetesServiceNick Thomas
2016-12-13Allow all alphanumeric characters in file names (!8002)winniehell
2016-11-23Add nested groups support to the routingDmitriy Zaporozhets
2016-11-21Fix 500 error when group name ends with gitDmitriy Zaporozhets
2016-11-18Allow registering users where the username contains dots (.).Timothy Andrew
2016-11-12Added ability to put emojis into repository nameVincent Composieux
2016-11-07Refactor namespace regexDmitriy Zaporozhets
2016-10-07Correct namespace validation to forbid bad names #21077Will Starms
2016-09-20Remove trailing spaces from messages in Gitlab::RegexRobert Speicher
2016-09-19Fix validation regexs (+1 squashed commit)Kamil Trzcinski
2016-09-19Fix environments handlingKamil Trzcinski
2016-09-19Add support for dynamic environmentsKamil Trzcinski
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-14Validate environment name with regexKamil Trzcinski
2016-05-08WIPKamil Trzcinski
2016-05-04Added docker registry viewKamil Trzcinski
2016-02-02Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/atom-url-issueJames Lopez
2016-02-01Allow "@" in file names and pathJacob Vosmaer
2016-01-29refactor previous test and add validation to project modelJames Lopez
2015-10-29Add ability to create directories in the editorBen Ford
2015-04-27Fix (project_)name_regex to accept non-ASCII letters and dashJakub Jirutka
2015-04-24Revert "Rename namespace_regex to namespace_path_regex."Douwe Maan
2015-04-24Rename namespace_regex to namespace_path_regex.Douwe Maan
2015-04-24Revert "Revert disallowing usernames to end in period."Douwe Maan
2015-04-20Revert disallowing usernames to end in period.Douwe Maan
2015-03-27Don't allow username to end in period.Douwe Maan
2015-03-27Use more specific regexes.Douwe Maan
2015-01-10Github ImporterValery Sizov
2014-10-01Update default regex message to match regex.Ciro Santilli
2014-07-08Dont allow ? in project pathDmitriy Zaporozhets
2014-06-26Fix username validation message to match regexp.Ciro Santilli
2014-03-06Allow underscore as the first char for project names.mk
2014-01-14Allow . files to be createdJeroen van Baarsen
2014-01-02Add support for various archive formats.Jason Hollingsworth
2013-12-24Fixed issue with `bundle exec rake routes` not running.Jason Hollingsworth
2013-11-13Extend Gitlab#default_regex. Dont allow project path ends with .gitDmitriy Zaporozhets
2013-10-24Expand refs constraints to include valid charactersPeter Fern
2013-08-13Allow project name, path etc start with number. Fixed specsDmitriy Zaporozhets
2013-02-18Prevent xss attack over group name. Added regex validation for group and team...Dmitriy Zaporozhets
2012-12-28Allow spaces in project nameDmitriy Zaporozhets