Phan An
|
24eeebde06
|
Only count a song as played after 10s (closes #619)
|
2017-08-06 10:55:02 +01:00 |
|
Phan An
|
f3143d7193
|
Merge branch 'master' of github.com:phanan/koel
|
2017-08-06 10:51:00 +01:00 |
|
Phan An
|
0ebf07021c
|
Small best practice fixes
|
2017-08-06 10:50:52 +01:00 |
|
Phan An
|
e40a57c0cd
|
Apply fixes from StyleCI (#634)
|
2017-08-06 10:44:17 +01:00 |
|
Phan An
|
f827c63819
|
Make controllers slim
|
2017-08-06 10:43:59 +01:00 |
|
Phan An
|
7ec5cfb2af
|
Apply fixes from StyleCI (#633)
|
2017-08-05 23:27:41 +01:00 |
|
Phan An
|
f344b4c3fa
|
Make tests green
|
2017-08-05 23:27:26 +01:00 |
|
Phan An
|
4e273639bd
|
Refactor album cover cache function
|
2017-08-05 22:58:50 +01:00 |
|
Phan An
|
d40a5ff751
|
Refactor Koel version cache function
|
2017-08-05 22:55:43 +01:00 |
|
Phan An
|
e16a500510
|
Refactor media cache
|
2017-08-05 22:51:59 +01:00 |
|
Phan An
|
077d1dc6b9
|
Fix doctrine version info
|
2017-08-05 22:40:14 +01:00 |
|
Phan An
|
fd368f6092
|
Fix failing test
|
2017-08-05 22:20:05 +01:00 |
|
Phan An
|
3fcf152393
|
Update composer.json
|
2017-08-05 22:19:43 +01:00 |
|
Phan An
|
56cbb4f8b3
|
Apply fixes from StyleCI (#632)
|
2017-08-05 19:55:53 +01:00 |
|
Phan An
|
39e837713f
|
Refactor tests
|
2017-08-05 19:55:02 +01:00 |
|
Phan An
|
1560cf99d0
|
Add User unit tests
|
2017-08-05 18:44:38 +01:00 |
|
Phan An
|
8bb547cb4d
|
Add tests for SongZipArchive
|
2017-08-05 18:28:28 +01:00 |
|
Phan An
|
a8f98b2377
|
Refactor tests
|
2017-08-05 17:56:11 +01:00 |
|
Phan An
|
9cd1e86533
|
Complete Setting tests
|
2017-08-05 17:32:16 +01:00 |
|
Phan An
|
d66522bd37
|
Finish Playlist unit test
|
2017-06-24 21:48:54 +01:00 |
|
Phan An
|
fcf6c8a700
|
Finish Interaction unit test
|
2017-06-24 21:46:55 +01:00 |
|
Phan An
|
5b6067426d
|
Finish unit tests for iTunes service
|
2017-06-11 22:18:27 +01:00 |
|
Phan An
|
75a79595a9
|
Merge branch 'master' into test
|
2017-06-11 01:15:36 +01:00 |
|
Phan An
|
7a658ee95d
|
Minor refactoring for S3Test
|
2017-06-11 01:15:28 +01:00 |
|
Phan An
|
8629f5a9ce
|
Complete unit tests for MediaCache service
|
2017-06-11 01:13:22 +01:00 |
|
Phan An
|
fd80aaf291
|
Complete unit tests for Lastfm service
|
2017-06-11 00:29:21 +01:00 |
|
Phan An
|
2eb0d7089c
|
Complete unit tests for Application
|
2017-06-10 16:30:54 +01:00 |
|
Phan An
|
53c4bedf7b
|
Remove Feature test for Artist, as it actually is Unit
|
2017-06-10 16:17:46 +01:00 |
|
Phan An
|
14b6c7154b
|
Finish unit tests for Song
|
2017-06-10 16:17:46 +01:00 |
|
Phan An
|
6e38f96eb2
|
Finish unit tests for Artist and Album
|
2017-06-10 14:25:30 +01:00 |
|
Phan An
|
26f76313a2
|
Modify the model factory for more flexibility
|
2017-06-10 14:24:52 +01:00 |
|
Phan An
|
f448b0e8e3
|
Merge branch 'master' into test
|
2017-06-10 12:36:55 +01:00 |
|
Phan An
|
e96c4d5073
|
Remove redundant code
|
2017-06-10 12:36:32 +01:00 |
|
Phan An
|
a52a51ba7a
|
Merge branch 'master' into test
|
2017-06-10 10:49:53 +01:00 |
|
Phan An
|
7f1ec0d305
|
Remove buggy down()
|
2017-06-10 10:49:43 +01:00 |
|
Phan An
|
56b5db9487
|
Add unit test for Album model
|
2017-06-10 01:40:44 +01:00 |
|
Phan An
|
d90e71f851
|
Add vfsStream for file system mocking
|
2017-06-10 01:40:26 +01:00 |
|
Phan An
|
35bba0e4b6
|
Fix test
|
2017-06-10 00:46:12 +01:00 |
|
Phan An
|
3fccfa8963
|
Fix is_various attribute on Artist model
|
2017-06-10 00:29:01 +01:00 |
|
Phan An
|
57e282e42b
|
Use local phpunit
|
2017-06-04 22:32:26 +01:00 |
|
Phan An
|
8beeade545
|
Use LTS Node version on Travis
|
2017-06-04 09:47:47 +01:00 |
|
Phan An
|
03baef25bd
|
Fix hidden preference bug
|
2017-06-04 09:34:21 +01:00 |
|
Phan An
|
c9ec0406ff
|
Apply fixes from StyleCI (#611)
|
2017-06-04 02:31:59 +01:00 |
|
Phan An
|
259561ce74
|
Merge branch 'master' of github.com:phanan/koel
|
2017-06-04 02:31:39 +01:00 |
|
Phan An
|
796088944d
|
Add more refactorings
|
2017-06-04 02:30:45 +01:00 |
|
Phan An
|
6c9e707f8b
|
Apply fixes from StyleCI (#610)
|
2017-06-04 02:12:24 +01:00 |
|
Phan An
|
caf13fbac0
|
Refactor Download service
|
2017-06-04 02:12:08 +01:00 |
|
Phan An
|
c706391422
|
Apply fixes from StyleCI (#609)
|
2017-06-04 00:22:12 +01:00 |
|
Phan An
|
aa7267419d
|
Massive refactorings
|
2017-06-04 00:21:50 +01:00 |
|
Phan An
|
0a8e7cd269
|
Add code quality badge
|
2017-06-03 18:12:35 +01:00 |
|