summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-4/+4
* Merge pull request #5812 from MrJeos/masterMorris Jobke2017-07-221-1/+1
|\
| * Fix for mb strlenArtem Kochnev2017-07-201-1/+1
* | Merge pull request #5596 from nextcloud/mount-renameMorris 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-211-1/+1
* | | Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-203-0/+8
| |/ |/|
* | Remove unused functionsLukas Reschke2017-07-192-17/+0
* | Run phan over code baseLukas Reschke2017-07-191-1/+1
* | changed direct cast to integer to numerical value1 Man Projects2017-07-171-1/+1
* | Removed cast to integer in getSize1 Man Projects2017-07-151-1/+1
|/
* Fix scan permissions with nested permissions masksRobin Appelman2017-07-131-1/+1
* Fix propagating changes within jail wrapperRobin Appelman2017-07-112-0/+57
* Merge pull request #5424 from nextcloud/moveFromCache-from-sharedMorris Jobke2017-07-061-1/+11
|\
| * fix moving folders out of a cache jailRobin Appelman2017-06-151-1/+11
* | only collect detailed access list if it is really neededBjoern Schiessle2017-07-061-1/+4
* | Merge pull request #5342 from nextcloud/userlist-used-spaceMorris Jobke2017-07-051-2/+32
|\ \
| * | show used space in user listRobin Appelman2017-06-151-2/+32
| |/
* | Merge pull request #5460 from nextcloud/objectstore-error-loggingRoeland Jago Douma2017-06-291-5/+21
|\ \
| * | improved logging of objectore errorsRobin Appelman2017-06-211-5/+21
| |/
* / 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
|\