Skip to content
Snippets Groups Projects
  1. May 24, 2016
  2. May 23, 2016
  3. May 20, 2016
  4. May 12, 2016
    • Lukas Reschke's avatar
      Do not automatically try to enable index.php-less URLs (#24539) · 52add798
      Lukas Reschke authored
      The current logic for mod_rewrite relies on the fact that people have properly configured ownCloud, basically it reads from the `overwrite.cli.ur
      l` entry and then derives the `RewriteBase` from it.
      
      This usually works. However, since the ownCloud packages seem to install themselves at `/owncloud` (because subfolders are cool or so…) _a lot_ of people have just created a new Virtual Host for it or have simply symlinked the path etc.
      
      This means that `overwrite.cli.url` is wrong, which fails hard if it is used as RewriteBase since Apache does not know where it should serve files from. In the end the ownCloud instance will not be accessible anymore and users will be frustrated. Also some shared hosters like 1&1 (because using shared hosters is so awesome… ;-)) have somewhat dubious Apache configurations or use versions of mod_rewrite from the mediveal age. (because updating is money or so…)
      
      Anyhow. This makes this explicitly an opt-in configuration flag. If `htaccess.RewriteBase` is set then it will configure index.php-less URLs, if
      admins set that after installation and don't want to wait until the next ownCloud version they can run `occ maintenance:update:htaccess`.
      
      For ownCloud 9.0 we also have to add a repair step to make sure that instances that already have a RewriteBase configured continue to use it by copying it into the config file. That way all existing URLs stay valid. That one is not in this PR since this is unneccessary in master.
      
      Effectively this reduces another risk of breakage when updating from ownCloud 8 to ownCloud 9.
      
      Fixes https://github.com/owncloud/core/issues/24525, https://github.com/owncloud/core/issues/24426 and probably some more.
      52add798
  5. May 11, 2016
  6. May 09, 2016
    • Lukas Reschke's avatar
      Make update server URL configurable · 8b428d84
      Lukas Reschke authored
      Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates.
      8b428d84
  7. Apr 18, 2016
  8. Apr 15, 2016
  9. Apr 14, 2016
  10. Apr 12, 2016
  11. Apr 07, 2016
  12. Mar 02, 2016
  13. Mar 01, 2016
  14. Feb 03, 2016
  15. Jan 20, 2016
  16. Jan 13, 2016
  17. Jan 12, 2016
  18. Jan 07, 2016
  19. Dec 31, 2015
  20. Dec 16, 2015
  21. Dec 11, 2015
  22. Dec 09, 2015
    • Arthur Schiwon's avatar
      add icommentsmanger and icomment implementation · 2ce2de0a
      Arthur Schiwon authored
      register CommentsManager service, allow override, document in config.sample.php
      
      don't insert autoincrement ids in tests, because of dislikes from oracle and pgsql
      
      specify timezone in null date
      
      only accepts strings for ID parameter that can be converted to int
      
      replace forgotten hardcoded IDs in tests
      
      react on deleted users
      
      react on file deletion
      
      Postgresql compatibility
      
      lastInsertId needs *PREFIX* with the table name
      
      do not listen for file deletion, because it is not reliable (trashbin, external storages)
      
      add runtime cache for comments
      2ce2de0a
  23. Dec 07, 2015
  24. Dec 01, 2015
  25. Oct 30, 2015
  26. Oct 27, 2015
  27. Oct 23, 2015
  28. Oct 13, 2015
  29. Oct 05, 2015
  30. Oct 01, 2015
Loading