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