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

fix loading custom logo image #38291

Merged
merged 1 commit into from
May 22, 2023
Merged

fix loading custom logo image #38291

merged 1 commit into from
May 22, 2023

Conversation

icewind1991
Copy link
Member

Seems to be a leftover from #34599

To test:

  • upload a custom logo image in theming
  • open /index.php/apps/theming/icon

Note that you might need to mess with the caching or re-upload the icon to get the change to show.

@icewind1991 icewind1991 added the 3. to review Waiting for reviews label May 15, 2023
@icewind1991 icewind1991 added this to the Nextcloud 27 milestone May 15, 2023
@icewind1991 icewind1991 requested review from a team, ArtificialOwl, blizzz and nfebe and removed request for a team May 15, 2023 15:42
@icewind1991
Copy link
Member Author

/backport to stable26

@icewind1991
Copy link
Member Author

/backport to stable25

Copy link
Contributor

@szaimen szaimen left a comment

Choose a reason for hiding this comment

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

LGTM but didnt test

@szaimen
Copy link
Contributor

szaimen commented May 16, 2023

failing tests are releated

@szaimen szaimen added 2. developing Work in progress and removed 3. to review Waiting for reviews labels May 16, 2023
@icewind1991 icewind1991 force-pushed the fix-loading-themed-logo branch from 345d19e to 8332ac8 Compare May 16, 2023 12:08
@szaimen szaimen added 3. to review Waiting for reviews and removed 2. developing Work in progress labels May 16, 2023
@szaimen szaimen enabled auto-merge May 16, 2023 13:19
@szaimen
Copy link
Contributor

szaimen commented May 16, 2023

nodb failure still related

@szaimen szaimen disabled auto-merge May 16, 2023 17:02
@szaimen szaimen added 2. developing Work in progress and removed 3. to review Waiting for reviews labels May 16, 2023
@blizzz blizzz mentioned this pull request May 17, 2023
@icewind1991 icewind1991 force-pushed the fix-loading-themed-logo branch from 8332ac8 to c03410c Compare May 17, 2023 15:07
@szaimen
Copy link
Contributor

szaimen commented May 17, 2023

nodb failure still related...

Signed-off-by: Robin Appelman <[email protected]>
@icewind1991 icewind1991 force-pushed the fix-loading-themed-logo branch from c03410c to 51984dc Compare May 22, 2023 13:11
@szaimen szaimen removed the 2. developing Work in progress label May 22, 2023
@szaimen szaimen added the 4. to release Ready to be released and/or waiting for tests to finish label May 22, 2023
@icewind1991
Copy link
Member Author

/backport to stable27

@icewind1991 icewind1991 merged commit 5479eb3 into master May 22, 2023
@icewind1991 icewind1991 deleted the fix-loading-themed-logo branch May 22, 2023 14:39
@backportbot-nextcloud
Copy link

The backport to stable25 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable25
git pull origin/stable25

# Create the new backport branch
git checkout -b fix/foo-stable25

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@backportbot-nextcloud
Copy link

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin/stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@solracsf
Copy link
Member

/backport to stable25

@szaimen
Copy link
Contributor

szaimen commented May 23, 2023

/backport to stable27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants