Skip to content
Snippets Groups Projects
  1. Jan 09, 2015
  2. Jan 08, 2015
  3. Jan 06, 2015
    • Chris Wilson's avatar
      Improve debugging for ServiceUnavailable exceptions · 402a3ed1
      Chris Wilson authored
      I was getting a lot of these in my logs for no apparent reason, and file
      uploads were failing:
      
      	{"app":"webdav","message":"Sabre\\DAV\\Exception\\ServiceUnavailable: ","level":4,"time":"2015-01-06T15:33:39+00:00"}
      
      In order to debug it, I had to add unique messages to all the places where
      this exception was thrown, to identify which one it was, and that made the
      logs much more useful:
      
      	{"app":"webdav","message":"Sabre\\DAV\\Exception\\ServiceUnavailable: Encryption is disabled","level":4,"time":"2015-01-06T15:36:47+00:00"}
      402a3ed1
  4. Jan 02, 2015
  5. Dec 28, 2014
  6. Dec 21, 2014
  7. Dec 17, 2014
  8. Dec 15, 2014
  9. Dec 12, 2014
  10. Dec 11, 2014
  11. Dec 10, 2014
  12. Dec 08, 2014
  13. Dec 04, 2014
  14. 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
  15. Dec 02, 2014
  16. Nov 27, 2014
  17. Nov 25, 2014
  18. Nov 19, 2014
  19. 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
  20. 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
  21. Nov 11, 2014
Loading