[PR #4081] [CLOSED] Accidental pr #6302

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/4081
Author: @CaffeineSheep
Created: 3/1/2023
Status: Closed

Base: developmentHead: new-mods


📝 Commits (2)

  • 0ce8f54 first attempt at porting mods from older version
  • c229af5 New mods

📊 Changes

56 files changed (+1778 additions, -335 deletions)

View changed files

.dev.env (+81 -0)
.prod.env (+98 -0)
.vscode/launch.json (+17 -0)
📝 app/Actions/ActivityQueries.php (+25 -0)
📝 app/Auth/Queries/UserContentCounts.php (+4 -0)
📝 app/Auth/Queries/UserRecentlyCreatedContent.php (+4 -0)
📝 app/Auth/Queries/UsersAllPaginatedAndSorted.php (+2 -2)
📝 app/Auth/User.php (+15 -2)
📝 app/Config/setting-defaults.php (+2 -2)
app/Entities/BasicListItem.php (+66 -0)
📝 app/Entities/Models/Book.php (+5 -3)
📝 app/Entities/Models/Bookshelf.php (+5 -3)
📝 app/Entities/Models/Page.php (+32 -1)
📝 app/Entities/Models/PageRevision.php (+12 -0)
📝 app/Entities/Repos/PageRepo.php (+1 -1)
📝 app/Http/Controllers/Auth/LoginController.php (+7 -3)
📝 app/Http/Controllers/BookController.php (+31 -2)
📝 app/Http/Controllers/HomeController.php (+55 -74)
📝 app/Http/Controllers/PageController.php (+73 -10)
📝 app/Http/Controllers/UserController.php (+28 -0)

...and 36 more files

📄 Description

This was an accidental pull request smh. This can be deleted!

Apologies


🔄 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/4081 **Author:** [@CaffeineSheep](https://github.com/CaffeineSheep) **Created:** 3/1/2023 **Status:** ❌ Closed **Base:** `development` ← **Head:** `new-mods` --- ### 📝 Commits (2) - [`0ce8f54`](https://github.com/BookStackApp/BookStack/commit/0ce8f54d00d2debb50276a79d26c8dad8370dccf) first attempt at porting mods from older version - [`c229af5`](https://github.com/BookStackApp/BookStack/commit/c229af54e1f5af456ad7bde75fa8d5bbe6254902) New mods ### 📊 Changes **56 files changed** (+1778 additions, -335 deletions) <details> <summary>View changed files</summary> ➕ `.dev.env` (+81 -0) ➕ `.prod.env` (+98 -0) ➕ `.vscode/launch.json` (+17 -0) 📝 `app/Actions/ActivityQueries.php` (+25 -0) 📝 `app/Auth/Queries/UserContentCounts.php` (+4 -0) 📝 `app/Auth/Queries/UserRecentlyCreatedContent.php` (+4 -0) 📝 `app/Auth/Queries/UsersAllPaginatedAndSorted.php` (+2 -2) 📝 `app/Auth/User.php` (+15 -2) 📝 `app/Config/setting-defaults.php` (+2 -2) ➕ `app/Entities/BasicListItem.php` (+66 -0) 📝 `app/Entities/Models/Book.php` (+5 -3) 📝 `app/Entities/Models/Bookshelf.php` (+5 -3) 📝 `app/Entities/Models/Page.php` (+32 -1) 📝 `app/Entities/Models/PageRevision.php` (+12 -0) 📝 `app/Entities/Repos/PageRepo.php` (+1 -1) 📝 `app/Http/Controllers/Auth/LoginController.php` (+7 -3) 📝 `app/Http/Controllers/BookController.php` (+31 -2) 📝 `app/Http/Controllers/HomeController.php` (+55 -74) 📝 `app/Http/Controllers/PageController.php` (+73 -10) 📝 `app/Http/Controllers/UserController.php` (+28 -0) _...and 36 more files_ </details> ### 📄 Description This was an accidental pull request smh. This can be deleted! Apologies --- <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:28:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6302