Pierre Rudloff
4456d9528c
docs: Explain where to find al list of the JSON properties
2018-03-20 12:21:24 +01:00
Pierre Rudloff
38e01b8b52
Merge tag '1.1.0' into develop
...
New JSON API
Updated youtube-dl to 2018.03.20
Some VideoDownload exceptions now have an error code and/or a path
2018-03-20 12:15:22 +01:00
Pierre Rudloff
7f6537b5aa
Merge branch 'release-1.1.0'
2018-03-20 12:12:22 +01:00
Pierre Rudloff
91547fe8f8
build(yarn): 1.1.0 release
...
Bump version number
2018-03-20 12:12:10 +01:00
Pierre Rudloff
74505cea57
feat: JSON API
2018-03-20 12:02:21 +01:00
Pierre Rudloff
618fb8416a
fix: Use a different RTMP provider
...
canalc2.tv does not use RTMP anymore
Fixes #158
2018-03-20 11:49:44 +01:00
Pierre Rudloff
782b2dbf3e
build(composer): Update youtube-dl to 2018.03.20
...
See #158
2018-03-20 11:37:11 +01:00
Pierre Rudloff
5caee811e2
Update youtube-dl to 2018.03.14
2018-03-19 15:58:25 +01:00
Pierre Rudloff
0cf949d70a
build(composer): Symfony update
2018-03-19 15:57:47 +01:00
Pierre Rudloff
2efabacd65
docs: Be more consistent and use "AllTube" everywhere
2018-03-19 15:49:22 +01:00
Pierre Rudloff
2ae2141a46
docs: Don't tell people to use chmod 777
...
Fixes #156
2018-03-04 20:00:25 +01:00
Pierre Rudloff
e7be0b36f4
Merge branch 'develop' of github.com:Rudloff/alltube into develop
2018-03-03 23:20:03 +01:00
Pierre Rudloff
bd83936c4b
build(composer): Dependencies update
...
symfony/yaml, symfony/process, symfony/var-dumper, squizlabs/php_codesniffer, phpunit/phpunit,
heroku/heroku-buildpack-php
2018-03-03 23:19:39 +01:00
Pierre Rudloff
c4506cfcf1
test: Replace deleted openload.co video VideoDownload tests
2018-02-21 19:16:50 +01:00
Pierre Rudloff
da2bdcbe40
Update Alltube.po (POEditor.com)
2018-02-21 18:56:59 +01:00
Pierre Rudloff
003452909a
feat: Add path to "Can't find avconv" error
...
See #109
2018-02-21 18:55:12 +01:00
Pierre Rudloff
a8cd915f01
build(composer): Dependencies update
...
Updated: phpunit/phpunit, symfony/process, symfony/var-dumper, symfony/yaml
2018-02-06 19:31:15 +01:00
Pierre Rudloff
b27fa518c9
feat: Add youtube-dl exit code to the exceptions
2018-02-06 19:20:56 +01:00
Pierre Rudloff
5a527373bd
style: throw is not a function
2018-02-06 19:11:57 +01:00
Pierre Rudloff
04fe43a1ca
style: Declare imported classes at the top of the file
2018-02-05 17:16:41 +01:00
Pierre Rudloff
33530eff4d
build(grunt): Don't include phantomjs in release package
2018-01-26 20:18:17 +01:00
Pierre Rudloff
e93bde7e2b
Merge tag '1.0.0' into develop
...
Download now works correctly on openload.co (needs phantomjs)
New convertAdvanced option that allows converting downloaded videos in any format
New Brazilian Portuguese locale (thanks to @ialexsilva!)
Errors can now be translated
Updated youtube-dl to 2018.01.21
2018-01-26 20:11:57 +01:00
Pierre Rudloff
6e0464ebbe
Merge branch 'release-1.0.0'
2018-01-26 20:11:53 +01:00
Pierre Rudloff
67d167c521
build(yarn): 1.0.0 release
...
Bump version number
2018-01-26 20:09:35 +01:00
Pierre Rudloff
525fa700c1
build(grunt): Build pt_BR .mo files
2018-01-26 19:59:33 +01:00
Pierre Rudloff
176b14d3ae
Update Alltube.po (POEditor.com)
2018-01-26 11:45:34 +01:00
Pierre Rudloff
6f446d82a2
Update Alltube.po (POEditor.com)
2018-01-26 11:45:32 +01:00
Pierre Rudloff
986dad5100
feat: Make strings in PHP files translatable
...
Meaningful strings are now parsed through the getext() function and the "composer update-locales"
script now parses PHP files.
Fixes #143
2018-01-26 11:37:56 +01:00
Pierre Rudloff
9ec3194c5e
fix: Don't set QT_QPA_PLATFORM
...
It looks like it not needed with the static build and it causes troubles on Windows
2018-01-25 16:08:00 +01:00
Pierre Rudloff
8d6719bba0
ci(appveyor): Install phantomjs on AppVeyor
2018-01-25 15:45:54 +01:00
Pierre Rudloff
397bbf96ff
style: Lint
...
Changes suggested by StyleCI
2018-01-25 15:13:13 +01:00
Pierre Rudloff
6aad01ede5
Merge branch 'feature/phantomjs' into develop
2018-01-25 15:10:45 +01:00
Pierre Rudloff
e36e98e47a
feat: New phantomjsDir option
...
This is used by the openload extractor
We also add to update youtube-dl to 2018.01.21 in order for the extractor to work correctly.
Fixes #146
2018-01-25 15:10:16 +01:00
Pierre Rudloff
4b1db952ba
build(composer): Install phantomjs with composer
...
#146
2018-01-25 12:56:09 +01:00
Pierre Rudloff
9a163a55c3
build(composer): Update PHP dependencies
2018-01-25 00:07:20 +01:00
Pierre Rudloff
4cc235e415
Update Alltube.po (POEditor.com)
2018-01-25 00:01:52 +01:00
Pierre Rudloff
ae1bb4d3f9
fix: Missing translatable string
2018-01-25 00:00:11 +01:00
Pierre Rudloff
4972c8ab8e
feat: Add a new convertAdvanced option
...
It allows user to convert videos to several other audio/video formats
Fixes #148
2018-01-24 23:31:21 +01:00
Pierre Rudloff
c5e3c618f2
Merge branch 'develop' of github.com:Rudloff/alltube into develop
2018-01-24 21:22:51 +01:00
Pierre Rudloff
0e65c3511f
build(grunt): Include config folder in release packages
2018-01-22 12:17:40 +01:00
Pierre Rudloff
603f4be45b
Merge branch 'master' into develop
2018-01-20 12:01:01 +01:00
Pierre Rudloff
bebcbf5364
build(composer): Fix license
...
"GPL-3.0" is a deprecated SPDX license identifier.
2018-01-20 12:00:52 +01:00
Pierre Rudloff
3efee046d2
docs: Don't duplicate option list in FAQ
...
It is already in config.example.yml.
2018-01-20 11:58:50 +01:00
Pierre Rudloff
bd00fd76ec
perf: Add rel="noopener" on external links
...
See https://developers.google.com/web/tools/lighthouse/audits/noopener
2018-01-16 13:10:51 +01:00
Pierre Rudloff
488cdcd780
fix: Improve contrast on audio button label
2018-01-16 13:08:58 +01:00
Pierre Rudloff
8cbf8300d8
fix: Use a main tag for the main part of the page
...
See https://dequeuniversity.com/rules/axe/2.2/bypass?application=lighthouse
2018-01-16 13:07:10 +01:00
Pierre Rudloff
ed533da6d4
New environment variable: AUDIO_BITRATE
...
Refactor environment variables code
2018-01-06 18:07:24 +01:00
Pierre Rudloff
5ad6e64ec1
Cleaner way to run Grunt in Dockerfile
2018-01-06 17:53:03 +01:00
Pierre Rudloff
9a7ab89286
Remove outdated list of options
2018-01-06 17:46:49 +01:00
Pierre Rudloff
fa3de2b7b5
We don't need grunt-contrib-uglify anymore
2018-01-02 16:55:23 +01:00