BigW Consortium Gitlab

  1. 19 Feb, 2016 1 commit
    • Add a `Blob` model that wraps `Gitlab::Git::Blob` · 8c454b36
      Robert Speicher authored
      This allows us to take advantage of Rails' `to_partial_path` to render
      the correct partial based on the Blob type, rather than cluttering the
      view with conditionals.
      
      It also allows (and will allow in the future) better encapsulation for
      Blob-related logic which makes sense for our Rails app but might not
      make as much sense for the core `gitlab_git` library, such as detecting
      if the blob is an SVG.
  2. 01 Feb, 2016 1 commit
  3. 22 Jan, 2016 1 commit
  4. 14 Jan, 2016 1 commit
  5. 12 Jan, 2016 1 commit
  6. 08 Jan, 2016 1 commit
  7. 31 Dec, 2015 1 commit
  8. 18 Dec, 2015 1 commit
  9. 08 Dec, 2015 1 commit
  10. 03 Dec, 2015 2 commits
  11. 18 Nov, 2015 1 commit
  12. 17 Nov, 2015 1 commit
  13. 29 Oct, 2015 1 commit
    • 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.
  14. 19 Oct, 2015 1 commit
  15. 13 Oct, 2015 1 commit
  16. 07 Oct, 2015 1 commit
    • 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
  17. 17 Sep, 2015 1 commit
  18. 15 Sep, 2015 2 commits
    • 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
    • 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
  19. 11 Aug, 2015 2 commits
  20. 05 Jun, 2015 1 commit
  21. 20 Apr, 2015 1 commit
  22. 24 Feb, 2015 1 commit
  23. 20 Feb, 2015 1 commit
  24. 14 Feb, 2015 1 commit
    • 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.
  25. 03 Feb, 2015 1 commit
  26. 26 Jan, 2015 2 commits
  27. 05 Nov, 2014 1 commit
  28. 21 Oct, 2014 1 commit
  29. 13 Oct, 2014 2 commits
  30. 14 Aug, 2014 1 commit
  31. 07 Jul, 2014 1 commit
  32. 24 Jan, 2014 1 commit
  33. 16 Jan, 2014 1 commit
  34. 16 Dec, 2013 1 commit
  35. 19 Nov, 2013 1 commit