- 13 Oct, 2016 1 commit
-
-
Thomas Müller authored
Allow php 5.3 syntax in index.php so that the proper error can be generated and not a parse exception - fixes #26317 (#26330)
-
- 09 Oct, 2016 1 commit
-
-
RealRancor authored
-
- 07 Oct, 2016 1 commit
-
-
Philipp Schaffrath authored
Fixes incorrect loading of file when using the console from a sibling OC instance directory (#26301)
-
- 04 Oct, 2016 1 commit
-
-
Sergio Bertolín authored
* Changed request to not add a prefix to the url * Expecting forbidden instead of service unavailable * Handling login exceptions
-
- 14 Sep, 2016 1 commit
-
-
Vincent Petry authored
In some rare env problem cases, the exception cannot be logged because the logger couldn't be initialized properly. In such cases, we now print the stack trace directly on the output.
-
- 29 Aug, 2016 1 commit
-
-
Thomas Müller authored
* Remove subfolder * Add 3rdparty libraries to core composer * No longer load autoloader from 3rdparty * Fix require in OCPSinceChecker * Remove strict mode from phpunit.xml * Adding lib/composer to .gitignore - devs need to run make to get composer and install the 3rdparty components Adding composer.lock file to pin version Adding Makefile Adding make call to Jenkinsfile * Fix unit tests to match sabre vobject version * Use explicit version of cssmin instead of master branch * Update guzzle to 5.3.1 * Fixing composer calls * Fix makefile deps * Moved JS tests to Makefile Use make test-js to run them * Added bower deps in Makefile * Fix makefile * Fix composer phar dep * Remove bogus composer files * bye bye hhvm * Move php-lint to Makefile * Fix test-js * Adjust Jenkinsfile for JS tests * Bye-bye php 5.4 & 5.5 * Move autotest*.sh and buildjsdoc.sh into build sub folder * Adjusted versions in bower.json * Fix bower deps to have fixed versions We should only change/save the versions when manually updating. This way the versions stay locked in place. * Fixed autotest scripts, added jsdoc rule * Added integration tests in Makefile * Fix for test-js makefile dep + other * Makefile vars and adjusted Jenkinsfile Added TEST_DATABASE and TEST_EXTERNAL to specify which env to test in. Adjusted Jenkinsfile * Add make command to update license file headers * Small tweaks in makefile * Add phpunit from composer * Fix composer autoloader Sometimes require_once would return true if the autoloader was already loaded previously from a previous run of PHPUnit * Fixed Makefile dependencies to only build them once This way composer.phar, composer libs, node js and core vendor libs are only fetched once. If make detects that the directory exists, it will skip the step. This is good for faster builds. * Makefile: separate dev and release deps * Fix travis * Handle error when composer was not called
-
- 20 Jul, 2016 1 commit
-
-
Thomas Müller authored
* Copyright is with ownCloud GmbH now * Recreate all license headers
-
- 26 May, 2016 1 commit
-
-
Lukas Reschke authored
-
- 20 Apr, 2016 1 commit
-
-
Thomas Müller authored
-
- 12 Jan, 2016 1 commit
-
-
Thomas Müller authored
-
- 05 Oct, 2015 1 commit
-
-
Morris Jobke authored
-
- 26 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 26 Feb, 2015 1 commit
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- 23 Feb, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 05 Feb, 2015 1 commit
-
-
Lukas Reschke authored
We can't check the PHP version in the installer since base.php already used 5.4 syntax. Thus for a better UX we show a simple warning instead of a fatal PHP error.
-
- 24 Oct, 2014 1 commit
-
-
Lukas Reschke authored
There is not much sense in having these files marked executable, we should avoid that.
-
- 17 Sep, 2014 1 commit
-
-
Lukas Reschke authored
Log the error instead of potentially leaking sensitive information
-
- 04 Aug, 2014 1 commit
-
-
Robin Appelman authored
-
- 06 Feb, 2014 1 commit
-
-
Thomas Müller authored
-
- 23 Oct, 2013 2 commits
-
-
Vincent Petry authored
-
Vincent Petry authored
-
- 22 Oct, 2013 1 commit
-
-
Vincent Petry authored
-
- 15 Sep, 2013 1 commit
-
-
Thomas Müller authored
-
- 25 Jun, 2013 1 commit
-
-
Jörn Friedrich Dreyer authored
-
- 10 Jun, 2013 1 commit
-
-
Jörn Friedrich Dreyer authored
-
- 23 Oct, 2012 1 commit
-
-
Felix Moeller authored
-
- 16 Oct, 2012 1 commit
-
-
Sam Tuke authored
-
- 04 Sep, 2012 1 commit
-
-
Thomas Müller authored
-
- 24 Aug, 2012 1 commit
-
-
Lukas Reschke authored
-
- 10 Aug, 2012 3 commits
-
-
Bart Visscher authored
-
Bart Visscher authored
At that point the checks are already done before
-
Bart Visscher authored
-
- 08 Aug, 2012 2 commits
-
-
Bart Visscher authored
-
Bart Visscher authored
-
- 20 Jun, 2012 1 commit
-
-
Bjoern Schiessle authored
Conflicts: lib/template.php
-
- 19 Jun, 2012 1 commit
-
-
Bjoern Schiessle authored
-
- 18 Jun, 2012 1 commit
-
-
Bart Visscher authored
-
- 15 Jun, 2012 2 commits
-
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
- 13 Jun, 2012 1 commit
-
-
Thomas Tanghus authored
Redirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874
-