gitlab-ce/spec/controllers/projects
Stan Hu 0ab6ca93aa Add directory feature button
Change "+" icon under "Files" section to have three options:

* Create file
* Upload file
* New directory

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: 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
2015-10-07 04:22:55 -07:00
..
avatars_controller_spec.rb
compare_controller_spec.rb Fix Error 500 when comparing non-existing branches 2015-09-18 12:02:01 -07:00
issues_controller_spec.rb Redirect case sensitive project path to the normalized one 2015-09-18 16:37:21 +02:00
merge_requests_controller_spec.rb Merge branch 'master' into rubocop-for-tests 2015-06-23 10:44:03 +02:00
milestones_controller_spec.rb Remove milestones from merge requests when milestones are deleted 2015-09-21 07:00:55 -07:00
protected_branches_controller_spec.rb
raw_controller_spec.rb add Content-Type header of raw image file 2015-09-04 13:06:02 +09:00
refs_controller_spec.rb Fix Style/AlignHash cop violations 2015-06-22 22:24:39 -07:00
repositories_controller_spec.rb
services_controller_spec.rb Provide more feedback what went wrong if HipChat service failed test 2015-08-12 07:31:25 -07:00
tree_controller_spec.rb Add directory feature button 2015-10-07 04:22:55 -07:00
uploads_controller_spec.rb