summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Fixed a crash caused by Local::copyFromStorage() not conforming to Common::co...Michael Munger2017-05-231-1/+1
* Merge pull request #4792 from nextcloud/fix-storage-wrappers-on-scannerLukas Reschke2017-05-193-2/+10
|\
| * use unmasked permissions during scanningRobin Appelman2017-05-183-1/+6
| * Make sure we use the passed-in storage when there is oneJoas Schilling2017-05-101-1/+4
* | Revert "fix permissions of mountpoints - take 2"Morris Jobke2017-05-151-6/+2
* | Merge pull request #4685 from nextcloud/fix_4683Morris Jobke2017-05-151-2/+6
|\ \
| * | Revert "Revert "fix permissions of mountpoints""Roeland Jago Douma2017-05-041-2/+6
* | | Fix variable namesJoas Schilling2017-05-151-6/+6
* | | Fix order of parameter and escapingJoas Schilling2017-05-121-2/+2
* | | Actually we want to update the mimetype of all files ending with the suffixJoas Schilling2017-05-111-3/+4
* | | don´t change folders with --repair-filecacheRello2017-05-111-0/+4
| |/ |/|
* | Proper exception for upload of .htaccess file via WebDAVMorris Jobke2017-05-081-1/+5
|/
* Revert "fix permissions of mountpoints"Morris Jobke2017-05-041-6/+2
* fix permissions of mountpointsRobin Appelman2017-05-011-2/+6
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+4
* Merge pull request #4524 from nextcloud/downstream-27508Roeland Jago Douma2017-04-281-1/+1
|\
| * Moved unit tests from ObjectTree::move to DirectoryVincent Petry2017-04-261-1/+1
* | Fix scanner after reviewVincent Petry2017-04-261-2/+3
* | OCC scanner commit in batchesVincent Petry2017-04-261-6/+38
|/
* Remove unused use statementsMorris Jobke2017-04-2211-19/+0
* 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
| | |/ | |/|