summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23518 from owncloud/stable9-gdrive-stream-downloadThomas Müller2016-03-311-4/+5
|\ | | | | [stable9] GDrive stream download with RetryWrapper
| * GDrive stream download with RetryWrapperVincent Petry2016-03-301-4/+5
| |
* | Merge pull request #23522 from owncloud/stable9-dropbox-stream-downloadFrank Karlitschek2016-03-312-8/+32
|\ \ | | | | | | [stable9] Dropbox stream download with RetryWrapper
| * | Dropbox stream download with RetryWrapperVincent Petry2016-03-231-4/+6
| | |
| * | Fix dropbox storage to not store the whole file in memoryVincent Petry2016-03-232-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üller2016-03-3114-137/+65
| | | | | | | | | | | | | | | | | | sharing" This reverts commit 52f4acf23d9e388fdc6348858c4572e291bbc56b.
* | | Merge pull request #23673 from owncloud/stable9-fix-sftp-retry-wrapperThomas Müller2016-03-311-1/+3
|\ \ \ | | | | | | | | [stable9] Use RetryWrapper for SFTP storage
| * | | Use RetryWrapper for SFTP storageLukas Reschke2016-03-301-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üller2016-03-311-1/+2
| | | |
* | | | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-319-84/+193
| | | |
* | | | Return proper current-user-principal on v1 endpoints - fixes #23306Thomas Müller2016-03-311-0/+15
| | | |
* | | | Fix group shares on v1 caldav and carddav - fixes #23328Thomas Müller2016-03-313-4/+5
| | | |
* | | | Merge pull request #23629 from owncloud/fix-group-sharing-access-stable9Thomas Müller2016-03-3114-67/+139
|\ \ \ \ | |_|_|/ |/| | | Explicitly add the current principal to the acl in case of group sharing
| * | | Fix unit testThomas Müller2016-03-301-1/+1
| | | |
| * | | Explicitly add the current principal to the acl in case of group sharingThomas Müller2016-03-2914-66/+138
| |/ /
* | | Merge pull request #23664 from owncloud/stable9-share-displayownerfixThomas Müller2016-03-302-3/+4
|\ \ \ | | | | | | | | [stable9] Fix displaying owner before share icon in file list
| * | | Fix displaying owner before share icon in file listVincent Petry2016-03-302-3/+4
| |/ / | | | | | | | | | Initial display of owner was missing
* / / Use the shipped cacerts.pem instead of the global oneLukas Reschke2016-03-301-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 propertyVincent Petry2016-03-244-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-stable9Thomas Müller2016-03-242-3/+89
|\ \ | | | | | | [stable9] fix writing to cache when fallback server should be used immediately
| * | fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-03-182-3/+89
| | |
* | | Merge pull request #23539 from owncloud/backport-23530Thomas Müller2016-03-242-36/+239
|\ \ \ | | | | | | | | [stable9] Backport 23530
| * | | Check if request is sent from official ownCloud clientLukas Reschke2016-03-242-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 testRobin Appelman2016-03-232-9/+39
|/ /
* | Merge pull request #23308 from owncloud/smb-not-available-9Thomas Müller2016-03-231-14/+40
|\ \ | | | | | | [9.0] handle connection errors as storage not available in smb
| * | handle connection errors as storage not available in smbRobin Appelman2016-03-161-14/+40
| | |
* | | Merge pull request #23493 from owncloud/stable9_22679Thomas Müller2016-03-232-0/+92
|\ \ \ | | | | | | | | [Stable 9] When the Share API is disabled do not return shares
| * | | When the Share API is disabled do not return sharesRoeland Jago Douma2016-03-222-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #22668 Block everything in the OCS Share API
* | | | Merge pull request #23361 from owncloud/stable9-gdrive-chunkuploadThomas Müller2016-03-221-5/+52
|\ \ \ \ | | | | | | | | | | [stable9] Chunk upload for GDrive
| * | | | Only use GDrive chunks when neededVincent Petry2016-03-171-29/+43
| | | | |
| * | | | Chunk upload for GDriveVincent Petry2016-03-171-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-l10nThomas Müller2016-03-22624-624/+3042
|\ \ \ \ \ | | | | | | | | | | | | Backport translations to stable9
| * | | | | Backport translations to stable9Joas Schilling2016-03-22624-624/+3042
| | |/ / / | |/| | |
* | | | | Merge pull request #23456 from owncloud/backport-23329-stable9Thomas Müller2016-03-222-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 Schiwon2016-03-212-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | properly, fixes #21555
* | | | | | Merge pull request #23467 from ↵Thomas Müller2016-03-221-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üller2016-03-221-16/+12
| | |/ / / / | |/| | | | | | | | | | | | | | | | executed once - fixes #23203
* | | | | | Merge pull request #23473 from owncloud/stable9_23398Thomas Müller2016-03-225-36/+122
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable 9] Allow blocking of group sharing
| * | | | | | Respect disabled group sharing in sharee endpointRoeland Jago Douma2016-03-223-35/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix tests
| * | | | | | Block group sharing in API and in share managerRoeland Jago Douma2016-03-222-1/+53
| |/ / / / / | | | | | | | | | | | | | | | | | | * Fix tests
* | | | | | Merge pull request #23447 from owncloud/smb-permissions-9Thomas Müller2016-03-221-0/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | [9.0] properly use smb permissions
| * | | | | | properly use smb permissionsRobin Appelman2016-03-221-0/+22
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #23442 from owncloud/fix_22286_9.0Thomas Müller2016-03-221-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 blockBjoern Schiessle2016-03-211-1/+4
| | | | | | |
* | | | | | | adjust PrincipalUri as returned from Sabre to effective usernameArthur Schiwon2016-03-222-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | backport of #23404
* | | | | | | Merge pull request #23359 from owncloud/streams-0.4-9Thomas Müller2016-03-2234-488/+784
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | [9.0] Update icewind/streams and icewind/smb
| * | | | | | update icewind/smb to 1.0.8Robin Appelman2016-03-227-25/+38
| | | | | | |
| * | | | | | update icewind/streams to 0.4.0 and icewind/smb to 1.0.7 in files_externalRobin Appelman2016-03-2232-478/+761
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #23453 from owncloud/generate-birthdays-on-upgrade-stable9Thomas Müller2016-03-224-1/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Generate birthdays on upgrade stable9
| * | | | | | Generate birthdays on upgrade from 8.2 as wellThomas Müller2016-03-211-0/+1
| | | | | | |