- Nov 30, 2015
-
-
Thomas Müller authored
A TestCase which is not annotated to be in group DB will not allow access to the database connection. This is necessary to categorize unit test and avoid duplicate test case execution - it also allows us to closely review unit test implementations to identify unnecessary db calls.
-
- Oct 05, 2015
-
-
Joas Schilling authored
-
- Sep 22, 2015
-
-
Martin Mattel authored
Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
-
- Aug 20, 2015
-
-
Robin Appelman authored
-
- Jul 03, 2015
-
-
Thomas Müller authored
-
- Jun 25, 2015
-
-
Vincent Petry authored
-
Vincent Petry authored
Instead of unlocking after the file operation, change exclusive locks back to shared locks during post hooks, and unlock after that. Also added unit tests to test locking in pre-hooks, during operation and post-hooks.
-
- Jun 12, 2015
-
-
Vincent Petry authored
Fixed code path for Webdav PUT of small files to use shared locks during hook execution, and exclusive during the file operation This makes it possible for versions to be copied by accessing the file in a post_write hook.
-
- Jun 03, 2015
-
-
Joas Schilling authored
-
- Jun 01, 2015
-
-
Robin Appelman authored
-
- May 18, 2015
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- May 15, 2015
-
-
Vincent Petry authored
-
- Apr 08, 2015
-
-
Vincent Petry authored
The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected.
-
- Apr 07, 2015
-
-
Thomas Müller authored
-
- Mar 26, 2015
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Mar 02, 2015
-
-
Robin Appelman authored
-
- Dec 10, 2014
-
-
Vincent Petry authored
-
- Dec 03, 2014
-
-
Joas Schilling authored
-
- Nov 27, 2014
-
-
Joas Schilling authored
-
- Nov 20, 2014
-
-
Joas Schilling authored
The result of the listener should then be empty and can be removed
-
- Nov 19, 2014
-
-
Joas Schilling authored
-
- Nov 06, 2014
-
-
Joas Schilling authored
-
- Sep 30, 2013
-
-
Thomas Müller authored
Conflicts: lib/private/vcategories.php
-
- Feb 14, 2013
-
-
Bart Visscher authored
-
- Nov 04, 2012
-
-
Felix Moeller authored
-
- Oct 26, 2012
-
-
Robin Appelman authored
-
- Oct 16, 2012
-
-
Sam Tuke authored
-
- Aug 26, 2012
-
-
Frank Karlitschek authored
-
- Feb 22, 2012
-
-
Bart Visscher authored
-
- Dec 09, 2011
-
-
Bart Visscher authored
-
- Sep 17, 2011
-
-
Bart Visscher authored
-