Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 9.0.1 RC2v9.0.1RC2 | C Montero-Luque | 2016-04-01 | 1 | -2/+2 |
| | |||||
* | Merge pull request #23590 from owncloud/fix-themes-for-stable9 | Thomas Müller | 2016-04-01 | 1 | -1/+1 |
|\ | | | | | [stable9] Fix for themes with .jpg backgrounds | ||||
| * | [stable9] Fix for themes with .jpg backgrounds | Daniel Hansson | 2016-03-26 | 1 | -1/+1 |
| | | | | | | Without this all themes with .jpg or .jpeg are broken. | ||||
* | | Merge pull request #23684 from owncloud/stable9-backport-23676 | Thomas Müller | 2016-04-01 | 3 | -1/+19 |
|\ \ | | | | | | | [stable9] Properly handle return values of OC_App::getAppInfo() | ||||
| * | | Properly handle return values of OC_App::getAppInfo() | Morris Jobke | 2016-04-01 | 3 | -1/+19 |
|/ / | | | | | | | * fixes #23668 | ||||
* | | Merge pull request #23709 from ↵ | Thomas Müller | 2016-04-01 | 2 | -7/+26 |
|\ \ | | | | | | | | | | | | | owncloud/stable9-make-sure-that-encrypted-version-is-set [stable9] Make sure that the encrypted version is set | ||||
| * | | Make sure that the encrypted version is set | Lukas Reschke | 2016-03-31 | 2 | -7/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | The code path called when using external storage with WebDAV is using `\OC\Files\Storage\Wrapper\Encryption::getMetaData` which did not contain the actual encrypted version inside the cache entry version. This lead to the following: 1. User uploaded a file 2. File is created and `\OC\Files\Storage\Wrapper\Encryption::getMetaData` is called. It has an empty `encryptedVersion` but sets `encrypted` to either `true` or `false`. 3. The call when updating the file cache will use the old version. | ||||
* | | | Merge pull request #23710 from ↵ | Thomas Müller | 2016-04-01 | 12 | -130/+311 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/fix_encryption_versions_on_external_storages_9.0 [stable9] fix creation of versions of encrypted files on external storages | ||||
| * | | | fix creation of versions of encrypted files on external storages | Bjoern Schiessle | 2016-03-31 | 12 | -130/+311 |
| |/ / | | | | | | | | | | | | | | | | in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file. | ||||
* | | | 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. | ||||
* | | | | Merge pull request #23689 from owncloud/revert-23629 | Thomas Müller | 2016-03-31 | 14 | -137/+65 |
|\ \ \ \ | | | | | | | | | | | Revert "Explicitly add the current principal to the acl in case of gr… | ||||
| * | | | | 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. | ||||
* | | | | | Merge pull request #23552 from ↵ | Thomas Müller | 2016-03-31 | 10 | -88/+214 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/fix-group-sharing-for-v1-caldav-and-carddav-stable9 Fix group sharing for v1 caldav and carddav stable9 | ||||
| * | | | | | 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 #23640 from ↵ | Thomas Müller | 2016-03-31 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/backport-23545-lock-mountpoint-on-removal [9.0] Lock the mountpoint while removing | ||||
| * | | | | | | Lock the mountpoint while removing | Joas Schilling | 2016-03-30 | 1 | -0/+4 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #23659 from owncloud/backport-23654-xcache-availablility | Thomas Müller | 2016-03-31 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [9.0] xcache.var_size with 64M should evaluate to isAvailable | ||||
| * | | | | | xcache.var_size with 64M should evaluate to isAvailable | Joas Schilling | 2016-03-30 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | 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 | ||||
* | | | | | | Merge pull request #23662 from owncloud/make-google-drive-drumpf-again | Thomas Müller | 2016-03-30 | 1 | -0/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [stable9] Use the shipped cacerts.pem instead of the global one | ||||
| * | | | | | 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. | ||||
* | | | | | Merge pull request #23652 from owncloud/stable9_23651 | Thomas Müller | 2016-03-30 | 2 | -1/+24 |
|\ \ \ \ \ | | | | | | | | | | | | | [Stable 9] Non moveable mount points should always be UPDATE+DELETE shareable | ||||
| * | | | | | Non moveable mount points should always be UPDATE+DELETE shareable | Roeland Jago Douma | 2016-03-30 | 2 | -1/+24 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #23536 The new sharing code is much stricter in checking permissions. However for non moveable mounts the permissions UPDATE+DELETE are not reported on the mount point. This is just a quick fix. * Updated unit tests | ||||
* | | | | | Merge pull request #23641 from owncloud/avatar-remove-9 | Thomas Müller | 2016-03-30 | 2 | -3/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | [9.0] only remove avatars from the folder we store them in | ||||
| * | | | | | only remove avatars from the folder we store them in | Robin Appelman | 2016-03-30 | 2 | -3/+2 |
| |/ / / / | |||||
* | | | | | Merge pull request #23618 from ↵ | Thomas Müller | 2016-03-30 | 2 | -2/+31 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | owncloud/backport-23543-activity-emails-always-short Backport 23543 activity emails always short | ||||
| * | | | | Allow the activity app to set the current user when sending emails | Joas Schilling | 2016-03-29 | 2 | -1/+29 |
| | | | | | |||||
| * | | | | We are only formatting an object when it's not null | Joas Schilling | 2016-03-29 | 1 | -1/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #23631 from owncloud/stable9-upload-white | Thomas Müller | 2016-03-30 | 2 | -3/+1 |
|\ \ \ \ | | | | | | | | | | | [stable9] correct form of upload-white icon to be same as upload icon | ||||
| * | | | | correct form of upload-white icon to be same as upload icon | Jan-Christoph Borchardt | 2016-03-29 | 2 | -3/+1 |
| | |/ / | |/| | | |||||
* / | | | 9.0.1 RC1v9.0.1RC1 | C Montero-Luque | 2016-03-29 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #23582 from owncloud/avatar-save-failure-9 | Thomas Müller | 2016-03-29 | 4 | -7/+25 |
|\ \ \ | | | | | | | | | [9.0] dont die when we cant save the resized avatar, log instead | ||||
| * | | | dont die when we cant save the resized avatar, log instead | Robin Appelman | 2016-03-25 | 4 | -7/+25 |
| |/ / | |||||
* | | | Merge pull request #23570 from owncloud/stable9-dav-sharetypes-remote | Thomas Müller | 2016-03-29 | 4 | -2/+8 |
|\ \ \ | |/ / |/| | | [stable9] Return remote shares in oc:share-types Webdav property | ||||
| * | | 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 #23550 from owncloud/backport-23542 | Thomas Müller | 2016-03-24 | 1 | -3/+6 |
|\ \ \ | |/ / |/| | | [stable9] getAppPath can return false | ||||
| * | | getAppPath can return false | Lukas Reschke | 2016-03-24 | 1 | -3/+6 |
| | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/23533 |