summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* fix path styleRobin Appelman2017-09-181-3/+1
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-182-49/+83
* update aws sdk and move it to 3rdpartyRobin Appelman2017-09-182-41/+21
* Fix uninitialized variable $this->paramsWilliam Pain2017-09-111-2/+2
* Merge pull request #6064 from nextcloud/fix-5219-absolute-path-must-be-relati...Morris Jobke2017-09-041-6/+13
|\
| * Don't lock in the appdata_ directoryJoas Schilling2017-08-101-1/+1
| * Still throw a locked exception when the path is not relative to $user/files/Joas Schilling2017-08-101-5/+12
* | unlock file when an exception occurs during scanningRobin Appelman2017-08-261-69/+87
* | Dont swallow exception when inserting mimetypes if we're inside a transactionRobin Appelman2017-08-261-0/+4
* | Merge pull request #6052 from nextcloud/fix_jail_copyMorris Jobke2017-08-101-0/+6
|\ \ | |/ |/|
| * Fix copy from jailed storageRoeland Jago Douma2017-08-091-0/+6
* | Make definition compatibleLukas Reschke2017-08-091-1/+1
|/
* Oracle does not support PDO::FETCH_KEY_PAIRJoas Schilling2017-08-021-1/+6
* Replace wrong PHPDocsLukas Reschke2017-08-019-36/+45
* Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-1/+1
* 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