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