No description
Find a file
dependabot[bot] 1fc680408c Bump laravel/framework from 5.7.15 to 5.7.21 (#896)
Bumps [laravel/framework](https://github.com/laravel/framework) from 5.7.15 to 5.7.21.
<details>
<summary>Release notes</summary>

*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*

> ## v5.7.21
> ## [v5.7.21 (2019-01-15)](https://github.com/laravel/framework/compare/v5.7.20...v5.7.21)
> 
> ### Fixed
> - Fixed `Blueprint::removeColumn()` ([#27115](https://github-redirect.dependabot.com/laravel/framework/pull/27115), [#27122](https://github-redirect.dependabot.com/laravel/framework/pull/27122))
> - Fixed allowing of null broadcast connection driver ([#27135](https://github-redirect.dependabot.com/laravel/framework/pull/27135))
> - Fixed `ModelMakeCommand::handle()` should always return `bool` value ([#27156](https://github-redirect.dependabot.com/laravel/framework/pull/27156))
> - Fixed `TestResponse::assertSessionDoesntHaveErrors()` when there is no errors ([#27145](https://github-redirect.dependabot.com/laravel/framework/pull/27145))
> - Fixed default message is localization twice in `403.blade.php` error page ([4a08120](4a081204d6))
> 
> ### Changed
> - Replaced `get_called_class()` to `static::class` ([#27146](https://github-redirect.dependabot.com/laravel/framework/pull/27146))
> - Re-throw `NoMatchingExpectationException` from `PendingCommand` ([#27158](https://github-redirect.dependabot.com/laravel/framework/pull/27158))
> 
> 
> ## v5.7.20
> ## [v5.7.20 (2019-01-08)](https://github.com/laravel/framework/compare/v5.7.19...v5.7.20)
> 
> ### Added
> - Added `chunkById` support in relations ([#26919](https://github-redirect.dependabot.com/laravel/framework/pull/26919))
> - Added `Collection::whereNotBetween` method ([#27028](https://github-redirect.dependabot.com/laravel/framework/pull/27028))
> - Allowed predefined log channels to change formatter from config ([#26895](https://github-redirect.dependabot.com/laravel/framework/pull/26895))
> - Allowed storage assertions (`FilesystemAdapter::assertExists` / `FilesystemAdapter::assertMissing`) to handle multiple files at once ([#26975](https://github-redirect.dependabot.com/laravel/framework/pull/26975))
> - Added `Adaptive Server connection failed` to `DetectsLostConnections` trait ([#27055](https://github-redirect.dependabot.com/laravel/framework/pull/27055))
> - Added `Route::originalParameters()` ([#27056](https://github-redirect.dependabot.com/laravel/framework/pull/27056))
> - Added `QueueFake::pushedJobs()` ([#27089](https://github-redirect.dependabot.com/laravel/framework/pull/27089), [695ffa1](695ffa1247))
> 
> ### Fixed
> - Prevents unnecessary queries when lazy loading empty relationships ([#26992](https://github-redirect.dependabot.com/laravel/framework/pull/26992))
> - Fixed broken `Command::setHidden` method ([#27005](https://github-redirect.dependabot.com/laravel/framework/pull/27005))
> - Fixed `Str::slug` method ([#27002](https://github-redirect.dependabot.com/laravel/framework/pull/27002))
> - Ignore `--seed` option for `artisan migrate --pretend` ([#27015](https://github-redirect.dependabot.com/laravel/framework/pull/27015)) 
> - Fixed `previousUrl` in the session if the call is `prefetch` ([#27017](https://github-redirect.dependabot.com/laravel/framework/pull/27017))
> - Fixed nullable `MorphTo` touching ([#27031](https://github-redirect.dependabot.com/laravel/framework/pull/27031))
> - Fixed `Collection::loadMissing()` with duplicate relation names ([#27040](https://github-redirect.dependabot.com/laravel/framework/pull/27040))
> - Fixed some commands ([#27020](https://github-redirect.dependabot.com/laravel/framework/pull/27020))
> - Ensured the command `context` is forwarded to calls ([#27012](https://github-redirect.dependabot.com/laravel/framework/pull/27012), [#27065](https://github-redirect.dependabot.com/laravel/framework/pull/27065))
> - Fixed `Collection::loadMorph()` issue relations loading issue ([#27081](https://github-redirect.dependabot.com/laravel/framework/pull/27081))
> 
> ### Changed
> - Removed `HasOneOrMany::update()` since `Builder::update()` already adds the `UPDATED_AT` timestamp. ([#27026](https://github-redirect.dependabot.com/laravel/framework/pull/27026))
> - Changed `Name or service not known` to `php_network_getaddresses: getaddrinfo failed: Name or service not known` in `DetectsLostConnections` trait ([#27054](https://github-redirect.dependabot.com/laravel/framework/pull/27054), [5459ac1](5459ac15b5))
> - Changed Eloquent `ApiResource merge()` methods to accept `JsonResource` object  ([#27068](https://github-redirect.dependabot.com/laravel/framework/pull/27068))
> - Stop email re-verification with same link ([#27070](https://github-redirect.dependabot.com/laravel/framework/pull/27070)) 
> 
> 
> ## v5.7.19
> ## [v5.7.19 (2018-12-18)](https://github.com/laravel/framework/compare/v5.7.18...v5.7.19)
> 
> ### Added
></tr></table> ... (truncated)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.7.md).*

> ## [v5.7.21 (2019-01-15)](https://github.com/laravel/framework/compare/v5.7.20...v5.7.21)
> 
> ### Fixed
> - Fixed `Blueprint::removeColumn()` ([#27115](https://github-redirect.dependabot.com/laravel/framework/pull/27115), [#27122](https://github-redirect.dependabot.com/laravel/framework/pull/27122))
> - Fixed allowing of null broadcast connection driver ([#27135](https://github-redirect.dependabot.com/laravel/framework/pull/27135))
> - Fixed `ModelMakeCommand::handle()` should always return `bool` value ([#27156](https://github-redirect.dependabot.com/laravel/framework/pull/27156))
> - Fixed `TestResponse::assertSessionDoesntHaveErrors()` when there is no errors ([#27145](https://github-redirect.dependabot.com/laravel/framework/pull/27145))
> - Fixed default message is localization twice in `403.blade.php` error page ([4a08120](4a081204d6))
> 
> ### Changed
> - Replaced `get_called_class()` to `static::class` ([#27146](https://github-redirect.dependabot.com/laravel/framework/pull/27146))
> - Re-throw `NoMatchingExpectationException` from `PendingCommand` ([#27158](https://github-redirect.dependabot.com/laravel/framework/pull/27158))
> 
> 
> ## [v5.7.20 (2019-01-08)](https://github.com/laravel/framework/compare/v5.7.19...v5.7.20)
> 
> ### Added
> - Added `chunkById` support in relations ([#26919](https://github-redirect.dependabot.com/laravel/framework/pull/26919))
> - Added `Collection::whereNotBetween` method ([#27028](https://github-redirect.dependabot.com/laravel/framework/pull/27028))
> - Allowed predefined log channels to change formatter from config ([#26895](https://github-redirect.dependabot.com/laravel/framework/pull/26895))
> - Allowed storage assertions (`FilesystemAdapter::assertExists` / `FilesystemAdapter::assertMissing`) to handle multiple files at once ([#26975](https://github-redirect.dependabot.com/laravel/framework/pull/26975))
> - Added `Adaptive Server connection failed` to `DetectsLostConnections` trait ([#27055](https://github-redirect.dependabot.com/laravel/framework/pull/27055))
> - Added `Route::originalParameters()` ([#27056](https://github-redirect.dependabot.com/laravel/framework/pull/27056))
> - Added `QueueFake::pushedJobs()` ([#27089](https://github-redirect.dependabot.com/laravel/framework/pull/27089), [695ffa1](695ffa1247))
> 
> ### Fixed
> - Prevents unnecessary queries when lazy loading empty relationships ([#26992](https://github-redirect.dependabot.com/laravel/framework/pull/26992))
> - Fixed broken `Command::setHidden` method ([#27005](https://github-redirect.dependabot.com/laravel/framework/pull/27005))
> - Fixed `Str::slug` method ([#27002](https://github-redirect.dependabot.com/laravel/framework/pull/27002))
> - Ignore `--seed` option for `artisan migrate --pretend` ([#27015](https://github-redirect.dependabot.com/laravel/framework/pull/27015)) 
> - Fixed `previousUrl` in the session if the call is `prefetch` ([#27017](https://github-redirect.dependabot.com/laravel/framework/pull/27017))
> - Fixed nullable `MorphTo` touching ([#27031](https://github-redirect.dependabot.com/laravel/framework/pull/27031))
> - Fixed `Collection::loadMissing()` with duplicate relation names ([#27040](https://github-redirect.dependabot.com/laravel/framework/pull/27040))
> - Fixed some commands ([#27020](https://github-redirect.dependabot.com/laravel/framework/pull/27020))
> - Ensured the command `context` is forwarded to calls ([#27012](https://github-redirect.dependabot.com/laravel/framework/pull/27012), [#27065](https://github-redirect.dependabot.com/laravel/framework/pull/27065))
> - Fixed `Collection::loadMorph()` issue relations loading issue ([#27081](https://github-redirect.dependabot.com/laravel/framework/pull/27081))
> 
> ### Changed
> - Removed `HasOneOrMany::update()` since `Builder::update()` already adds the `UPDATED_AT` timestamp. ([#27026](https://github-redirect.dependabot.com/laravel/framework/pull/27026))
> - Changed `Name or service not known` to `php_network_getaddresses: getaddrinfo failed: Name or service not known` in `DetectsLostConnections` trait ([#27054](https://github-redirect.dependabot.com/laravel/framework/pull/27054), [5459ac1](5459ac15b5))
> - Changed Eloquent `ApiResource merge()` methods to accept `JsonResource` object  ([#27068](https://github-redirect.dependabot.com/laravel/framework/pull/27068))
> - Stop email re-verification with same link ([#27070](https://github-redirect.dependabot.com/laravel/framework/pull/27070)) 
> 
> 
> ## [v5.7.19 (2018-12-18)](https://github.com/laravel/framework/compare/v5.7.18...v5.7.19)
> 
> ### Added
> - Added `Illuminate\Support\Collection::whereBetween` method ([#26888](https://github-redirect.dependabot.com/laravel/framework/pull/26888))
> 
> ### Fixed
></tr></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`25f7445`](25f74458a2) version
- [`d5d7259`](d5d72598ec) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7
- [`87ca267`](87ca2676ce) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1
- [`4a08120`](4a081204d6) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))"
- [`d1e7879`](d1e7879008) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7
- [`a621f8a`](a621f8a809) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors
- [`90eb2e3`](90eb2e3db1) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion'
- [`64b5ada`](64b5adacdc) Update ModelMakeCommand.php
- [`d818fd1`](d818fd18cc) [5.7] update changelog
- [`e087df5`](e087df50c4) Merge pull request [#27144](https://github-redirect.dependabot.com/laravel/framework/issues/27144) from jamesmirvine/recaller-performance
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.15...v5.7.21)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.15&new-version=5.7.21)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.15&new-version=5.7.21)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2019-01-16 16:30:31 +01:00
.github Fix links in issue template 2017-04-20 17:42:23 +08:00
api-docs Fix Postman Collection link (#893) 2019-01-10 14:58:21 +01:00
app Apply fixes from StyleCI (#887) 2019-01-01 12:53:34 +01:00
bootstrap Upgraded to Laravel 5.4 2017-02-15 11:16:49 +08:00
config Non interactive koel:init (#886) 2019-01-01 12:53:20 +01:00
database Add "Smart Playlist" backend logics (#849) 2018-11-04 00:25:08 +01:00
public Amend manifest with more content 2016-12-10 17:34:31 +08:00
resources Sync with core 2018-12-23 21:15:13 +01:00
routes API doc (#872) 2018-12-09 22:24:43 +01:00
storage API doc (#872) 2018-12-09 22:24:43 +01:00
tests Non interactive koel:init (#886) 2019-01-01 12:53:20 +01:00
.editorconfig A change of heart re:indent size 2016-06-26 00:05:24 +08:00
.env.example Non interactive koel:init (#886) 2019-01-01 12:53:20 +01:00
.eslintignore Lint everything 2016-11-26 10:25:35 +07:00
.gitattributes Big Bang 2015-12-13 12:42:28 +08:00
.gitignore Add codecov 2018-11-11 12:09:57 +01:00
.gitmodules Adding submodule again 2018-02-04 13:35:00 +01:00
.htaccess API doc (#872) 2018-12-09 22:24:43 +01:00
.travis.yml Add badge and config codecov 2018-11-11 12:20:09 +01:00
artisan Big Bang 2015-12-13 12:42:28 +08:00
composer.json API doc (#872) 2018-12-09 22:24:43 +01:00
composer.lock Bump laravel/framework from 5.7.15 to 5.7.21 (#896) 2019-01-16 16:30:31 +01:00
index.php Applied fixes from StyleCI 2015-12-14 08:22:39 -05:00
LICENSE.md The most important commit of all 2018-01-01 00:37:36 +01:00
nginx.conf.example API doc (#872) 2018-12-09 22:24:43 +01:00
nitpick.json Make Nitpick CI ignore certain paths 2017-11-08 23:22:48 +01:00
package.json Update node-sass I hate node-sass 2018-12-23 21:13:53 +01:00
phpunit.xml Refactor tests 2017-08-05 17:56:11 +01:00
README.md Add badge and config codecov 2018-11-11 12:20:09 +01:00
server.php Applied fixes from StyleCI 2015-12-14 08:22:39 -05:00
webpack.config.js Extract core to submodule 2018-02-02 22:12:19 +01:00
webpack.mix.js Use webpack codesplitting 2018-09-04 16:32:39 +07:00
yarn.lock Update node-sass I hate node-sass 2018-12-23 21:13:53 +01:00

koel Build Status Code Quality codecov OpenCollective OpenCollective

Showcase

Intro

Koel (also stylized as koel, with a lowercase k) is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. Targeting web developers, Koel embraces some of the more modern web technologies flexbox, audio, and drag-and-drop API to name a few to do its job.

Install and Upgrade Guide

For system requirements, installation/upgrade guides, troubleshooting etc., head over to the Official Documentation.

Contribute

All contributions, big or small, are warmheartedly welcome! Please note, however, that if you want to work on a new feature, first open an issue to make sure it's something desired doing this will greatly save time for all of us.

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]