gitlab/features/steps
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
..
admin Fix: Images cannot show when projects' path was changed 2015-10-14 18:50:35 +03:00
dashboard Fix spinach tests introduced by 07101cfab6 2015-10-14 17:27:29 +02:00
explore Add `Group#add_*` convenience methods 2015-08-07 00:20:02 -04:00
profile ink to configured gravatar host on profile page 2015-08-05 00:48:16 -07:00
project Add ability to create directories in the editor 2015-10-29 15:49:07 +01:00
shared Add tests for last commit info on project home page 2015-10-16 10:10:33 +02:00
snippets Restore dashboard snippets tabs. 2015-10-18 14:17:15 +02:00
abuse_reports.rb Partly implement new UI for user page 2015-10-16 13:24:28 +02:00
groups.rb Fix rubocop warnings in features 2015-10-03 19:59:54 -05:00
invites.rb Fix spec 2015-09-09 09:28:09 +01:00
login_form.rb satisfy rubocop 2015-09-07 13:15:27 +03:00
search.rb Ability to search milestones 2015-08-24 13:59:01 +03:00
snippet_search.rb Update all `should`-style syntax to `expect` in features 2015-06-12 05:12:09 -04:00
user.rb Change `within` to `page.within` in feature steps 2015-06-12 05:12:42 -04:00