Skip to content

Conversation

@SebastianKrupinski
Copy link
Contributor

@SebastianKrupinski SebastianKrupinski commented Jan 5, 2026

Summary

  • Adjusted Logic to respect getFooterVisible() - false

Checklist

@SebastianKrupinski SebastianKrupinski self-assigned this Jan 5, 2026
@SebastianKrupinski SebastianKrupinski requested a review from a team as a code owner January 5, 2026 18:58
@SebastianKrupinski SebastianKrupinski requested review from come-nc, leftybournes, salmart-dev and yemkareems and removed request for a team January 5, 2026 18:58
@github-project-automation github-project-automation bot moved this to 🏗️ In progress in 💌 📅 👥 Groupware team Jan 5, 2026
@SebastianKrupinski SebastianKrupinski added the 3. to review Waiting for reviews label Jan 5, 2026
@SebastianKrupinski SebastianKrupinski added this to the Nextcloud 33 milestone Jan 5, 2026
@SebastianKrupinski
Copy link
Contributor Author

/backport to stable32

Copy link
Contributor

@Antreesy Antreesy left a comment

Choose a reason for hiding this comment

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

For the record, comparison with the original condition (before the 55415):

- <?php if (isset($template) && $template->getFooterVisible() && ($theme->getLongFooter() !== '' || $_['showSimpleSignUpLink'])) { ?>
+ <?php if ((!isset($template) || $template->getFooterVisible() !== false) && ($theme->getLongFooter() !== '' || $_['showSimpleSignUpLink'])) { ?>

@SebastianKrupinski
Copy link
Contributor Author

@Antreesy

Does this address the issue you had?

@Antreesy
Copy link
Contributor

Antreesy commented Jan 7, 2026

Does this address the issue you had?

Yes, tested for public rooms and call recordings in Talk

Signed-off-by: SebastianKrupinski <[email protected]>
@SebastianKrupinski SebastianKrupinski force-pushed the fix/adjust-public-page-footer-logic branch from defe392 to 6b3d3fd Compare January 7, 2026 15:16
@SebastianKrupinski
Copy link
Contributor Author

/backport to stable32

@nickvergessen nickvergessen merged commit eb91d86 into master Jan 8, 2026
203 of 211 checks passed
@nickvergessen nickvergessen deleted the fix/adjust-public-page-footer-logic branch January 8, 2026 10:10
@github-project-automation github-project-automation bot moved this from 🏗️ In progress to ☑️ Done in 💌 📅 👥 Groupware team Jan 8, 2026
@backportbot

This comment was marked as resolved.

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

Labels

Projects

Development

Successfully merging this pull request may close these issues.

5 participants