-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Bugfix/8387 #9099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Bugfix/8387 #9099
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Robin Appelman <robin@icewind.nl>
[13] keep previous exception when transforming to dav exception
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
[stable13] actually return stream from swift
Fixes #5694 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
[stable13] Remove invalid link to documentation
[stable13] Handle SSL certificate verifications for others than Let's Encrypt
[13] Use S3Client::upload instead of splitting single/multipart upload ourselves
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
[stable13] Link to NC13 dev manual
See nextcloud/app-certificate-requests#134 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
[stable13] Remove old perl script to update l10n files
[stable13] Update CRL to revoke files_rightclick
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
[13] Fix styling issues of guest pages #8155
[13] Remove jquery ui background image
Whatsapp is picky about the size of the open graph images. So we do some special handling. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
[stable13] Show open graph preview in WhatsApp
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
fixes #8701 Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
[stable13] Clear any theming prefixed cache on cache buster increase
[stable13] Use app version to generate scss filename
[stable13] Fix search text overlapping close button
…his means that we basically write the file from scratch Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
…le13 [stable13] reset encryptionVersion to '1' if a file was stream copied
fixes #8977 Else for all files in a folder we would launch off more queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Fixes #8890 In case you have access to a file via multiple ways, for example: 1. the file is shared with you with permission read only 2. the folder containing the file is shared with your read/write Requesting the getById function on the userFolder would give back two entries but both with the same permissions. Depending on the node you picked this is not right. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
[stable13] Fix proper permissions for multiple file access
[13] update icewind/smb to 2.0.5
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
[stable13] Move on with the next user if we found the user on one user back-end
…d_custom_properties-13 [stable13] Do not treat is-encrypted as custom property
…v_netdrive-13 [stable13] Allow usage of Windows 10 WebDav Netdrive
…_UTS46 is undefined. Fixes #8387. Signed-off-by: Jared Boone <jared.boone@gmail.com>
Contributor
Author
|
This PR is invalid. I created it from the wrong branch. See #9100 instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Do not convert email addresses with idn_to_ascii if INTL_IDNA_VARIANT_UTS46 is undefined. Fixes #8387.