Add directory feature button
This MR adds the "Add directory" feature as described in #2557 (closed) and splits out the "Create file" and "Upload file" in a dropdown.
Screenshots
Added branch capability to upload file form:
"Upload file" is no longer accessible from the "Create file" page. Users can now select a target branch in upload file as well.
Closes #2799 (closed): Fixes a bug where file modes were overwritten after a commit
Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files can no longer be overwritten in the "Create file" section.
Closes #2557 (closed)