mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #1955] [MERGED] feat: add Organization #1979
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1979
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:org📝 Commits (1)
05e5526feat: add Organization📊 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.