libretime/legacy/application/controllers
Jonas L 5e8d8db6e9
Feature: Support php7.4 (#1354)
* Run CI tests against php 7.4

* Sort composer dependencies

* Remove unused Aws S3 php library

* Pin simplepie dependency to ^1.5

* Pin getid3 dependency to ^1.9

* Pin composer semver to ^3.2

* Pin php-amqplib to ^2.12

* Drop sentry logging support

* Update composer dependencies

* Move propel regenerate to Makefile

* Regenerate propel files with v1.7.0

* Pin propel orm to ^1.7

* Regenerate propel files with v1.7.2

* fix: generator_version in airtime-conf-production.php

* Replace propel/propel1 with jooola/propel1

* Regenerate propel files with v1.7.3-dev

* Fix php7.4 compatibility

Using php-cs-fixer:

    '@PhpCsFixer' => true,
    'concat_space' => ['spacing' => 'one'],
    'ordered_class_elements' => false,
    'yoda_style' => false,
    '@PHP74Migration' => true,
    'assign_null_coalescing_to_coalesce_equal' => false,
    'ternary_to_null_coalescing' => false,
    'heredoc_indentation' => false,
    '@PHP74Migration:risky' => true,
    'declare_strict_types' => false,
    'void_return' => false,
    'use_arrow_functions' => false,

* Fix pre-commit
2021-10-17 17:19:53 +02:00
..
downgrade_sql Run pre-commit on legacy code 2021-10-12 11:17:57 +02:00
plugins Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
upgrade_sql Run pre-commit on legacy code 2021-10-12 11:17:57 +02:00
ApiController.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
AudiopreviewController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
DashboardController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
EmbedController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
EmbeddablewidgetsController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
ErrorController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
FeedsController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
IndexController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
LibraryController.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
ListenerstatController.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
LocaleController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
LoginController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
PlaylistController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
PlayouthistoryController.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
PlayouthistorytemplateController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
PluploadController.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
PodcastController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
PreferenceController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
RenderController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
ScheduleController.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
SetupController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
ShowbuilderController.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
SystemstatusController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
ThirdPartyController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
TracktypeController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
UpgradeController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
UserController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
UsersettingsController.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
WebstreamController.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00