Skip to content
Snippets Groups Projects
  1. Dec 17, 2014
  2. Dec 15, 2014
  3. Dec 12, 2014
  4. Dec 11, 2014
  5. Dec 10, 2014
  6. Dec 08, 2014
  7. Dec 04, 2014
  8. Dec 03, 2014
    • Vincent Petry's avatar
      Log exceptions in DAV storage · bc12d28f
      Vincent Petry authored
      In some cases a "NotFound" might be expected, so just return false as
      before. But for other exceptions, the exception is now logged.
      bc12d28f
  9. Dec 02, 2014
  10. Nov 27, 2014
  11. Nov 25, 2014
  12. Nov 19, 2014
  13. Nov 17, 2014
    • Lukas Reschke's avatar
      Check if the size field is available · 6535540d
      Lukas Reschke authored
      In some cases the 'size' field is not available resulting in some PHP errors such as:
      
      ```json
      {"reqId":"03548fd9e3d3aca15a5796b3b35d7b9d","remoteAddr":"::1","app":"PHP","message":"Undefined index: size at \/Users\/lreschke\/Programming\/core\/lib\/private\/files\/fileinfo.php#125","level":3,"time":"2014-11-17T21:38:57+00:00"}
      ```
      
      This can be experienced when creating a new empty file and deleting it right away, then when going to the trash bin this error is thrown.
      6535540d
    • Joas Schilling's avatar
  14. Nov 12, 2014
    • Lukas Reschke's avatar
      Remove debug statement · da31177a
      Lukas Reschke authored
      Either we throw an exception or we ignore it. But we should certainly not print this to the end-user...
      da31177a
  15. Nov 11, 2014
  16. Nov 07, 2014
  17. Oct 28, 2014
  18. Oct 27, 2014
  19. Oct 24, 2014
  20. Oct 20, 2014
Loading