Skip to content
Snippets Groups Projects
  1. Feb 14, 2014
  2. Feb 13, 2014
  3. Feb 12, 2014
  4. Feb 11, 2014
  5. Feb 07, 2014
  6. Feb 04, 2014
  7. Jan 30, 2014
  8. Jan 29, 2014
  9. Jan 28, 2014
  10. 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
  11. Jan 21, 2014
  12. Jan 20, 2014
  13. 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
  14. Jan 17, 2014
  15. Jan 16, 2014
    • Vincent Petry's avatar
      Added Javascript unit tests · 350214c6
      Vincent Petry authored
      - added karma utility to run jasmine unit tests
      - added Sinon library (for stubs/mocks/fakeserver)
      - added a few unit tests for core and files
      - added autotest-js.sh script
      350214c6
  16. Jan 15, 2014
  17. Jan 14, 2014
  18. Jan 13, 2014
  19. Jan 10, 2014
  20. Jan 09, 2014
  21. Jan 08, 2014
  22. Jan 07, 2014
  23. Jan 02, 2014
  24. Dec 24, 2013
  25. Dec 21, 2013
  26. Dec 20, 2013
  27. Dec 19, 2013
Loading