Skip to content
Snippets Groups Projects
  1. Jan 28, 2015
  2. Jan 26, 2015
  3. Jan 23, 2015
  4. Jan 08, 2015
    • Lukas Reschke's avatar
      Add version to .htaccess · 7fbb7f4d
      Lukas Reschke authored
      Currently if a user does not replace the .htaccess file with the new update this can lead to serious problems in case Apache is used as webserver.
      
      This commit adds the version to the .htaccess file and the update routine fails in case not the newest version is specified in there. This obviously means that every release has to update the version specified in .htaccess as well. But I see no better solution for it.
      
      Conflicts:
      	lib/private/updater.php
      7fbb7f4d
  5. Dec 03, 2014
    • Lukas Reschke's avatar
      Trim port from domain · 69f5f664
      Lukas Reschke authored
      Depending on the used environment the port might be appended to the host header resulting in an inaccessible instance when initially setting up on a system with a different HTTP or HTTPS port. (for example test:500)
      
      To test this setup ownCloud under a different port with and without this patch. (heads-up: localhost is always white-listed, so use a different domain)
      69f5f664
  6. Nov 28, 2014
  7. Nov 26, 2014
  8. Oct 30, 2014
  9. Oct 27, 2014
    • Thomas Müller's avatar
      code cleanup during review 👍 · 79778d6a
      Thomas Müller authored
      79778d6a
    • Lukas Reschke's avatar
      Make supported DBs configurable within config.php · 233c49f4
      Lukas Reschke authored
      This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake.
      
      To test this play around with the new configuration parameter "supportedDatabases".
      233c49f4
  10. Oct 14, 2014
    • Joas Schilling's avatar
      Set overwritemailurl* configs on setup · 0407bc09
      Joas Schilling authored
      Correctly use overwritemailurl value when generating absolute urls in CLI
      
      Fix #11500
      
      Rename the config to *cli
      
      Add overwrite.cli.url to the sample config
      
      Revert separator fix, fixes unit test
      0407bc09
  11. Sep 22, 2014
  12. Sep 18, 2014
  13. Sep 08, 2014
  14. Aug 31, 2014
  15. Aug 26, 2014
    • Lukas Reschke's avatar
      Add some security utilities · d26a9c3c
      Lukas Reschke authored
      This adds some security utilities to core including:
      - A library for basic crypto operations (e.g. to encrypt passwords)
      - A better library for cryptographic actions which allows you to specify the charset
      - A library for secure string comparisions
      
      Remove .htaccess
      
      Remove .htaccess
      
      Fix typo
      
      Add public API
      
      Use timing constant comparision
      
      Remove CBC constant
      
      Adjust code
      
      Remove confusing $this
      d26a9c3c
  16. Jun 23, 2014
  17. May 19, 2014
  18. Mar 14, 2014
    • Vincent Petry's avatar
      Added .ocdata file to check for data folder validity · 3c46dcd7
      Vincent Petry authored
      In environments where the data folder is mount from another partition,
      it is important to check that the data folder we see is actually the
      real one. If the mount failed for some reasons, this fix will make
      ownCloud temporarily unavailable instead of causing unpredictable
      behavior.
      3c46dcd7
  19. Feb 28, 2014
    • Lukas Reschke's avatar
      Typo + use regular assignment · d1c04e11
      Lukas Reschke authored
      d1c04e11
    • Lukas Reschke's avatar
      Remove .htaccess creation code · 357fdb1a
      Lukas Reschke authored
      1. We're maintaining the same code twice which leads inevitably to problems as this one. The createHtaccess routine is only used to use the correct paths to the 404 and 403 document.
      2. Updating the ownCloud instance as described in our documentation (`Delete everything from your ownCloud installation directory, except data and config.`) will break the links to the ErrorDocuments anyways and show the default error handlers if ownCloud is not installed in the root directory.
      357fdb1a
    • Lukas Reschke's avatar
      CSS is now loaded directly instead via PHP · 4c4bb70c
      Lukas Reschke authored
      269f24cf was not changed in setup.php which prevented loading of CSS files in some environments (e.g. my local setup) for apps.
      4c4bb70c
  20. Feb 21, 2014
  21. Feb 20, 2014
  22. Feb 13, 2014
  23. Jan 08, 2014
  24. Nov 08, 2013
  25. Nov 02, 2013
  26. Oct 21, 2013
  27. Sep 30, 2013
  28. Aug 15, 2013
  29. Jul 21, 2013
  30. Jun 29, 2013
  31. Jun 14, 2013
Loading