| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #4329 from nextcloud/move-out-shared-folder | Morris Jobke | 2017-04-12 | 3 | -43/+50 |
|\ |
|
| * | use unjailed path when moving files out of a shared storage | Robin Appelman | 2017-04-12 | 1 | -2/+9 |
| * | rename Jail::getSourcePath to getUnjailedPath to fix conflict with Local::get... | Robin Appelman | 2017-04-12 | 2 | -41/+41 |
* | | Optimize put - Dont try to fetch filecache for not existing filecache in encr... | Piotr M | 2017-04-12 | 1 | -2/+4 |
|/ |
|
* | Merge pull request #4277 from nextcloud/permissions-mask-scanner | Björn Schießle | 2017-04-10 | 1 | -0/+4 |
|\ |
|
| * | Dont use the permissions mask while scanning | Robin Appelman | 2017-04-10 | 1 | -0/+4 |
* | | Allow searching file by fileid | Robin Appelman | 2017-04-05 | 1 | -1/+3 |
|/ |
|
* | rename fun to func | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
* | Add tests for query builder (i)like | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
* | Move all children of a folder in a single query | Robin Appelman | 2017-03-30 | 1 | -18/+27 |
* | Merge pull request #4116 from nextcloud/swift-cache-token | Roeland Jago Douma | 2017-03-29 | 1 | -10/+62 |
|\ |
|
| * | serialize the token to json instead of using php's serialize | Robin Appelman | 2017-03-28 | 1 | -10/+36 |
| * | cache swift tokens in memcache | Robin Appelman | 2017-03-28 | 1 | -10/+36 |
* | | Remove verbose error message | Lukas Reschke | 2017-03-29 | 1 | -2/+3 |
* | | Merge pull request #4004 from nextcloud/backport-27172 | Roeland Jago Douma | 2017-03-28 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | Remove SharedCache::getNumericStorageId to let CacheWrapper do it | Vincent Petry | 2017-03-23 | 1 | -0/+8 |
* | | Merge pull request #4112 from nextcloud/swift-config | Robin Appelman | 2017-03-28 | 1 | -5/+80 |
|\ \ |
|
| * | | better error messages for invalid regions, urltypes and service names | Robin Appelman | 2017-03-28 | 1 | -4/+63 |
| * | | better error messages when swift authentication fails | Robin Appelman | 2017-03-28 | 1 | -1/+17 |
* | | | round the mtime in touch | Robin Appelman | 2017-03-27 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #3850 from nextcloud/search-order | Morris Jobke | 2017-03-23 | 2 | -0/+13 |
|\ \ |
|
| * | | Fix search ordering | Robin Appelman | 2017-03-23 | 2 | -0/+13 |
* | | | Merge pull request #4001 from nextcloud/backport-27389 | Morris Jobke | 2017-03-23 | 1 | -6/+8 |
|\ \ \ |
|
| * | | | Fix type hints and doc blocks | Joas Schilling | 2017-03-23 | 1 | -7/+7 |
| * | | | Ensure that FileInfo return values as required by its phpdoc. | Piotr M | 2017-03-22 | 1 | -6/+8 |
| | |/
| |/| |
|
* / | | allow configuring authType for DAV backend | Jörn Friedrich Dreyer | 2017-03-22 | 1 | -2/+10 |
|/ / |
|
* | | mount shared mounts last | Robin Appelman | 2017-03-22 | 2 | -2/+34 |
* | | Move error message to log entry | Lukas Reschke | 2017-03-20 | 1 | -1/+12 |
* | | Fix malformed logging in exception | kdslkdsaldsal | 2017-03-19 | 1 | -1/+1 |
* | | Merge pull request #3892 from nextcloud/downstream-27101 | Joas Schilling | 2017-03-17 | 1 | -1/+5 |
|\ \ |
|
| * | | Redirect unlink to rmdir (#27101) | Vincent Petry | 2017-03-16 | 1 | -1/+5 |
* | | | Skip FailedStorage in background scan | Vincent Petry | 2017-03-17 | 1 | -0/+12 |
|/ / |
|
* | | Merge pull request #3838 from Xuanwo/basename-fix | Roeland Jago Douma | 2017-03-14 | 1 | -1/+2 |
|\ \ |
|
| * | | [OC/Files/Cache]: Fix wrong usage of basename | Xuanwo | 2017-03-14 | 1 | -1/+2 |
| |/ |
|
* | | Merge pull request #3600 from coletivoEITA/master | Roeland Jago Douma | 2017-03-14 | 2 | -0/+14 |
|\ \
| |/
|/| |
|
| * | added method needsPartFile() in Storage | Vinicius Cubas Brand | 2017-03-14 | 2 | -0/+14 |
* | | dont allow empty wildcard search | Robin Appelman | 2017-03-13 | 1 | -0/+4 |
* | | Allow searching for favorites | Robin Appelman | 2017-03-08 | 3 | -7/+60 |
* | | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 8 | -25/+175 |
* | | add icewind/searchdav | Robin Appelman | 2017-02-28 | 5 | -0/+322 |
* | | Refactor files' CacheEntry object creation to call cacheEntryFromData() all t... | Frédéric Fortier | 2017-02-22 | 1 | -36/+16 |
* | | Typecast filecache 'storage' as int to return it as documented, fixes #3461 | Frédéric Fortier | 2017-02-20 | 1 | -0/+2 |
* | | Merge pull request #3495 from nextcloud/dav-protected | Roeland Jago Douma | 2017-02-15 | 1 | -7/+7 |
|\ \ |
|
| * | | Make it easier to subclass DAV storage | Robin Appelman | 2017-02-15 | 1 | -7/+7 |
* | | | Merge pull request #3447 from nextcloud/getmetadata-permissions-mask | Roeland Jago Douma | 2017-02-15 | 2 | -1/+10 |
|\ \ \ |
|
| * | | | also apply permissions mask in getMetaData | Robin Appelman | 2017-02-10 | 2 | -1/+10 |
* | | | | Merge pull request #3262 from nextcloud/jail-scanner-storage-id | Roeland Jago Douma | 2017-02-15 | 3 | -7/+3 |
|\ \ \ \ |
|
| * | | | | Make sure we use the correct storage id when scanning a jailed storage | Robin Appelman | 2017-01-25 | 3 | -7/+3 |
* | | | | | Merge pull request #3465 from nextcloud/storage-log-locks | Lukas Reschke | 2017-02-14 | 2 | -3/+84 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Add missing PHPDoc and properly throw exception | Morris Jobke | 2017-02-13 | 2 | -0/+6 |