An error occurred fetching the project authors.
  1. 03 Nov, 2015 3 commits
  2. 02 Nov, 2015 3 commits
  3. 30 Oct, 2015 1 commit
  4. 29 Oct, 2015 4 commits
    • Douwe Maan's avatar
      Update changelog item · 6d0337a9
      Douwe Maan authored
      6d0337a9
    • 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
    • Michael Chmielewski's avatar
      Moved changelog entry to 8.2 · 8e3a3161
      Michael Chmielewski authored
      8e3a3161
    • Jonathan Schoeffling's avatar
      Add support for searching commit log messages · 5a506996
      Jonathan Schoeffling authored
      Include the log messages of recent commits in project-level search
      results, providing functionality similar to 'git log --grep'.
      
      Update repository model rspec tests to validate the output of
      Repository#commits_with_log_matching.
      5a506996
  5. 28 Oct, 2015 3 commits
  6. 26 Oct, 2015 4 commits
  7. 23 Oct, 2015 3 commits
  8. 22 Oct, 2015 7 commits
  9. 21 Oct, 2015 6 commits
  10. 20 Oct, 2015 5 commits
  11. 19 Oct, 2015 1 commit