- Dec 09, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Nov 27, 2014
-
-
Joas Schilling authored
-
- Oct 24, 2014
-
-
Dan Bartram authored
-
- Oct 22, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Oct 20, 2014
-
-
Robin Appelman authored
-
- Aug 30, 2014
-
-
Duane Johnson authored
When trying to upgrade from 7.0.0 to 7.0.2, the manual upgrade path (e.g. ` sudo -u www-data /usr/bin/php5 ./occ upgrade`) exits with the following fatal error: ``` /var/www/owncloud# php occ upgrade PHP Fatal error: Call to a member function disableQueryStatementCaching() on a non-object in /var/www/owncloud/lib/private/db.php on line 423 ``` This is caused by the self::$connection static variable having not been initialized at the point of call. Adding a self::connect() fixes the issue. See https://forum.owncloud.org/viewtopic.php?f=29&t=23398&p=68556#p68556
-
- Jul 14, 2014
-
-
Vincent Petry authored
- re-enable encryption migration tests - sqlite requires reconnect after schema changes
-
- Jun 17, 2014
-
-
Andreas Fischer authored
This reverts commit 73062040.
-
- Jun 12, 2014
-
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
josh4trunks authored
I use the term socket for any extension, either unix socket, or internet socket (port). I check if the socket is all digits * only integers 0 and larger would pass this test. I then check if the string is less than or equal to the maximum port number. By using "if($socket)" I make sure socket isn't false, empty, or the string '0'. I don't believe I need to initialize $port because $port will always be set if $socket is true. Please show me if I am wrong here. Thanks
-
- Jun 05, 2014
-
-
josh4trunks authored
-
josh4trunks authored
This passes anything that is not a valid port (0<int<65535) as a unix socket. I tested this with unix sockets; this needs to be tested with a non-standard mysql port as well but I don't foresee any issues. To use a unix socket, even one different than PHP's mysql.default_socket.. * Database Host = localhost:/path/to/socket
-
- Jun 04, 2014
-
-
Vincent Petry authored
-
Vincent Petry authored
When upgrade, also simulate the database schema update for apps before doing the actual upgrade.
-
- May 30, 2014
-
-
Thomas Müller authored
- kill replaceDB() - this function is unused and it's implementation obviously wrong - add method annotation OC_DB_StatementWrapper::fetchAll - remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists - remove unused variables
-
- May 19, 2014
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- May 13, 2014
-
-
Robin McCorkell authored
-
- Mar 31, 2014
-
-
Andreas Fischer authored
-
- Feb 28, 2014
-
-
Bart Visscher authored
-
- Feb 19, 2014
-
-
Scrutinizer Auto-Fixer authored
This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
-
- Feb 06, 2014
-
-
Jörn Friedrich Dreyer authored
-
- Dec 10, 2013
-
-
Andreas Fischer authored
-
- Nov 22, 2013
-
-
Bart Visscher authored
-
- Sep 30, 2013
-
-
Thomas Müller authored
Conflicts: lib/private/vcategories.php
-
- Sep 19, 2013
-
-
Bart Visscher authored
-
- Sep 12, 2013
-
-
Andreas Fischer authored
-
Andreas Fischer authored
-
- Aug 16, 2013
-
-
Bart Visscher authored
-
- Aug 07, 2013
-
-
Bart Visscher authored
-
Bart Visscher authored
-
- Aug 02, 2013
-
-
Bart Visscher authored
-