koel/app/Http/Controllers/API
Pedro Borges 899c7176c1 Use Laravel built-in authorization
The comment below motivated me to find a better solution for the
repeated authorisation checks:

```php
// This can't be put into a Request authorize(), due to Laravel(?)'s
limitation.
```

This is the result.
2015-12-14 14:27:26 -02:00
..
Controller.php Use Laravel built-in authorization 2015-12-14 14:27:26 -02:00
DataController.php Big Bang 2015-12-13 12:42:28 +08:00
InteractionController.php Big Bang 2015-12-13 12:42:28 +08:00
PlaylistController.php Use Laravel built-in authorization 2015-12-14 14:27:26 -02:00
SettingController.php Big Bang 2015-12-13 12:42:28 +08:00
SongController.php Disable auto discovering mod_xsendfile. 2015-12-14 12:32:29 +08:00
UserController.php Use Laravel built-in authorization 2015-12-14 14:27:26 -02:00