summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Fix copy from jailed storageRoeland Jago Douma2017-08-131-0/+6
* Fix for mb strlenArtem Kochnev2017-07-221-1/+1
* Merge pull request #5757 from nextcloud/mount-rename-12Morris Jobke2017-07-211-8/+12
|\
| * non movable mounts can not be movedRobin Appelman2017-07-171-8/+12
* | Also repair storage id's when repairing invalid entriesRobin Appelman2017-07-191-1/+1
|/
* Merge pull request #5710 from nextcloud/nested-permissions-mask-12Morris Jobke2017-07-131-1/+1
|\
| * Fix scan permissions with nested permissions masksRobin Appelman2017-07-131-1/+1
* | fix moving folders out of a cache jailRobin Appelman2017-07-131-1/+11
|/
* Fix propagating changes within jail wrapperRobin Appelman2017-07-112-0/+57
* improved logging of objectore errorsRobin Appelman2017-07-041-5/+21
* Fixed a crash caused by Local::copyFromStorage() not conforming to Common::co...Michael Munger2017-06-131-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
|\ \ | |/ |/|