[PR #1955] [MERGED] feat: add Organization #1979

Closed
opened 2026-02-26 03:32:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1955
Author: @phanan
Created: 6/16/2025
Status: Merged
Merged: 6/16/2025
Merged by: @phanan

Base: masterHead: org


📝 Commits (1)

📊 Changes

17 files changed (+168 additions, -48 deletions)

View changed files

📝 .github/workflows/unit-backend-mysql.yml (+2 -0)
📝 .github/workflows/unit-backend-pgsql.yml (+2 -0)
📝 .github/workflows/unit-backend-sqlite.yml (+2 -0)
📝 app/Http/Controllers/SSO/GoogleCallbackController.php (+4 -5)
app/Models/Organization.php (+42 -0)
📝 app/Models/User.php (+8 -1)
app/Repositories/OrganizationRepository.php (+16 -0)
📝 app/Repositories/UserRepository.php (+2 -2)
app/Services/OrganizationService.php (+18 -0)
📝 app/Services/ProxyAuthService.php (+4 -2)
📝 app/Services/UserInvitationService.php (+2 -1)
📝 app/Services/UserService.php (+15 -11)
📝 app/Values/SsoUser.php (+1 -1)
📝 database/factories/UserFactory.php (+2 -0)
database/migrations/2025_06_16_141017_create_organizations_table.php (+39 -0)
📝 tests/Integration/KoelPlus/Services/UserServiceTest.php (+9 -10)
📝 tests/Integration/Services/UserServiceTest.php (+0 -15)

📄 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/koel/koel/pull/1955 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `org` --- ### 📝 Commits (1) - [`05e5526`](https://github.com/koel/koel/commit/05e5526752b337746687906c6a2040ad2517085d) feat: add Organization ### 📊 Changes **17 files changed** (+168 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/unit-backend-mysql.yml` (+2 -0) 📝 `.github/workflows/unit-backend-pgsql.yml` (+2 -0) 📝 `.github/workflows/unit-backend-sqlite.yml` (+2 -0) 📝 `app/Http/Controllers/SSO/GoogleCallbackController.php` (+4 -5) ➕ `app/Models/Organization.php` (+42 -0) 📝 `app/Models/User.php` (+8 -1) ➕ `app/Repositories/OrganizationRepository.php` (+16 -0) 📝 `app/Repositories/UserRepository.php` (+2 -2) ➕ `app/Services/OrganizationService.php` (+18 -0) 📝 `app/Services/ProxyAuthService.php` (+4 -2) 📝 `app/Services/UserInvitationService.php` (+2 -1) 📝 `app/Services/UserService.php` (+15 -11) 📝 `app/Values/SsoUser.php` (+1 -1) 📝 `database/factories/UserFactory.php` (+2 -0) ➕ `database/migrations/2025_06_16_141017_create_organizations_table.php` (+39 -0) 📝 `tests/Integration/KoelPlus/Services/UserServiceTest.php` (+9 -10) 📝 `tests/Integration/Services/UserServiceTest.php` (+0 -15) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1979
No description provided.