Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #23518 from owncloud/stable9-gdrive-stream-download | Thomas Müller | 2016-03-31 | 1 | -4/+5 |
|\ | | | | | [stable9] GDrive stream download with RetryWrapper | ||||
| * | GDrive stream download with RetryWrapper | Vincent Petry | 2016-03-30 | 1 | -4/+5 |
| | | |||||
* | | Merge pull request #23522 from owncloud/stable9-dropbox-stream-download | Frank Karlitschek | 2016-03-31 | 2 | -8/+32 |
|\ \ | | | | | | | [stable9] Dropbox stream download with RetryWrapper | ||||
| * | | Dropbox stream download with RetryWrapper | Vincent Petry | 2016-03-23 | 1 | -4/+6 |
| | | | |||||
| * | | Fix dropbox storage to not store the whole file in memory | Vincent Petry | 2016-03-23 | 2 | -7/+29 |
| | | | | | | | | | | | | | | | | | | Since the library can only store the full response in memory on download, we use an alternate client lib and set the correct headers to be able to stream the content to a temp file. | ||||
* | | | Revert "Explicitly add the current principal to the acl in case of group ↵ | Thomas Müller | 2016-03-31 | 14 | -137/+65 |
| | | | | | | | | | | | | | | | | | | sharing" This reverts commit 52f4acf23d9e388fdc6348858c4572e291bbc56b. | ||||
* | | | Merge pull request #23673 from owncloud/stable9-fix-sftp-retry-wrapper | Thomas Müller | 2016-03-31 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | [stable9] Use RetryWrapper for SFTP storage | ||||
| * | | | Use RetryWrapper for SFTP storage | Lukas Reschke | 2016-03-30 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Equivalent to https://github.com/owncloud/core/pull/23442 Required for making encryption work with external storage reliable. | ||||
* | | | | Handle group shares of addressbooks on v1 as well ... now FINALLY .... | Thomas Müller | 2016-03-31 | 1 | -1/+2 |
| | | | | |||||
* | | | | Fix acls for calendar objects and cards - fixes #23273 | Thomas Müller | 2016-03-31 | 9 | -84/+193 |
| | | | | |||||
* | | | | Return proper current-user-principal on v1 endpoints - fixes #23306 | Thomas Müller | 2016-03-31 | 1 | -0/+15 |
| | | | | |||||
* | | | | Fix group shares on v1 caldav and carddav - fixes #23328 | Thomas Müller | 2016-03-31 | 3 | -4/+5 |
| | | | | |||||
* | | | | Merge pull request #23629 from owncloud/fix-group-sharing-access-stable9 | Thomas Müller | 2016-03-31 | 14 | -67/+139 |
|\ \ \ \ | |_|_|/ |/| | | | Explicitly add the current principal to the acl in case of group sharing | ||||
| * | | | Fix unit test | Thomas Müller | 2016-03-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Explicitly add the current principal to the acl in case of group sharing | Thomas Müller | 2016-03-29 | 14 | -66/+138 |
| |/ / | |||||
* | | | Merge pull request #23664 from owncloud/stable9-share-displayownerfix | Thomas Müller | 2016-03-30 | 2 | -3/+4 |
|\ \ \ | | | | | | | | | [stable9] Fix displaying owner before share icon in file list | ||||
| * | | | Fix displaying owner before share icon in file list | Vincent Petry | 2016-03-30 | 2 | -3/+4 |
| |/ / | | | | | | | | | | Initial display of owner was missing | ||||
* / / | Use the shipped cacerts.pem instead of the global one | Lukas Reschke | 2016-03-30 | 1 | -0/+1 |
|/ / | | | | | | | The one we ship may cause problems since Equifax is not included anymore (SHA-1 certs) are deprecated. We should just be consistent here and also use the certificate file which is used by the other calls in the library. | ||||
* | | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 4 | -2/+8 |
| | | | | | | | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists | ||||
* | | Merge pull request #23401 from owncloud/backport-23282-stable9 | Thomas Müller | 2016-03-24 | 2 | -3/+89 |
|\ \ | | | | | | | [stable9] fix writing to cache when fallback server should be used immediately | ||||
| * | | fix writing to cache when fallback server should be used immediately | Arthur Schiwon | 2016-03-18 | 2 | -3/+89 |
| | | | |||||
* | | | Merge pull request #23539 from owncloud/backport-23530 | Thomas Müller | 2016-03-24 | 2 | -36/+239 |
|\ \ \ | | | | | | | | | [stable9] Backport 23530 | ||||
| * | | | Check if request is sent from official ownCloud client | Lukas Reschke | 2016-03-24 | 2 | -36/+239 |
| | |/ | |/| | | | | | | | | | | | | | There are authentication backends such as Shibboleth that do send no Basic Auth credentials for DAV requests. This means that the ownCloud DAV backend would consider these requests coming from an untrusted source and require higher levels of security checks. (e.g. a CSRF check) While an elegant solution would rely on authenticating via token (so that one can properly ensure that the request came indeed from a trusted client) this is a okay'ish workaround for this problem until we have something more reliable in the authentication code. | ||||
* / | | set watch policy in test | Robin Appelman | 2016-03-23 | 2 | -9/+39 |
|/ / | |||||
* | | Merge pull request #23308 from owncloud/smb-not-available-9 | Thomas Müller | 2016-03-23 | 1 | -14/+40 |
|\ \ | | | | | | | [9.0] handle connection errors as storage not available in smb | ||||
| * | | handle connection errors as storage not available in smb | Robin Appelman | 2016-03-16 | 1 | -14/+40 |
| | | | |||||
* | | | Merge pull request #23493 from owncloud/stable9_22679 | Thomas Müller | 2016-03-23 | 2 | -0/+92 |
|\ \ \ | | | | | | | | | [Stable 9] When the Share API is disabled do not return shares | ||||
| * | | | When the Share API is disabled do not return shares | Roeland Jago Douma | 2016-03-22 | 2 | -0/+92 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22668 Block everything in the OCS Share API | ||||
* | | | | Merge pull request #23361 from owncloud/stable9-gdrive-chunkupload | Thomas Müller | 2016-03-22 | 1 | -5/+52 |
|\ \ \ \ | | | | | | | | | | | [stable9] Chunk upload for GDrive | ||||
| * | | | | Only use GDrive chunks when needed | Vincent Petry | 2016-03-17 | 1 | -29/+43 |
| | | | | | |||||
| * | | | | Chunk upload for GDrive | Vincent Petry | 2016-03-17 | 1 | -6/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of storing the WHOLE file in memory in a PHP variable, use the library's chunk upload support. | ||||
* | | | | | Merge pull request #23478 from owncloud/backport-l10n | Thomas Müller | 2016-03-22 | 624 | -624/+3042 |
|\ \ \ \ \ | | | | | | | | | | | | | Backport translations to stable9 | ||||
| * | | | | | Backport translations to stable9 | Joas Schilling | 2016-03-22 | 624 | -624/+3042 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #23456 from owncloud/backport-23329-stable9 | Thomas Müller | 2016-03-22 | 2 | -1/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable9] Avatar must be saved after login is done and external storages set up… | ||||
| * | | | | | Avatar must be saved after login is done and external storages set up ↵ | Arthur Schiwon | 2016-03-21 | 2 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | properly, fixes #21555 | ||||
* | | | | | | Merge pull request #23467 from ↵ | Thomas Müller | 2016-03-22 | 1 | -16/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/early-creation-of-birthday-calendar-stable9 Create the contact birthday calendar right away as soon as the comman… | ||||
| * | | | | | | Create the contact birthday calendar right away as soon as the command is ↵ | Thomas Müller | 2016-03-22 | 1 | -16/+12 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | executed once - fixes #23203 | ||||
* | | | | | | Merge pull request #23473 from owncloud/stable9_23398 | Thomas Müller | 2016-03-22 | 5 | -36/+122 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [stable 9] Allow blocking of group sharing | ||||
| * | | | | | | Respect disabled group sharing in sharee endpoint | Roeland Jago Douma | 2016-03-22 | 3 | -35/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix tests | ||||
| * | | | | | | Block group sharing in API and in share manager | Roeland Jago Douma | 2016-03-22 | 2 | -1/+53 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | * Fix tests | ||||
* | | | | | | Merge pull request #23447 from owncloud/smb-permissions-9 | Thomas Müller | 2016-03-22 | 1 | -0/+22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [9.0] properly use smb permissions | ||||
| * | | | | | | properly use smb permissions | Robin Appelman | 2016-03-22 | 1 | -0/+22 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #23442 from owncloud/fix_22286_9.0 | Thomas Müller | 2016-03-22 | 1 | -1/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [stable9] apply retry wrapper to make sure that we always read/write a complete block | ||||
| * | | | | | | apply retry wrapper to make sure that we always read/write a complete block | Bjoern Schiessle | 2016-03-21 | 1 | -1/+4 |
| | | | | | | | |||||
* | | | | | | | adjust PrincipalUri as returned from Sabre to effective username | Arthur Schiwon | 2016-03-22 | 2 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | backport of #23404 | ||||
* | | | | | | | Merge pull request #23359 from owncloud/streams-0.4-9 | Thomas Müller | 2016-03-22 | 34 | -488/+784 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | [9.0] Update icewind/streams and icewind/smb | ||||
| * | | | | | | update icewind/smb to 1.0.8 | Robin Appelman | 2016-03-22 | 7 | -25/+38 |
| | | | | | | | |||||
| * | | | | | | update icewind/streams to 0.4.0 and icewind/smb to 1.0.7 in files_external | Robin Appelman | 2016-03-22 | 32 | -478/+761 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #23453 from owncloud/generate-birthdays-on-upgrade-stable9 | Thomas Müller | 2016-03-22 | 4 | -1/+18 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Generate birthdays on upgrade stable9 | ||||
| * | | | | | | Generate birthdays on upgrade from 8.2 as well | Thomas Müller | 2016-03-21 | 1 | -0/+1 |
| | | | | | | |