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