An error occurred fetching the project authors.
  1. 18 Jun, 2016 2 commits
  2. 16 Jun, 2016 2 commits
  3. 08 Jun, 2016 1 commit
  4. 03 Jun, 2016 2 commits
  5. 16 May, 2016 1 commit
  6. 18 Apr, 2016 2 commits
  7. 11 Apr, 2016 1 commit
  8. 07 Apr, 2016 1 commit
  9. 06 Apr, 2016 2 commits
  10. 10 Mar, 2016 1 commit
  11. 01 Feb, 2016 1 commit
  12. 28 Jan, 2016 1 commit
  13. 21 Dec, 2015 1 commit
  14. 19 Dec, 2015 1 commit
  15. 18 Dec, 2015 2 commits
  16. 15 Dec, 2015 1 commit
  17. 14 Dec, 2015 1 commit
  18. 08 Dec, 2015 2 commits
  19. 07 Dec, 2015 1 commit
  20. 02 Dec, 2015 3 commits
  21. 18 Nov, 2015 1 commit
  22. 29 Oct, 2015 1 commit
    • Ben Ford's avatar
      Add ability to create directories in the editor · 3be9d2c4
      Ben Ford authored
      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
  23. 13 Oct, 2015 1 commit
  24. 07 Oct, 2015 1 commit
    • Stan Hu's avatar
      Add directory feature button · 0ab6ca93
      Stan Hu authored
      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
  25. 15 Sep, 2015 2 commits
    • Stan Hu's avatar
      Change the replace placeholder to use the filename · d9af6f79
      Stan Hu authored
      Dynamically adjust placedholder for uploads and fix Dropzone event handlers
      
      Override error handler to prevent error messages from being inserted underneath image preview
      
      Fix tests
      
      Use regexp instead of startsWith for better browser compatibility
      
      Remove duplicate code in _replace.html.haml and use one template
      
      Remove files upon error and retain alert messages until user adds a new file
      d9af6f79
    • liyakun's avatar
      Add "Replace" and "Upload" features · e2ece2bc
      liyakun authored
          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
  26. 26 Jul, 2015 1 commit
  27. 08 Jul, 2015 1 commit
  28. 12 Jun, 2015 2 commits
  29. 27 Mar, 2015 1 commit