1. 25 Oct, 2015 1 commit
  2. 24 Oct, 2015 1 commit
  3. 22 Oct, 2015 2 commits
  4. 18 Oct, 2015 2 commits
  5. 12 Oct, 2015 2 commits
  6. 10 Oct, 2015 1 commit
  7. 08 Oct, 2015 1 commit
  8. 27 Sep, 2015 1 commit
  9. 18 Sep, 2015 3 commits
  10. 08 Sep, 2015 1 commit
  11. 07 Sep, 2015 3 commits
  12. 06 Sep, 2015 2 commits
  13. 05 Sep, 2015 10 commits
  14. 04 Sep, 2015 8 commits
  15. 30 Aug, 2015 2 commits
    • Joshua Tauberer's avatar
      v0.13b - release & merge side-branch · b05af6ee
      Joshua Tauberer authored
      ownCloud 8.1.1 trusted_domains autoconfiguration fix.
      b05af6ee
    • Joshua Tauberer's avatar
      ownCloud 8.1.1's autoconfig resets trusted_domains / update trusted_domains if... · 571171a0
      Joshua Tauberer authored
      ownCloud 8.1.1's autoconfig resets trusted_domains / update trusted_domains if PRIMARY_HOSTNAME changes
      
      Seems like ownCloud 8.1.1 now doesn't play nice with trusted_domains. Whatever is put in ahead of time gets reset to an array containing 'localhost' only, probably because we invoke autoconfiguration from the command line where it doesn't know the hostname it's being accessed from. We now set this value after running autoconfig.
      
      This has the added benefit of also fixing the problem that if PRIMARY_HOSTNAME changes, trusted_domains wasn't updated. Now it is. Fixes #503.
      
      See #514.
      571171a0