[PR #5367] [CLOSED] Release #6484

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/5367
Author: @paulhollmann
Created: 12/17/2024
Status: Closed

Base: releaseHead: release


📝 Commits (10+)

📊 Changes

13 files changed (+401 additions, -24 deletions)

View changed files

📝 .gitignore (+1 -0)
app/Access/Controllers/VATSIMConnectController.php (+189 -0)
app/App/Providers/ConnectProvider.php (+94 -0)
app/Config/vatsim.php (+12 -0)
📝 app/Users/Controllers/UserController.php (+7 -7)
📝 app/Users/Models/User.php (+9 -2)
database/migrations/2023_01_25_135506_modifiy_user_table.php (+52 -0)
📝 resources/views/auth/login.blade.php (+4 -0)
📝 resources/views/auth/parts/login-form-oidc.blade.php (+9 -10)
resources/views/components/login-text.blade.php (+5 -0)
📝 resources/views/users/edit.blade.php (+5 -3)
📝 resources/views/users/parts/form.blade.php (+5 -2)
📝 routes/web.php (+9 -0)

📄 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/5367 **Author:** [@paulhollmann](https://github.com/paulhollmann) **Created:** 12/17/2024 **Status:** ❌ Closed **Base:** `release` ← **Head:** `release` --- ### 📝 Commits (10+) - [`bef8a00`](https://github.com/BookStackApp/BookStack/commit/bef8a004b5df87ca932398d9a62d63f771bc6e85) add our files - [`604b55b`](https://github.com/BookStackApp/BookStack/commit/604b55b4758291c97bbfa9fa16c499219526ce04) migration - [`735259e`](https://github.com/BookStackApp/BookStack/commit/735259ef0c2884a79e67c9665f1f6a67cbd1c138) s - [`fa9c291`](https://github.com/BookStackApp/BookStack/commit/fa9c29114a4cdb7340c18cc77693f9ae79cfaa7c) username - [`40c91fd`](https://github.com/BookStackApp/BookStack/commit/40c91fdf20394730669017e76dd7afbc4e49c862) login - [`27cc2d1`](https://github.com/BookStackApp/BookStack/commit/27cc2d1055661a7cff4d61650466c8cdde741332) Merge branch 'release' into vatger - [`9aa5a87`](https://github.com/BookStackApp/BookStack/commit/9aa5a8752eca436cefe0eb87a646850ddbb53bd8) add login icon - [`b9c2025`](https://github.com/BookStackApp/BookStack/commit/b9c2025304ced21c0e6e6182e28ce7c661424583) Update User.php - [`a81ee26`](https://github.com/BookStackApp/BookStack/commit/a81ee26320e0cf65b5c03eb6595edea065903e29) Revert "Update User.php" - [`b0fa579`](https://github.com/BookStackApp/BookStack/commit/b0fa579675a5691882b83ecd051fdc3b5505114f) lock ### 📊 Changes **13 files changed** (+401 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `app/Access/Controllers/VATSIMConnectController.php` (+189 -0) ➕ `app/App/Providers/ConnectProvider.php` (+94 -0) ➕ `app/Config/vatsim.php` (+12 -0) 📝 `app/Users/Controllers/UserController.php` (+7 -7) 📝 `app/Users/Models/User.php` (+9 -2) ➕ `database/migrations/2023_01_25_135506_modifiy_user_table.php` (+52 -0) 📝 `resources/views/auth/login.blade.php` (+4 -0) 📝 `resources/views/auth/parts/login-form-oidc.blade.php` (+9 -10) ➕ `resources/views/components/login-text.blade.php` (+5 -0) 📝 `resources/views/users/edit.blade.php` (+5 -3) 📝 `resources/views/users/parts/form.blade.php` (+5 -2) 📝 `routes/web.php` (+9 -0) </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:33:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6484