mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #2006] [MERGED] feat(demo): auto create and use demo accounts #2014
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#2014
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/2006
Author: @phanan
Created: 7/6/2025
Status: ✅ Merged
Merged: 7/6/2025
Merged by: @phanan
Base:
master← Head:demo-acc📝 Commits (1)
7a8377ffeat(demo): auto create and use demo accounts📊 Changes
18 files changed (+131 additions, -42 deletions)
View changed files
📝
.github/workflows/test-backend-mariadb.yml(+0 -7)📝
.github/workflows/test-backend-pgsql.yml(+0 -7)📝
.github/workflows/test-backend-sqlite.yml(+0 -7)➕
app/Attributes/RequiresDemo.php(+14 -0)📝
app/Helpers.php(+5 -0)➕
app/Http/Controllers/Demo/IndexController.php(+22 -0)➕
app/Http/Controllers/Demo/NewSessionController.php(+34 -0)📝
app/Http/Controllers/IndexController.php(+2 -0)📝
app/Http/Middleware/HandleDemoMode.php(+8 -0)📝
resources/assets/js/components/auth/LoginForm.spec.ts(+2 -2)📝
resources/assets/js/components/auth/LoginForm.vue(+8 -5)📝
resources/assets/js/components/auth/__snapshots__/LoginForm.spec.ts.snap(+4 -4)📝
resources/assets/js/components/song/song-list/SongListItem.vue(+3 -3)📝
resources/assets/js/types.d.ts(+6 -0)📝
resources/views/base.blade.php(+5 -5)📝
resources/views/index.blade.php(+6 -1)📝
routes/web.base.php(+9 -1)📝
tests/Feature/KoelPlus/ProxyAuthTest.php(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.