gitlab/features/steps/project
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
..
commits Fix specs 2015-10-14 17:38:26 +02:00
issues Fix rubocop warnings in features 2015-10-03 19:59:54 -05:00
source Add ability to create directories in the editor 2015-10-29 15:49:07 +01:00
active_tab.rb Fix consistency issue in sidebars of Project and Group Settings. 2015-06-24 18:05:16 +02:00
archived.rb Update all `should`-style syntax to `expect` in features 2015-06-12 05:12:09 -04:00
create.rb Update all `should`-style syntax to `expect` in features 2015-06-12 05:12:09 -04:00
deploy_keys.rb Change `within` to `page.within` in feature steps 2015-06-12 05:12:42 -04:00
fork.rb Fix tests 2015-09-25 10:04:09 +02:00
forked_merge_requests.rb Revert "Merge branch 'revert-satellites' into 'master' " 2015-08-11 14:33:31 +02:00
graph.rb Fix rubocop warnings in features 2015-10-03 19:59:54 -05:00
hooks.rb Enable SSL verification for Webhooks 2015-08-26 15:48:31 +03:00
merge_requests.rb Fix rubocop issues 2015-10-23 18:21:43 +02:00
network_graph.rb Fix network graph when branch name has single quotes 2015-07-29 23:29:47 -07:00
project.rb Fix readme spec 2015-10-18 11:22:40 +02:00
project_shortcuts.rb Add shortcut for project activity page 2015-07-08 12:43:46 +02:00
redirects.rb Fix rubocop warnings in features 2015-10-03 19:59:54 -05:00
services.rb Hide password in the service settings form 2015-10-02 12:48:57 +03:00
snippets.rb Fix spec 2015-10-18 15:36:02 +02:00
star.rb Cleanup and some test fixes after refactoring project home page 2015-07-08 16:55:04 +02:00
team_management.rb Change `within` to `page.within` in feature steps 2015-06-12 05:12:42 -04:00
wiki.rb Fix broken Wiki Page History 2015-09-01 23:29:27 -07:00