[PR #626] [CLOSED] Add gitlab auth #5679

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/626
Author: @jozefbalun
Created: 12/21/2017
Status: Closed

Base: masterHead: add_gitlab_auth


📝 Commits (3)

  • 4f38a58 Added built assets for release
  • 66aaac7 Release update
  • f5beea6 add support for gitlab social auth

📊 Changes

11 files changed (+68 additions, -4 deletions)

View changed files

📝 .env.example (+3 -0)
📝 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)
public/build/css/print-styles-88bf3b16e2.css (+1 -0)
public/build/css/styles-9bbd48e72b.css (+1 -0)
public/build/js/common-80db108453.js (+6 -0)
public/build/rev-manifest.json (+5 -0)
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/626 **Author:** [@jozefbalun](https://github.com/jozefbalun) **Created:** 12/21/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add_gitlab_auth` --- ### 📝 Commits (3) - [`4f38a58`](https://github.com/BookStackApp/BookStack/commit/4f38a5873a62fc7220992f85fe1f94733fbc69f2) Added built assets for release - [`66aaac7`](https://github.com/BookStackApp/BookStack/commit/66aaac79287e45f0e30cbb0e5ce67682760df678) Release update - [`f5beea6`](https://github.com/BookStackApp/BookStack/commit/f5beea61783e45c7b43fe5092f866924c97b6ecd) add support for gitlab social auth ### 📊 Changes **11 files changed** (+68 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -0) 📝 `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) ➕ `public/build/css/print-styles-88bf3b16e2.css` (+1 -0) ➕ `public/build/css/styles-9bbd48e72b.css` (+1 -0) ➕ `public/build/js/common-80db108453.js` (+6 -0) ➕ `public/build/rev-manifest.json` (+5 -0) ➕ `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:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5679