summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4396 from nextcloud/scan-non-existingRoeland Jago Douma2017-04-211-0/+5
|\
| * check for existence before we start the db transactionRobin Appelman2017-04-201-3/+3
| * Add PHPDoc and handle exception in ScanAppData as wellMorris Jobke2017-04-191-0/+1
| * show error when trying to scan non existing pathRobin Appelman2017-04-191-0/+4
* | limit the user when searching for a file by id if we know the user alreadyRobin Appelman2017-04-212-4/+15
|/
* Merge pull request #4329 from nextcloud/move-out-shared-folderMorris Jobke2017-04-123-43/+50
|\
| * use unjailed path when moving files out of a shared storageRobin Appelman2017-04-121-2/+9
| * rename Jail::getSourcePath to getUnjailedPath to fix conflict with Local::get...Robin Appelman2017-04-122-41/+41
* | Optimize put - Dont try to fetch filecache for not existing filecache in encr...Piotr M2017-04-121-2/+4
|/
* Merge pull request #4277 from nextcloud/permissions-mask-scannerBjörn Schießle2017-04-101-0/+4
|\
| * Dont use the permissions mask while scanningRobin Appelman2017-04-101-0/+4
* | Allow searching file by fileidRobin Appelman2017-04-051-1/+3
|/
* rename fun to funcRobin Appelman2017-03-301-1/+1
* Add tests for query builder (i)likeRobin Appelman2017-03-301-1/+1
* Move all children of a folder in a single queryRobin Appelman2017-03-301-18/+27
* Merge pull request #4116 from nextcloud/swift-cache-tokenRoeland Jago Douma2017-03-291-10/+62
|\
| * serialize the token to json instead of using php's serializeRobin Appelman2017-03-281-10/+36
| * cache swift tokens in memcacheRobin Appelman2017-03-281-10/+36
* | Remove verbose error messageLukas Reschke2017-03-291-2/+3
* | Merge pull request #4004 from nextcloud/backport-27172Roeland Jago Douma2017-03-281-0/+8
|\ \ | |/ |/|
| * Remove SharedCache::getNumericStorageId to let CacheWrapper do itVincent Petry2017-03-231-0/+8
* | Merge pull request #4112 from nextcloud/swift-configRobin Appelman2017-03-281-5/+80
|\ \
| * | better error messages for invalid regions, urltypes and service namesRobin Appelman2017-03-281-4/+63
| * | better error messages when swift authentication failsRobin Appelman2017-03-281-1/+17
* | | round the mtime in touchRobin Appelman2017-03-271-1/+1
|/ /
* | Merge pull request #3850 from nextcloud/search-orderMorris Jobke2017-03-232-0/+13
|\ \
| * | Fix search orderingRobin Appelman2017-03-232-0/+13
* | | Merge pull request #4001 from nextcloud/backport-27389Morris Jobke2017-03-231-6/+8
|\ \ \
| * | | Fix type hints and doc blocksJoas Schilling2017-03-231-7/+7
| * | | Ensure that FileInfo return values as required by its phpdoc.Piotr M2017-03-221-6/+8
| | |/ | |/|
* / | allow configuring authType for DAV backendJörn Friedrich Dreyer2017-03-221-2/+10
|/ /
* | mount shared mounts lastRobin Appelman2017-03-222-2/+34
* | Move error message to log entryLukas Reschke2017-03-201-1/+12
* | Fix malformed logging in exceptionkdslkdsaldsal2017-03-191-1/+1
* | Merge pull request #3892 from nextcloud/downstream-27101Joas Schilling2017-03-171-1/+5
|\ \
| * | Redirect unlink to rmdir (#27101)Vincent Petry2017-03-161-1/+5
* | | Skip FailedStorage in background scanVincent Petry2017-03-171-0/+12
|/ /
* | Merge pull request #3838 from Xuanwo/basename-fixRoeland Jago Douma2017-03-141-1/+2
|\ \
| * | [OC/Files/Cache]: Fix wrong usage of basenameXuanwo2017-03-141-1/+2
| |/
* | Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-142-0/+14
|\ \ | |/ |/|
| * added method needsPartFile() in StorageVinicius Cubas Brand2017-03-142-0/+14
* | dont allow empty wildcard searchRobin Appelman2017-03-131-0/+4
* | Allow searching for favoritesRobin Appelman2017-03-083-7/+60
* | Implement webdav SEARCHRobin Appelman2017-03-018-25/+175
* | add icewind/searchdavRobin Appelman2017-02-285-0/+322
* | Refactor files' CacheEntry object creation to call cacheEntryFromData() all t...Frédéric Fortier2017-02-221-36/+16
* | Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-0/+2
* | Merge pull request #3495 from nextcloud/dav-protectedRoeland Jago Douma2017-02-151-7/+7
|\ \
| * | Make it easier to subclass DAV storageRobin Appelman2017-02-151-7/+7
* | | Merge pull request #3447 from nextcloud/getmetadata-permissions-maskRoeland Jago Douma2017-02-152-1/+10
|\ \ \