Commit Graph

5958 Commits

Author SHA1 Message Date
Buster Neece a265597dae
Move translations to "translations" folder. 2022-10-07 16:29:57 -05:00
Buster Neece a5a21cf2d4
Revert to older SweetAlert2 version. 2022-10-05 11:34:42 -05:00
Buster Neece 267e87320c
Reduce logging in some circumstances to avoid log floods. 2022-09-17 22:37:20 -05:00
Buster Neece 4bf668e4a6
Revert all ib_logfile0 manipulation. 2022-09-17 21:47:03 -05:00
Buster Neece 743adb2322
Add ib_logfile0 safety check to DB spin-up. 2022-09-17 20:58:41 -05:00
Buster Neece 0ef923ff32
Create empty ib_logfile0 file. 2022-09-17 19:06:42 -05:00
Buster Neece e52f104481
Frontend dependencies. 2022-09-17 04:19:02 -05:00
Buster Neece bc29406939
PHP dependencies update. 2022-09-17 04:12:10 -05:00
Buster Neece 965f6ead1f
Remove ib_logfiles before auto-upgrade. 2022-09-17 03:53:49 -05:00
Buster Neece ffe7aca2ca
Improve MariaDB in-place upgrade system. 2022-09-16 21:24:30 -05:00
Buster Neece 87b7c28a95
Wrap DB migrations in an automatic DB dump and restore process to ensure database integrity. 2022-09-16 18:59:46 -05:00
Buster Neece eac7970fe2
Add Docker version check to upgrade. 2022-09-15 06:30:04 -05:00
Buster Neece 444a03b115
Add metrics to README. 2022-09-14 20:20:38 -05:00
Buster Neece 06412396eb
Update Docker image location to use Scarf analytics. 2022-09-13 23:24:15 -05:00
Buster Neece eef72a5831
Update Docker base image:
- Ubuntu 22.04 (Jammy)
 - MariaDB 10.9
