Skip to content

fix: legal footer on public page - #55415

Merged
SebastianKrupinski merged 1 commit into
masterfrom
fix/issue-legal-footer
Dec 9, 2025
Merged

fix: legal footer on public page#55415
SebastianKrupinski merged 1 commit into
masterfrom
fix/issue-legal-footer

Conversation

@SebastianKrupinski

@SebastianKrupinskiSebastianKrupinski commented Sep 29, 2025

Copy link
Copy Markdown
Contributor

Summary

  • Adjusted footer logic
  • Adjusted footer width and colour
image

Checklist

@SebastianKrupinskiSebastianKrupinski self-assigned this Sep 29, 2025
@SebastianKrupinskiSebastianKrupinski added the 3. to review Waiting for reviews label Sep 29, 2025
@SebastianKrupinski
SebastianKrupinski requested review from ArtificialOwl, leftybournes, nfebe, skjnldsv and susnux and removed request for a teamSeptember 29, 2025 19:45
@SebastianKrupinskiSebastianKrupinski added this to the Nextcloud 32.0.1 milestone Oct 2, 2025
@SebastianKrupinski

Copy link
Copy Markdown
ContributorAuthor

/backport to stable32

Comment threadcore/css/public.scss Outdated
height: var(--default-line-height);
color: var(--color-text-maxcontrast);
white-space: nowrap;
display: inline-block;

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.

going by the other blocks I think there is one indentation too many

Comment threadcore/css/public.scss Outdated
bottom: var(--body-container-margin);
background-color: var(--color-main-background);
transform: translateX(-50%);
background-color: rgba( var(--color-main-background-rgb, 255,255,255), 0.85 );

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.

Suggested change
background-color: rgba( var(--color-main-background-rgb, 255,255,255), 0.85 );
background-color: rgba( var(--color-main-background-rgb, 255,255,255), 0.85 );

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The RGB variants are discouraged. Also for consistency with the footer in other places it should be the same as .guestbox in guests.scss:

--color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-main-text));
color: var(--color-main-text);
background-color: var(--color-main-background-blur);
-webkit-backdrop-filter: var(--filter-background-blur);
backdrop-filter: var(--filter-background-blur);

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

@susnux How is this now?

@SebastianKrupinski

Copy link
Copy Markdown
ContributorAuthor

Updated screen capture

image

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
@SebastianKrupinski
SebastianKrupinski merged commit 4185dfb into masterDec 9, 2025
195 of 200 checks passed
@SebastianKrupinski
SebastianKrupinski deleted the fix/issue-legal-footer branch December 9, 2025 17:05
@Antreesy

Antreesy commented Dec 29, 2025

Copy link
Copy Markdown
Contributor

This breaks quite some public pages now, as not respecting footerVisible anymore.

I see that at least 5 apps (including Calendar) had this specifically disabled: https://github.com/search?q=org%3Anextcloud+setFooterVisible&type=code

@SebastianKrupinski

Copy link
Copy Markdown
ContributorAuthor

Hi @Antreesy

Thanks for letting me know, I will have to adjust the condition again.

@DerDreschner

Copy link
Copy Markdown
Contributor

This PR introduced the following regression: #57673

@SebastianKrupinski: Could you have a look at it?

@susnuxsusnux mentioned this pull request Mar 30, 2026
8 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@SebastianKrupinski@Antreesy@DerDreschner@ChristophWurst@susnux@AndyScherzinger