Skip to content
Snippets Groups Projects
  1. Feb 12, 2014
  2. Feb 07, 2014
  3. Feb 04, 2014
  4. Feb 03, 2014
  5. Jan 31, 2014
  6. Jan 29, 2014
  7. Jan 27, 2014
    • Vincent Petry's avatar
      Added exception logger plugin for sabre connector · 11ef12a1
      Vincent Petry authored
      Whenever an exception occurs in the sabre connector code or code called
      by it, it will be logged.
      
      This plugin approach is needed because Sabre already catches exceptions
      to return them to the client in the XML response, so they don't appear
      logged in the web server log.
      
      This will make it much easier to debug syncing issues.
      11ef12a1
  8. Jan 26, 2014
    • Martial Saunois's avatar
      New user agent added for the Freebox. · c2ed8d5a
      Martial Saunois authored
      The Freebox is the multimedia device of a french Internet provider: Free. This device provides a seedbox which uses the user agent "Mozilla/5.0". In the "Content-Disposition" header, if the "filename" key is used with the "filename*=UTF-8''" value, the seedbox does not take care about the header and saves the file name with the origin URL. This patch brings the support for the Freebox users.
      c2ed8d5a
  9. Jan 24, 2014
  10. Jan 23, 2014
  11. Jan 22, 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 17, 2014
  16. Jan 15, 2014
  17. Jan 14, 2014
  18. Jan 13, 2014
  19. Jan 12, 2014
  20. Jan 11, 2014
  21. Jan 10, 2014
  22. Jan 09, 2014
Loading