[PR #5804] [CLOSED] Feature disable copy #6576

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/5804
Author: @MyamazonguyGithub
Created: 9/17/2025
Status: Closed

Base: developmentHead: feature-disable-copy


📝 Commits (10+)

  • b8354b9 Updated version and assets for release v0.28.2
  • 0d31a8e Merge branch 'master' into release
  • ed563fe Updated version and assets for release v0.28.3
  • 2120db1 Merge branch 'master' into release
  • 195b749 Updated version and assets for release v0.29.0
  • 965dd97 Merge branch 'master' into release
  • 4818192 Updated version and assets for release v0.29.1
  • 87d1d34 Merge branch 'master' into release
  • 04ecc12 Updated version and assets for release v0.29.2
  • 2ff90e2 Merge branch 'master' into release

📊 Changes

35 files changed (+10243 additions, -19 deletions)

View changed files

.env.bak (+46 -0)
📝 .env.example (+21 -10)
.env.production (+57 -0)
.env.save (+53 -0)
📝 .gitignore (+3 -3)
📝 app/Config/app.php (+1 -1)
app/Config/broadcasting.php (+82 -0)
app/Config/concurrency.php (+20 -0)
app/Config/cors.php (+34 -0)
📝 app/Config/logging.php (+1 -0)
app/Exports/Controllers/ShelfExportController.php (+83 -0)
📝 app/Exports/ExportFormatter.php (+74 -0)
📝 app/Exports/ZipExports/ZipExportBuilder.php (+24 -0)
app/Http/Middleware/CspHeaders.php (+40 -0)
app/Logging/CustomizeHourlyLogs.php (+20 -0)
📝 dev/checksums/vendor (+1 -1)
📝 phpunit.xml (+1 -1)
public/dist/app.js (+33 -0)
public/dist/code.js (+32 -0)
public/dist/export-styles.css (+971 -0)

...and 15 more files

📄 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/5804 **Author:** [@MyamazonguyGithub](https://github.com/MyamazonguyGithub) **Created:** 9/17/2025 **Status:** ❌ Closed **Base:** `development` ← **Head:** `feature-disable-copy` --- ### 📝 Commits (10+) - [`b8354b9`](https://github.com/BookStackApp/BookStack/commit/b8354b974b23e74e55f62e50a209b8540cdb8e89) Updated version and assets for release v0.28.2 - [`0d31a8e`](https://github.com/BookStackApp/BookStack/commit/0d31a8e3f1faa0a741aff6207ad5f9af244fc224) Merge branch 'master' into release - [`ed563fe`](https://github.com/BookStackApp/BookStack/commit/ed563fef2872134a09d1063f71a7bade3f5e6776) Updated version and assets for release v0.28.3 - [`2120db1`](https://github.com/BookStackApp/BookStack/commit/2120db12b2720bb935fd9e1b1b81f65669c871dc) Merge branch 'master' into release - [`195b749`](https://github.com/BookStackApp/BookStack/commit/195b74926c2f18abd08db5bc74b1048dab31770a) Updated version and assets for release v0.29.0 - [`965dd97`](https://github.com/BookStackApp/BookStack/commit/965dd97f54ca385695fc8dd3a59bb930b429a147) Merge branch 'master' into release - [`4818192`](https://github.com/BookStackApp/BookStack/commit/4818192a2a0094d253f4ad77212b30013554a611) Updated version and assets for release v0.29.1 - [`87d1d34`](https://github.com/BookStackApp/BookStack/commit/87d1d3423b419e7ddf01fc78e393a424441b8252) Merge branch 'master' into release - [`04ecc12`](https://github.com/BookStackApp/BookStack/commit/04ecc128a237c22b5ff724f2328f0b6922ff3428) Updated version and assets for release v0.29.2 - [`2ff90e2`](https://github.com/BookStackApp/BookStack/commit/2ff90e2ff011866016f0371bd24c6ab2aa09ca30) Merge branch 'master' into release ### 📊 Changes **35 files changed** (+10243 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `.env.bak` (+46 -0) 📝 `.env.example` (+21 -10) ➕ `.env.production` (+57 -0) ➕ `.env.save` (+53 -0) 📝 `.gitignore` (+3 -3) 📝 `app/Config/app.php` (+1 -1) ➕ `app/Config/broadcasting.php` (+82 -0) ➕ `app/Config/concurrency.php` (+20 -0) ➕ `app/Config/cors.php` (+34 -0) 📝 `app/Config/logging.php` (+1 -0) ➕ `app/Exports/Controllers/ShelfExportController.php` (+83 -0) 📝 `app/Exports/ExportFormatter.php` (+74 -0) 📝 `app/Exports/ZipExports/ZipExportBuilder.php` (+24 -0) ➕ `app/Http/Middleware/CspHeaders.php` (+40 -0) ➕ `app/Logging/CustomizeHourlyLogs.php` (+20 -0) 📝 `dev/checksums/vendor` (+1 -1) 📝 `phpunit.xml` (+1 -1) ➕ `public/dist/app.js` (+33 -0) ➕ `public/dist/code.js` (+32 -0) ➕ `public/dist/export-styles.css` (+971 -0) _...and 15 more files_ </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:35:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6576