Commit Graph

  • 79ed3d2629 Merge branch 'master' into develop Pierre Rudloff 2019-04-28 14:03:55 +0200
  • b91fe78dcd feat: Make streaming optional when stream mode is enabled Pierre Rudloff 2019-04-28 00:25:03 +0200
  • 9313bc2230 test: Fix YoutubeStreamTest Pierre Rudloff 2019-04-26 20:43:01 +0200
  • 756ff36653 fix: Wrong variable name Pierre Rudloff 2019-04-26 20:38:14 +0200
  • f952f15851 build(composer): Upgrade youtube-dl to 2019.04.24 Pierre Rudloff 2019-04-26 20:37:27 +0200
  • 8f46166a9d fix: Wrong controller Pierre Rudloff 2019-04-26 20:34:34 +0200
  • a1b401c148 refactor: Use less confusing variable names in YoutubeStream Pierre Rudloff 2019-04-22 21:55:45 +0200
  • 7bf2510dd2 test(phpunit): Better tests for streams Pierre Rudloff 2019-04-22 21:52:21 +0200
  • d30614668b test(phpunit): Fix wrong @expectedException Pierre Rudloff 2019-04-22 21:13:57 +0200
  • 84e9e86d28 style(styleci): Lint Pierre Rudloff 2019-04-22 21:08:36 +0200
  • b7bcc24320 fix: Wrong variable name Pierre Rudloff 2019-04-22 21:07:36 +0200
  • e13404903b refactor: Move exceptions and streams to seperate namespaces Pierre Rudloff 2019-04-22 21:06:05 +0200
  • 1a6ff90eac feat: Split Youtube downloads in smaller chunks Pierre Rudloff 2019-04-22 20:20:04 +0200
  • bba2087a55 style(styleci): Lint Pierre Rudloff 2019-04-22 17:04:59 +0200
  • 1387d836dc refactor: New Session class Pierre Rudloff 2019-04-22 17:00:51 +0200
  • 25f33bba56 refactor: Split FrontController into multiple classes Pierre Rudloff 2019-04-22 16:05:58 +0200
  • 196d0b1338 Merge branch 'develop' of github.com:Rudloff/alltube into develop Pierre Rudloff 2019-04-22 15:32:29 +0200
  • 1df06f7c22 refactor: Use route names that make more sense Pierre Rudloff 2019-04-22 15:20:05 +0200
  • 660f322edd build(composer): Upgrade slim/slim to 3.12.1 Pierre Rudloff 2019-04-22 15:02:34 +0200
  • 790677d13f build(composer): Dependencies update Pierre Rudloff 2019-04-22 15:01:53 +0200
  • 3b43018b29 docs: Missing docblocks Pierre Rudloff 2019-04-22 00:05:53 +0200
  • 5bae668652 test(phpunit): Fix tests that use convert mode Pierre Rudloff 2019-04-21 23:26:11 +0200
  • 1edd623c7f fix: Enforce convert mode Pierre Rudloff 2019-04-21 23:16:27 +0200
  • 70475f83d4 feat: Add a way to convert an entire playlist Pierre Rudloff 2019-04-21 22:56:07 +0200
  • 4db519c2ef fixup! fix: Don't use the $url property Pierre Rudloff 2019-04-21 22:40:54 +0200
  • 97a7830196 refactor: Reuse Video::getHttpResponse() where possible Pierre Rudloff 2019-04-21 22:38:27 +0200
  • e93ab7ed13 feat: Use ZIP files for playlist archives Pierre Rudloff 2019-04-21 22:34:45 +0200
  • 226f1b8380 fix: Don't use the $url property Pierre Rudloff 2019-04-21 22:20:05 +0200
  • ebed2cea88 refactor: Avoid varible name conflict Pierre Rudloff 2019-04-21 22:19:44 +0200
  • 3ca84e144e refactor: We don't need this check anymore Pierre Rudloff 2019-04-21 21:36:14 +0200
  • 61cb73dc59 refactor: Fix some types and unused variables Pierre Rudloff 2019-04-21 19:47:30 +0200
  • d4e8e32cd6 test(phpunit): Disable testSetOptionsWithoutUpdate() on AppVeyor Pierre Rudloff 2019-04-21 19:28:58 +0200
  • 28b99861c2 test(phpunit): Fix ConfigTest on Windows Pierre Rudloff 2019-04-21 19:14:23 +0200
  • dc4eafe33f docs: Document magic properties Pierre Rudloff 2019-04-21 19:10:37 +0200
  • 4fa604eec3 test(phpunit): Fix ConfigTest setup Pierre Rudloff 2019-04-21 18:56:02 +0200
  • 51eaf192b1 refactor: Don't mix static and dynamic methods Pierre Rudloff 2019-04-21 18:49:05 +0200
  • 06a631c892 fixup! refactor: New Video class Pierre Rudloff 2019-04-21 18:35:24 +0200
  • 4c9af8ad1d refactor: New Video class Pierre Rudloff 2019-04-21 18:30:02 +0200
  • feb8998188 fixup! Typo Pierre Rudloff 2019-04-21 09:21:24 +0200
  • 3077872517 Typo Pierre Rudloff 2019-04-21 01:05:19 +0200
  • ece51117e6 We don't need to do that anymore Pierre Rudloff 2019-04-21 01:04:18 +0200
  • 586f20adb4 style(styleci): Lint Pierre Rudloff 2019-04-21 00:58:04 +0200
  • ddc27a8a2c refactor: New PlaylistArchiveVideo class Pierre Rudloff 2019-04-21 00:56:12 +0200
  • f9bf3b8d47 refactor: Use a StreamInterface for PlaylistArchiveStream Pierre Rudloff 2019-04-21 00:34:12 +0200
  • ff5f518c73 ci(heroku): Install required locales Pierre Rudloff 2019-04-20 12:39:45 +0200
  • 4b92015063 ci(heroku): Force Python version Pierre Rudloff 2019-04-20 12:31:49 +0200
  • 5cb8bc30b3 Merge branch 'feature/travis' into develop Pierre Rudloff 2019-04-20 12:28:48 +0200
  • ff95b93c20 fixup! ci(travis): Disable Twitter test on CI Pierre Rudloff 2019-04-20 12:23:18 +0200
  • f4654c7229 test(phpunit): Improve locale-related tests Pierre Rudloff 2019-04-20 12:17:52 +0200
  • 0283ef6928 ci(appveyor): Install a specific PHP version Pierre Rudloff 2019-04-20 11:51:07 +0200
  • 12747ade59 ci(travis): Disable Twitter test on CI Pierre Rudloff 2019-04-20 11:30:16 +0200
  • 07261db27b fix: Don't call PlaylistArchiveStream parent constructor Pierre Rudloff 2019-04-20 11:27:13 +0200
  • 7ab4c55550 docs: Add comments to some tricky parts Pierre Rudloff 2019-04-20 01:19:55 +0200
  • c9cc1907ac ci(appveyor): Force phpunit 6 Pierre Rudloff 2019-04-20 01:00:04 +0200
  • 4537b661e1 fix: Close playlist streams correctly Pierre Rudloff 2019-04-20 00:37:49 +0200
  • cd623bfa36 ci(appveyor): Fix path to PHP config Pierre Rudloff 2019-04-19 23:30:44 +0200
  • f5408d409a style(csslint): Remove unused CSS class Pierre Rudloff 2019-04-19 23:28:02 +0200
  • 71200c80bc test(phpunit): Disable Vimeo tests on CI Pierre Rudloff 2019-04-19 23:26:03 +0200
  • 9949a0d32b
    Merge pull request #213 from hiwelo/accessibility-improvements Pierre Rudloff 2019-04-19 23:11:39 +0200
  • a5fbb74094
    Fixes attributes used to link label & form inputs hiwelo 2019-04-18 23:04:22 +0200
  • 596d5e2994
    Adds and fixes labels for video.tpl inputs Damien Senger 2019-04-13 13:17:13 +0200
  • ce07a621e5
    Improves a11y of password protected video form Damien Senger 2019-04-13 13:11:09 +0200
  • 726e9bf5c1
    Adds a label to audio options inputs Damien Senger 2019-04-13 12:57:42 +0200
  • 27543f9024
    Updates the doctype to be lowercase Damien Senger 2019-04-13 12:50:57 +0200
  • 60350747a5
    Adds a label to social sharing links Damien Senger 2019-04-13 12:19:11 +0200
  • 8229417fc2 build(composer): Dependencies update Pierre Rudloff 2019-04-10 21:44:57 +0200
  • 7583eb1f5f build(composer): Dependencies update Pierre Rudloff 2019-03-31 17:20:20 +0200
  • 06f665bdad build(yarn): Add grunt-phpstan Pierre Rudloff 2019-03-31 17:18:57 +0200
  • ac3b768b50 refactor(phpstan): Various code improvements Pierre Rudloff 2019-03-30 19:13:48 +0100
  • 80b44af772 style: Clarify long conditions Pierre Rudloff 2019-03-30 18:33:05 +0100
  • 5835bd67a5 refactor(phpstan): Various code improvements Pierre Rudloff 2019-03-30 18:21:45 +0100
  • 0ed788560c refactor: PlaylistArchiveStream should call parent constructor Pierre Rudloff 2019-03-30 18:10:51 +0100
  • f315343798 refactor: Cleanup best format logic Pierre Rudloff 2019-03-27 00:25:02 +0100
  • 506584ceee fix: Specify allowed protocols explicitely Pierre Rudloff 2019-03-24 15:13:01 +0100
  • 2ebe1a5bb0 build(composer): Upgrade rg3/youtube-dl to 2019.03.18 Pierre Rudloff 2019-03-24 14:26:11 +0100
  • 5594af95c1 build(composer): Dependencies update Pierre Rudloff 2019-02-14 16:16:56 +0100
  • 93878220b5 fix(playlist): Unset title variable Pierre Rudloff 2019-01-25 21:16:58 +0100
  • dd034743a3 build(grunt): Don't include unused rinvex/countries files in release Pierre Rudloff 2019-01-20 11:39:06 +0100
  • 998dbe38ef Merge tag '1.2.5' into develop Pierre Rudloff 2019-01-20 11:35:12 +0100
  • aa04d773ef Merge branch 'release-1.2.5' 1.2.5 Pierre Rudloff 2019-01-20 11:33:52 +0100
  • c1a16dcbe2 build(yarn): 1.2.5 release Pierre Rudloff 2019-01-20 11:33:47 +0100
  • 7b057c0544 build(composer): Upgrade rg3/youtube-dl to 2019.01.17 Pierre Rudloff 2019-01-20 11:25:59 +0100
  • 7fa94a6fde build(composer): Upgrade php-mock/php-mock-mockery to 1.3.0 Pierre Rudloff 2019-01-15 11:33:24 +0100
  • 62b353046f test(phpunit): Disable RTMP tests because the video we used is not available anymore Pierre Rudloff 2019-01-15 11:25:49 +0100
  • e90b9e3439 fix: Missing Smarty variable in some routes Pierre Rudloff 2019-01-15 11:16:21 +0100
  • 460aae34ac build(composer): Upgrade squizlabs/php_codesniffer to 3.4.0 Pierre Rudloff 2019-01-15 11:10:30 +0100
  • b0d9f7d4d8 build(composer): Upgrade smarty-gettext/smarty-gettext to 1.6.0 Pierre Rudloff 2019-01-15 11:09:51 +0100
  • 2604b8122d build(composer): Replace rinvex/country with rinvex/countries Pierre Rudloff 2019-01-15 11:07:51 +0100
  • be7dae8ee4 build(composer): Upgrade slim/slim to 3.11.0 Pierre Rudloff 2019-01-15 11:06:21 +0100
  • 4ad0399782 build(composer): Dependencies update Pierre Rudloff 2019-01-09 13:25:27 +0100
  • 0e4971447e docs(README): Stop asking to rename the app Pierre Rudloff 2019-01-06 17:03:14 +0100
  • 9322bd5f14 style(StyleCI): Lint PHP Pierre Rudloff 2019-01-06 17:00:12 +0100
  • c6cf05f8ec refactor: Move app name to a config variable Pierre Rudloff 2019-01-06 16:59:16 +0100
  • 5b7b101a8a refactor(FrontController): We don't need to set the filename twice Pierre Rudloff 2018-12-28 20:01:46 +0100
  • 5463aea2ae docs: Add remux to example config file Pierre Rudloff 2018-12-28 19:36:01 +0100
  • 22a99e4485 docs(FAQ): Add more info on how to enable remux mode Pierre Rudloff 2018-12-26 12:01:50 +0100
  • 77c7748d76 fixup! feat: Add support for Arabic locale Pierre Rudloff 2018-12-07 18:21:46 +0100
  • d9bc681b17 Update Alltube.po (POEditor.com) Pierre Rudloff 2018-12-07 18:20:03 +0100
  • 59aeb753ed feat: Add support for Arabic locale Pierre Rudloff 2018-12-07 18:19:00 +0100
  • 295f5f327b Merge tag '1.2.4' into develop Pierre Rudloff 2018-11-23 16:00:12 +0100