1. 30 Apr, 2016 3 commits
  2. 29 Apr, 2016 2 commits
  3. 28 Apr, 2016 2 commits
  4. 12 Apr, 2016 2 commits
  5. 04 Apr, 2016 1 commit
  6. 30 Mar, 2016 3 commits
  7. 24 Mar, 2016 5 commits
  8. 23 Mar, 2016 15 commits
  9. 12 Mar, 2016 1 commit
  10. 26 Feb, 2016 1 commit
  11. 26 Jan, 2016 2 commits
  12. 16 Jan, 2016 1 commit
  13. 15 Jan, 2016 1 commit
    • Skip calculating fingerprint when it is not used · 53a386c5
      The MD5 sum of an attachment is only necessary if the model has a corresponding
      _fingerprint column. If this column is absent, there is no need to calculate the
      MD5, which can be an expensive operation for large files.
      
      Accomplish this by deferring the fingerprint calculation using a block. If the
      _fingerprint column is absent, the block is never called, and the calculation
      is avoided.
      Matt Brictson committed
  14. 14 Jan, 2016 1 commit