-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable26] feat: add switch to disable dns pinning #40167
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
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
OC\Files\Cache\Cache::get can return string|false|null, not just string|false. - #26270 added handling of false, but null is needed too. - Well, or we change the default $resullt to false, but I'm not sure if that has other ramifications and the real need here is to simply catch situations where the cache source storage path is not valid for whatever reason Related: #19009 Signed-off-by: Josh Richards <[email protected]>
Co-authored-by: Git'Fellow <[email protected]> Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Anna Larch <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Altahrim
approved these changes
Aug 31, 2023
If 'verify_bucket_exists' is set to false in the config.php s3 configuration, it's supposed to avoid verifying that the bucket exists. However empty(falsy) will always return true, so this condition would not work. Signed-off-by: Thomas Citharel <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
this way we only have to determine the share permissions once Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Merged
[stable26] Catch more invalid cache source storage paths
[stable26] fix: close cursor after reading the invitation
[stable26] fix(s3): fix handling verify_bucket_exists parameter
[26] move share permission logic to storage wrapper
…logging [stable26] Do not log passwords in debug mode
[stable26] fix(cache): Remove displayname cache entry on delete
blizzz
approved these changes
Sep 6, 2023
[stable26] feat: add switch to disable dns pinning
Member
|
@kesselb could you rebase, please, cannot merge due to conflicts. |
Member
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.

Backport of #40108