1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-07-03 08:30:57 +02:00
Commit Graph

515 Commits

Author SHA1 Message Date
Pierre Rudloff
e575e16e4f 0.6.0 release 2016-10-19 18:33:45 +02:00
Pierre Rudloff
be92413e3c Add how to use as a library in README 2016-10-19 18:32:13 +02:00
Pierre Rudloff
257b7ed9fd We don't need grunt-cli 2016-10-19 18:11:22 +02:00
Pierre Rudloff
9c35b51777 Add title to code doc 2016-10-19 18:05:58 +02:00
Pierre Rudloff
ddfb57b391 Merge branch 'feature/travis_doc' into develop 2016-10-19 17:58:59 +02:00
Pierre Rudloff
96b961e72c Generate doc with Travis 2016-10-19 17:58:32 +02:00
Pierre Rudloff
d94077b713 Merge pull request #77 from Rudloff/analysis-zO5ZVP
Applied fixes from StyleCI
2016-10-18 09:52:29 +01:00
Pierre Rudloff
18a15a7484 Applied fixes from StyleCI 2016-10-18 08:45:54 +00:00
Pierre Rudloff
85fb3a54cd Test for exceptions when creating config 2016-10-18 10:45:16 +02:00
Pierre Rudloff
201d7c3376 rtmpdump is not required as it can be installed elsewhere 2016-10-18 10:22:35 +02:00
Pierre Rudloff
cb7dad19dc Throw exception is Python is missing 2016-10-18 10:15:09 +02:00
Pierre Rudloff
b6f8e585be Add a way to pass a Config object to VideoDownload 2016-10-18 10:03:50 +02:00
Pierre Rudloff
a3dee17b2a Move YAML parsing to Config::getInstance()
Make Config::__construct() public
2016-10-18 09:54:08 +02:00
Pierre Rudloff
f549cc8ce3 We need PHP 5.6 on Travis 2016-10-18 09:44:45 +02:00
Pierre Rudloff
95c2d9f476 Merge branch 'develop' of https://github.com/Rudloff/alltube into develop 2016-10-18 09:27:56 +02:00
Pierre Rudloff
13be997ddb Throw exception if youtube-dl can't be found 2016-10-18 09:27:28 +02:00
Pierre Rudloff
5e969733f1 Don't include phpunit and phpcs in release package 2016-10-18 09:19:05 +02:00
Pierre Rudloff
0d2d1cd548 ffmpeg and youtube-dl should be dev dependencies as they can be installed from elsewhere 2016-10-18 09:17:16 +02:00
Pierre Rudloff
eedaa338a9 Add instructions for missing CSS and JS files in FAQ 2016-10-17 11:22:53 +02:00
Pierre Rudloff
87c2d713a9 Merge pull request #76 from Rudloff/analysis-87b32V
Applied fixes from StyleCI
2016-10-15 15:23:38 +01:00
Pierre Rudloff
21967b77fb Applied fixes from StyleCI 2016-10-15 14:20:54 +00:00
Pierre Rudloff
7d930d5083 Code refactoring 2016-10-15 16:18:04 +02:00
Pierre Rudloff
b4d3b9d88b Duplicate code 2016-10-14 19:16:52 +02:00
Pierre Rudloff
34fa390256 Merge pull request #74 from Rudloff/analysis-8n2oby
Applied fixes from StyleCI
2016-10-14 18:04:06 +01:00
Pierre Rudloff
fdc746a69d Applied fixes from StyleCI 2016-10-14 17:02:14 +00:00
Pierre Rudloff
b0cdbd41ed Refactor code 2016-10-14 19:01:51 +02:00
Pierre Rudloff
ce4d166332 Typo 2016-10-14 16:42:24 +02:00
Pierre Rudloff
5c4caf359f Merge branch 'develop' into feature/stream 2016-10-14 02:47:21 +02:00
Pierre Rudloff
8090a8dc6e Merge pull request #73 from Rudloff/analysis-8QejAg
Applied fixes from StyleCI
2016-10-14 01:42:33 +01:00
Pierre Rudloff
5d9a6873b6 Applied fixes from StyleCI 2016-10-14 00:40:57 +00:00
Pierre Rudloff
2b0f0a6740 Missing doc comments 2016-10-14 02:40:33 +02:00
Pierre Rudloff
b3632ccd69 Merge branch 'develop' into feature/stream 2016-10-13 17:30:30 +02:00
Pierre Rudloff
1be7606aa2 Undefined variable 2016-10-13 17:29:38 +02:00
Pierre Rudloff
7e33bf29eb Make sure container has a view property 2016-10-13 17:16:22 +02:00
Pierre Rudloff
7c19c0af5e Merge branch 'develop' into feature/stream 2016-10-13 17:09:02 +02:00
Pierre Rudloff
bb1ae65733 phpunit update 2016-10-13 17:08:51 +02:00
Pierre Rudloff
6e73398369 Merge branch 'develop' into feature/stream
Conflicts:
	composer.lock
2016-10-13 17:07:00 +02:00
Pierre Rudloff
3a31cc0008 Check that we have a Slim container 2016-10-13 17:02:41 +02:00
Pierre Rudloff
41b9be34c5 Wrong class in doc comment 2016-10-13 16:53:23 +02:00
Pierre Rudloff
9ad024888a Refactor getter classes 2016-10-13 16:40:19 +02:00
Pierre Rudloff
5de8e9d8cc Use interface instead of concrete classe 2016-10-13 16:34:57 +02:00
Pierre Rudloff
98839d277e We need npm 3 (see #72) 2016-10-13 14:42:01 +02:00
Pierre Rudloff
b7d3e67566 Merge branch 'develop' of github.com:Rudloff/alltube into develop 2016-10-10 21:36:22 +02:00
Pierre Rudloff
7746d7d26a addSlimPlugins is deprecated 2016-10-10 21:34:38 +02:00
Pierre Rudloff
6db29d325e Undeclared class properties 2016-10-10 21:32:19 +02:00
Pierre Rudloff
1b5054159c Cast bool because getenv always returns string 2016-10-10 21:30:07 +02:00
Pierre Rudloff
793aa9f534 Add link to FAQ in README
Use ` instead of * in markdown
2016-10-10 17:07:19 +02:00
Pierre Rudloff
4276a3b553 Add info about feature/stream branch in FAQ 2016-10-10 17:05:36 +02:00
Pierre Rudloff
a4eb9ba2fe Add PHP requirements in README 2016-10-09 11:41:09 +02:00
Pierre Rudloff
10f1d18e51 Merge branch 'master' into develop 2016-10-05 23:46:04 +02:00