2022-09-13 22:25:49 -05:00
Buster Neece 197c3ab2aa
#5565 -- Update available metadata tags for ffprobe. 2022-09-12 20:08:28 -05:00
Buster Neece f5e075012c
Fixes #5670 -- Drop log level of AutoDJ early fail. 2022-09-12 00:40:39 -05:00
Buster Neece 22184ce71f
Fixes #5728 -- Don't cue requests using the "interrupting" queue. 2022-09-11 23:54:33 -05:00
Buster Neece c9e8a76bae
Fixes #5704 -- Also clear disabled playlists from queue. 2022-09-11 03:39:27 -05:00
Buster Neece c5184b2290
Add "Edit" button next to station name. 2022-09-11 03:15:21 -05:00
Buster Neece d378c9e4e7
Update changelog. 2022-09-11 02:31:47 -05:00
Buster Neece dc9efe3528
Fixes #5727 -- Properly show multiple playlists and custom fields for a single file in bulk media export. 2022-09-11 02:30:38 -05:00
Buster Neece fdddbb4543
#5499 -- Recheck queue validity periodically. 2022-09-11 02:16:23 -05:00
Buster Neece 5830ded0da
Update Liquidsoap 2.1.1 2022-09-10 03:49:01 -05:00
Buster Neece de284c2440
Use metadata.map instead of map_metadata. 2022-09-10 03:47:08 -05:00
Buster Neece 0d41414fba
Revert "Use new smart crossfade default cross to prevent metadata repeat."
This reverts commit 0cdc850ade.
2022-09-10 02:47:50 -05:00
Buster Neece 0cdc850ade
Use new smart crossfade default cross to prevent metadata repeat. 2022-09-10 02:22:01 -05:00
Buster Neece 5ef8a6c46e
Revert on_track. 2022-09-10 01:43:46 -05:00
Buster Neece e530116434
Merge branch 'main' of https://github.com/AzuraCast/AzuraCast 2022-09-10 00:45:44 -05:00
Buster Neece 7ac44bed32
Minor changes to how LS handles metadata. 2022-09-10 00:43:23 -05:00
Mitch 7719208e23
Expand Lets Encrypt Information (#5720)
* Update docker.sh

* Update docker.sh

Co-authored-by: Buster Neece <buster@busterneece.com>
2022-09-06 19:52:23 -05:00
Buster Neece 9611f4b847
Fixes #5700 -- Fix "copy to clipboard" on log view. 2022-09-04 02:37:17 -05:00
Buster Neece 4dd7596111
Fixes #5636 -- Extend renewal threshold to 30 days to avoid unnecessary e-mail notices. 2022-09-03 22:10:05 -05:00
Buster "Silver Eagle" Neece 53080b15be
Routine PHP dependency update.
Changelogs summary:

 - phpspec/prophecy removed (installed version was v1.15.0)

 - phpdocumentor/type-resolver removed (installed version was 1.6.1)

 - phpdocumentor/reflection-docblock removed (installed version was 5.3.0)

 - phpdocumentor/reflection-common removed (installed version was 2.2.0)

 - wikimedia/composer-merge-plugin updated from dev-master@98d4878 to dev-master@176a396
   See changes: 98d4878...176a396

 - doctrine/dbal updated from 3.4.0 to 3.4.2 patch
   See changes: https://github.com/doctrine/dbal/compare/3.4.0...3.4.2
   Release notes: https://github.com/doctrine/dbal/releases/tag/3.4.2

 - doctrine/common updated from 3.3.0 to 3.3.1 patch
   See changes: https://github.com/doctrine/common/compare/3.3.0...3.3.1
   Release notes: https://github.com/doctrine/common/releases/tag/3.3.1

 - doctrine/collections updated from 1.6.8 to 1.7.0 minor
   See changes: https://github.com/doctrine/collections/compare/1.6.8...1.7.0
   Release notes: https://github.com/doctrine/collections/releases/tag/1.7.0

 - league/flysystem updated from 3.2.0 to 3.2.1 patch
   See changes: https://github.com/thephpleague/flysystem/compare/3.2.0...3.2.1
   Release notes: https://github.com/thephpleague/flysystem/releases/tag/3.2.1

 - phpunit/php-code-coverage updated from 9.2.15 to 9.2.16 patch
   See changes: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.15...9.2.16
   Release notes: https://github.com/sebastianbergmann/php-code-coverage/releases/tag/9.2.16

 - phpunit/phpunit updated from 9.5.21 to 9.5.23 patch
   See changes: https://github.com/sebastianbergmann/phpunit/compare/9.5.21...9.5.23
   Release notes: https://github.com/sebastianbergmann/phpunit/releases/tag/9.5.23

 - codeception/codeception updated from 5.0.1 to 5.0.2 patch
   See changes: https://github.com/Codeception/Codeception/compare/5.0.1...5.0.2
   Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.2

 - masterminds/html5 updated from 2.7.5 to 2.7.6 patch
   See changes: https://github.com/Masterminds/html5-php/compare/2.7.5...2.7.6
   Release notes: https://github.com/Masterminds/html5-php/releases/tag/2.7.6

 - codeception/module-rest updated from 3.2.0 to 3.3.0 minor
   See changes: https://github.com/Codeception/module-rest/compare/3.2.0...3.3.0
   Release notes: https://github.com/Codeception/module-rest/releases/tag/3.3.0

 - aws/aws-sdk-php updated from 3.233.1 to 3.234.0 minor
   See changes: https://github.com/aws/aws-sdk-php/compare/3.233.1...3.234.0
   Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.234.0

 - php-di/php-di updated from v7.x-dev@5458204 to v7.x-dev@6e8d9f5 patch
   See changes: 5458204...6e8d9f5

 - roave/security-advisories updated from dev-latest@773292d to dev-latest@bd4a45f
   See changes: 773292d...bd4a45f

 - zircote/swagger-php updated from 4.4.7 to 4.4.8 patch
   See changes: https://github.com/zircote/swagger-php/compare/4.4.7...4.4.8
   Release notes: https://github.com/zircote/swagger-php/releases/tag/4.4.8
2022-08-22 23:36:39 -05:00
Buster "Silver Eagle" Neece 16fca14476
Make protected functions private where appropriate. 2022-08-22 23:29:04 -05:00
Buster "Silver Eagle" Neece 23ddccd49c
Fix issues relating to how jingles process in song history. 2022-08-22 23:12:19 -05:00
Buster "Silver Eagle" Neece 6a30481626
Update changelog. 2022-08-22 02:34:33 -05:00
Buster "Silver Eagle" Neece dfcb5cbf81
Fixes #5685 -- Sort the "Move Files" modal directory by path. 2022-08-22 02:34:24 -05:00
Buster "Silver Eagle" Neece 4cd2511995
Fixes #5511 -- Tweak nginx regex to prevent issues with similarly shortcoded stations. 2022-08-22 02:03:28 -05:00
Buster "Silver Eagle" Neece 7f6df2aeab
Prevent service control links from appearing on fully remote stations. 2022-08-19 00:09:55 -05:00
Buster "Silver Eagle" Neece c6a3d42089
Update changelog. 2022-08-18 18:36:15 -05:00
Buster "Silver Eagle" Neece 42ec568cba
Remove "don't start up if no playlists have media" rule. 2022-08-18 18:32:52 -05:00
Buster "Silver Eagle" Neece de01c32f20
Set stations as started when loading fixtures. 2022-08-18 18:27:24 -05:00
Buster "Silver Eagle" Neece 048791de85
PHP dependencies update.
Changelogs summary:

 - doctrine/orm updated from 2.13.0 to 2.13.1 patch
   See changes: https://github.com/doctrine/orm/compare/2.13.0...2.13.1
   Release notes: https://github.com/doctrine/orm/releases/tag/2.13.1

 - codeception/codeception updated from 5.0.0 to 5.0.1 patch
   See changes: https://github.com/Codeception/Codeception/compare/5.0.0...5.0.1
   Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.1

 - codeception/module-rest updated from 3.1.0 to 3.2.0 minor
   See changes: https://github.com/Codeception/module-rest/compare/3.1.0...3.2.0
   Release notes: https://github.com/Codeception/module-rest/releases/tag/3.2.0

 - aws/aws-sdk-php updated from 3.232.2 to 3.233.1 minor
   See changes: https://github.com/aws/aws-sdk-php/compare/3.232.2...3.233.1
   Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.233.1

 - phpstan/phpstan-doctrine updated from 1.3.11 to 1.3.12 patch
   See changes: https://github.com/phpstan/phpstan-doctrine/compare/1.3.11...1.3.12
   Release notes: https://github.com/phpstan/phpstan-doctrine/releases/tag/1.3.12

 - brick/math updated from 0.10.1 to 0.10.2 patch
   See changes: https://github.com/brick/math/compare/0.10.1...0.10.2
   Release notes: https://github.com/brick/math/releases/tag/0.10.2

 - roave/security-advisories updated from dev-latest@8b99cfd to dev-latest@773292d
   See changes: 8b99cfd...773292d

 - phpstan/phpdoc-parser updated from 1.6.4 to 1.7.0 minor
   See changes: https://github.com/phpstan/phpdoc-parser/compare/1.6.4...1.7.0
   Release notes: https://github.com/phpstan/phpdoc-parser/releases/tag/1.7.0

 - slevomat/coding-standard updated from 8.3.0 to 8.4.0 minor
   See changes: https://github.com/slevomat/coding-standard/compare/8.3.0...8.4.0
   Release notes: https://github.com/slevomat/coding-standard/releases/tag/8.4.0

 - voku/portable-utf8 updated from 6.0.4 to 6.0.5 patch
   See changes: https://github.com/voku/portable-utf8/compare/6.0.4...6.0.5
   Release notes: https://github.com/voku/portable-utf8/releases/tag/6.0.5
2022-08-13 17:49:30 -05:00
Buster "Silver Eagle" Neece ed220ada45
Update to Liquidsoap 2.1.0 stable. 2022-08-12 22:55:23 -05:00
Buster "Silver Eagle" Neece a4c214fe7a
Fixes #5595 -- Properly handle ogg container metadata. 2022-08-11 13:50:52 -05:00
Buster "Silver Eagle" Neece e087567a64
Increase stale threshold times. 2022-08-07 19:39:15 -05:00
Buster "Silver Eagle" Neece 0a339d2847
Frontend dependencies update. 2022-08-07 18:09:31 -05:00
Buster "Silver Eagle" Neece c87c1c343b
PHP dependencies update.
Changelogs summary:

 - symfony/string updated from v6.1.2 to v6.1.3 patch
   See changes: https://github.com/symfony/string/compare/v6.1.2...v6.1.3
   Release notes: https://github.com/symfony/string/releases/tag/v6.1.3

 - symfony/console updated from v6.1.2 to v6.1.3 patch
   See changes: https://github.com/symfony/console/compare/v6.1.2...v6.1.3
   Release notes: https://github.com/symfony/console/releases/tag/v6.1.3

 - doctrine/event-manager updated from 1.1.1 to 1.1.2 patch
   See changes: https://github.com/doctrine/event-manager/compare/1.1.1...1.1.2
   Release notes: https://github.com/doctrine/event-manager/releases/tag/1.1.2

 - doctrine/persistence updated from 3.0.2 to 3.0.3 patch
   See changes: https://github.com/doctrine/persistence/compare/3.0.2...3.0.3
   Release notes: https://github.com/doctrine/persistence/releases/tag/3.0.3

 - doctrine/dbal updated from 3.3.7 to 3.4.0 minor
   See changes: https://github.com/doctrine/dbal/compare/3.3.7...3.4.0
   Release notes: https://github.com/doctrine/dbal/releases/tag/3.4.0

 - doctrine/orm updated from 2.12.3 to 2.13.0 minor
   See changes: https://github.com/doctrine/orm/compare/2.12.3...2.13.0
   Release notes: https://github.com/doctrine/orm/releases/tag/2.13.0

 - symfony/serializer updated from v6.1.2 to v6.1.3 patch
   See changes: https://github.com/symfony/serializer/compare/v6.1.2...v6.1.3
   Release notes: https://github.com/symfony/serializer/releases/tag/v6.1.3

 - league/flysystem downgraded from 3.x-dev@5c79557 to 3.2.0 minor
   See changes: https://github.com/thephpleague/flysystem/compare/5c79557...3.2.0
   Release notes: https://github.com/thephpleague/flysystem/releases/tag/3.2.0

 - symfony/css-selector updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/css-selector/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/css-selector/releases/tag/v6.1.3

 - symfony/yaml updated from v6.1.2 to v6.1.3 patch
   See changes: https://github.com/symfony/yaml/compare/v6.1.2...v6.1.3
   Release notes: https://github.com/symfony/yaml/releases/tag/v6.1.3

 - symfony/var-dumper updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/var-dumper/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/var-dumper/releases/tag/v6.1.3

 - symfony/finder updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/finder/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/finder/releases/tag/v6.1.3

 - psy/psysh updated from v0.11.5 to v0.11.8 patch
   See changes: https://github.com/bobthecow/psysh/compare/v0.11.5...v0.11.8
   Release notes: https://github.com/bobthecow/psysh/releases/tag/v0.11.8

 - codeception/codeception updated from 5.0.0-RC5 to 5.0.0 patch
   See changes: https://github.com/Codeception/Codeception/compare/5.0.0-RC5...5.0.0
   Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.0

 - symfony/dom-crawler updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/dom-crawler/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/dom-crawler/releases/tag/v6.1.3

 - symfony/browser-kit updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/browser-kit/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/browser-kit/releases/tag/v6.1.3

 - composer/ca-bundle updated from 1.3.2 to 1.3.3 patch
   See changes: https://github.com/composer/ca-bundle/compare/1.3.2...1.3.3
   Release notes: https://github.com/composer/ca-bundle/releases/tag/1.3.3

 - symfony/filesystem updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/filesystem/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/filesystem/releases/tag/v6.1.3

 - laminas/laminas-code updated from 4.5.2 to 4.6.0 minor
   See changes: https://github.com/laminas/laminas-code/compare/4.5.2...4.6.0
   Release notes: https://github.com/laminas/laminas-code/releases/tag/4.6.0

 - doctrine/migrations updated from 3.5.1 to 3.5.2 patch
   See changes: https://github.com/doctrine/migrations/compare/3.5.1...3.5.2
   Release notes: https://github.com/doctrine/migrations/releases/tag/3.5.2

 - gettext/gettext updated from v5.6.1 to v5.7.0 minor
   See changes: https://github.com/php-gettext/Gettext/compare/v5.6.1...v5.7.0
   Release notes: https://github.com/php-gettext/Gettext/releases/tag/v5.7.0

 - aws/aws-sdk-php updated from 3.228.5 to 3.232.2 minor
   See changes: https://github.com/aws/aws-sdk-php/compare/3.228.5...3.232.2
   Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.232.2

 - league/flysystem-aws-s3-v3 updated from 3.0.21 to 3.2.0 minor
   See changes: https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.0.21...3.2.0
   Release notes: https://github.com/thephpleague/flysystem-aws-s3-v3/releases/tag/3.2.0

 - league/flysystem-sftp-v3 updated from 3.0.21 to 3.2.0 minor
   See changes: https://github.com/thephpleague/flysystem-sftp-v3/compare/3.0.21...3.2.0
   Release notes: https://github.com/thephpleague/flysystem-sftp-v3/releases/tag/3.2.0

 - matomo/device-detector updated from 6.0.1 to 6.0.2 patch
   See changes: https://github.com/matomo-org/device-detector/compare/6.0.1...6.0.2
   Release notes: https://github.com/matomo-org/device-detector/releases/tag/6.0.2

 - mezzio/mezzio-session updated from 1.6.0 to 1.9.1 minor
   See changes: https://github.com/mezzio/mezzio-session/compare/1.6.0...1.9.1
   Release notes: https://github.com/mezzio/mezzio-session/releases/tag/1.9.1

 - mezzio/mezzio-session-cache updated from 1.7.0 to 1.8.0 minor
   See changes: https://github.com/mezzio/mezzio-session-cache/compare/1.7.0...1.8.0
   Release notes: https://github.com/mezzio/mezzio-session-cache/releases/tag/1.8.0

 - monolog/monolog updated from 3.1.0 to 3.2.0 minor
   See changes: https://github.com/Seldaek/monolog/compare/3.1.0...3.2.0
   Release notes: https://github.com/Seldaek/monolog/releases/tag/3.2.0

 - symfony/translation updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/translation/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/translation/releases/tag/v6.1.3

 - nesbot/carbon updated from 2.58.0 to 2.61.0 minor
   See changes: https://github.com/briannesbitt/Carbon/compare/2.58.0...2.61.0
   Release notes: https://github.com/briannesbitt/Carbon/releases/tag/2.61.0

 - pagerfanta/core updated from v3.6.1 to v3.6.2 patch
   See changes: https://github.com/Pagerfanta/core/compare/v3.6.1...v3.6.2
   Release notes: https://github.com/Pagerfanta/core/releases/tag/v3.6.2

 - pagerfanta/doctrine-collections-adapter updated from v3.6.1 to v3.6.2 patch
   See changes: https://github.com/Pagerfanta/doctrine-collections-adapter/compare/v3.6.1...v3.6.2
   Release notes: https://github.com/Pagerfanta/doctrine-collections-adapter/releases/tag/v3.6.2

 - pagerfanta/doctrine-orm-adapter updated from v3.6.1 to v3.6.2 patch
   See changes: https://github.com/Pagerfanta/doctrine-orm-adapter/compare/v3.6.1...v3.6.2
   Release notes: https://github.com/Pagerfanta/doctrine-orm-adapter/releases/tag/v3.6.2

 - php-di/php-di updated from v7.x-dev@8d35559 to v7.x-dev@5458204 patch
   See changes: https://github.com/PHP-DI/PHP-DI/compare/8d35559...5458204

 - symfony/process updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/process/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/process/releases/tag/v6.1.3

 - symfony/var-exporter updated from v6.1.1 to v6.1.3 patch
   See changes: https://github.com/symfony/var-exporter/compare/v6.1.1...v6.1.3
   Release notes: https://github.com/symfony/var-exporter/releases/tag/v6.1.3

 - symfony/cache updated from v6.1.2 to v6.1.3 patch
   See changes: https://github.com/symfony/cache/compare/v6.1.2...v6.1.3
   Release notes: https://github.com/symfony/cache/releases/tag/v6.1.3

 - php-http/discovery updated from 1.14.2 to 1.14.3 patch
   See changes: https://github.com/php-http/discovery/compare/1.14.2...1.14.3
   Release notes: https://github.com/php-http/discovery/releases/tag/1.14.3

 - symfony/expression-language updated from v6.1.2 to v6.1.3 patch
   See changes: https://github.com/symfony/expression-language/compare/v6.1.2...v6.1.3
   Release notes: https://github.com/symfony/expression-language/releases/tag/v6.1.3

 - phpstan/phpstan updated from 1.7.15 to 1.8.2 minor
   See changes: https://github.com/phpstan/phpstan/compare/1.7.15...1.8.2
   Release notes: https://github.com/phpstan/phpstan/releases/tag/1.8.2

 - phpstan/phpstan-doctrine updated from 1.3.9 to 1.3.11 patch
   See changes: https://github.com/phpstan/phpstan-doctrine/compare/1.3.9...1.3.11
   Release notes: https://github.com/phpstan/phpstan-doctrine/releases/tag/1.3.11

 - ramsey/uuid updated from 4.3.1 to 4.4.0 minor
   See changes: https://github.com/ramsey/uuid/compare/4.3.1...4.4.0
   Release notes: https://github.com/ramsey/uuid/releases/tag/4.4.0

 - roave/security-advisories updated from dev-latest@82cfc46 to dev-latest@8b99cfd
   See changes: https://github.com/Roave/SecurityAdvisories/compare/82cfc46...8b99cfd

 - skoerfgen/acmecert updated from 3.2.0 to 3.2.1 patch
   See changes: https://github.com/skoerfgen/ACMECert/compare/3.2.0...3.2.1
   Release notes: https://github.com/skoerfgen/ACMECert/releases/tag/3.2.1

 - slevomat/coding-standard updated from 8.1.0 to 8.3.0 minor
   See changes: https://github.com/slevomat/coding-standard/compare/8.1.0...8.3.0
   Release notes: https://github.com/slevomat/coding-standard/releases/tag/8.3.0

 - thecodingmachine/safe updated from v2.2.1 to v2.2.3 patch
   See changes: https://github.com/thecodingmachine/safe/compare/v2.2.1...v2.2.3
   Release notes: https://github.com/thecodingmachine/safe/releases/tag/v2.2.3

 - symfony/messenger updated from v6.1.2 to v6.1.3 patch
   See changes: https://github.com/symfony/messenger/compare/v6.1.2...v6.1.3
   Release notes: https://github.com/symfony/messenger/releases/tag/v6.1.3

 - symfony/beanstalkd-messenger updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/beanstalkd-messenger/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/beanstalkd-messenger/releases/tag/v6.1.3

 - symfony/mime updated from v6.1.1 to v6.1.3 patch
   See changes: https://github.com/symfony/mime/compare/v6.1.1...v6.1.3
   Release notes: https://github.com/symfony/mime/releases/tag/v6.1.3

 - symfony/mailer updated from v6.1.2 to v6.1.3 patch
   See changes: https://github.com/symfony/mailer/compare/v6.1.2...v6.1.3
   Release notes: https://github.com/symfony/mailer/releases/tag/v6.1.3

 - symfony/property-info updated from v6.1.2 to v6.1.3 patch
   See changes: https://github.com/symfony/property-info/compare/v6.1.2...v6.1.3
   Release notes: https://github.com/symfony/property-info/releases/tag/v6.1.3

 - symfony/property-access updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/property-access/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/property-access/releases/tag/v6.1.3

 - symfony/lock updated from v6.1.1 to v6.1.3 patch
   See changes: https://github.com/symfony/lock/compare/v6.1.1...v6.1.3
   Release notes: https://github.com/symfony/lock/releases/tag/v6.1.3

 - symfony/rate-limiter updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/rate-limiter/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/rate-limiter/releases/tag/v6.1.3

 - symfony/redis-messenger updated from v6.1.0 to v6.1.3 patch
   See changes: https://github.com/symfony/redis-messenger/compare/v6.1.0...v6.1.3
   Release notes: https://github.com/symfony/redis-messenger/releases/tag/v6.1.3

 - symfony/validator updated from v6.1.1 to v6.1.3 patch
   See changes: https://github.com/symfony/validator/compare/v6.1.1...v6.1.3
   Release notes: https://github.com/symfony/validator/releases/tag/v6.1.3

 - phpoption/phpoption updated from 1.8.1 to 1.9.0 minor
   See changes: https://github.com/schmittjoh/php-option/compare/1.8.1...1.9.0
   Release notes: https://github.com/schmittjoh/php-option/releases/tag/1.9.0

 - graham-campbell/result-type updated from v1.0.4 to v1.1.0 minor
   See changes: https://github.com/GrahamCampbell/Result-Type/compare/v1.0.4...v1.1.0
   Release notes: https://github.com/GrahamCampbell/Result-Type/releases/tag/v1.1.0

 - doctrine/annotations updated from 1.13.2 to 1.13.3 patch
   See changes: https://github.com/doctrine/annotations/compare/1.13.2...1.13.3
   Release notes: https://github.com/doctrine/annotations/releases/tag/1.13.3

 - zircote/swagger-php updated from 4.4.5 to 4.4.7 patch
   See changes: https://github.com/zircote/swagger-php/compare/4.4.5...4.4.7
   Release notes: https://github.com/zircote/swagger-php/releases/tag/4.4.7

 - brick/math updated from 0.9.3 to 0.10.1 minor
   See changes: https://github.com/brick/math/compare/0.9.3...0.10.1
   Release notes: https://github.com/brick/math/releases/tag/0.10.1

 - spomky-labs/otphp updated from v10.0.3 to v11.0.1 major
   See changes: https://github.com/Spomky-Labs/otphp/compare/v10.0.3...v11.0.1
   Release notes: https://github.com/Spomky-Labs/otphp/releases/tag/v11.0.1
2022-08-07 18:03:23 -05:00
Buster "Silver Eagle" Neece c59a5a023c
Set all Docker supervisor services to always restart. 2022-08-07 17:28:48 -05:00