Skip to content
Snippets Groups Projects
  1. Feb 04, 2014
  2. Jan 20, 2014
  3. 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
  4. Jan 14, 2014
  5. Jan 09, 2014
  6. 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
  7. Jan 07, 2014
  8. Jan 02, 2014
  9. Dec 06, 2013
  10. Dec 05, 2013
  11. Dec 03, 2013
  12. Dec 02, 2013
  13. Nov 28, 2013
  14. Nov 27, 2013
  15. Nov 22, 2013
  16. Nov 21, 2013
  17. Nov 20, 2013
  18. Nov 18, 2013
  19. Nov 14, 2013
  20. Nov 12, 2013
  21. Nov 07, 2013
  22. Nov 05, 2013
  23. Nov 04, 2013
  24. Nov 02, 2013
  25. Oct 29, 2013
  26. Oct 28, 2013
Loading