Skip to content
Snippets Groups Projects
  1. Nov 30, 2015
  2. Nov 18, 2015
  3. Oct 29, 2015
    • Ben Ford's avatar
      Add ability to create directories in the editor · 3be9d2c4
      Ben Ford authored and Douwe Maan's avatar Douwe Maan committed
      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
  4. Oct 13, 2015
  5. Oct 07, 2015
    • 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
  6. Sep 15, 2015
    • 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
  7. Jul 26, 2015
  8. Jul 08, 2015
  9. Jun 12, 2015
  10. Mar 27, 2015
  11. Feb 24, 2015
  12. Feb 14, 2015
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  13. Feb 06, 2015
  14. Jan 27, 2015
  15. Dec 30, 2014
  16. Oct 24, 2014
  17. Oct 21, 2014
  18. Oct 13, 2014
  19. Oct 08, 2014
  20. Oct 05, 2014
    • Ciro Santilli's avatar
      Make Spinach test names consistent · fa349012
      Ciro Santilli authored
      - do not add Feature to feature titles
      - titleize feature titles
      - put steps on the same path as .feature files
      - make feature titles match their path
      fa349012
  21. Sep 30, 2014
  22. Sep 26, 2014
  23. Sep 22, 2014
  24. Sep 21, 2014
  25. Sep 17, 2014
  26. Sep 01, 2014
  27. Jul 31, 2014
  28. Jul 09, 2014
  29. Apr 15, 2014
  30. Feb 23, 2014
  31. Nov 05, 2013
  32. Feb 21, 2013
  33. Oct 15, 2012
Loading