An Phan
bdfada084e
Fix #40
2015-12-15 08:14:31 +08:00
Phan An
5c9653cae0
Merge pull request #41 from mattstauffer/easy-init
...
Add an init command
2015-12-15 08:06:46 +08:00
Phan An
c3720e9014
Merge pull request #34 from henriquebremenkanp/patch-1
...
Fix #26 by correcting HTTP Header
2015-12-15 08:05:17 +08:00
Matt Stauffer
ba7559570c
Add an init command
2015-12-14 17:43:16 -05:00
Matt Stauffer
90250eb337
Convert case-insensitive sort to use core Vue methods
2015-12-14 14:54:56 -05:00
Matt Stauffer
be003e2966
Add case insensitive order by for list views
2015-12-14 13:55:13 -05:00
Henrique
ec4ff83fd9
Fix #26 by correcting HTTP Header
2015-12-14 16:28:33 -02:00
Pedro Borges
d21736d59d
Fix conflicts
2015-12-14 16:12:20 -02:00
Phan An
fdafa43f9d
Merge pull request #24 from wesleybliss/patch-1
...
Update app.scss
2015-12-15 01:21:40 +08:00
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
Wesley Bliss
922068eb00
Update app.scss
...
Randomly passing by and saw "urf-8" instead of "utf-8", which might be a typo.
2015-12-14 10:56:23 -05:00
An Phan
912b01e8bd
Clean resource routes
2015-12-14 22:16:19 +08:00
An Phan
0779ff6d2a
Merge branch 'clean-resource-routes' of https://github.com/pedroborges/koel into pedroborges-clean-resource-routes
2015-12-14 22:14:25 +08:00
Phan An
c88bcb4987
Merge pull request #18 from brett-anderson/patch-1
...
Typo in readme
2015-12-14 22:09:59 +08:00
Brett Anderson
09c87d5623
Typo in readme
2015-12-14 06:07:37 -08:00
An Phan
db0707d898
A better composer.json
...
phpunit version is dropped to 4.0 to meet PHP 5.5.9 requirement. Also,
an .env file will now be copied over if one doesn't exist.
2015-12-14 21:49:50 +08:00
Pedro Borges
7fcad32032
Clean resource routes
2015-12-14 11:34:34 -02:00
An Phan
81dd7f8cce
Applied fixes from StyleCI
2015-12-14 21:25:50 +08:00
Phan An
f9c9a4df2d
Applied fixes from StyleCI
2015-12-14 08:22:39 -05:00
An Phan
28103d3754
Oppa ES6 style
2015-12-14 21:13:12 +08:00
An Phan
b7ee592416
Typos and doc formats
2015-12-14 17:52:18 +08:00
An Phan
37b3664889
Add a travis badge
2015-12-14 17:14:14 +08:00
An Phan
499f836cde
Add a travis badge
2015-12-14 17:13:29 +08:00
An Phan
38c61a3db3
...on master branch
2015-12-14 16:50:58 +08:00
An Phan
d7bce41fa6
Make Travis work
2015-12-14 16:35:22 +08:00
An Phan
22e027c2ad
Fix #6 : "Prev" control should go to beginning of song if already passed 5 seconds
2015-12-14 12:51:52 +08:00
An Phan
daaa7ba747
Disable auto discovering mod_xsendfile.
...
The reason being, there might be cases that user have installed but not
configured the module. Auto discovery here will cause the streaming to
fail. With auto discovery removed, Koel will only stream using
mod_xsendfile if MOD_X_SENDFILE_ENABLED env var is found. Hence, users
can disable it in .htaccess if they're not ready.
2015-12-14 12:32:29 +08:00
An Phan
f9edb8af7b
Tmp. disabling XAccelRedirect streamer
2015-12-14 12:31:06 +08:00
An Phan
2450df7be6
Fix newly created playlist songs
2015-12-14 12:29:16 +08:00
An Phan
957505e4a4
Fixes #4
2015-12-14 12:25:42 +08:00
An Phan
73802d4584
Wording
2015-12-14 11:45:15 +08:00
An Phan
c3ec0e1198
Move touch and tile icons to img folder
2015-12-14 11:39:06 +08:00
An Phan
229eb7def2
Grammar
2015-12-14 11:28:18 +08:00
An Phan
525dfbbfb3
Merge branch 'master' of github.com:phanan/koel
2015-12-14 01:09:05 +08:00
Phan An
3848552baf
Merge pull request #3 from icewind1991/patch-1
...
Ignore files that dont have a playtime
2015-12-14 01:08:47 +08:00
An Phan
8ec6cf4019
Typo
2015-12-14 01:03:00 +08:00
An Phan
e5f0b63bfb
Typos
2015-12-14 00:52:35 +08:00
An Phan
22d72e25c6
Typos
2015-12-14 00:50:30 +08:00
An Phan
3f65c8ad3d
Remove unused property
2015-12-14 00:42:55 +08:00
Robin Appelman
6810548490
Ignore files that dont have a playtime
...
They probably aren't music files
Prevents
> Undefined index: playtime_seconds
while scanning
2015-12-13 17:29:26 +01:00
An Phan
0c4df50fa9
Typos
2015-12-14 00:13:08 +08:00
An Phan
a4335bff52
Fix publicPath in to allow php artisan serve
2015-12-13 14:29:32 +08:00
An Phan
eaf81aa55e
Commit the updated composer.lock
2015-12-13 14:29:15 +08:00
An Phan
742a0e5219
Set sqlite db to :memory:
2015-12-13 12:57:20 +08:00
An Phan
b18f36f531
Trying to make Travis work
2015-12-13 12:50:39 +08:00
An Phan
0ee372882c
Big Bang
2015-12-13 12:42:28 +08:00
Phan An
32f56ce24b
Update README.md
2015-12-13 10:20:20 +08:00
Phan An
580875c3e0
Create README.md
2015-12-13 10:19:46 +08:00
Phan An
e7218f7bd1
Update LICENSE.md
2015-12-13 10:16:44 +08:00
Phan An
d36ef96d19
Update LICENSE.md
2015-12-06 20:16:15 +08:00