[PR #4684] [MERGED] Merge V23.10.3 changes into development #6396

Closed
opened 2026-02-05 10:31:11 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/4684
Author: @ssddanbrown
Created: 11/20/2023
Status: Merged
Merged: 12/3/2023
Merged by: @ssddanbrown

Base: developmentHead: v23-10


📝 Commits (3)

  • 2fb873f Favicon: Moved resizing to specific resizer class
  • 9b1f820 Images: Forced intervention loading via specific method
  • 15d7161 Images: Prevented base64 extraction without permission

📊 Changes

8 files changed (+116 additions, -40 deletions)

View changed files

📝 app/Config/app.php (+0 -4)
📝 app/Entities/Repos/PageRepo.php (+5 -5)
📝 app/Entities/Tools/PageContent.php (+23 -9)
📝 app/Uploads/FaviconHandler.php (+6 -9)
📝 app/Uploads/ImageResizer.php (+22 -6)
📝 app/Users/Models/User.php (+0 -4)
📝 tests/Entity/PageContentTest.php (+59 -2)
📝 tests/ThemeTest.php (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/4684 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 12/3/2023 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `v23-10` --- ### 📝 Commits (3) - [`2fb873f`](https://github.com/BookStackApp/BookStack/commit/2fb873f7efeb0279aea0241c09ec51ddcdd2f119) Favicon: Moved resizing to specific resizer class - [`9b1f820`](https://github.com/BookStackApp/BookStack/commit/9b1f82059659d0af745fab239f6b306f436d1e99) Images: Forced intervention loading via specific method - [`15d7161`](https://github.com/BookStackApp/BookStack/commit/15d7161428832d2ebf12061f69fff780cdb10550) Images: Prevented base64 extraction without permission ### 📊 Changes **8 files changed** (+116 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `app/Config/app.php` (+0 -4) 📝 `app/Entities/Repos/PageRepo.php` (+5 -5) 📝 `app/Entities/Tools/PageContent.php` (+23 -9) 📝 `app/Uploads/FaviconHandler.php` (+6 -9) 📝 `app/Uploads/ImageResizer.php` (+22 -6) 📝 `app/Users/Models/User.php` (+0 -4) 📝 `tests/Entity/PageContentTest.php` (+59 -2) 📝 `tests/ThemeTest.php` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:31:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6396