[PR #1540] [CLOSED] Registration api #1756

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1540
Author: @naeemtawwos
Created: 10/21/2022
Status: Closed

Base: masterHead: registration-api


📝 Commits (7)

  • bc77108 Merge pull request #1 from koel/master
  • ad532f0 revamping koel to bayan fm
  • 9dc5a05 revamping koel to bayan fm
  • 16b9523 rever a change to types.ts
  • 4aea3e1 Merge pull request #8 from naeemtawwos/bayan-fm-config-changes
  • a9506e2 registration api and fronend form
  • 87af92c added validation to registration form

📊 Changes

34 files changed (+33217 additions, -6383 deletions)

View changed files

📝 app/Http/Controllers/API/AuthController.php (+24 -0)
📝 composer.lock (+684 -769)
📝 config/app.php (+2 -2)
package-lock.json (+26315 -0)
📝 resources/assets/img/covers/default.svg (+173 -15)
📝 resources/assets/img/favicon.ico (+0 -0)
📝 resources/assets/img/icon.png (+0 -0)
📝 resources/assets/img/logo.png (+0 -0)
📝 resources/assets/img/logo.svg (+173 -30)
📝 resources/assets/js/App.vue (+14 -0)
📝 resources/assets/js/components/album/AlbumCard.vue (+2 -2)
📝 resources/assets/js/components/album/AlbumInfo.vue (+1 -1)
📝 resources/assets/js/components/album/__snapshots__/AlbumCard.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/artist/ArtistCard.vue (+2 -2)
resources/assets/js/components/auth/RegistrationForm.vue (+106 -0)
📝 resources/assets/js/components/layout/app-footer/FooterPlaybackControls.vue (+2 -2)
📝 resources/assets/js/components/layout/main-wrapper/ExtraPanel.spec.ts (+1 -1)
📝 resources/assets/js/components/layout/main-wrapper/ExtraPanel.vue (+1 -1)
📝 resources/assets/js/components/layout/main-wrapper/Sidebar.vue (+2 -2)
📝 resources/assets/js/components/meta/AboutKoelModal.vue (+7 -9)

...and 14 more files

📄 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/1540 **Author:** [@naeemtawwos](https://github.com/naeemtawwos) **Created:** 10/21/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `registration-api` --- ### 📝 Commits (7) - [`bc77108`](https://github.com/koel/koel/commit/bc7710886aea9b2c99e461ca1e490d70e3131d1a) Merge pull request #1 from koel/master - [`ad532f0`](https://github.com/koel/koel/commit/ad532f0e6d6f4076cf253d7e1db6654d8f4e038d) revamping koel to bayan fm - [`9dc5a05`](https://github.com/koel/koel/commit/9dc5a05074a3d9af6d36861957e4b698532dfbeb) revamping koel to bayan fm - [`16b9523`](https://github.com/koel/koel/commit/16b95238de626a2bf99ad916c2212fb2a2736738) rever a change to types.ts - [`4aea3e1`](https://github.com/koel/koel/commit/4aea3e17792d7cad509aab379aac9fe588c452fc) Merge pull request #8 from naeemtawwos/bayan-fm-config-changes - [`a9506e2`](https://github.com/koel/koel/commit/a9506e2aba47dfa0933fde6e9ae8f7c369a2f50c) registration api and fronend form - [`87af92c`](https://github.com/koel/koel/commit/87af92cc87a3f022b1d609fc47d1a6bbb76fbb10) added validation to registration form ### 📊 Changes **34 files changed** (+33217 additions, -6383 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/API/AuthController.php` (+24 -0) 📝 `composer.lock` (+684 -769) 📝 `config/app.php` (+2 -2) ➕ `package-lock.json` (+26315 -0) 📝 `resources/assets/img/covers/default.svg` (+173 -15) 📝 `resources/assets/img/favicon.ico` (+0 -0) 📝 `resources/assets/img/icon.png` (+0 -0) 📝 `resources/assets/img/logo.png` (+0 -0) 📝 `resources/assets/img/logo.svg` (+173 -30) 📝 `resources/assets/js/App.vue` (+14 -0) 📝 `resources/assets/js/components/album/AlbumCard.vue` (+2 -2) 📝 `resources/assets/js/components/album/AlbumInfo.vue` (+1 -1) 📝 `resources/assets/js/components/album/__snapshots__/AlbumCard.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/artist/ArtistCard.vue` (+2 -2) ➕ `resources/assets/js/components/auth/RegistrationForm.vue` (+106 -0) 📝 `resources/assets/js/components/layout/app-footer/FooterPlaybackControls.vue` (+2 -2) 📝 `resources/assets/js/components/layout/main-wrapper/ExtraPanel.spec.ts` (+1 -1) 📝 `resources/assets/js/components/layout/main-wrapper/ExtraPanel.vue` (+1 -1) 📝 `resources/assets/js/components/layout/main-wrapper/Sidebar.vue` (+2 -2) 📝 `resources/assets/js/components/meta/AboutKoelModal.vue` (+7 -9) _...and 14 more files_ </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:12 +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#1756
No description provided.