Skip to content

chore: update changelog#41600

Open
owncloud-calens-bot[bot] wants to merge 1 commit into
masterfrom
chore/changelog-update
Open

chore: update changelog#41600
owncloud-calens-bot[bot] wants to merge 1 commit into
masterfrom
chore/changelog-update

Conversation

@owncloud-calens-bot

Copy link
Copy Markdown
Contributor

Automated changelog update via Calens. This pull request is updated on each push to master — merging it will close it and a fresh one will be opened on the next change.

@update-docs

update-docs Bot commented Jun 8, 2026

Copy link
Copy Markdown

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review — chore: update changelog

Automated changelog update from the Calens bot. Adds the #41574 subadmin email fix entry to both the Summary and Details sections of CHANGELOG.md.

Verdict: Ready to merge. Automated changelog PR — no code review required.

@owncloud-calens-bot owncloud-calens-bot Bot force-pushed the chore/changelog-update branch 2 times, most recently from 6e6abe0 to 48379a3 Compare June 8, 2026 16:47

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review — chore: update changelog (updated)

Automated changelog update from the Calens bot. Now includes entries for #41574 (subadmin email fix), #41597 (PHP8 messages), and #41599 (federation subdirectories). Minor: the Details section capitalises "Mydomain.com/cloud" — cosmetic only, not blocking.

Verdict: Ready to merge.

@phil-davis

Copy link
Copy Markdown
Contributor

Note: when we have more CI workflows running, it might be worth investigating how to skip all the unit and acceptance test workflows for these changelog PRs.

@owncloud-calens-bot owncloud-calens-bot Bot force-pushed the chore/changelog-update branch from 48379a3 to 78809af Compare June 9, 2026 07:10

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated changelog update via Calens — adds four new bugfix entries to CHANGELOG.md:

  • htaccess RewriteBase fix for API requests blocked by file extension (#41418)
  • Subadmin email change updating caller instead of target (#41574)
  • PHP 8 deprecation notices in encryption storage and federation (#41597)
  • Federation with subdirectory-installed servers (#41599)

All entries follow the existing format and the descriptions are accurate and well-written. No concerns — this is a pure documentation update, safe to merge.

@owncloud-calens-bot owncloud-calens-bot Bot force-pushed the chore/changelog-update branch from 78809af to 5cc2c03 Compare June 9, 2026 12:25

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated Calens changelog update — same four bugfix entries as the previous revision, no new content added. Pure documentation update, safe to merge.

@owncloud-calens-bot owncloud-calens-bot Bot force-pushed the chore/changelog-update branch from 5cc2c03 to 2a4f1a8 Compare June 9, 2026 16:02

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated Calens changelog update — same four bugfix entries as prior revisions, no new content. Pure documentation update, safe to merge.

@owncloud-calens-bot owncloud-calens-bot Bot force-pushed the chore/changelog-update branch 2 times, most recently from 63663c0 to 6bb7d0a Compare June 9, 2026 19:05

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated Calens changelog update — same four bugfix entries as prior revisions, no new content. Pure documentation update, safe to merge.

@owncloud-calens-bot owncloud-calens-bot Bot force-pushed the chore/changelog-update branch 2 times, most recently from 93bfd80 to e403d91 Compare June 10, 2026 10:58

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated Calens changelog update — same four bugfix entries as prior revisions, no new content. Pure documentation update, safe to merge.

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated Calens changelog update. This revision adds the same four prior bugfix entries plus an expanded PHP dependency update list under "Update PHP dependencies" (#41450 et al.), including new bumps for google/apiclient-services, google/auth, guzzlehttp/guzzle, phpseclib/phpseclib, several symfony packages, and sabre/event/sabre/vobject. All entries follow the established format. Pure documentation update — safe to merge.

@owncloud-calens-bot owncloud-calens-bot Bot force-pushed the chore/changelog-update branch from e403d91 to 0a914ca Compare June 11, 2026 19:12

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Automated changelog update adding 5 new bugfix entries and additional PHP dependency bumps to the next-release section.

New bugfix entries:

  • #41418 — htaccess RewriteBase fix: replaces extension-based URI condition with !-f filesystem check, fixing 405 Method Not Allowed on API calls to paths ending in file extensions (e.g. /api/v1/files/photo.jpg). Well-explained entry.
  • #41574 — Subadmin email change: verification token was associated with the caller instead of the target user. Clear description of the bug and fix.
  • #41597 — PHP 8 compatibility: array offset on false in encryption wrapper, null to normalizeUrl in federation DbHandler.
  • #41599 — Federation subdirectory support: server health checks failed when the federated server was installed at a sub-path.
  • #41616 — JS test isolation: Jasmine 5 random ordering exposed shared singleton state leaks in fileactionsmenuSpec, files_sharing/appSpec, and two systemtags specs.

Dependency updates: Additional Symfony packages (console, process, routing, string, translation, translation-contracts), sabre/event, phpseclib (3.0.49 → 3.0.53), guzzle (7.11.0 → 7.11.1), google/apiclient-services (0.441.1 → 0.444.0), google/auth (1.50.1 → 1.51.0). All routine version bumps.

No issues.

@owncloud-calens-bot owncloud-calens-bot Bot force-pushed the chore/changelog-update branch 2 times, most recently from ebcf3a1 to ab3af6a Compare June 11, 2026 20:28

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Automated changelog update. Since the previous review, one new bugfix entry has been added:

  • #41608 — Remove owncloud.com/federation link from federated cloud settings: explains that the "Add to your website" badge was linking to https://owncloud.com/federation# which no longer resolves after the site restructure, and that the Cloud ID is now shown directly.

The dependency update section is unchanged from the prior iteration. No issues.

@owncloud-calens-bot owncloud-calens-bot Bot force-pushed the chore/changelog-update branch 2 times, most recently from 16187db to d8da9fa Compare June 12, 2026 08:43

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Automated changelog update. Two new entries since the prior review:

  • Security #41586 — Prevent user enumeration via differential password reset UI: promoted to a Security entry (previously listed as Bugfix in the last iteration). The description accurately explains the enumeration vector and the fix.
  • Bugfix #41364 / #41617 — Add missing space to mail footer signature delimiter: new entry documenting the -- RFC 3676 fix, with both the issue and PR linked.

All previously reviewed entries are unchanged. No issues.

@owncloud-calens-bot owncloud-calens-bot Bot force-pushed the chore/changelog-update branch from d8da9fa to fe19e60 Compare June 12, 2026 11:53

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Automated changelog update. One new entry since the prior review:

  • Security #41585 — Sanitize storage connection error messages returned to clients: added alongside the existing #41586 user enumeration entry, correctly categorised as Security. Description accurately describes the SSRF oracle vector and the server-side logging fix.

All previously reviewed entries are unchanged. No issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants