summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7014 from nextcloud/rename-locksMorris Jobke2017-11-091-83/+86
|\
| * Unlock files even if an exception occurskorelstar2017-11-031-83/+86
* | Merge pull request #6220 from nextcloud/cached-mount-info-filepathLukas Reschke2017-11-092-2/+63
|\ \
| * | Allow getting the filepath when getting cached mounts by fileidRobin Appelman2017-10-272-2/+63
* | | Merge pull request #6988 from starypatyk/stable12-mount-cache-performanceMorris Jobke2017-11-071-1/+5
|\ \ \
| * | | Improve performance of UserMountCache with external storage foldersDariusz Olszewski2017-11-011-1/+5
* | | | Run updated license header updaterMorris Jobke2017-11-071-1/+1
* | | | Change @georgehrke's emailMorris Jobke2017-11-062-1/+2
* | | | Merge pull request #7083 from nextcloud/update-license-headersMorris Jobke2017-11-0639-15/+74
|\ \ \ \
| * | | | Update license headersMorris Jobke2017-11-0639-15/+74
* | | | | Better error message for invalid bucket namesMorris Jobke2017-11-061-2/+2
|/ / / /
* | | | Merge pull request #6974 from nextcloud/fix-fseek-on-objectstorageRoeland Jago Douma2017-11-021-2/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Fix seeking on object storageMorris Jobke2017-10-271-2/+22
| |/ /
* | | Merge pull request #6958 from nextcloud/improved-mimetype-detection-for-objec...Joas Schilling2017-11-012-1/+13
|\ \ \
| * | | Improve mimetype detection for object storagesMorris Jobke2017-10-262-1/+13
| |/ /
* | | Merge pull request #6975 from nextcloud/s3-read-object-fopenJoas Schilling2017-11-011-5/+8
|\ \ \ | |_|/ |/| |
| * | use fopen directly when reading objects from s3Robin Appelman2017-10-271-5/+8
| |/
* / Use ::class and fix missing docJoas Schilling2017-10-281-1/+2
|/
* Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
* propagate multipart upload exception when aborting uploadRobin Appelman2017-10-171-0/+1
* Merge pull request #6812 from nextcloud/upload-cache-pathRoeland Jago Douma2017-10-151-1/+3
|\
| * also use configured 'cache_path' for new chunkingRobin Appelman2017-10-111-1/+3
* | set s3 part size to 500mbRobin Appelman2017-10-111-1/+3
* | Add tests for multipart uploadRobin Appelman2017-09-211-2/+2
* | only do multipart upload for large filesRobin Appelman2017-09-211-0/+24
* | multipart upload for s3 object storageRobin Appelman2017-09-201-5/+22
|/
* 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