Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clear permissions cache when scanning a file | Robin Appelman | 2013-09-24 | 1 | -0/+17 |
| | |||||
* | Move setUp() and tearDown() up in tests/lib/files/cache/scanner.php. | Andreas Fischer | 2013-09-23 | 1 | -15/+15 |
| | |||||
* | Merge remote-tracking branch 'owncloud/master' into fixing-4866-master | Andreas Fischer | 2013-09-23 | 2 | -1/+24 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (98 commits) [tx-robot] updated from transifex files: when filtering search results, ensure results are children of the fakeroot not just path starting the same setting a default on filecache column unencrypted_size [tx-robot] updated from transifex remove unneccessary lib in namespace namespaces use upcasefirst parts when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic! initialize variable calculate correct permissions while toggle the password protection make sure that both $permissions and $oldPermissions have the same type Add copyright, remove starting blank line update inherit docs comment Fix insert/update/delete helper functions for oracle Add missing return true statements to legacy preferences functions Add missing static Convert OC_Preference to object interface fix race condition in lazy preview loading use {count} instead of 'One' for more versatile translation fix double translation of error message use n to translate title fixing typos and l10n ... Conflicts: tests/lib/files/cache/scanner.php | ||||
| * | Merge pull request #4327 from owncloud/scanfile-remove | Thomas Müller | 2013-09-22 | 1 | -0/+10 |
| |\ | | | | | | | remove deleted files while scanning | ||||
| | * | remove deleted files while scanning | Robin Appelman | 2013-08-06 | 1 | -0/+10 |
| | | | |||||
| * | | files: when filtering search results, ensure results are children of the ↵ | Robin Appelman | 2013-09-22 | 1 | -0/+14 |
| | | | | | | | | | | | | fakeroot not just path starting the same | ||||
* | | | Do not convert boolean to integer in tests. put() already does this. | Andreas Fischer | 2013-09-21 | 1 | -1/+0 |
| | | | |||||
* | | | when storing back the data field 'encrypted' it is necessary to cast the ↵ | Thomas Müller | 2013-09-20 | 1 | -0/+1 |
| | | | | | | | | | | | | boolean to an integer to make pg happy | ||||
* | | | etag changes are now propagated up the file tree | Thomas Müller | 2013-09-16 | 1 | -6/+15 |
| | | | |||||
* | | | recreate an etag within the scanner if the cache contains an empty etag | Thomas Müller | 2013-09-16 | 1 | -0/+17 |
|/ / | |||||
* | | - giving the user a new id for each test run in order to prevent reuse of ↵ | Thomas Müller | 2013-09-13 | 1 | -1/+2 |
| | | | | | | | | | | | | e.g. permissions data in the database - setting the current user id because \OC\FilesView relies on \OC_User::getUser() | ||||
* | | Merge branch 'master' into fileapi-foreward | Robin Appelman | 2013-09-12 | 1 | -1/+30 |
|\ \ | |||||
| * \ | Merge pull request #4477 from owncloud/hooks-view | Bernhard Posselt | 2013-09-04 | 1 | -1/+30 |
| |\ \ | | | | | | | | | also emit hooks for views that are a subfolder of the user folder | ||||
| | * | | test case for hooks send from a non-default view | Robin Appelman | 2013-08-29 | 1 | -1/+30 |
| | | | | |||||
* | | | | adjust test cases to namespace changes | Robin Appelman | 2013-09-10 | 5 | -26/+26 |
| | | | | |||||
* | | | | Provide an implementation of the fileapi for oc6 build on top of the old api | Robin Appelman | 2013-09-01 | 5 | -0/+1700 |
|/ / / | |||||
* | | | merge master in storage-wrapper-quota | Robin Appelman | 2013-08-18 | 4 | -50/+100 |
|\| | | |||||
| * | | Scanner: additional tests for reusing etags during scanning | Robin Appelman | 2013-08-12 | 2 | -0/+92 |
| |/ | |||||
| * | Add test for calculating size of newly empty folder | Michael Gapczynski | 2013-07-29 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'master' into storage-test-cleanup | Thomas Müller | 2013-07-24 | 2 | -4/+13 |
| |\ | | | | | | | | | | | | | Conflicts: tests/lib/files/storage/storage.php | ||||
| * | | Storage: remove some unneeded strict tests of mtime behaviour | Robin Appelman | 2013-07-16 | 1 | -21/+2 |
| | | | |||||
| * | | Storage: remove tests for search | Robin Appelman | 2013-07-16 | 1 | -29/+1 |
| | | | |||||
* | | | add quota storage wrapper | Robin Appelman | 2013-07-25 | 1 | -0/+61 |
| | | | |||||
* | | | move storage wrapper test to new namespace | Robin Appelman | 2013-07-25 | 1 | -2/+2 |
| | | | |||||
* | | | add quota streamwrapper that limits the amount of data that can be written ↵ | Robin Appelman | 2013-07-25 | 1 | -0/+78 |
| |/ |/| | | | | | to a stream | ||||
* | | Merge pull request #3925 from berendt/reworking_OC_Files_Storage_AmazonS3 | Thomas Müller | 2013-07-22 | 1 | -9/+9 |
|\ \ | | | | | | | reworking of \OC\Files\Storage\AmazonS3 | ||||
| * | | increasing allowed time difference | Christian Berendt | 2013-07-08 | 1 | -9/+9 |
| | | | |||||
| * | | revoking additional tests | Christian Berendt | 2013-07-04 | 1 | -99/+0 |
| | | | |||||
| * | | remove tests from the wrong test method | Christian Berendt | 2013-07-03 | 1 | -10/+0 |
| | | | |||||
| * | | test moving and copying of subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+41 |
| | | | |||||
| * | | move new tests into the correct test method | Christian Berendt | 2013-07-03 | 1 | -10/+10 |
| | | | |||||
| * | | test working with files in subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+10 |
| | | | |||||
| * | | test working with subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+48 |
| | | | |||||
| * | | test copying and moving files in subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+10 |
| | | | |||||
| * | | increasing difference for modifcation time tests | Christian Berendt | 2013-07-03 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | one second is sometimes not enough when using a slow storage connection, three seconds is working better (at least when testing against S3) | ||||
* | | | Merge branch 'master' into doctrine | Bart Visscher | 2013-07-13 | 7 | -4/+161 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | Conflicts: 3rdparty lib/db.php lib/setup.php tests/lib/db.php tests/lib/dbschema.php | ||||
| * | | Scanner test: ensure mtime in the cache is the same as on the storage to ↵ | Robin Appelman | 2013-07-05 | 1 | -0/+1 |
| |/ | | | | | | | prevent random failures | ||||
| * | rename can cause mtime change - invalid assert | Thomas Müller | 2013-07-01 | 1 | -2/+4 |
| | | |||||
| * | Merge pull request #3763 from owncloud/recursive-rmdir | Thomas Müller | 2013-06-30 | 1 | -1/+13 |
| |\ | | | | | | | Make rmdir recursive for local storage | ||||
| | * | Make rmdir recursive for local storage | Robin Appelman | 2013-06-17 | 1 | -1/+13 |
| | | | |||||
| * | | Merge pull request #3635 from owncloud/storage-wrapper | Bart Visscher | 2013-06-29 | 2 | -0/+72 |
| |\ \ | | | | | | | | | Give apps the option to wrap storage backends | ||||
| | * | | fix storage wrapper namespaces | Robin Appelman | 2013-06-28 | 2 | -3/+3 |
| | | | | |||||
| | * | | add test cases for Mount | Robin Appelman | 2013-06-07 | 1 | -0/+46 |
| | | | | |||||
| | * | | merge master into storage-wrapper | Robin Appelman | 2013-06-07 | 4 | -9/+205 |
| | |\ \ | |||||
| | * | | | Add wrapper storage backend | Robin Appelman | 2013-05-08 | 1 | -0/+26 |
| | | | | | |||||
| * | | | | better unit tests for static stream wrapper | Robin Appelman | 2013-06-28 | 1 | -0/+68 |
| | | | | | |||||
| * | | | | graceful teardown of cache | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | View test needs a dummy user | Bart Visscher | 2013-06-26 | 1 | -0/+9 |
|/ / / / | |||||
* | | | | Merge pull request #3796 from ↵ | Thomas Müller | 2013-06-20 | 1 | -4/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/gracefully_handle_teardown_in_scanner_test skip teardown if cache has not been set up | ||||
| * | | | | skip teardown if cache has not been set up | Jörn Friedrich Dreyer | 2013-06-20 | 1 | -4/+6 |
| | | | | |