[PR #691] [MERGED] add support for gitlab authentication #5689

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/691
Author: @jozefbalun
Created: 1/31/2018
Status: Merged
Merged: 2/4/2018
Merged by: @ssddanbrown

Base: masterHead: support_for_gitlub_auth


📝 Commits (3)

  • 44d8f39 add support for gitlab authentification
  • 8b125be add missing lock file
  • 194bb0f add missing icon, fix name conventions

📊 Changes

7 files changed (+57 additions, -5 deletions)

View changed files

📝 .env.example (+5 -1)
📝 app/Providers/EventServiceProvider.php (+1 -0)
📝 app/Services/SocialAuthService.php (+1 -1)
📝 composer.json (+2 -1)
📝 composer.lock (+38 -1)
📝 config/services.php (+9 -1)
resources/assets/icons/gitlab.svg (+1 -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/691 **Author:** [@jozefbalun](https://github.com/jozefbalun) **Created:** 1/31/2018 **Status:** ✅ Merged **Merged:** 2/4/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `support_for_gitlub_auth` --- ### 📝 Commits (3) - [`44d8f39`](https://github.com/BookStackApp/BookStack/commit/44d8f39037dfc23520fd2b0698785b148dd8c512) add support for gitlab authentification - [`8b125be`](https://github.com/BookStackApp/BookStack/commit/8b125be8f62e21993f08e0c9fd3fa743b6ef9b5f) add missing lock file - [`194bb0f`](https://github.com/BookStackApp/BookStack/commit/194bb0f042c6b6d94c810520ffdafb86f90aa254) add missing icon, fix name conventions ### 📊 Changes **7 files changed** (+57 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+5 -1) 📝 `app/Providers/EventServiceProvider.php` (+1 -0) 📝 `app/Services/SocialAuthService.php` (+1 -1) 📝 `composer.json` (+2 -1) 📝 `composer.lock` (+38 -1) 📝 `config/services.php` (+9 -1) ➕ `resources/assets/icons/gitlab.svg` (+1 -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:14:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5689