summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7170 from kyrofa/backport/6028/app_path_realpathRoeland Jago Douma2017-11-202-0/+12
|\
| * {J,CS}SResourceLocator: account for symlinks in app pathKyle Fazzari2017-11-142-0/+12
* | only create the file cache entry after the empty file was created successfull...Bjoern Schiessle2017-11-171-14/+13
* | Use non empty files for object store touchRobin Appelman2017-11-151-2/+2
* | Fix contructing headers for s3 downloadRobin Appelman2017-11-151-1/+7
|/
* Merge pull request #7120 from nextcloud/12-6988Morris Jobke2017-11-091-1/+5
|\
| * Improve performance of UserMountCache with external storage foldersDariusz Olszewski2017-11-091-1/+5
* | If for some reason the json can't be decoded it is not cachedRoeland Jago Douma2017-11-091-0/+4
|/
* Revert "[stable12] Only allow colons in db host for IPv6 addresses"Morris Jobke2017-11-081-16/+0
* Merge pull request #7082 from nextcloud/12-6974Morris Jobke2017-11-061-2/+22
|\
| * Fix seeking on object storageMorris Jobke2017-11-061-2/+22
* | Merge pull request #7081 from nextcloud/12-6958Morris Jobke2017-11-062-1/+13
|\ \
| * | Improve mimetype detection for object storagesMorris Jobke2017-11-062-1/+13
| |/
* / use fopen directly when reading objects from s3Robin Appelman2017-11-061-5/+8
|/
* Fix uninitialized variable $this->paramsWilliam Pain2017-10-251-2/+2
* Correctiondartcafe2017-10-221-22/+21
* Fix future time spansdartcafe2017-10-221-12/+49
* propagate multipart upload exception when aborting uploadRobin Appelman2017-10-171-0/+1
* Merge pull request #6814 from nextcloud/upload-cache-path-12Roeland Jago Douma2017-10-151-1/+3
|\
| * also use configured 'cache_path' for new chunkingRobin Appelman2017-10-111-1/+3
* | Merge pull request #6815 from nextcloud/s3-multipart-upload-part-size-12Roeland Jago Douma2017-10-151-1/+3
|\ \
| * | set s3 part size to 500mbRobin Appelman2017-10-111-1/+3
| |/
* | Merge pull request #6774 from nextcloud/backport-6645-only-colons-for-ipv6Roeland Jago Douma2017-10-151-0/+16
|\ \ | |/ |/|
| * Only allow colons in db host for IPv6 addressesJoas Schilling2017-10-061-0/+16
* | Merge pull request #6737 from nextcloud/aws-sdk-12Robin Appelman2017-10-093-82/+135
|\ \ | |/ |/|
| * Add tests for multipart uploadRobin Appelman2017-10-091-2/+2
| * only do multipart upload for large filesRobin Appelman2017-10-091-0/+24
| * multipart upload for s3 object storageRobin Appelman2017-10-091-5/+22
| * fix path styleRobin Appelman2017-10-031-3/+1
| * reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-10-032-49/+83
| * update aws sdk and move it to 3rdpartyRobin Appelman2017-10-032-40/+20
* | dont run invalid path repair step when upgrading from 11.0.5.2 and laterRobin Appelman2017-10-031-3/+11
|/
* don't pass User object when uid string is expectedArthur Schiwon2017-09-271-1/+2
* Merge pull request #6554 from nextcloud/stable12-contacts_menu_privacyMorris Jobke2017-09-271-7/+123
|\
| * Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke2017-09-181-14/+48
| * Fix issue when disabling the shareapi_only_share_with_group_members option + ...Tobia De Koninck2017-09-181-2/+12
| * Improve code styleTobia De Koninck2017-09-181-5/+7
| * Some code improvementsTobia De Koninck2017-09-181-4/+5
| * Add testsTobia De Koninck2017-09-181-1/+1
| * Fix testsTobia De Koninck2017-09-181-2/+4
| * Privacy enhancements for contacts menuTobia De Koninck2017-09-181-4/+71
* | Do not stop on scss compilation failureJohn Molakvoæ (skjnldsv)2017-09-271-0/+2
* | Pass new value to triggerChangeRoeland Jago Douma2017-09-151-3/+4
|/
* Fix AppPassword 2FA authRoeland Jago Douma2017-09-121-1/+5
* Merge pull request #6443 from nextcloud/backport-6064-absolute-path-must-be-r...Morris Jobke2017-09-121-6/+13
|\
| * Don't lock in the appdata_ directoryJoas Schilling2017-09-111-1/+1
| * Still throw a locked exception when the path is not relative to $user/files/Joas Schilling2017-09-111-5/+12
* | Merge pull request #6446 from nextcloud/backport-6414-share-notification-wron...Morris Jobke2017-09-122-8/+20
|\ \
| * | Use the language of the recipient for the share notificationJoas Schilling2017-09-112-8/+20
| |/
* | Merge pull request #6442 from nextcloud/backport-6416-make-sure-sqlite-works-...Morris Jobke2017-09-111-14/+12
|\ \