Skip to content
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

[stable26] feat: add switch to disable dns pinning #40167

Closed
wants to merge 26 commits into from

Commits on Aug 5, 2023

  1. Catch more invalid cache source storage paths

    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 <josh.t.richards@gmail.com>
    joshtrichards authored and backportbot-nextcloud[bot] committed Aug 5, 2023
    Copy the full SHA
    c450516 View commit details
    Browse the repository at this point in the history
  2. fix: simplify sourceData check

    Co-authored-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
    Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
    2 people authored and backportbot-nextcloud[bot] committed Aug 5, 2023
    Copy the full SHA
    fe85d7d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix: close cursor after reading the invitation

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb authored and backportbot-nextcloud[bot] committed Aug 11, 2023
    Copy the full SHA
    e876408 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Do not log passwords in debug mode

    Signed-off-by: Anna Larch <anna@nextcloud.com>
    miaulalala committed Aug 28, 2023
    Copy the full SHA
    91e081b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix(cache): Remove displayname cache entry on delete

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Aug 29, 2023
    Copy the full SHA
    61e61fb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. feat: add switch to disable dns pinning

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb committed Aug 30, 2023
    Copy the full SHA
    652a8a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Aug 31, 2023
    Copy the full SHA
    ce71b03 View commit details
    Browse the repository at this point in the history
  2. fix(s3): fix handling verify_bucket_exists parameter

    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 <tcit@tcit.fr>
    tcitworld authored and backportbot-nextcloud[bot] committed Aug 31, 2023
    Copy the full SHA
    7deef46 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Sep 1, 2023
    Copy the full SHA
    844a8bb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Sep 2, 2023
    Copy the full SHA
    322001f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Sep 3, 2023
    Copy the full SHA
    f3e3f9b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Sep 4, 2023
    Copy the full SHA
    057b65d View commit details
    Browse the repository at this point in the history
  2. fix: prevent sharing permissions on user root folder

    Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
    skjnldsv authored and backportbot-nextcloud[bot] committed Sep 4, 2023
    Copy the full SHA
    c3f146b View commit details
    Browse the repository at this point in the history
  3. more share permission logic to storage wrapper

    this way we only have to determine the share permissions once
    
    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 4, 2023
    Copy the full SHA
    1340133 View commit details
    Browse the repository at this point in the history
  4. cleanup di for share permissions wrapper

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 4, 2023
    Copy the full SHA
    065f636 View commit details
    Browse the repository at this point in the history
  5. enh: skip processing for empty response

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb authored and backportbot-nextcloud[bot] committed Sep 4, 2023
    Copy the full SHA
    c2a2416 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Sep 5, 2023
    Copy the full SHA
    3be562d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    22d19af View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    02e0098 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #39726 from nextcloud/backport/39698/stable26

    [stable26] Catch more invalid cache source storage paths
    blizzz committed Sep 5, 2023
    Copy the full SHA
    f7d890c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #39816 from nextcloud/backport/39700/stable26

    [stable26] fix: close cursor after reading the invitation
    blizzz committed Sep 5, 2023
    Copy the full SHA
    db56190 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #40187 from nextcloud/backport/39017/stable26

    [stable26] fix(s3): fix handling verify_bucket_exists parameter
    blizzz committed Sep 5, 2023
    Copy the full SHA
    f755b50 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #40232 from nextcloud/sharing-mask-wrapper-26

    [26] move share permission logic to storage wrapper
    blizzz committed Sep 5, 2023
    Copy the full SHA
    1c29d87 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #40076 from nextcloud/fix/stable26/remove-pw-from-…

    …logging
    
    [stable26] Do not log passwords in debug mode
    blizzz committed Sep 5, 2023
    Copy the full SHA
    f756d8f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #40085 from nextcloud/backport/40077/stable26

    [stable26] fix(cache): Remove displayname cache entry on delete
    blizzz committed Sep 5, 2023
    Copy the full SHA
    4230aa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Merge pull request #40167 from nextcloud/backport/40108/stable26

    [stable26] feat: add switch to disable dns pinning
    blizzz committed Sep 6, 2023
    Copy the full SHA
    d5f6249 View commit details
    Browse the repository at this point in the history