Skip to content
Snippets Groups Projects
  1. Oct 27, 2014
    • Thomas Müller's avatar
      code cleanup during review :thumbsup: · 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
  2. 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
  3. Sep 22, 2014
  4. Sep 18, 2014
  5. Sep 08, 2014
  6. Aug 31, 2014
  7. 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
  8. Jun 23, 2014
  9. May 19, 2014
  10. 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
  11. 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
  12. Feb 21, 2014
  13. Feb 20, 2014
  14. Feb 13, 2014
  15. Jan 08, 2014
  16. Nov 08, 2013
  17. Nov 02, 2013
  18. Oct 21, 2013
  19. Sep 30, 2013
  20. Aug 15, 2013
  21. Jul 21, 2013
  22. Jun 29, 2013
  23. Jun 14, 2013
  24. Jun 12, 2013
  25. Jun 10, 2013
  26. May 28, 2013
  27. May 22, 2013
Loading