renovate[bot]
6f84328380
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.45.1 (main) ( #2855 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[friendsofphp/php-cs-fixer](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer )
| `<3.43.2` -> `<3.45.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)</summary>
###
[`v3.45.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3450 )
[Compare
Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.44.0...v3.45.0 )
- feat: Enable symbol importing in `@PhpCsFixer` ruleset
([#​7629](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7629 ))
- fix: NoUnneededBracesFixer - improve handling of global namespace
([#​7639](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7639 ))
- test: run tests with "short_open_tag" enabled
([#​7637](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7637 ))
###
[`v3.44.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3440 )
[Compare
Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.43.1...v3.44.0 )
- feat: Introduce percentage bar as new default progress output
([#​7603](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7603 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/libretime/libretime ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-12-30 19:41:50 +01:00
renovate[bot]
62e5f4dfbb
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.43.2 (main) ( #2848 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[friendsofphp/php-cs-fixer](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer )
| `<3.42.1` -> `<3.43.2` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)</summary>
###
[`v3.43.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3431 )
[Compare
Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.43.0...v3.43.1 )
- fix: Import only unique symbols' short names
([#​7635](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7635 ))
###
[`v3.43.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3430 )
[Compare
Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.42.0...v3.43.0 )
- chore: change base of `@Symfony` set to `@PER-CS2.0`
([#​7627](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7627 ))
- chore: PHPUnit - allow for v10
([#​7606](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7606 ))
- chore: Preg - rework catching the error
([#​7616](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7616 ))
- chore: Revert unneeded peer-dep-pin and re-gen lock file
([#​7618](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7618 ))
- docs: drop extra note about 8.0.0 bug in README.md
([#​7614](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7614 ))
- feat: add cast_spaces into `@PER-CS2.0`
([#​7625](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7625 ))
- feat: Configurable phpDoc tags for FQCN processing
([#​7628](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7628 ))
- feat: StatementIndentationFixer - introduce
stick_comment_to_next_continuous_control_statement config
([#​7624](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7624 ))
- feat: UnaryOperatorSpacesFixer - introduce only_dec_inc config
([#​7626](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7626 ))
- fix: FullyQualifiedStrictTypesFixer - better support annotations in
inline {}
([#​7633](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7633 ))
- fix: Improve how FQCN is handled in phpDoc
([#​7622](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7622 ))
- fix: phpdoc_align - fix multiline tag alignment issue
([#​7630](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7630 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/libretime/libretime ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-12-29 15:28:57 +01:00
maxtim
06af18b84e
feat(playout): configure device for alsa and pulseaudio system outputs ( #2654 )
...
### Description
Add hardware configuration to liquidsoap so that users may
set hardware output in config.yml.
---------
Co-authored-by: jo <ljonas@riseup.net>
2023-12-29 15:22:43 +01:00
Jonas L
083ee3f1dd
feat!: default system output is now `pulseaudio` ( #2842 )
...
BREAKING CHANGE: The default system output
(`stream.outputs.system[].kind`) changed from `alsa` to `pulseaudio`.
Make sure to update your configuration file if you rely on the default
system output.
Closes #2542
2023-12-27 18:23:40 +01:00
Jonas L
0d2d1a2673
feat!: the `general.secret_key` configuration field is now required ( #2841 )
...
BREAKING CHANGE: The `general.secret_key` configuration field is now
required. Make sure to update your configuration file and add a secret
key.
Closes #2426
2023-12-27 18:15:47 +01:00
Jonas L
24ee3830c2
fix(legacy): ensure last played criteria works with never played files ( #2840 )
...
### Description
Closes #2798
COALESCE last played null values with date -infinity, to ensure newly
added files are found by the last played smart block criteria.
2023-12-27 17:32:33 +01:00
renovate[bot]
8ae4dce9e7
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.42.1 (main) ( #2765 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[friendsofphp/php-cs-fixer](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer )
| `<3.41.2` -> `<3.42.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)</summary>
###
[`v3.42.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3420 )
[Compare
Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.41.1...v3.42.0 )
- chore: aim to not rely on internal array pointer but use
array_key_first
([#​7613](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7613 ))
- chore: deprecate Token::isKeyCaseSensitive
([#​7599](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7599 ))
- chore: deprecate Token::isKeyCaseSensitive, 2nd part
([#​7601](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7601 ))
- chore: do not check PHP_VERSION_ID
([#​7602](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7602 ))
- chore: FileFilterIteratorTest - more accurate type in docs
([#​7542](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7542 ))
- chore: minor code cleanup
([#​7607](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7607 ))
- chore: more types
([#​7598](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7598 ))
- chore: PHPDoc key-value spacing
([#​7592](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7592 ))
- chore: PHPUnit - run defects first
([#​7570](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7570 ))
- chore: ProjectCodeTest - DRY on Tokens creation
([#​7574](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7574 ))
- chore: ProjectCodeTest - prepare for symfony/console v7
([#​7605](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7605 ))
- chore: ProjectCodeTest::provide\*ClassCases to return iterable with
key for better tests execution log
([#​7572](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7572 ))
- chore: ProjectCodeTest::testDataProvidersDeclaredReturnType - use
better DataProvider to simplify test logic
([#​7573](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7573 ))
- chore: TokensAnalyzer - string-enum for better typehinting
([#​7571](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7571 ))
- chore: unify tests not agnostic of PHP version
([#​7581](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7581 ))
- chore: use ::class more
([#​7545](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7545 ))
- CI: Introduce `composer-unused`
([#​7536](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7536 ))
- DX: add types to anonymous functions
([#​7561](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7561 ))
- DX: Allow running smoke tests within Docker runtime
([#​7608](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7608 ))
- DX: check fixer's options for wording
([#​7543](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7543 ))
- DX: cleanup deprecation message
([#​7576](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7576 ))
- DX: do not allow overriding constructor of
`PHPUnit\Framework\TestCase`
([#​7563](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7563 ))
- DX: do not import ExpectDeprecationTrait in UtilsTest
([#​7562](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7562 ))
- DX: Enforce consistent naming in tests
([#​7556](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7556 ))
- DX: fix checking test class extends `PhpCsFixer\Tests\TestCase`
([#​7567](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7567 ))
- DX: make sure that exceptions in
`AbstractFixerTestCase::testProperMethodNaming` are not already fixed
([#​7588](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7588 ))
- DX: remove recursion from AbstractIntegrationTestCase::testIntegration
([#​7577](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7577 ))
- DX: remove `PhpUnitNamespacedFixerTest::testClassIsFixed`
([#​7564](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7564 ))
- DX: remove `symfony/phpunit-bridge`
([#​7578](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7578 ))
- DX: replace fixture classes with anonymous ones
([#​7533](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7533 ))
- DX: Unify Docker mount points and paths
([#​7549](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7549 ))
- DX: unify fixer's test method names - quick wins
([#​7584](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7584 ))
- DX: unify tests for casing fixers
([#​7558](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7558 ))
- DX: use anonymous function over concrete classes
([#​7553](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7553 ))
- feat(EXPERIMENTAL): ClassKeywordFixer
([#​2918](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/2918 ))
- feat(EXPERIMENTAL): ClassKeywordFixer, part 2
([#​7550](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7550 ))
- feat(PhpdocToCommentFixer): Add option to handle return as valid
docblock usage
([#​7401](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7401 ))
([#​7402](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7402 ))
- feat: Ability to import FQCNs found during analysis
([#​7597](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7597 ))
- feat: add phpDoc support for `fully_qualified_strict_types` fixer
([#​5620](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/5620 ))
- feat: Handle deprecated rule sets similarly to deprecated fixers
([#​7288](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7288 ))
- feat: PhpUnitTestCaseStaticMethodCallsFixer - cover PHPUnit v10
methods
([#​7604](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7604 ))
- feat: Support more FQCNs cases in `fully_qualified_strict_types`
([#​7459](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7459 ))
- fix: AbstractFixerTestCase - fix checking for correct casing
([#​7540](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7540 ))
- fix: Better OS detection in integration tests
([#​7547](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7547 ))
- fix: NativeTypeDeclarationCasingFixe - handle static property without
type
([#​7589](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7589 ))
- test: AutoReview - unify data provider returns
([#​7544](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7544 ))
- test: check to have DataProviders code agnostic of PHP version
([#​7575](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7575 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/libretime/libretime ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMTAzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-12-27 13:40:15 +01:00
Jonas L
f252a16637
fix(legacy): allow uploading opus files ( #2804 )
2023-12-22 19:30:01 +01:00
jo
d2fc47941c
Merge branch 'stable'
2023-12-18 19:22:54 +01:00
renovate[bot]
1820970ce3
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.41.2 (stable) ( #2766 )
...
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.41.2
* style: format files using php-cs-fixer
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-12-18 19:02:03 +01:00
Julien Valentin
e2cfbf4c03
fix(legacy): declare previously undeclared variable ( #2793 )
2023-11-30 17:11:14 +00:00
Jonas L
c764a5a648
fix: add parent function name in setValue exception ( #2777 )
...
* fix: add parent function name in setValue exception
* style: fmt
2023-11-13 18:46:47 +00:00
Jonas L
b2e512cbcd
feat: add mobile devices stream config field ( #2744 )
2023-10-14 08:13:04 +01:00
jo
363f499882
Merge branch 'stable'
2023-10-03 22:24:35 +02:00
renovate[bot]
1618d72469
chore(deps): update pre-commit hook codespell-project/codespell to v2.2.6 (stable) ( #2732 )
...
* chore(deps): update pre-commit hook codespell-project/codespell to v2.2.6
* fix spell checks
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-10-03 22:19:56 +02:00
renovate[bot]
bfdb40dd7f
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.27.1 (stable) ( #2715 )
...
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.27.1
* style: format legacy files
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-09-17 17:18:07 +02:00
renovate[bot]
2f1a0a8efa
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.27.1 (main) ( #2714 )
...
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.27.1
* style: format legacy files
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-09-17 17:14: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
renovate[bot]
3547d745f9
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.26.1 (stable) ( #2678 )
...
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.26.1
* style: format legacy files
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-09-08 15:28:29 +02:00
jo
391895fbeb
Merge branch 'stable'
2023-08-15 18:29:09 +02:00
renovate[bot]
ab16cb47c5
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.23.1 (stable) ( #2656 )
...
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.23.1
* style: format files using php-cs-fixer
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-08-15 18:28:18 +02:00
jo
6b9f3b14fe
Merge branch 'stable'
2023-07-06 21:39:33 +02:00
renovate[bot]
8c5512cd73
chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3 (stable) ( #2614 )
...
* chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3
* style: format code using prettier v3.0.0
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-07-06 21:39:05 +02:00
jo
c911dbded6
Merge branch 'stable'
2023-07-01 16:56:49 +02:00
renovate[bot]
3fe1df1c6d
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.20.1 (stable) ( #2602 )
...
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.20.1
* style: format legay files
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-07-01 16:55:43 +02:00
jo
c2c0be1fbc
feat(api): add email configuration
2023-06-02 07:44:34 +01:00
Jonas L
001466f8fd
feat(legacy): move session store to database ( #2523 )
2023-05-30 22:25:50 +02:00
renovate[bot]
8b41302ddd
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.17.1 (main) ( #2556 )
...
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.17.1
* style(legacy): format using php-cs-fixer
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-05-25 15:06:18 +02:00
jo
f357fb64b7
Merge branch 'stable'
2023-04-24 16:03:18 +02:00
jo
b2fc3a5ecf
feat(playout): allow harbor ssl configuration
2023-04-24 14:58:34 +01:00
Jonas L
aa98309634
fix(legacy): keep datatable settings between views ( #2519 )
...
Use a different storage key for datatable settings for the dashboard and
builder views. The settings were overwritten when the other view was
loaded.
2023-04-24 14:52:52 +01:00
Jonas L
4bf729679e
fix(legacy): don't print track_type id in show builder table ( #2510 )
2023-04-18 08:22:48 +01:00
renovate[bot]
20bb031db0
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.16.1 (main) ( #2490 )
...
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.16.1
* style: format code using php-cs-fixer
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
2023-04-03 11:58:36 +02:00
jo
a1db2a157a
feat(playout): replace schedule event dicts with objects
2023-03-22 13:05:57 +00:00
Jonas L
d800c5e280
feat: use secret_key config field instead of api_key ( #2444 )
...
Fixes #2426
2023-03-22 09:14:11 +00:00
jo
9384df7be2
Merge branch '3.0.x' into main
2023-02-26 20:16:38 +01:00
jo
5fbd4f54a2
fix(legacy): on air light fails when no shows are scheduled
2023-02-26 18:13:00 +01:00
togir
a2aca7ddb4
fix(legacy): do not delete audio file when removing artwork ( #2395 )
...
* fix: do not delete audio file when removing artwork
* replace glob with explicit filenames
---------
Co-authored-by: jo <ljonas@riseup.net>
2023-02-24 12:04:11 +01:00
Jonas L
63c4233833
fix(legacy): don't use dict assignment on object ( #2384 )
2023-02-21 08:56:14 +02:00
jo
440ad29015
fix(legacy): ensure options is a dict during json encoding
2023-02-20 16:14:54 +01:00
jo
87de25052a
cuepoints analyzer disabled by default
2023-02-15 10:13:32 +02:00
jo
f5e46c6f3d
feat: configure cue points analysis per track type
2023-02-15 10:13:32 +02:00
jo
c34f02d916
fix(legacy): improve error messages and logs
2023-02-02 08:23:03 +02:00
jo
2fc9e335a2
refactor(legacy): remove unused variable
2023-01-16 08:42:23 +02:00
jo
0db72614eb
fix(legacy): advanced search by track type id
...
Advanced where clause didn't support matching primary keys.
Fixes #2344
2023-01-16 08:42:23 +02:00
jo
ec2c560831
refactor(legacy): remove unused variable
2023-01-08 22:40:48 +02:00
jo
fcfe52ec9d
fix(legacy): advanced search by track type id
...
Advanced where clause didn't support matching primary keys.
Fixes #2344
2023-01-08 22:40:48 +02:00
Jonas L
d9fe7d8712
fix(legacy): log errors on connect check failure ( #2317 )
2022-12-16 19:38:33 +01:00
Jonas L
5bdb2628b1
fix(legacy): add log entry on task run ( #2316 )
2022-12-16 19:38:17 +01:00
Jonas L
58dd5bf903
fix(legacy): log errors on connect check failure ( #2317 )
2022-12-16 20:07:38 +02:00