Commit Graph

5714 Commits

Author SHA1 Message Date
Buster "Silver Eagle" Neece cbad2a0293
Merge commit 'fa79a035eaa3510636839978c82ca56b5d4044fd' 2022-05-25 20:49:09 -05:00
Buster "Silver Eagle" Neece 693e4378f0
Switch to strings for request params. 2022-05-24 00:50:43 -05:00
Buster "Silver Eagle" Neece a7a779f9f1
Fixes #5405, #5410 -- Roll back to previous ControllerInvoker strategy. 2022-05-23 21:19:01 -05:00
Bjarn Bronsveld 94f0015b22
fix: improve validation for stereo tool upload (#5409) 2022-05-23 15:13:27 -05:00
Buster "Silver Eagle" Neece 39898b984a
Static refactor of StereoTool class. 2022-05-23 02:50:52 -05:00
Bjarn Bronsveld 4371ac3be3
feat: add stereo tool support for stations (#5344)
Co-authored-by: Buster "Silver Eagle" Neece <buster@busterneece.com>
Co-authored-by: Vaalyn <vaalyndev@gmail.com>
2022-05-22 23:50:55 -05:00
Buster "Silver Eagle" Neece f80682da5c
Add Slim debug errors. 2022-05-22 15:14:43 -05:00
Mitch 34a86e84c7
Allow users to debug Slim Application Errors (#5399) 2022-05-22 15:01:41 -05:00
Buster "Silver Eagle" Neece 2a37d059a1
Fix Debug IndexAction. 2022-05-22 02:48:17 -05:00
Buster "Silver Eagle" Neece 4b0139e3cb
Modify ControllerInvoker and all controllers; other code cleanup. 2022-05-22 02:39:00 -05:00
Buster "Silver Eagle" Neece 2ffbcba510
Merge commit 'db4a662f8f7b43ddf2a1fc1d60e433ab999d2982' 2022-05-21 19:27:28 -05:00
Buster "Silver Eagle" Neece 724f6bc229
CBF fixes. 2022-05-21 16:24:30 -05:00
Buster "Silver Eagle" Neece 76f5b057c6
Remove Advanced playlist exception on LS ConfigWriter. 2022-05-21 16:19:30 -05:00
Buster "Silver Eagle" Neece dee9278e16
Use Guzzle's built-in PSR-17 factories. 2022-05-19 23:50:28 -05:00
Buster "Silver Eagle" Neece 2883edbde2
Refactor bulk media download/upload. 2022-05-19 23:28:06 -05:00
Buster "Silver Eagle" Neece d302b5f7cb
Add ISRC to media view and other API responses. 2022-05-19 23:17:04 -05:00
Buster "Silver Eagle" Neece 41ac7bd810
Fix CSV export to include UTF-8 BOM. 2022-05-19 22:53:53 -05:00
Rychardt Rothwërkz 910aa3b501
fix docker badge (#5391)
update outdated docker repo slug
2022-05-19 13:41:04 -05:00
Vaalyn 4597adacf4
Convert metadata tag names to lowercase to match getID3 behaviour (#5392) 2022-05-19 13:18:36 -05:00
Buster "Silver Eagle" Neece 0074ec2476
Update changelog. 2022-05-19 00:39:37 -05:00
Buster "Silver Eagle" Neece 9b295324a0
Merge commit '546ab0e23687492d434d7cf6fc003ffedf8a18c2' 2022-05-19 00:37:40 -05:00
Buster "Silver Eagle" Neece c720d950d5
Update Monolog; clear other IDE inspection results. 2022-05-17 20:54:44 -05:00
Mitch 3b59b7ecf6
Update SongHistory.vue (#5386) 2022-05-17 19:29:17 -05:00
Vaalyn 2fa82241b3
Hide public page link on dashboard if disabled (#5384) 2022-05-17 17:12:20 -05:00
Buster "Silver Eagle" Neece b3738fcdf7
Fixes #5383 -- Improve accessibility of upload progress bar. 2022-05-17 17:01:12 -05:00
Buster "Silver Eagle" Neece 10afcd2c54
Prevent IDE from flagging the menu thing as a logic error. 2022-05-17 14:34:33 -05:00
Vaalyn 3d8ada872c
Fix frontend build process for dev and missing admin/station menus (#5382)
* Fix path for frontend docker-compose.yml in static() command

* Set correct HOME env var for node user

* Revert removal of isset in AbstractBuildMenu event
2022-05-17 12:27:30 -05:00
Buster "Silver Eagle" Neece 2ec0319edd
Dependency update.
Changelogs summary:

 - doctrine/deprecations updated from v0.5.3 to v1.0.0 major
   See changes: https://github.com/doctrine/deprecations/compare/v0.5.3...v1.0.0
   Release notes: https://github.com/doctrine/deprecations/releases/tag/v1.0.0

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

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

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

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

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

 - roave/security-advisories updated from dev-latest@c999458 to dev-latest@c491d08
   See changes: c999458...c491d08

 - zircote/swagger-php updated from 4.4.1 to 4.4.2 patch
   See changes: https://github.com/zircote/swagger-php/compare/4.4.1...4.4.2
   Release notes: https://github.com/zircote/swagger-php/releases/tag/4.4.2
2022-05-17 02:57:07 -05:00
Buster "Silver Eagle" Neece db497a61ea
Minor code cleanup and deprecation fixes. 2022-05-17 02:51:00 -05:00
Buster "Silver Eagle" Neece 53c81430f2
Retire Ubuntu 16.04/18.04 code in Ansible. 2022-05-16 21:09:05 -05:00
Buster "Silver Eagle" Neece 8b7ff59fd5
Fixes #5368 -- Display overnight events on Sundays in schedule view. 2022-05-16 20:49:10 -05:00
Buster "Silver Eagle" Neece d703ec2afb
Fixes #4034 -- Reset page number when any filter is applied. 2022-05-16 19:38:41 -05:00
Buster "Silver Eagle" Neece a6363e208f
Merge commit '4eafa8d2126049ecf6da3136a4c392a398862b78' 2022-05-15 18:38:57 -05:00
Buster "Silver Eagle" Neece 4eafa8d212
Fixes and logging improvements. 2022-05-15 18:38:41 -05:00
Buster "Silver Eagle" Neece 34171f8fa6
More changes and fixes. 2022-05-15 17:07:48 -05:00
Buster "Silver Eagle" Neece e2c0fcf6bf
Merge commit '4f9d8916c32daf6b92b1c2cdb619a6df6521cb0f' into feature/interrupting-autodj-support 2022-05-15 16:04:01 -05:00
Buster "Silver Eagle" Neece 4f9d8916c3
Use $PWD for new Docker Compose format. 2022-05-14 22:51:58 -05:00
Buster "Silver Eagle" Neece 63f510655b
WIP Interrupting queue support via AzuraCast. 2022-05-14 21:41:47 -05:00
Buster "Silver Eagle" Neece 15233528de
Fix frontend build command for install-dev. 2022-05-13 14:06:12 -05:00
Buster "Silver Eagle" Neece 0112837128
Update changelog. 2022-05-13 11:21:57 -05:00
Buster "Silver Eagle" Neece 9fdc1b8fe3
Update to stable release assets URL. 2022-05-12 12:55:58 -05:00
Buster "Silver Eagle" Neece b70b24e33f
Update LS rolling release version. 2022-05-12 12:53:46 -05:00
Buster "Silver Eagle" Neece 24ecda99ec
Move Metadata management back to main library; use FFProbe exclusively for metadata reading; harden error handling and resilience for misprocessed files. 2022-05-12 12:40:35 -05:00
Buster "Silver Eagle" Neece 6f1402c65f
Improve security and PubKey handling for SFTP users. 2022-05-09 09:05:34 -05:00
Buster "Silver Eagle" Neece f5c73fb108
Fix error with Doctrine EM wrapper. 2022-05-08 16:37:51 -05:00
Buster "Silver Eagle" Neece 95b45657e2
Update Flysystem dependency. 2022-05-08 15:58:00 -05:00
Buster "Silver Eagle" Neece 676eb7d9ad
Update to rolling release of LS. 2022-05-08 15:52:14 -05:00
Buster "Silver Eagle" Neece a2c9f4d026
Switch to be independent of parent MariaDB instance. 2022-05-08 15:42:49 -05:00
Buster "Silver Eagle" Neece c113a7fe1b
Remove definition cache from containerBuilder. 2022-05-08 13:31:32 -05:00
Buster "Silver Eagle" Neece a9f066602c
Code quality cleanup sweep. 2022-05-08 13:05:02 -05:00