1. 12 7月, 2016 4 次提交
  2. 07 7月, 2016 1 次提交
  3. 06 7月, 2016 3 次提交
  4. 18 12月, 2015 1 次提交
  5. 09 12月, 2015 2 次提交
  6. 03 12月, 2015 1 次提交
  7. 29 10月, 2015 1 次提交
    • B
      Add ability to create directories in the editor · 3be9d2c4
      Ben Ford 提交于
      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.
      3be9d2c4
  8. 07 10月, 2015 1 次提交
    • S
      Add directory feature button · 0ab6ca93
      Stan Hu 提交于
      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
      0ab6ca93
  9. 03 10月, 2015 1 次提交
  10. 15 9月, 2015 1 次提交
    • L
      Add "Replace" and "Upload" features · e2ece2bc
      liyakun 提交于
          Refactor upload and replace functionality
      
          Rename file and move CSS
      
          Fix typo
      
          Make dropzone a div
      
          Remove unnecessary file
      
          Change color of "upload existing one"
      
          Add missing changes
      e2ece2bc
  11. 12 9月, 2015 1 次提交
  12. 14 8月, 2015 1 次提交
  13. 13 8月, 2015 2 次提交
  14. 11 8月, 2015 9 次提交
  15. 22 7月, 2015 1 次提交
  16. 16 7月, 2015 1 次提交
  17. 05 6月, 2015 1 次提交
  18. 02 6月, 2015 6 次提交
  19. 27 3月, 2015 1 次提交
  20. 24 3月, 2015 1 次提交