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
diff options
context:
space:
mode:
authorBen Ford <ben.ford@puppetlabs.com>2015-10-20 00:52:46 +0300
committerDouwe Maan <douwe@gitlab.com>2015-10-29 17:49:07 +0300
commit3be9d2c422b8651498abec3a2ee9bb6a3685f040 (patch)
tree807a38b8b6e91319cc1b2ff8e2d31d0391f9ad59 /CHANGELOG
parentae99720a40b8e0700891f5828c1a93bcc7673e04 (diff)
Add ability to create directories in the editor
Simply type a name with a `/` directory separator and new directories will be created. This does not do the fancy UI work that github.com does, but it will get the job done. I could not find tests for file creation, so I didn't add a test for this slight behaviour modification. I did test directory traversals though, using both absolute paths like `/tmp/foo.txt` and relative paths like `../../foo.txt`. Neither case escaped the repository, though attempting to traverse with a relative path resulted in a 500 error that did not affect application stability upon reload.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0d89fca9fc1..200e105db4f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
+development
+ - Adds ability to create directories using the web editor
+
v 8.2.0 (unreleased)
- Improved performance of replacing references in comments
- Show last project commit to default branch on project home page