Skip to content
Snippets Groups Projects
  1. Feb 12, 2014
  2. Feb 11, 2014
  3. Feb 04, 2014
  4. Jan 29, 2014
  5. Jan 28, 2014
  6. Jan 24, 2014
    • Jens-Christian Fischer's avatar
      Add 'mail_from_address' configuration · 50639309
      Jens-Christian Fischer authored
      In environments where there are rules for the email addresses, the "from
      address" that owncloud uses has to be configurable.
      
      This patch adds a new configuration variable 'mail_from_address'.
      If it is configured, owncloud will use this as the sender of *all*
      emails. (OwnCloud uses 'sharing-noreply' and 'password-noreply' by
      default). By using the 'mail_from_address' configuration, only this
      email address will be used.
      50639309
  7. Jan 21, 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 17, 2014
  10. Jan 14, 2014
  11. Jan 10, 2014
  12. Jan 09, 2014
  13. Jan 08, 2014
  14. Jan 07, 2014
  15. Jan 02, 2014
  16. Dec 21, 2013
  17. Dec 20, 2013
  18. Dec 19, 2013
  19. Dec 18, 2013
  20. Dec 17, 2013
  21. Dec 13, 2013
  22. Dec 12, 2013
  23. Dec 09, 2013
  24. Dec 06, 2013
Loading