Skip to content
Snippets Groups Projects
  1. Feb 14, 2014
  2. Feb 06, 2014
  3. Feb 04, 2014
  4. Feb 03, 2014
  5. Jan 24, 2014
  6. Jan 21, 2014
  7. Jan 20, 2014
  8. Jan 19, 2014
    • Vincent Petry's avatar
      Fixed quota wrapper to not wrap failed fopen streams · 1af7dab5
      Vincent Petry authored
      When calling fopen() on some storage types, these return false instead
      of throwing an exception.
      
      This fix makes sure that in case the stream wasn't opened (for example
      when a file doesn't exist any more) the stream isn't wrapped.
      
      Also added 'rb' as another case that doesn't need to be wrapped.
      
      Fixes #6832
      1af7dab5
  9. Jan 14, 2014
  10. Jan 13, 2014
  11. Jan 09, 2014
  12. Jan 08, 2014
    • Vincent Petry's avatar
      Prevent deleting storage root · f642ad39
      Vincent Petry authored
      Storage mount points are not deletable, so make sure that the unlink
      operation and its hooks aren't run in such cases.
      
      Note that some storages might recursively delete their contents when
      calling unlink on their root. This fix prevents that as well.
      f642ad39
  13. Jan 07, 2014
  14. Jan 02, 2014
  15. Dec 06, 2013
  16. Dec 05, 2013
  17. Dec 03, 2013
  18. Dec 02, 2013
  19. Nov 28, 2013
  20. Nov 27, 2013
  21. Nov 22, 2013
  22. Nov 21, 2013
  23. Nov 20, 2013
  24. Nov 18, 2013
  25. Nov 14, 2013
  26. Nov 12, 2013
  27. Nov 07, 2013
  28. Nov 05, 2013
  29. Nov 04, 2013
  30. Nov 02, 2013
  31. Oct 29, 2013
Loading