dakriy
|
4642b6c08e
|
feat(legacy): add filename block criteria (#3015)
### Description
Adds filename block criteria because sometimes you just need the
filename and the ID3 tags won't do.
Closes #3014
|
2024-06-22 11:51:59 +02:00 |
renovate[bot]
|
9af3050432
|
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.26.1 (main) (#2677)
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.26.1
* style: format code
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
|
2023-09-08 15:45:24 +02:00 |
jo
|
63d9e430e1
|
chore(legacy): format code
|
2022-09-12 14:15:50 +02:00 |
jo
|
f234aa7c42
|
fix(legacy): no invalid track type in smartblock criteria
|
2022-07-12 11:32:26 +02:00 |
jo
|
db976881f0
|
fix: use constrained foreign key for files track_type
|
2022-07-07 21:07:41 +02:00 |
jo
|
5e8f7d430f
|
style(legacy): format files
|
2022-07-07 21:07:41 +02:00 |
Jonas L
|
4d393fa14e
|
style(legacy): format files (#1946)
|
2022-07-07 20:01:15 +02:00 |
Jonas L
|
69d8eae845
|
style(legacy): fix code format with php-cs-fixer (#1674)
|
2022-03-14 12:15:04 +02:00 |
Jonas L
|
8569af9328
|
style(legacy): force semicolon on same line (#1534)
|
2022-01-23 20:15:55 +02:00 |
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 |
jo
|
f05c228f1d
|
Put regex rules between single quotes
|
2021-10-12 11:09:46 +02:00 |
jo
|
d52c6184b9
|
Format code using php-cs-fixer
|
2021-10-12 11:07:56 +02:00 |
jo
|
3e18d42c8b
|
Rename airtime_mvc/ to legacy/
|
2021-10-11 13:43:25 +02:00 |