[PR #2006] [MERGED] feat(demo): auto create and use demo accounts #2014

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

📋 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: masterHead: demo-acc


📝 Commits (1)

  • 7a8377f feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/2006 **Author:** [@phanan](https://github.com/phanan) **Created:** 7/6/2025 **Status:** ✅ Merged **Merged:** 7/6/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `demo-acc` --- ### 📝 Commits (1) - [`7a8377f`](https://github.com/koel/koel/commit/7a8377f0d609c61acf85addc41acb80178994bf8) feat(demo): auto create and use demo accounts ### 📊 Changes **18 files changed** (+131 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `.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) </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:33:02 +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#2014
No description provided.