Skip to content
Snippets Groups Projects
  1. Sep 22, 2014
  2. Sep 10, 2014
  3. Sep 02, 2014
  4. Jul 01, 2014
  5. Jun 04, 2014
  6. May 28, 2014
  7. May 22, 2014
  8. Apr 22, 2014
  9. Feb 18, 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. Nov 21, 2013
    • Vincent Petry's avatar
      Quota storage wrapper is now used for all users in sharing mode · 356eef07
      Vincent Petry authored
      When accessing a shared folder, the folder's owner appears as mountpoint
      but wasn't wrapped by a quota storage wrapper.
      
      This fix makes sure that all home storages are wrapped by a quota
      storage wrapper, if applicable, to make sure quotas are respected when
      uploading into shared folders.
      356eef07
  12. Aug 15, 2013
  13. Aug 05, 2013
  14. Jul 30, 2013
  15. Jul 29, 2013
  16. Jul 09, 2013
  17. Mar 26, 2013
    • Miquel Rodríguez Telep / Michael Rodríguez-Torrent's avatar
      Ensure instanceid contains a letter · 93a6ed3d
      instanceid is generated by uniqid() and then used as the
      session_name. Because session_name requires at least one letter
      and uniqid() does not guarantee to provide that, in the case that
      uniqid() generates a string of only digits, the user will be stuck
      in an infinite login loop because every request will generate a
      new PHP session.
      93a6ed3d
    • itheiss's avatar
      Move testcase to own test function · 410b9912
      itheiss authored
      Move testcase for getDefaultEmailAddress with mail_domain set in config.php to own test function.
      410b9912
  18. Mar 22, 2013
  19. Mar 04, 2013
  20. Jan 24, 2013
  21. Nov 04, 2012
  22. Oct 18, 2012
  23. Oct 16, 2012
  24. Oct 13, 2012
Loading