Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add tests for FileInfo::isMounted | Robin Appelman | 2016-11-16 | 1 | -0/+46 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add amazon s3 objectstore backend | Robin Appelman | 2016-11-16 | 1 | -0/+38 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | split testing of objectstoragestorage and objectstore implementations | Robin Appelman | 2016-11-16 | 4 | -177/+319 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | only query substorages to calculate the final mtime/size/etag lazily | Robin Appelman | 2016-11-10 | 2 | -10/+17 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Adjust tests and DI for Share.php | Lukas Reschke | 2016-11-02 | 1 | -2/+0 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | DI for root.php | Lukas Reschke | 2016-11-02 | 6 | -131/+307 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix mock warning in some FS tests (#26464) | Vincent Petry | 2016-11-02 | 2 | -2/+2 |
| | |||||
* | Add using casing check/fix for initMountPoints | Vincent Petry | 2016-11-02 | 2 | -0/+92 |
| | |||||
* | Allow setting a maximun number of buckets for multibucket | Robin Appelman | 2016-11-02 | 2 | -9/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Proper DI of config | Roeland Jago Douma | 2016-10-28 | 3 | -5/+6 |
| | | | | | | * Fixed comments Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Added method to DB and fix test | Roeland Jago Douma | 2016-10-24 | 1 | -2/+8 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Do not skip when mysql uses utf8mb4 | Joas Schilling | 2016-10-19 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | optimize Folder::getById to use less queries | Robin Appelman | 2016-10-12 | 7 | -117/+226 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add Tests | Roeland Jago Douma | 2016-10-05 | 4 | -0/+418 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix mimetype detection inside hidden folders (#26138) | Vincent Petry | 2016-09-26 | 1 | -0/+2 |
| | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26138 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix getMock ViewTest | Roeland Jago Douma | 2016-09-13 | 1 | -6/+7 |
| | |||||
* | Fix getMock scannertest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+2 |
| | |||||
* | Fix getMock QuotaTest | Roeland Jago Douma | 2016-09-13 | 1 | -9/+9 |
| | |||||
* | Fix getMock FolderTests | Roeland Jago Douma | 2016-09-13 | 1 | -96/+104 |
| | |||||
* | Fix getMock UserMountcacheTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+1 |
| | |||||
* | Fix getMock Cache | Roeland Jago Douma | 2016-09-13 | 1 | -1/+5 |
| | |||||
* | Merge pull request #1243 from nextcloud/fix-detection-of-file-types-a-bit | Joas Schilling | 2016-09-08 | 1 | -1/+1 |
|\ | | | | | Fix detection of file types a bit | ||||
| * | Correctly remove the charset from finfo mimetype | Joas Schilling | 2016-09-05 | 1 | -1/+1 |
| | | |||||
* | | File getMock Files tests | Roeland Jago Douma | 2016-09-07 | 5 | -23/+30 |
|/ | |||||
* | prevent infinite recursion while getting storage from mount | Robin Appelman | 2016-08-23 | 1 | -4/+4 |
| | |||||
* | Merge pull request #746 from nextcloud/jail-root | Lukas Reschke | 2016-08-09 | 1 | -2/+11 |
|\ | | | | | getJailedPath expects $path to have a trailing / | ||||
| * | Adding test case for getPathById including a jailed cache where root is just ↵ | Thomas Müller | 2016-08-05 | 1 | -2/+11 |
| | | | | | | | | empty | ||||
* | | Move Share backends to PSR-4 instead of using class path (#24941) | Joas Schilling | 2016-08-05 | 1 | -2/+2 |
|/ | |||||
* | use limit instead of since when listing recent files | Robin Appelman | 2016-07-22 | 1 | -7/+6 |
| | |||||
* | fix test | Robin Appelman | 2016-07-22 | 1 | -1/+4 |
| | |||||
* | add recent files to node api | Robin Appelman | 2016-07-22 | 1 | -4/+167 |
| | |||||
* | Merge pull request #471 from nextcloud/storage-fopenspecialchars | Morris Jobke | 2016-07-20 | 1 | -6/+20 |
|\ | | | | | Added storage tests for fopen with special chars | ||||
| * | Added storage tests for fopen with special chars | Vincent Petry | 2016-07-20 | 1 | -6/+20 |
| | | | | | | | | | | | | This makes it possible to test special chars with unit tests. There is already a test for directories but there was none for file names. | ||||
* | | Merge pull request #402 from nextcloud/smb-notifications | Morris Jobke | 2016-07-20 | 1 | -1/+26 |
|\ \ | |/ |/| | smb update notifications | ||||
| * | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 1 | -1/+26 |
| | | |||||
* | | RootTest does not require DB | Roeland Jago Douma | 2016-07-13 | 1 | -20/+39 |
|/ | | | | | | * Removed from DB group * Also mock the manager * Fixed deprecated getMock warnings | ||||
* | Improve NodeTest | Roeland Jago Douma | 2016-07-11 | 1 | -123/+76 |
| | | | | | | * Do not use DB * Fix phpunit-5.4 warnigns * Moved commong stuff to setup | ||||
* | Merge pull request #347 from nextcloud/drop-windows-foo | Lukas Reschke | 2016-07-11 | 5 | -136/+3 |
|\ | | | | | Remove unneeded checks if it runs on a Windows machine | ||||
| * | Fix some more tests | Joas Schilling | 2016-07-11 | 1 | -96/+1 |
| | | |||||
| * | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 4 | -40/+2 |
| | | | | | | | | * the setup check is still there | ||||
* | | Improve FileTest | Roeland Jago Douma | 2016-07-08 | 1 | -237/+153 |
|/ | | | | | | * No longer requires DB * Fixed phpunit 5.4 warnings * Moved common stuff to Setup phase | ||||
* | mysql only works with 3 byte UTF-8 | Morris Jobke | 2016-06-29 | 1 | -0/+8 |
| | |||||
* | Fix unit tests | Roeland Jago Douma | 2016-06-14 | 1 | -0/+7 |
| | |||||
* | Merge pull request #24863 from owncloud/propagator-batching | Vincent Petry | 2016-06-10 | 1 | -0/+125 |
|\ | | | | | Propagator batching for the file scanner | ||||
| * | add tests for propagator batching | Robin Appelman | 2016-06-02 | 1 | -0/+125 |
| | | |||||
* | | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-07 | 1 | -0/+31 |
| | | |||||
* | | allow deleting "ghost files" trough the View and Node api | Robin Appelman | 2016-06-03 | 1 | -1/+50 |
| | | |||||
* | | Add keepUnicode value in the cache key of normalizedPathCache | Vincent Petry | 2016-06-01 | 1 | -0/+27 |
|/ | |||||
* | Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+203 |
| | |||||
* | Store user bucket in preferences | Roeland Jago Douma | 2016-05-23 | 1 | -8/+82 |
| |