1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-07-01 08:10:54 +02:00
Commit Graph

878 Commits

Author SHA1 Message Date
Pierre Rudloff
019fc269fe Update phpunit to 6.5
Update Slim to 3.9
2017-12-05 21:03:57 +01:00
Pierre Rudloff
d581621f1b Throw an exception when a popen stream is not created correctly 2017-12-05 20:50:05 +01:00
Pierre Rudloff
47789f8f8d Check that PlaylistArchiveStream::stream_read returns a string 2017-12-05 19:42:52 +01:00
Pierre Rudloff
d35b43dc17 popen can also return false 2017-12-05 15:56:34 +01:00
Pierre Rudloff
c3719f68e5 Add type checks in PlaylistArchiveStream 2017-12-05 15:49:13 +01:00
Pierre Rudloff
8cb3eb7208 Ignore unused parameters in test 2017-12-05 15:44:00 +01:00
Pierre Rudloff
6b73026194 Fix cookie settings in tests 2017-12-05 15:43:35 +01:00
Pierre Rudloff
5cd6ea0c44 AppVeyor now uses PHP 7.2 2017-12-05 14:14:27 +01:00
Pierre Rudloff
a6b5e4cc69 Stop using a local Composer
It is a bit overkill just to fix a timestamp issue

Symfony update
2017-12-05 14:12:48 +01:00
Pierre Rudloff
d5efd1cbd7 main in package.json should point to a JS file
Since we only use Node for Grunt, the Gruntfile is what makes the most sense.
2017-11-23 11:52:34 +01:00
Pierre Rudloff
e2a5cbdb30 We don't need grunt-contrib-csslint in prod 2017-11-21 11:24:55 +01:00
Pierre Rudloff
0b13966a99 Merge branch 'develop' of github.com:Rudloff/alltube into develop 2017-11-21 11:23:13 +01:00
Pierre Rudloff
2401b6b4a0 We don't always need to install dev dependencies with Yarn 2017-11-21 11:22:38 +01:00
Pierre Rudloff
cc7da98280 Merge branch 'master' into develop 2017-11-20 11:16:04 +01:00
Pierre Rudloff
3c182ad3f6 Ask for a video URL in issue template 2017-11-20 11:15:59 +01:00
Pierre Rudloff
40a42864ca Merge branch 'master' into develop 2017-11-20 11:10:12 +01:00
Pierre Rudloff
9da2f3540e New question in issue template 2017-11-20 11:10:03 +01:00
Pierre Rudloff
c197b5ef96 Symfony update 2017-11-17 01:21:31 +01:00
Pierre Rudloff
3f325ddaae Missing property 2017-11-12 16:39:56 +01:00
Pierre Rudloff
31576056c7 Fix types in docblock 2017-11-12 16:37:33 +01:00
Pierre Rudloff
21aedb08f0 Remove useless argument 2017-11-12 16:34:14 +01:00
Pierre Rudloff
dcec7115bc Check that Python can be executed 2017-11-12 15:14:59 +01:00
Pierre Rudloff
383ffca6d4 -user-agent has been replaced by -user_agent in ffmpeg 2017-11-12 15:05:47 +01:00
Pierre Rudloff
5f7b56e437 Merge branch 'feature/travis-skip' into develop 2017-11-11 23:08:51 +01:00
Pierre Rudloff
1b5e99403f Basic testEnv test 2017-11-11 23:00:53 +01:00
Pierre Rudloff
c07322e160 Remove buggy test (the video is not available anymore) 2017-11-11 22:50:54 +01:00
Pierre Rudloff
0027250de7 testTestLocale fails on Windows 2017-11-11 22:48:11 +01:00
Pierre Rudloff
3ffdec9ca1 Run testTestLocale on Travis 2017-11-11 22:39:41 +01:00
Pierre Rudloff
244fb85379 Update Symfony to 3.3.11 2017-11-11 18:30:23 +01:00
Pierre Rudloff
21fbd740e8 Merge branch 'master' into develop 2017-11-11 18:02:14 +01:00
Pierre Rudloff
ed52820f69 Ask for PHP version in issue template
Typo
2017-11-11 18:01:51 +01:00
Pierre Rudloff
2432a06c1b Make tests run on Windows (fixes #137)
Use AppVeyor to run tests
2017-11-11 17:48:05 +01:00
Pierre Rudloff
88ea150d5a Merge branch 'master' into develop 2017-11-11 13:52:25 +01:00
Pierre Rudloff
d443cb3996 Lint 2017-11-11 13:51:40 +01:00
Pierre Rudloff
b060703dde Merge branch 'master' into develop 2017-11-11 13:49:27 +01:00
Pierre Rudloff
f8a82839a7 Issue template (fixes #138) 2017-11-11 13:48:56 +01:00
Pierre Rudloff
600c8757e9 Lint 2017-11-10 23:52:04 +01:00
Pierre Rudloff
fd2a4d8745 Add an option to set the MP3 bitrate when converting (fixes #113) 2017-11-10 23:50:17 +01:00
Pierre Rudloff
627108e08d Cleaner way to call phpunit on Travis 2017-11-10 14:14:42 +01:00
Pierre Rudloff
dbcb9a9558 Cleaner way to call Grunt on Travis 2017-11-10 13:54:32 +01:00
Pierre Rudloff
078ead9aec Update youtube-dl to 2017.11.06 2017-11-10 13:23:23 +01:00
Pierre Rudloff
baad5e73ea Add a way to easily run youtube-dl with Composer 2017-11-10 13:04:14 +01:00
Pierre Rudloff
55c64f75d8 phpunit update 2017-11-10 12:47:19 +01:00
Pierre Rudloff
bdcbf19cee Lint 2017-11-10 12:20:08 +01:00
Pierre Rudloff
8848a8dbf3 Improve LocaleMiddlewareTest
Add a way to unset the current locale
2017-11-10 12:18:20 +01:00
Pierre Rudloff
c994f8ac9a Add missing assertions to testGetInstanceWithEmptyFile 2017-11-10 11:47:23 +01:00
Pierre Rudloff
528c9eedf2 yarn upgrade 2017-11-07 01:34:18 +01:00
Pierre Rudloff
5d4fb0a8c6 We don't need to explicitely require Smarty 2017-11-05 16:25:25 +01:00
Pierre Rudloff
70f5ef2b6d phpunit/php-code-coverage update 2017-11-05 16:22:17 +01:00
Pierre Rudloff
46e962563d Use a local Composer because the one in Debian stable is too old for some tasks 2017-11-03 10:17:34 +01:00