gitlab/lib
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
..
api Merge pull request #9762 from huacnlee/fix/api-helpers-bad-autoload-name-for-master 2015-10-22 21:12:35 -07:00
assets move assets from lib directory to vendor 2012-05-29 17:56:48 +05:00
backup Add support for AWS S3 Server-Side Encryption support 2015-09-25 17:06:31 +01:00
ci Merge pull request #9762 from huacnlee/fix/api-helpers-bad-autoload-name-for-master 2015-10-22 21:12:35 -07:00
gitlab Add ability to create directories in the editor 2015-10-29 15:49:07 +01:00
omni_auth Add reset_session for the :reset_session strategy. 2015-04-24 20:10:32 +02:00
rouge/formatters Fix diff syntax highlighting 2015-08-10 08:07:26 -07:00
support Fix NGINX API download regex 2015-10-14 11:14:43 +02:00
tasks Remove CI migration task 2015-10-21 12:13:09 +02:00
disable_email_interceptor.rb Add email interceptor to prevent mail sending if email sending is disabled. 2014-10-27 13:05:50 +01:00
email_validator.rb More rubocop rules enable 2015-02-02 21:31:03 -08:00
event_filter.rb Fix rubocop warnings in lib 2015-10-03 01:29:58 -05:00
extracts_path.rb Only render 404 page from /public 2015-10-13 20:12:34 +03:00
file_size_validator.rb Support configurable attachment size via Application Settings 2015-04-02 00:04:08 -07:00
gitlab.rb Revert "Merge branch 'revert-satellites' into 'master' " 2015-08-11 14:33:31 +02:00
gt_one_coercion.rb diff unfold 2014-08-14 15:48:14 +04:00
repository_cache.rb Store commit count in project table 2015-07-17 15:22:56 +02:00
static_model.rb Fixed styles, ProjectHook specs etc 2013-01-05 00:35:38 +02:00
unfold_form.rb Gitlab Issue 707: Indent unfolded code 1 character 2015-07-22 09:58:17 -04:00
version_check.rb Replace host with real one 2015-05-11 18:21:45 +03:00