Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge master into filesystem | Robin Appelman | 2012-10-11 | 1 | -151/+162 |
|\ | |||||
| * | fix storage test case | Robin Appelman | 2012-10-11 | 1 | -3/+0 |
| | | |||||
| * | remove ctime tests for filestorage, ctime will be removed from the storage ↵ | Robin Appelman | 2012-10-11 | 1 | -8/+1 |
| | | | | | | | | api in the future | ||||
| * | some test cases for fopen of storage backends | Robin Appelman | 2012-10-11 | 1 | -0/+20 |
| | | |||||
| * | code style | Robin Appelman | 2012-10-11 | 1 | -149/+149 |
| | | |||||
* | | drop Filesystem::getInternalPath and Filesystem::getStorage in favor of ↵ | Robin Appelman | 2012-10-10 | 1 | -3/+6 |
| | | | | | | | | Filesystem::resolvePath | ||||
* | | fix cache scanner test case | Robin Appelman | 2012-10-10 | 1 | -2/+1 |
| | | |||||
* | | few more test cases for scanning folders | Robin Appelman | 2012-10-10 | 1 | -0/+7 |
| | | |||||
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 2 | -29/+31 |
| | | |||||
* | | make sure we can do our tests again | Robin Appelman | 2012-10-10 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-10 | 1 | -0/+2 |
|\| | |||||
| * | make sure the share backend test case can find the correct interface | Robin Appelman | 2012-10-10 | 1 | -0/+2 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-10 | 1 | -0/+3 |
|\| | |||||
| * | Merge branch 'phpunit' | Robin Appelman | 2012-10-10 | 10 | -73/+48 |
| |\ | |||||
| * | | Manually change appconfig value for share policy so tests work correctly | Michael Gapczynski | 2012-10-09 | 1 | -0/+3 |
| | | | |||||
* | | | add Cache::getStatus | Robin Appelman | 2012-10-08 | 1 | -0/+10 |
| | | | |||||
* | | | merge phpunit into filesystem | Robin Appelman | 2012-10-08 | 10 | -87/+69 |
|\ \ \ | | |/ | |/| | |||||
| * | | merge master into phpunit | Robin Appelman | 2012-10-08 | 2 | -14/+16 |
| |\| | |||||
| | * | better detect if we need to init the filesystem for the hooks test | Robin Appelman | 2012-10-07 | 1 | -1/+1 |
| | | | |||||
| | * | fix hook test when not logged in | Robin Appelman | 2012-10-07 | 1 | -1/+6 |
| | | | |||||
| | * | skip some test for storage backends that don't support touch | Robin Appelman | 2012-10-06 | 1 | -13/+15 |
| | | | |||||
| * | | make archive test cases work again | Robin Appelman | 2012-10-05 | 3 | -37/+29 |
| | | | |||||
| * | | remove cache ttl tests, take a lot of time and don't work correctly for most ↵ | Robin Appelman | 2012-10-03 | 3 | -21/+0 |
| | | | | | | | | | | | | backends anyway | ||||
| * | | initual phpunit support | Robin Appelman | 2012-10-03 | 7 | -16/+25 |
| |/ | |||||
* | | more tests and fixes for the filesystem scanner | Robin Appelman | 2012-10-03 | 1 | -1/+38 |
| | | |||||
* | | add some more test cases for the scanner | Robin Appelman | 2012-10-03 | 1 | -1/+22 |
| | | |||||
* | | make filestorage scanner non-static and add a simple test case | Robin Appelman | 2012-10-03 | 2 | -0/+48 |
| | | |||||
* | | dont need this anymore | Robin Appelman | 2012-10-02 | 1 | -2/+0 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-01 | 1 | -35/+59 |
|\| | |||||
| * | fix test case for when a user is logged in | Robin Appelman | 2012-10-01 | 1 | -1/+4 |
| | | |||||
| * | add test to make sure filepaths that are passed to filesystems hooks are ↵ | Robin Appelman | 2012-10-01 | 1 | -0/+23 |
| | | | | | | | | normalized | ||||
| * | code style | Robin Appelman | 2012-10-01 | 1 | -46/+44 |
| | | |||||
* | | convert Cache to a non-static class that handles the cache for a single ↵ | Robin Appelman | 2012-09-26 | 1 | -40/+42 |
| | | | | | | | | storage backend | ||||
* | | add Cache::getFolderContent | Robin Appelman | 2012-09-23 | 1 | -0/+23 |
| | | |||||
* | | some simple test cases for the new filecache | Robin Appelman | 2012-09-22 | 1 | -0/+88 |
| | | |||||
* | | move storage backend test cases to their own namespace | Robin Appelman | 2012-09-22 | 3 | -20/+23 |
| | | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-09-22 | 1 | -0/+8 |
|\| | |||||
| * | Fix unsharing from self for group shares and add test for it | Michael Gapczynski | 2012-09-08 | 1 | -0/+8 |
| | | |||||
* | | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 5 | -6/+6 |
|/ | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 19 | -82/+82 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 2 | -2/+2 |
| | |||||
* | Listen to post_deleteGroup hook in Share API | Michael Gapczynski | 2012-09-02 | 1 | -0/+4 |
| | |||||
* | Restructure generateTarget for the post_addToGroup hook | Michael Gapczynski | 2012-09-02 | 1 | -12/+13 |
| | |||||
* | Fix sharing test case | Michael Gapczynski | 2012-08-28 | 1 | -2/+1 |
| | |||||
* | assert array length and individual content instead of assertEqual on arrays | Thomas Mueller | 2012-08-28 | 1 | -2/+6 |
| | |||||
* | assert array length and individual content instead of assertEqual on arrays | Thomas Mueller | 2012-08-28 | 1 | -1/+6 |
| | |||||
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -1/+1 |
| | |||||
* | Revert using item name, no longer allowing the same item source exist for a user | Michael Gapczynski | 2012-08-22 | 2 | -44/+46 |
| | |||||
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 3 | -5/+452 |
|\ | | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php | ||||
| * | Refactor again so we can tell what item is being reshared in case the same ↵ | Michael Gapczynski | 2012-08-19 | 1 | -41/+33 |
| | | | | | | | | source shows up. This is the end of the share_api branch, moving to master. |