Commit Graph

57 Commits

Author SHA1 Message Date
Pierre Rudloff 1031ad152d Remove every reference to alltubedownload.net (#422) 2022-10-16 15:22:47 +02:00
M*C*O 60f924f4bf
Document X-Forwarded-Proto in README (#368) 2021-07-25 15:02:03 +02:00
Pierre Rudloff 9688244285 Remove donation links 2021-02-22 21:12:23 +01:00
bellington3 c5298dd24b
Provide basePath support (#309)
* Provide basePath support

To be able to serve the application via a reverse proxy in a subfolder
smarty needs to be aware of the basepath if any.

* Provide basepath support via X-Forwarded headers

* Fix warnings

* Review adjustments

* Provide support X-Forwarded-Host header

* Use $uri in view factory directly

* Use middleware to set basepath from X-Forwarded-Path header

* Fix invalid type hint in RouterPathMiddleware

* Add "X-Forwarded-Host" to README
2020-10-19 22:18:03 +02:00
Johannes Zellner 2e05989ee3
Add Cloudron installation method (#292)
* Add Cloudron installation method

* Update README.md
2020-07-02 21:56:23 +02:00
Pierre Rudloff 00e1d57ff7 Merge branch 'master' into develop 2020-06-23 01:15:39 +02:00
Pierre Rudloff 440063c3cb We now require PHP 7.2 2020-06-23 01:15:27 +02:00
Pierre Rudloff a8b9b18949 Remove obsolete documentation 2020-06-23 01:05:44 +02:00
Pierre Rudloff 683a19b0fb Remove references to avconv
Most distributions now use ffmpeg instead
2020-06-22 23:26:47 +02:00
Pierre Rudloff 5c2823e3f1 Move Video class to a separate library
+ improve error handling
+ youtube-dl update
2020-06-21 15:12:03 +02:00
Pierre Rudloff 0197554681 Fix typo 2020-05-14 14:10:38 +02:00
Pierre Rudloff 74bb14cffe youtube-dl doc has moved 2020-03-19 10:19:36 +01:00
Pierre Rudloff fc31bac7be We won't host the doc anymore 2019-11-30 16:36:18 +01:00
Pierre Rudloff 2f3ab77e8b Stop using grunt and use grumphp and robo instead 2019-11-30 16:34:35 +01:00
Pierre Rudloff 32ee7bd5bc docs(README): Fix link to class documentation 2019-09-21 13:43:15 +02:00
Pierre Rudloff 40943b6c84 Stop using Surge to host the documentation 2019-04-28 15:19:04 +02:00
Pierre Rudloff 4c9af8ad1d refactor: New Video class
The news class provides a cleaner object-oriented logic

BREAKING CHANGE: The VideoDownload class has been removed and the Config constructor is now private
2019-04-21 18:30:02 +02:00
Pierre Rudloff 0e4971447e docs(README): Stop asking to rename the app
See #205
2019-01-06 17:03:14 +01:00
Pierre Rudloff a9ed417733 docs: Add Liberapay link to README 2018-05-26 14:38:17 +02:00
Pierre Rudloff 4456d9528c docs: Explain where to find al list of the JSON properties 2018-03-20 12:21:24 +01:00
Pierre Rudloff 74505cea57 feat: JSON API 2018-03-20 12:02:21 +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 f8c8935b4c Use ffmpeg instead of rtmpdump 2017-12-23 15:14:43 +01:00
Pierre Rudloff b74a092700 Lint markdown files 2017-12-20 11:21:36 +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 07a8df0f78 Replace npm and Bower with Yarn 2017-10-17 15:27:57 +02:00
Pierre Rudloff f943c60755 Wrong section order in README 2017-06-01 22:16:15 +02:00
Pierre Rudloff e45a284b01 Heroku deploy button 2017-05-15 17:38:43 +02:00
Pierre Rudloff f9203706f7 Cleanup root folder (fixes #110) 2017-05-15 07:25:14 +02:00
Pierre Rudloff b80b9c7b2e Remove dependency on curl (fixes #105)
avconv/ffmpeg now downloads the video directly when converting
2017-04-24 19:16:38 +02:00
Pierre Rudloff ec1124692f Add update instructions to README (fixes #95) 2017-03-02 22:58:37 +01:00
Pierre Rudloff be92413e3c Add how to use as a library in README 2016-10-19 18:32:13 +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 a4eb9ba2fe Add PHP requirements in README 2016-10-09 11:41:09 +02:00
Pierre Rudloff fe6dc616f6 Lint 2016-10-05 17:08:46 +02:00
Pierre Rudloff bd02236ca5 Syntax highlighting in README 2016-07-27 13:40:18 +02:00
Pierre Rudloff 8e85b28c7a Correct titles in README 2016-07-27 13:18:33 +02:00
Timo Verbrugghe 2b038a6990 Update README.md to warn users to install curl 2016-06-15 19:17:55 +02:00
Pierre Rudloff 4d544ee326 Add info about release package in README 2016-06-03 21:31:54 +02:00
Pierre Rudloff e4d6ab7a97 Add Apache modules and Nginx config to README (fixes #48) 2016-03-16 21:41:05 +01:00
Pierre Rudloff 8d46da3b6f Add note about AllowOverride 2016-02-21 14:43:59 +01:00
Pierre Rudloff cd0b51aac6 Correct avconv package name (see #42) 2016-01-04 17:46:12 +01:00
Pierre Rudloff f1cbad030a Update doc about avconv path (see #42) 2016-01-04 15:28:25 +01:00
Pierre Rudloff 5249df52e6 YAML config file 2015-10-31 15:42:36 +01:00
Pierre Rudloff 1f169228fc Add templates_c to repo 2015-06-28 19:53:18 +02:00
Pierre Rudloff 641f107b37 Add composer to README (fixes #19) 2015-06-28 17:18:54 +02:00
Pierre Rudloff b6b48e8cea How to install deps 2015-04-07 21:41:13 +02:00
Pierre Rudloff f5b0c7a645 Add screenshot in README (fixes #9) 2015-03-08 16:42:16 +01:00
Pierre Rudloff 4299c96cdb Update README 2015-01-07 11:07:19 +01:00