[PR #3557] [CLOSED] Nci custom design #6219

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3557
Author: @Itskiprotich
Created: 7/6/2022
Status: Closed

Base: developmentHead: nci_custom_design


📝 Commits (3)

📊 Changes

47 files changed (+2252 additions, -240 deletions)

View changed files

📝 .env.example.complete (+1 -1)
📝 app/Auth/Access/RegistrationService.php (+5 -2)
📝 app/Config/database.php (+4 -4)
📝 app/Http/Controllers/Auth/RegisterController.php (+13 -7)
📝 app/Http/Controllers/BookController.php (+19 -0)
📝 app/Util/CspService.php (+1 -1)
📝 composer.lock (+117 -98)
database/migrations/2022_07_04_184044_add_country_designation_to_users_table.php (+34 -0)
📝 dev/docs/visual-theme-system.md (+2 -1)
📝 package-lock.json (+1 -1)
📝 resources/js/components/entity-selector-popup.js (+8 -9)
📝 resources/lang/en/auth.php (+26 -6)
📝 resources/lang/en/entities.php (+14 -0)
📝 resources/lang/it/activities.php (+4 -4)
📝 resources/lang/it/auth.php (+3 -3)
📝 resources/lang/it/entities.php (+10 -10)
📝 resources/lang/ja/activities.php (+4 -4)
📝 resources/lang/ja/common.php (+2 -2)
📝 resources/lang/ja/entities.php (+10 -10)
📝 resources/lang/pl/auth.php (+5 -5)

...and 27 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/3557 **Author:** [@Itskiprotich](https://github.com/Itskiprotich) **Created:** 7/6/2022 **Status:** ❌ Closed **Base:** `development` ← **Head:** `nci_custom_design` --- ### 📝 Commits (3) - [`4ed8fde`](https://github.com/BookStackApp/BookStack/commit/4ed8fde198723089420615d9960c5eee778cef50) first commit - [`65193bd`](https://github.com/BookStackApp/BookStack/commit/65193bd991d84ad678ca6b7e4b560c7ca54b5a13) auth and home page design - [`9fd2c57`](https://github.com/BookStackApp/BookStack/commit/9fd2c57b758ab6d8bc400e2d3e43b3b02e1358a3) auth and home page design ### 📊 Changes **47 files changed** (+2252 additions, -240 deletions) <details> <summary>View changed files</summary> 📝 `.env.example.complete` (+1 -1) 📝 `app/Auth/Access/RegistrationService.php` (+5 -2) 📝 `app/Config/database.php` (+4 -4) 📝 `app/Http/Controllers/Auth/RegisterController.php` (+13 -7) 📝 `app/Http/Controllers/BookController.php` (+19 -0) 📝 `app/Util/CspService.php` (+1 -1) 📝 `composer.lock` (+117 -98) ➕ `database/migrations/2022_07_04_184044_add_country_designation_to_users_table.php` (+34 -0) 📝 `dev/docs/visual-theme-system.md` (+2 -1) 📝 `package-lock.json` (+1 -1) 📝 `resources/js/components/entity-selector-popup.js` (+8 -9) 📝 `resources/lang/en/auth.php` (+26 -6) 📝 `resources/lang/en/entities.php` (+14 -0) 📝 `resources/lang/it/activities.php` (+4 -4) 📝 `resources/lang/it/auth.php` (+3 -3) 📝 `resources/lang/it/entities.php` (+10 -10) 📝 `resources/lang/ja/activities.php` (+4 -4) 📝 `resources/lang/ja/common.php` (+2 -2) 📝 `resources/lang/ja/entities.php` (+10 -10) 📝 `resources/lang/pl/auth.php` (+5 -5) _...and 27 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:27:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6219