AzuraCast/src/Entity
Buster Neece a1cd71922f
Make Branding Config return in the API to take advantage of updated JSON serialization.
2024-04-25 12:48:53 -05:00
..
Api Make Branding Config return in the API to take advantage of updated JSON serialization. 2024-04-25 12:48:53 -05:00
ApiGenerator Make Branding Config return in the API to take advantage of updated JSON serialization. 2024-04-25 12:48:53 -05:00
Attributes Add a "azuracast:setup:rollback" CLI command to roll back to the DB migration associated with a given stable release. 2023-09-03 12:10:40 -05:00
Enums Add source to podcast, add related DB records and API responses. 2024-02-22 14:27:56 -06:00
Fixture Fix demo auto-login. 2023-12-07 23:25:31 -06:00
Interfaces Removing "App\Entity" imports, part 3 2023-06-07 11:11:40 -05:00
Migration Add "is_enabled" flag to Podcasts. 2024-04-25 10:19:37 -05:00
Repository Ensure podcast publish_at field is always set and sortable and fix sorting issues with the Podcast Episodes admin UI. 2024-03-19 07:27:48 -05:00
StorageLocationAdapter Fixes #4579 -- Add support for path-style endpoints on S3 buckets. 2023-08-29 10:16:00 -05:00
Traits Support custom "Station Offline" and "Live Broadcast" text per-station. 2023-08-11 14:20:59 -05:00
AbstractStationConfiguration.php Set the station config classes to return `{}` when empty and serialized to JSON. 2024-04-25 12:48:03 -05:00
Analytics.php Remove type annotations from old DBAL version; remove custom Carbon Immutable format. 2024-03-19 06:53:36 -05:00
ApiKey.php Switch back to common Doctrine Entity Normalizer library. 2024-03-20 12:55:01 -05:00
AuditLog.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
CacheItem.php Merge commit '8ea5b1b85e9477cd6f1bbff475839b4e88986be5' 2023-12-04 00:48:40 -06:00
CustomField.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
Listener.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
ListenerDevice.php Code quality cleanup sweep. 2022-05-08 13:05:02 -05:00
ListenerLocation.php Merge commit '8ea5b1b85e9477cd6f1bbff475839b4e88986be5' 2023-12-04 00:48:40 -06:00
Podcast.php Add "is_enabled" flag to Podcasts. 2024-04-25 10:19:37 -05:00
PodcastBrandingConfiguration.php Add custom HTML to Branding config object. 2024-04-25 12:46:49 -05:00
PodcastCategory.php System-Wide Strict Types (#4405) 2021-07-19 00:53:45 -05:00
PodcastEpisode.php Code style cleanup fixes. 2024-04-21 05:01:06 -05:00
PodcastMedia.php Merge commit '8ea5b1b85e9477cd6f1bbff475839b4e88986be5' 2023-12-04 00:48:40 -06:00
Relay.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
Role.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
RolePermission.php Bulk rename vars to camelCase (except controllers). 2023-06-08 06:32:32 -05:00
Settings.php Fixes #6844 -- Better handling of empty strings on homepage redirect URL. 2024-01-10 02:14:35 -06:00
SftpUser.php Implement Entity/Repository station helpers. 2022-05-30 01:25:35 -05:00
Song.php Support custom "Station Offline" and "Live Broadcast" text per-station. 2023-08-11 14:20:59 -05:00
SongHistory.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
Station.php Switch back to common Doctrine Entity Normalizer library. 2024-03-20 12:55:01 -05:00
StationBackendConfiguration.php Closes #6589 -- Allow a LUFS target of 0 (disables LUFS target). 2023-12-19 17:45:29 -06:00
StationBrandingConfiguration.php Merge commit '8ea5b1b85e9477cd6f1bbff475839b4e88986be5' 2023-12-04 00:48:40 -06:00
StationFrontendConfiguration.php Merge commit '8ea5b1b85e9477cd6f1bbff475839b4e88986be5' 2023-12-04 00:48:40 -06:00
StationHlsStream.php Bulk rename vars to camelCase (except controllers). 2023-06-08 06:32:32 -05:00
StationMedia.php Switch back to common Doctrine Entity Normalizer library. 2024-03-20 12:55:01 -05:00
StationMediaCustomField.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
StationMount.php Bulk rename vars to camelCase (except controllers). 2023-06-08 06:32:32 -05:00
StationPlaylist.php Switch back to common Doctrine Entity Normalizer library. 2024-03-20 12:55:01 -05:00
StationPlaylistFolder.php Working implementation of "Apply to Folders" feature. 2023-06-15 18:19:11 -05:00
StationPlaylistMedia.php Update entity ID properties to be non-insertable/updateable. 2023-05-15 22:17:30 -05:00
StationQueue.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
StationRemote.php Bulk rename vars to camelCase (except controllers). 2023-06-08 06:32:32 -05:00
StationRequest.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
StationSchedule.php Bulk rename vars to camelCase (except controllers). 2023-06-08 06:32:32 -05:00
StationStreamer.php Switch back to common Doctrine Entity Normalizer library. 2024-03-20 12:55:01 -05:00
StationStreamerBroadcast.php Fixes #5837, Fixes #5765 -- Fix issues with Broadcasts modal. 2022-11-08 19:05:25 -06:00
StationWebhook.php Bulk rename vars to camelCase (except controllers). 2023-06-08 06:32:32 -05:00
StorageLocation.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
UnprocessableMedia.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
User.php Switch back to common Doctrine Entity Normalizer library. 2024-03-20 12:55:01 -05:00
UserLoginToken.php Configure all mutual toOne relationships explicitly. 2024-03-03 16:59:59 -06:00
UserPasskey.php Merge commit '98b31298b086a00a47efa35c3e2b81a0cb8b3f37' 2023-11-26 02:52:21 -06:00