- Jan 28, 2015
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/13657
-
- Jan 26, 2015
-
- Jan 23, 2015
-
-
Joas Schilling authored
-
- Jan 08, 2015
-
-
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
-
- Dec 03, 2014
-
-
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)
-
- Nov 28, 2014
-
-
Lukas Reschke authored
-
Lukas Reschke authored
Since automatic schema migrations are not yet possible let's disable this for now.
-
- Nov 26, 2014
-
-
Joas Schilling authored
-
- Oct 30, 2014
-
-
Lukas Reschke authored
...
-
- Oct 27, 2014
-
-
Thomas Müller authored
-
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".
-
- Oct 14, 2014
-
-
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
-
- Sep 22, 2014
-
-
Thomas Müller authored
-
- Sep 18, 2014
-
-
Robin Appelman authored
-
- Sep 08, 2014
-
-
Joas Schilling authored
Fix #10514
-
- Aug 31, 2014
-
-
Robin Appelman authored
-
- Aug 26, 2014
-
-
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
-
- Jun 23, 2014
-
-
Arthur Schiwon authored
-
- May 19, 2014
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- Mar 14, 2014
-
-
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.
-
- Feb 28, 2014
-
-
Lukas Reschke authored
-
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.
-
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.
-
- Feb 21, 2014
-
-
Lukas Reschke authored
-
- Feb 20, 2014
-
-
Thomas Müller authored
-
- Feb 13, 2014
-
-
Robin Appelman authored
-
- Jan 08, 2014
-
-
Thomas Müller authored
-
- Nov 08, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Nov 02, 2013
-
-
Thomas Müller authored
-
- Oct 21, 2013
-
-
Thomas Müller authored
-
- Sep 30, 2013
-
-
Thomas Müller authored
Conflicts: lib/private/vcategories.php
-
- Aug 15, 2013
-
-
Christopher Schäpers authored
- Use camelCase - Add some phpdoc - Fix some indents - Use some more spacing
-
- Jul 21, 2013
-
-
Bart Visscher authored
-
- Jun 29, 2013
-
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
-
- Jun 14, 2013
-
-
Jörn Friedrich Dreyer authored
-