gitlab-org--gitlab-foss/app/assets/stylesheets
Ben Ford 3be9d2c422 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.
2015-10-29 15:49:07 +01:00
..
framework Remove bad css style 2015-10-22 17:25:06 +02:00
highlight Update highlight themes so they always have the correct colors 2015-10-14 15:39:02 -04:00
pages Add ability to create directories in the editor 2015-10-29 15:49:07 +01:00
application.scss Fix typos in application.scss 2015-10-12 19:00:21 +00:00
behaviors.scss
framework.scss Rename bootstrap css file and refactor typography css 2015-10-13 10:55:06 +02:00
print.scss Hide UI elements when print md files or wiki pages 2015-03-21 12:13:47 -07:00