Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add ci support for s3 object store | Robin Appelman | 2017-01-02 | 1 | -0/+3 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Remove legacy home tests | Vincent Petry | 2016-12-23 | 1 | -31/+0 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Nuke the legacy storage fallback from orbit | Vincent Petry | 2016-12-23 | 1 | -8/+0 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Merge pull request #2411 from nextcloud/fix-encryption-home-storage | Morris Jobke | 2016-12-05 | 1 | -0/+94 | |
|\ | | | | | check if the file should really be encrypted before we update the file cache | |||||
| * | check if the file should really be encrypted before we update the file cache | Bjoern Schiessle | 2016-11-29 | 1 | -0/+94 | |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | | update test | Robin Appelman | 2016-12-02 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Add tests | Lukas Reschke | 2016-12-01 | 1 | -0/+71 | |
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Move the validation into one place only | Joas Schilling | 2016-11-21 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Make sure we don't scan files that can not be accessed | Joas Schilling | 2016-11-21 | 1 | -0/+26 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | 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 |