Pony.fm/app/Commands
Laravel Shift 00f24a5c12 Laravel 5.2 Update (#106)
* Adopt PSR-2 coding style

The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer

* Adopt PHP short array syntax

Laravel 5 adopted the short array syntax which became available in
PHP 5.4.

* Remove SelfHandling from Jobs

Jobs are self handling by default in Laravel 5.2.

* Add new exceptions to `$dontReport` property

* Shift core files

* Shift Middleware

Laravel 5.2 adjusts the `Guard` object used within middleware. In
addition, new `can` and `throttles` middleware were added.

* Shift Input to Request facade

Laravel 5.2 no longer registers the `Input` facade by default. Laravel
now prefers using the `Request` facade or the `$request` object within
*Controllers* instead. Review the [HTTP Requests][1] documentation for
more details.

[1]: https://laravel.com/docs/5.2/requests

* Shift configuration

Laravel 5.2 introduces the `env` app configuration option and removes
the `pretend` mail configuration option. In addition, a few of the
default `providers` and `aliases` bindings were removed.

* Shift Laravel dependencies

* Shift cleanup

* Updated composer.lock

* Updated Middleware to 5.2

* Config update for Laravel 5.2

* [Laravel 5.2] Updated validation strings

* Updated auth config

* Updated to use middleware groups

* Added laravel 5.2 sessions migration
2016-09-29 23:26:31 +01:00
..
AddTrackToPlaylistCommand.php #86: Fixed more queries for PostgreSQL. 2016-07-09 06:44:49 -07:00
CommandBase.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
CommandResponse.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
CreateAlbumCommand.php #2: Admins can now manage other users' content. 2016-06-14 01:27:56 -07:00
CreateCommentCommand.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
CreateGenreCommand.php #20: Added the genre creation tool. 2016-01-06 04:50:44 -08:00
CreatePlaylistCommand.php Improved a bunch of use statements. 2016-06-12 04:49:24 -07:00
CreateShowSongCommand.php Admins can modify show songs 2016-06-06 00:12:10 +01:00
CreateUserCommand.php #2: Implemented the user creation tool. 2016-06-12 04:16:03 -07:00
DeleteAlbumCommand.php #2: Admins can now manage other users' content. 2016-06-14 01:27:56 -07:00
DeleteGenreCommand.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
DeletePlaylistCommand.php Lots of minor code cleanup. 2016-06-05 23:15:56 -07:00
DeleteShowSongCommand.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
DeleteTrackCommand.php Lots of minor code cleanup. 2016-06-05 23:15:56 -07:00
EditAlbumCommand.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
EditPlaylistCommand.php Improved a bunch of use statements. 2016-06-12 04:49:24 -07:00
EditTrackCommand.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
GenerateTrackFilesCommand.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
MergeAccountsCommand.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
ParseTrackTagsCommand.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
RemoveTrackFromPlaylistCommand.php Improved a bunch of use statements. 2016-06-12 04:49:24 -07:00
RenameGenreCommand.php #20: Genre tags in files are now updated when a genre is renamed. 2016-01-06 05:33:23 -08:00
RenameShowSongCommand.php Admins can modify show songs 2016-06-06 00:12:10 +01:00
SaveAccountSettingsCommand.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
ToggleFavouriteCommand.php Fixed album favouriting 2016-07-19 16:23:06 +01:00
ToggleFollowingCommand.php #86: More Postgres tweaks 2016-06-28 18:53:53 +01:00
UploadTrackCommand.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00