Commit Graph

7405 Commits

Author SHA1 Message Date
Buster Neece a0562e9dba
Update changelog. 2024-01-17 13:13:32 -06:00
Buster Neece ecc826e677
Automatically refresh the Upcoming Song Queue. 2024-01-17 13:13:22 -06:00
Buster Neece a5fb3103b5
Update changelog. 2024-01-17 12:09:47 -06:00
Buster Neece 675d53f85b
Add optional "path" argument to media reprocess CLI command. 2024-01-17 12:09:31 -06:00
Buster Neece fb5b8e149c
Add "move to top" and "move to bottom" buttons on Playlist reorder modal. 2024-01-17 08:10:49 -06:00
Buster Neece ad1c3405f6
Make Chevron icons Bootstrap icons; add bar-up/bar-down. 2024-01-17 08:10:34 -06:00
Buster Neece 135f60367d
Improve UX on Playlist "More" button and Reorder button. 2024-01-17 07:57:47 -06:00
Buster Neece b17cddd5dc
Update icon generation to handle newlines. 2024-01-17 07:57:29 -06:00
Buster Neece db7a837a99
Update paths on genicons script and add expand/contract and double-chevron icons. 2024-01-16 20:17:40 -06:00
Buster Neece fd8d7d9b48
Remove auto-assigned playlist badge; add badge for playlists with schedule items. 2024-01-16 18:16:40 -06:00
Buster Neece 54610fd057
Allow custom bitrates to be entered in Mount Points, Remote Relays annd DJ recordings. 2024-01-16 17:26:15 -06:00
Buster Neece dfb1627bbf
Update Docker dev install to properly set permissions and execute as correct user. 2024-01-16 12:17:09 -06:00
Buster Neece 0cabaf09d2
Frontend dependencies update. 2024-01-16 11:39:00 -06:00
Buster Neece 50dec14fbe
Composer PHP deps update.
Changelogs summary:

 - doctrine/inflector updated from 2.0.8 to 2.0.9 patch
   See changes: https://github.com/doctrine/inflector/compare/2.0.8...2.0.9
   Release notes: https://github.com/doctrine/inflector/releases/tag/2.0.9

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

 - codeception/lib-web updated from 1.0.4 to 1.0.5 patch
   See changes: https://github.com/Codeception/lib-web/compare/1.0.4...1.0.5
   Release notes: https://github.com/Codeception/lib-web/releases/tag/1.0.5

 - intervention/image updated from 3.2.3 to 3.2.4 patch
   See changes: https://github.com/Intervention/image/compare/3.2.3...3.2.4
   Release notes: https://github.com/Intervention/image/releases/tag/3.2.4

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

 - mezzio/mezzio-session updated from 1.14.0 to 1.14.1 patch
   See changes: https://github.com/mezzio/mezzio-session/compare/1.14.0...1.14.1
   Release notes: https://github.com/mezzio/mezzio-session/releases/tag/1.14.1

 - phpstan/phpstan updated from 1.10.55 to 1.10.56 patch
   See changes: https://github.com/phpstan/phpstan/compare/1.10.55...1.10.56
   Release notes: https://github.com/phpstan/phpstan/releases/tag/1.10.56

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

 - spiral/roadrunner updated from v2023.3.8 to v2023.3.9 patch
   See changes: https://github.com/roadrunner-server/roadrunner/compare/v2023.3.8...v2023.3.9
   Release notes: https://github.com/roadrunner-server/roadrunner/releases/tag/v2023.3.9

 - google/protobuf updated from v3.25.1 to v3.25.2 patch
   See changes: https://github.com/protocolbuffers/protobuf-php/compare/v3.25.1...v3.25.2
   Release notes: https://github.com/protocolbuffers/protobuf-php/releases/tag/v3.25.2

 - roave/security-advisories updated from dev-latest@c8682d0 to dev-latest@d38bb90
   See changes: c8682d0...d38bb90

 - squizlabs/php_codesniffer updated from 3.8.0 to 3.8.1 patch
   See changes: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.8.0...3.8.1
   Release notes: https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/3.8.1

