| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #7113 from nextcloud/s3-download-stream-fix | Björn Schießle | 2017-11-14 | 2 | -3/+9 |
|\ |
|
| * | Use non empty files for object store touch | Robin Appelman | 2017-11-08 | 1 | -2/+2 |
| * | Fix contructing headers for s3 download | Robin Appelman | 2017-11-08 | 1 | -1/+7 |
* | | Merge pull request #7014 from nextcloud/rename-locks | Morris Jobke | 2017-11-09 | 1 | -83/+86 |
|\ \ |
|
| * | | Unlock files even if an exception occurs | korelstar | 2017-11-03 | 1 | -83/+86 |
* | | | Merge pull request #6220 from nextcloud/cached-mount-info-filepath | Lukas Reschke | 2017-11-09 | 2 | -2/+63 |
|\ \ \
| |_|/
|/| | |
|
| * | | Allow getting the filepath when getting cached mounts by fileid | Robin Appelman | 2017-10-27 | 2 | -2/+63 |
* | | | Merge pull request #6988 from starypatyk/stable12-mount-cache-performance | Morris Jobke | 2017-11-07 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | Improve performance of UserMountCache with external storage folders | Dariusz Olszewski | 2017-11-01 | 1 | -1/+5 |
* | | | | Run updated license header updater | Morris Jobke | 2017-11-07 | 1 | -1/+1 |
* | | | | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 2 | -1/+2 |
* | | | | Merge pull request #7083 from nextcloud/update-license-headers | Morris Jobke | 2017-11-06 | 39 | -15/+74 |
|\ \ \ \ |
|
| * | | | | Update license headers | Morris Jobke | 2017-11-06 | 39 | -15/+74 |
* | | | | | Better error message for invalid bucket names | Morris Jobke | 2017-11-06 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #6974 from nextcloud/fix-fseek-on-objectstorage | Roeland Jago Douma | 2017-11-02 | 1 | -2/+22 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix seeking on object storage | Morris Jobke | 2017-10-27 | 1 | -2/+22 |
| |/ / |
|
* | | | Merge pull request #6958 from nextcloud/improved-mimetype-detection-for-objec... | Joas Schilling | 2017-11-01 | 2 | -1/+13 |
|\ \ \ |
|
| * | | | Improve mimetype detection for object storages | Morris Jobke | 2017-10-26 | 2 | -1/+13 |
| |/ / |
|
* | | | Merge pull request #6975 from nextcloud/s3-read-object-fopen | Joas Schilling | 2017-11-01 | 1 | -5/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | use fopen directly when reading objects from s3 | Robin Appelman | 2017-10-27 | 1 | -5/+8 |
| |/ |
|
* / | Use ::class and fix missing doc | Joas Schilling | 2017-10-28 | 1 | -1/+2 |
|/ |
|
* | Doc: Fix phpDoc issues | Julius Härtl | 2017-10-23 | 1 | -1/+1 |
* | propagate multipart upload exception when aborting upload | Robin Appelman | 2017-10-17 | 1 | -0/+1 |
* | Merge pull request #6812 from nextcloud/upload-cache-path | Roeland Jago Douma | 2017-10-15 | 1 | -1/+3 |
|\ |
|
| * | also use configured 'cache_path' for new chunking | Robin Appelman | 2017-10-11 | 1 | -1/+3 |
* | | set s3 part size to 500mb | Robin Appelman | 2017-10-11 | 1 | -1/+3 |
* | | Add tests for multipart upload | Robin Appelman | 2017-09-21 | 1 | -2/+2 |
* | | only do multipart upload for large files | Robin Appelman | 2017-09-21 | 1 | -0/+24 |
* | | multipart upload for s3 object storage | Robin Appelman | 2017-09-20 | 1 | -5/+22 |
|/ |
|
* | fix path style | Robin Appelman | 2017-09-18 | 1 | -3/+1 |
* | reuse object read/write/delete logic in s3 implementations | Robin Appelman | 2017-09-18 | 2 | -49/+83 |
* | update aws sdk and move it to 3rdparty | Robin Appelman | 2017-09-18 | 2 | -41/+21 |
* | Fix uninitialized variable $this->params | William Pain | 2017-09-11 | 1 | -2/+2 |
* | Merge pull request #6064 from nextcloud/fix-5219-absolute-path-must-be-relati... | Morris Jobke | 2017-09-04 | 1 | -6/+13 |
|\ |
|
| * | Don't lock in the appdata_ directory | Joas Schilling | 2017-08-10 | 1 | -1/+1 |
| * | Still throw a locked exception when the path is not relative to $user/files/ | Joas Schilling | 2017-08-10 | 1 | -5/+12 |
* | | unlock file when an exception occurs during scanning | Robin Appelman | 2017-08-26 | 1 | -69/+87 |
* | | Dont swallow exception when inserting mimetypes if we're inside a transaction | Robin Appelman | 2017-08-26 | 1 | -0/+4 |
* | | Merge pull request #6052 from nextcloud/fix_jail_copy | Morris Jobke | 2017-08-10 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Fix copy from jailed storage | Roeland Jago Douma | 2017-08-09 | 1 | -0/+6 |
* | | Make definition compatible | Lukas Reschke | 2017-08-09 | 1 | -1/+1 |
|/ |
|
* | Oracle does not support PDO::FETCH_KEY_PAIR | Joas Schilling | 2017-08-02 | 1 | -1/+6 |
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 9 | -36/+45 |
* | Use IConfig instead of static OCP\Config | Morris Jobke | 2017-07-27 | 1 | -1/+1 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -4/+4 |
* | Merge pull request #5812 from MrJeos/master | Morris Jobke | 2017-07-22 | 1 | -1/+1 |
|\ |
|
| * | Fix for mb strlen | Artem Kochnev | 2017-07-20 | 1 | -1/+1 |
* | | Merge pull request #5596 from nextcloud/mount-rename | Morris Jobke | 2017-07-21 | 1 | -8/+12 |
|\ \ |
|
| * | | non movable mounts can not be moved | Robin Appelman | 2017-07-17 | 1 | -8/+12 |
* | | | Also repair storage id's when repairing invalid entries | Robin Appelman | 2017-07-21 | 1 | -1/+1 |