No security vulnerability advisories found.
2024-01-16 11:29:28 -06:00
Buster Neece 9c8b238c8c
Update changelog. 2024-01-16 11:27:49 -06:00
Buster Neece 9dec145959
Add modal dialog to manually update metadata from the station profile page. 2024-01-16 11:27:41 -06:00
Buster Neece fbf139b1ca
Update Centrifugo. 2024-01-16 08:15:07 -06:00
Buster Neece 84378369c7
Make dashboard paginated, searchable and sortable. 2024-01-15 17:07:28 -06:00
Buster Neece 1ae1a16b5e
#6870 -- Remove sudo as it strips env vars. 2024-01-15 13:32:14 -06:00
Buster Neece 4ccce52705
Use common trait for searching across controllers; add type strictness to several $request->getParam calls on controllers. 2024-01-15 11:24:27 -06:00
Buster Neece b8e5a4bfa7
Fixes #6869 -- Fix DB scripts (and other script fixes while we're at it). 2024-01-15 09:21:00 -06:00
Buster Neece 688fa77834
Fixes #6866 -- Fix type strictness on installer. 2024-01-14 18:16:30 -06:00
Buster Neece bd9993e083
Fixes #6867 -- Fix confirm dialog message. 2024-01-14 18:01:41 -06:00
Buster Neece 691cfc6625
Add Station enable/disable button on admin pane. 2024-01-14 17:20:03 -06:00
Buster Neece ad30aaecfd
More level 9 type fixes. 2024-01-14 16:01:19 -06:00
Buster Neece 7a55ed9a94
Type fixes for the installer command. 2024-01-14 15:20:36 -06:00
Buster Neece 89b1d913a1
Type fixes relating to DI phpstan stubs. 2024-01-14 13:51:04 -06:00
Buster Neece bbf8d56b46
More type fixes! 2024-01-14 13:20:01 -06:00
Buster Neece c2f352c115
Some type fixes. 2024-01-14 05:53:46 -06:00
Buster Neece 0545b04ee1
Remove huntr.dev from security policy. 2024-01-14 05:13:40 -06:00
Buster Neece f865271996
Remove cue_cuts to align with newest LS rolling release. 2024-01-13 15:29:55 -06:00
Buster Neece 8ba01480a5
Update Liquidsoap to latest 2.2.x rolling release to incorporate cue fixes. 2024-01-13 13:58:27 -06:00
Buster Neece ef27968635
Listeners report: Allow filtering to only crawlers, improve user agent display. 2024-01-13 10:49:10 -06:00
Buster Neece 085ff32e45
Listeners report: Make fields selectable and sortable, add connection start/end times as visible columns. 2024-01-13 08:34:09 -06:00
Buster Neece 7093908cd1
Fix selectable fields dropdown if settings has no selectable fields stored. 2024-01-13 08:33:34 -06:00
Buster Neece 77bbcbad4f
Set API types on Listener. 2024-01-13 03:04:08 -06:00
Buster Neece 0b5d6ad631
Remove HLS segment limitations on form. 2024-01-12 09:48:33 -06:00
Buster Neece 0bfd947f9c
Don't use Redis logical databases 2024-01-12 03:40:39 -06:00
Buster Neece 7d0851122b
Make listener report header more compact. 2024-01-11 10:34:29 -06:00
Buster Neece 59dfc89524
Add listener report filtering for listening time and listener type. 2024-01-11 10:19:19 -06:00
Buster Neece 0bc1168ec5
Update NPM deps. 2024-01-10 15:36:40 -06:00
Buster Neece 5cee0b666b
Fixes #6844 -- Better handling of empty strings on homepage redirect URL. 2024-01-10 02:14:35 -06:00
Buster Neece b1cd507b50
Fixes #6586 -- Re-set body class on login Vue component. 2024-01-09 11:49:04 -06:00
Buster Neece 3b8c7e9e00
#6845 -- Fix routing on /api/station/(id)/nowplaying 2024-01-09 04:24:43 -06:00
Buster Neece fe5191f113
Update NPM deps. 2024-01-08 09:55:29 -06:00
Buster Neece fcbef6e321
Update PHP deps.
Changelogs summary:

 - intervention/gif updated from 3.0.0 to 4.0.0 major
   See changes: https://github.com/Intervention/gif/compare/3.0.0...4.0.0
   Release notes: https://github.com/Intervention/gif/releases/tag/4.0.0

 - intervention/image updated from 3.2.1 to 3.2.3 patch
   See changes: https://github.com/Intervention/image/compare/3.2.1...3.2.3
   Release notes: https://github.com/Intervention/image/releases/tag/3.2.3

 - aws/aws-sdk-php updated from 3.295.4 to 3.295.7 patch
   See changes: https://github.com/aws/aws-sdk-php/compare/3.295.4...3.295.7
   Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.295.7

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

 - phpstan/phpstan updated from 1.10.50 to 1.10.55 patch
   See changes: https://github.com/phpstan/phpstan/compare/1.10.50...1.10.55
   Release notes: https://github.com/phpstan/phpstan/releases/tag/1.10.55

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

 - spiral/goridge updated from 4.1.0 to 4.1.1 patch
   See changes: https://github.com/roadrunner-php/goridge/compare/4.1.0...4.1.1
   Release notes: https://github.com/roadrunner-php/goridge/releases/tag/4.1.1

 - roave/security-advisories updated from dev-latest@cbce831 to dev-latest@c8682d0
   See changes: cbce831...c8682d0

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

 - zircote/swagger-php updated from dev-master@a70a5dc to dev-master@598958d
   See changes: a70a5dc...598958d

No security vulnerability advisories found.
2024-01-08 09:51:08 -06:00
Buster Neece 223606a1e1
Update some dev stuff. 2024-01-08 09:49:33 -06:00
Buster Neece 8bda7bbb8a
Update Liquidsoap rolling release. 2024-01-05 18:30:55 -06:00
Buster Neece 940666bf32
#6763 -- Update to Liquidsoap Rolling Release. 2024-01-05 05:46:22 -06:00
Buster Neece 8d455f1c9b
Tag stable version 0.19.4. 2024-01-04 19:06:18 -06:00