Skip to content

Playback tokens, cut editor, README and screenshots - #8

Merged
Thiritin merged 31 commits into
mainfrom
playback-tokens
Aug 3, 2026
Merged

Playback tokens, cut editor, README and screenshots#8
Thiritin merged 31 commits into
mainfrom
playback-tokens

Conversation

@Thiritin

@Thiritin Thiritin commented Aug 3, 2026

Copy link
Copy Markdown
Owner
  • Rewritten README: what the platform does, architecture of the video path, stack, local setup, configuration and deployment
  • 12 screenshots of the public site and the admin panel, shot on neutral branding with Big Buck Bunny as demo content
  • Playback tokens verified on the edge, with viewer and embed secrets
  • Recording cut editor: in/out markers over the continuous archive, rebuilt playlists, timezone-correct markers
  • Archive: year collections, per-recording role requirements, presigned segment delivery
  • pretalx import for the programme, with room to channel mapping
  • Show planner, stream control and auto mode
  • Chat with moderation, badges, slow mode, emotes and a pop-out window
  • Branding from the database: name, copy, links, logo and accent colour, applied without a rebuild
  • Header and footer aligned to the content track
  • Player poster now uses the show thumbnail, so a tile expands into its own artwork
  • Other live shows below the player carry thumbnails and viewer counts
  • Numeric table cells fall back to a placeholder instead of rendering NaN
  • Role checkbox hints say what an empty selection means

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 501 files, which is 201 over the limit of 300.

To get a review, reduce the PR to 300 files or fewer by splitting it into smaller PRs or changing its base branch.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 57dff362-83a1-4b09-a699-4ccf9dba2631

📥 Commits

Reviewing files that changed from the base of the PR and between 3da1bef and dc99677.

⛔ Files ignored due to path filters (16)
  • .github/screenshots/archive.jpg is excluded by !**/*.jpg
  • .github/screenshots/browse.jpg is excluded by !**/*.jpg
  • .github/screenshots/login.png is excluded by !**/*.png
  • .github/screenshots/manage-cut-editor.jpg is excluded by !**/*.jpg
  • .github/screenshots/manage-dashboard.png is excluded by !**/*.png
  • .github/screenshots/manage-planner.png is excluded by !**/*.png
  • .github/screenshots/manage-settings.png is excluded by !**/*.png
  • .github/screenshots/manage-shows.png is excluded by !**/*.png
  • .github/screenshots/manage-sources.png is excluded by !**/*.png
  • .github/screenshots/mobile-player.jpg is excluded by !**/*.jpg
  • .github/screenshots/player-chat.jpg is excluded by !**/*.jpg
  • .github/screenshots/schedule.png is excluded by !**/*.png
  • composer.lock is excluded by !**/*.lock
  • package-lock.json is excluded by !**/package-lock.json
  • public/favicon.ico is excluded by !**/*.ico
  • public/favicon.svg is excluded by !**/*.svg
📒 Files selected for processing (501)
  • .env.build
  • .env.dvr-process.example
  • .env.example
  • .gitignore
  • CLAUDE.md
  • README.md
  • app/Console/Commands/BrandingSetCommand.php
  • app/Console/Commands/Chat/AbstractChatCommand.php
  • app/Console/Commands/Chat/BadgeCommand.php
  • app/Console/Commands/Chat/BroadcastCommand.php
  • app/Console/Commands/Chat/DeleteCommand.php
  • app/Console/Commands/Chat/HelpCommand.php
  • app/Console/Commands/Chat/NukeCommand.php
  • app/Console/Commands/Chat/SlowModeCommand.php
  • app/Console/Commands/Chat/TimeoutCommand.php
  • app/Console/Commands/CheckAutoModeShows.php
  • app/Console/Commands/DevStreamKeys.php
  • app/Console/Commands/ExtractDvrSegments.php
  • app/Console/Commands/RecordShowStatistics.php
  • app/Console/Commands/ShowDnsDetails.php
  • app/Console/Commands/TestDockerUrls.php
  • app/Console/Commands/TestS3Storage.php
  • app/Console/Kernel.php
  • app/Contracts/CommandInterface.php
  • app/Enum/AutoscalerAction.php
  • app/Enum/PlaybackTokenTypeEnum.php
  • app/Events/Chat/Broadcasts/BroadcastRateLimitChangeEvent.php
  • app/Events/Chat/Broadcasts/ChatMessageEvent.php
  • app/Events/Chat/Broadcasts/ChatMessagesDeletedEvent.php
  • app/Events/Chat/Broadcasts/ChatNoticeEvent.php
  • app/Events/Chat/Broadcasts/ChatSettingsUpdatedEvent.php
  • app/Events/Chat/Broadcasts/ChatSystemEvent.php
  • app/Events/Chat/Broadcasts/ChatUserStateEvent.php
  • app/Events/Chat/Broadcasts/SystemAnnouncementEvent.php
  • app/Events/Chat/Commands/SlowModeDisabled.php
  • app/Events/Chat/Commands/SlowModeEnabled.php
  • app/Events/Chat/DeleteMessagesEvent.php
  • app/Events/CommandFeedbackEvent.php
  • app/Events/MessageDeletedEvent.php
  • app/Events/ShowCancelled.php
  • app/Events/ShowEnded.php
  • app/Events/SourceStatusChangedEvent.php
  • app/Events/SystemMessageEvent.php
  • app/Events/UserRoleUpdatedEvent.php
  • app/Exceptions/InvalidPlaybackTokenException.php
  • app/Filament/Pages/Stream.php
  • app/Filament/Resources/EmoteResource.php
  • app/Filament/Resources/EmoteResource/Pages/CreateEmote.php
  • app/Filament/Resources/EmoteResource/Pages/EditEmote.php
  • app/Filament/Resources/EmoteResource/Pages/ListEmotes.php
  • app/Filament/Resources/RecordingResource.php
  • app/Filament/Resources/RecordingResource/Pages/CreateRecording.php
  • app/Filament/Resources/RecordingResource/Pages/EditRecording.php
  • app/Filament/Resources/RecordingResource/Pages/ListRecordings.php
  • app/Filament/Resources/RoleResource.php
  • app/Filament/Resources/RoleResource/Pages/CreateRole.php
  • app/Filament/Resources/RoleResource/Pages/EditRole.php
  • app/Filament/Resources/RoleResource/Pages/ListRoles.php
  • app/Filament/Resources/RoleResource/RelationManagers/UsersRelationManager.php
  • app/Filament/Resources/ServerResource.php
  • app/Filament/Resources/ServerResource/Pages/CreateServer.php
  • app/Filament/Resources/ServerResource/Pages/EditServer.php
  • app/Filament/Resources/ServerResource/Pages/ListServers.php
  • app/Filament/Resources/ServerResource/Pages/ViewInstallScript.php
  • app/Filament/Resources/ServerResource/RelationManagers/UserRelationManager.php
  • app/Filament/Resources/ShowResource.php
  • app/Filament/Resources/ShowResource/Pages/CreateShow.php
  • app/Filament/Resources/ShowResource/Pages/EditShow.php
  • app/Filament/Resources/ShowResource/Pages/ListShows.php
  • app/Filament/Resources/ShowResource/Pages/ViewShowStatistics.php
  • app/Filament/Resources/ShowResource/RelationManagers/ViewersRelationManager.php
  • app/Filament/Resources/SourceResource.php
  • app/Filament/Resources/SourceResource/Pages/CreateSource.php
  • app/Filament/Resources/SourceResource/Pages/EditSource.php
  • app/Filament/Resources/SourceResource/Pages/ListSources.php
  • app/Filament/Resources/SourceResource/RelationManagers/ShowsRelationManager.php
  • app/Filament/Resources/UserResource.php
  • app/Filament/Resources/UserResource/Pages/CreateUser.php
  • app/Filament/Resources/UserResource/Pages/EditUser.php
  • app/Filament/Resources/UserResource/Pages/ListUsers.php
  • app/Filament/Resources/UserResource/RelationManagers/MessagesRelationManager.php
  • app/Filament/Resources/UserResource/RelationManagers/RolesRelationManager.php
  • app/Filament/Widgets/Capacity.php
  • app/Filament/Widgets/ServerActive.php
  • app/Filament/Widgets/ViewCountChart.php
  • app/Helpers/IpSubnetHelper.php
  • app/Http/Controllers/Api/CommandController.php
  • app/Http/Controllers/Api/FfmpegCallbackController.php
  • app/Http/Controllers/Api/HlsSessionController.php
  • app/Http/Controllers/Api/RecordingApiController.php
  • app/Http/Controllers/Api/ServerProvisionController.php
  • app/Http/Controllers/Api/SrsCallbackController.php
  • app/Http/Controllers/Api/SrsDvrController.php
  • app/Http/Controllers/Auth/FrontChannelLogoutController.php
  • app/Http/Controllers/Auth/LoginController.php
  • app/Http/Controllers/Auth/OidcClientController.php
  • app/Http/Controllers/Chat/ChatUserController.php
  • app/Http/Controllers/Chat/ModerationController.php
  • app/Http/Controllers/HlsController.php
  • app/Http/Controllers/Local/DebugController.php
  • app/Http/Controllers/Manage/DashboardController.php
  • app/Http/Controllers/Manage/EmoteController.php
  • app/Http/Controllers/Manage/PretalxConnectionController.php
  • app/Http/Controllers/Manage/PretalxImportController.php
  • app/Http/Controllers/Manage/RecordingController.php
  • app/Http/Controllers/Manage/RoleController.php
  • app/Http/Controllers/Manage/ServerController.php
  • app/Http/Controllers/Manage/ServerInstallScriptController.php
  • app/Http/Controllers/Manage/ServerProvisionController.php
  • app/Http/Controllers/Manage/SettingsController.php
  • app/Http/Controllers/Manage/ShowController.php
  • app/Http/Controllers/Manage/ShowPlannerController.php
  • app/Http/Controllers/Manage/ShowStatisticsController.php
  • app/Http/Controllers/Manage/SourceController.php
  • app/Http/Controllers/Manage/TableColumnController.php
  • app/Http/Controllers/Manage/UploadController.php
  • app/Http/Controllers/Manage/UserController.php
  • app/Http/Controllers/MessageController.php
  • app/Http/Controllers/RecordingController.php
  • app/Http/Controllers/RecordingPlaylistController.php
  • app/Http/Controllers/ScheduleController.php
  • app/Http/Controllers/StreamController.php
  • app/Http/Controllers/TestChatController.php
  • app/Http/Kernel.php
  • app/Http/Middleware/Authenticate.php
  • app/Http/Middleware/AuthenticateIfRequired.php
  • app/Http/Middleware/CheckRecordingApiKeyMiddleware.php
  • app/Http/Middleware/CheckSharedSecretMiddleware.php
  • app/Http/Middleware/EnsureAttendeeHasTicketMiddleware.php
  • app/Http/Middleware/EnsureChatIsEnabled.php
  • app/Http/Middleware/HandleInertiaRequests.php
  • app/Http/Middleware/LocalOnly.php
  • app/Http/Middleware/ShareManageProps.php
  • app/Http/Middleware/VerifyCsrfToken.php
  • app/Http/Requests/Manage/EmoteRequest.php
  • app/Http/Requests/Manage/RecordingRequest.php
  • app/Http/Requests/Manage/RoleRequest.php
  • app/Http/Requests/Manage/ServerRequest.php
  • app/Http/Requests/Manage/ShowRequest.php
  • app/Http/Requests/Manage/SourceRequest.php
  • app/Http/Requests/MessageRequest.php
  • app/Jobs/CaptureThumbnailJob.php
  • app/Jobs/CleanupStaleViewerSessionsJob.php
  • app/Jobs/ProcessRecordingJob.php
  • app/Jobs/Server/Deprovision/InitializeDeprovisioningJob.php
  • app/Jobs/Server/Provision/CreateDnsRecordJob.php
  • app/Jobs/Server/Provision/CreateVirtualMachineJob.php
  • app/Jobs/Server/ScalingJob.php
  • app/Jobs/Server/ServerHealthCheckJob.php
  • app/Jobs/UpdateServerViewerCountsJob.php
  • app/Listeners/Chat/DeleteMessages/DeleteMessagesListener.php
  • app/Listeners/Chat/SlowMode/AnnounceSlowModeDeactivationListener.php
  • app/Listeners/Chat/SlowMode/AnnounceSlowModeListener.php
  • app/Listeners/Chat/SlowMode/SlowModeDisableListener.php
  • app/Listeners/Chat/SlowMode/SlowModeEnableListener.php
  • app/Listeners/HandleAutoModeShowsListener.php
  • app/Models/BrandingSetting.php
  • app/Models/ChatBan.php
  • app/Models/ChatModerationLog.php
  • app/Models/ChatSetting.php
  • app/Models/Emote.php
  • app/Models/Message.php
  • app/Models/PretalxRoomSource.php
  • app/Models/Recording.php
  • app/Models/Role.php
  • app/Models/Server.php
  • app/Models/Show.php
  • app/Models/Source.php
  • app/Models/SystemMessage.php
  • app/Models/Timeout.php
  • app/Models/User.php
  • app/Observers/RecordingObserver.php
  • app/Observers/ShowObserver.php
  • app/Observers/SourceObserver.php
  • app/Policies/EmotePolicy.php
  • app/Policies/RecordingPolicy.php
  • app/Policies/RolePolicy.php
  • app/Policies/ServerPolicy.php
  • app/Policies/ShowPolicy.php
  • app/Policies/SourcePolicy.php
  • app/Policies/UserPolicy.php
  • app/Providers/AuthServiceProvider.php
  • app/Providers/EventServiceProvider.php
  • app/Providers/Filament/AdminPanelProvider.php
  • app/Providers/RouteServiceProvider.php
  • app/Services/ArchivePlaylistService.php
  • app/Services/AutoscalerService.php
  • app/Services/BrandingService.php
  • app/Services/Chat/ChatModerationService.php
  • app/Services/Chat/ChatSettingsService.php
  • app/Services/Chat/MessagePresenter.php
  • app/Services/ChatMessageSanitizer.php
  • app/Services/CommandRegistry.php
  • app/Services/DnsKeyService.php
  • app/Services/DvrExtractorService.php
  • app/Services/EmoteService.php
  • app/Services/PlaybackTokenService.php
  • app/Services/PretalxImporter.php
  • app/Services/PretalxService.php
  • app/Services/RecordingService.php
  • app/Services/ServerProvisioningService.php
  • app/Services/ShowStatisticsService.php
  • app/Services/ThumbnailService.php
  • app/Support/Chat/Broadcast.php
  • app/Support/ColorPresets.php
  • app/Support/ColorRamp.php
  • app/Support/Manage/Action.php
  • app/Support/Manage/Column.php
  • app/Support/Manage/Filter.php
  • app/Support/Manage/Navigation.php
  • app/Support/Manage/Overview.php
  • app/Support/Manage/Settings.php
  • app/Support/Manage/Status.php
  • app/Support/Manage/Table.php
  • app/Support/Manage/Toast.php
  • app/Support/Markdown.php
  • app/Support/PlaybackToken.php
  • composer.json
  • config/app.php
  • config/auth.php
  • config/branding.php
  • config/chat.php
  • config/database.php
  • config/dns.php
  • config/filament.php
  • config/horizon.php
  • config/livewire.php
  • config/manage.php
  • config/pretalx.php
  • config/services.php
  • config/settings.php
  • config/stream.php
  • database/factories/ServerFactory.php
  • database/factories/ShowFactory.php
  • database/factories/SourceFactory.php
  • database/migrations/2023_08_31_052337_clients_remove_fk_to_server_user_and_change_it_to_servers_on_clients_table.php
  • database/migrations/2023_08_31_055110_add_user_id_to_clients_table.php
  • database/migrations/2025_08_29_170705_simplify_role_user_table.php
  • database/migrations/2025_08_29_171750_remove_is_staff_from_roles_table.php
  • database/migrations/2025_08_30_031133_remove_priority_from_sources_table.php
  • database/migrations/2025_08_30_145103_rename_thumbnail_url_to_thumbnail_path_in_shows_table.php
  • database/migrations/2025_08_30_153138_create_timeouts_table.php
  • database/migrations/2025_08_30_153154_create_chat_settings_table.php
  • database/migrations/2025_08_30_153213_create_system_messages_table.php
  • database/migrations/2025_08_30_155138_remove_unused_columns_from_users_table.php
  • database/migrations/2025_08_30_163337_remove_unnecessary_fields_from_sources_table.php
  • database/migrations/2025_08_30_164024_update_servers_for_origin_edge_architecture.php
  • database/migrations/2025_08_30_164306_create_viewer_statistics_table.php
  • database/migrations/2025_08_30_172431_drop_clients_table.php
  • database/migrations/2025_08_30_175447_drop_user_badges_table.php
  • database/migrations/2025_08_30_180818_update_servers_table_nullable_fields.php
  • database/migrations/2025_08_31_055126_drop_model_has_permissions_table.php
  • database/migrations/2025_08_31_055157_drop_personal_access_tokens_table.php
  • database/migrations/2025_08_31_055229_drop_permissions_table.php
  • database/migrations/2025_08_31_055543_rename_viewer_statistics_to_show_statistics.php
  • database/migrations/2025_08_31_141627_add_type_and_priority_to_messages_table.php
  • database/migrations/2025_08_31_add_error_status_to_sources_table.php
  • database/migrations/2025_09_01_085827_add_auto_mode_to_shows_table.php
  • database/migrations/2025_09_01_100251_remove_is_featured_from_shows_table.php
  • database/migrations/2025_09_01_114326_add_priority_to_sources_table.php
  • database/migrations/2025_09_03_184000_create_recordings_table.php
  • database/migrations/2025_09_04_121126_add_show_id_and_slug_to_recordings_table.php
  • database/migrations/2025_09_04_121200_add_recordable_to_shows_table.php
  • database/migrations/2026_07_29_233211_create_jobs_table.php
  • database/migrations/2026_07_29_235000_create_branding_settings_table.php
  • database/migrations/2026_07_30_120000_add_auto_stop_at_to_shows_table.php
  • database/migrations/2026_07_30_150000_revamp_chat_system.php
  • database/migrations/2026_08_03_010000_make_recordings_cuts_over_the_archive.php
  • database/migrations/2026_08_03_010000_replace_assigned_at_login_with_external_id_on_roles.php
  • database/migrations/2026_08_03_010500_add_announce_recording_to_shows_table.php
  • database/migrations/2026_08_03_020000_make_recording_cut_markers_naive_timestamps.php
  • database/migrations/2026_08_03_100000_add_pretalx_slot_id_to_shows_table.php
  • database/migrations/2026_08_03_100100_create_pretalx_room_sources_table.php
  • database/migrations/2026_08_03_120000_fold_footer_urls_into_footer_links.php
  • database/seeders/DatabaseSeeder.php
  • database/seeders/DevStreamChannelsSeeder.php
  • database/seeders/LocalDevelopmentServersSeeder.php
  • database/seeders/LocalDevelopmentSourceSeeder.php
  • database/seeders/RecordingSeeder.php
  • database/seeders/RoleSeeder.php
  • database/seeders/ShowSeeder.php
  • docker-compose.dev.yml
  • docker-compose.yml
  • docker/8.4/Dockerfile
  • docker/8.4/php.ini
  • docker/8.4/start-container
  • docker/8.4/supervisord.conf
  • docker/dev/app-bridge.conf
  • docker/dev/edge-Caddyfile
  • docker/dev/edge-nginx.conf
  • docker/dev/origin-Caddyfile
  • docker/dev/origin-nginx.conf
  • docker/dev/origin-srs.conf
  • docker/dev/publish.sh
  • docker/dvr-uploader/Dockerfile
  • docker/dvr-uploader/archive_uploader.py
  • docker/dvr-uploader/uploader.py
  • docker/edge-nginx/Dockerfile
  • docker/edge-nginx/hls-auth.js
  • docker/edge-nginx/nginx.conf
  • docker/ffmpeg-hls/stream-manager.sh
  • docker/origin-nginx/nginx.conf
  • docs/admin/auto-mode.md
  • docs/admin/current-filament-features.md
  • docs/admin/parity-checklist.md
  • docs/admin/pretalx-import.md
  • docs/admin/rebuild-plan.md
  • docs/admin/remaining-modules.md
  • docs/dev-stack.md
  • docs/dvr-archive-plan.md
  • docs/dvr-archive-testing.md
  • docs/streaming-auth-redesign.md
  • dvr-process.sh
  • package.json
  • public/css/filament/filament/app.css
  • public/css/filament/forms/forms.css
  • public/css/filament/support/support.css
  • public/js/filament/filament/app.js
  • public/js/filament/filament/echo.js
  • public/js/filament/forms/components/color-picker.js
  • public/js/filament/forms/components/date-time-picker.js
  • public/js/filament/forms/components/file-upload.js
  • public/js/filament/forms/components/key-value.js
  • public/js/filament/forms/components/markdown-editor.js
  • public/js/filament/forms/components/rich-editor.js
  • public/js/filament/forms/components/select.js
  • public/js/filament/forms/components/tags-input.js
  • public/js/filament/forms/components/textarea.js
  • public/js/filament/notifications/notifications.js
  • public/js/filament/support/async-alpine.js
  • public/js/filament/support/support.js
  • public/js/filament/tables/components/table.js
  • public/js/filament/widgets/components/chart.js
  • public/js/filament/widgets/components/stats-overview/stat/chart.js
  • resources/css/app.css
  • resources/js/Components/Chat/ChatBadges.vue
  • resources/js/Components/Chat/ChatInput.vue
  • resources/js/Components/Chat/ChatMessage.vue
  • resources/js/Components/Chat/ChatPanel.vue
  • resources/js/Components/Chat/EmotePicker.vue
  • resources/js/Components/Chat/ModToolsPanel.vue
  • resources/js/Components/Chat/UserCard.vue
  • resources/js/Components/Container.vue
  • resources/js/Components/Content/StreamInfoBox.vue
  • resources/js/Components/Dropdown.vue
  • resources/js/Components/DropdownLink.vue
  • resources/js/Components/Livestream/ChatBox.vue
  • resources/js/Components/Livestream/ChatMessageBox.vue
  • resources/js/Components/Livestream/CommandSuggestion.vue
  • resources/js/Components/Livestream/KeyboardShortcutsHelp.vue
  • resources/js/Components/Livestream/RateLimitInfoBox.vue
  • resources/js/Components/Livestream/StreamPlayer.vue
  • resources/js/Components/Livestream/StreamStatsOverlay.vue
  • resources/js/Components/Livestream/UserBadge.vue
  • resources/js/Components/Livestream/VideoJsPlayer.vue
  • resources/js/Components/LoginScreenWelcome.vue
  • resources/js/Components/Logo.vue
  • resources/js/Components/Manage/ActionButton.vue
  • resources/js/Components/Manage/ChartArea.vue
  • resources/js/Components/Manage/CheckboxList.vue
  • resources/js/Components/Manage/CodeBlock.vue
  • resources/js/Components/Manage/CopyableText.vue
  • resources/js/Components/Manage/CutEditor.vue
  • resources/js/Components/Manage/DataTable.vue
  • resources/js/Components/Manage/FileUploadField.vue
  • resources/js/Components/Manage/FilterBar.vue
  • resources/js/Components/Manage/FormActions.vue
  • resources/js/Components/Manage/FormField.vue
  • resources/js/Components/Manage/FormSection.vue
  • resources/js/Components/Manage/ManageIcon.vue
  • resources/js/Components/Manage/ManageSidebar.vue
  • resources/js/Components/Manage/ManageStatusStrip.vue
  • resources/js/Components/Manage/PageHeader.vue
  • resources/js/Components/Manage/Pagination.vue
  • resources/js/Components/Manage/PlannerTrack.vue
  • resources/js/Components/Manage/ScheduleRow.vue
  • resources/js/Components/Manage/ShowStatusControl.vue
  • resources/js/Components/Manage/StatCard.vue
  • resources/js/Components/Manage/StatusBadge.vue
  • resources/js/Components/Manage/ToastHost.vue
  • resources/js/Components/Manage/colorRamp.js
  • resources/js/Components/Manage/plannerTime.js
  • resources/js/Components/Manage/tones.js
  • resources/js/Components/Manage/useTableQuery.js
  • resources/js/Components/Manage/useToasts.js
  • resources/js/Components/MarkdownText.vue
  • resources/js/Components/MobileDrawer.vue
  • resources/js/Components/NavLink.vue
  • resources/js/Components/Player/VideoPlayer.vue
  • resources/js/Components/Recordings/PendingRecordingTile.vue
  • resources/js/Components/Recordings/RecordingTile.vue
  • resources/js/Components/ResponsiveNavLink.vue
  • resources/js/Components/Shows/ChatExcerpt.vue
  • resources/js/Components/Shows/ShowTile.vue
  • resources/js/Components/Shows/StageHero.vue
  • resources/js/Components/TilePlaceholder.vue
  • resources/js/Layouts/AuthenticatedLayout.vue
  • resources/js/Layouts/GuestLayout.vue
  • resources/js/Layouts/ManageLayout.vue
  • resources/js/Pages/Archive/Index.vue
  • resources/js/Pages/Archive/Year.vue
  • resources/js/Pages/Auth/Login.vue
  • resources/js/Pages/ChatPopout.vue
  • resources/js/Pages/Debug/Users.vue
  • resources/js/Pages/Emotes/Index.vue
  • resources/js/Pages/Manage/Dashboard.vue
  • resources/js/Pages/Manage/Emotes/Form.vue
  • resources/js/Pages/Manage/Emotes/Index.vue
  • resources/js/Pages/Manage/Recordings/Form.vue
  • resources/js/Pages/Manage/Recordings/Index.vue
  • resources/js/Pages/Manage/Roles/Form.vue
  • resources/js/Pages/Manage/Roles/Index.vue
  • resources/js/Pages/Manage/Servers/Form.vue
  • resources/js/Pages/Manage/Servers/Index.vue
  • resources/js/Pages/Manage/Servers/InstallScript.vue
  • resources/js/Pages/Manage/Settings.vue
  • resources/js/Pages/Manage/Shows/Form.vue
  • resources/js/Pages/Manage/Shows/Import.vue
  • resources/js/Pages/Manage/Shows/Index.vue
  • resources/js/Pages/Manage/Shows/Planner.vue
  • resources/js/Pages/Manage/Shows/Statistics.vue
  • resources/js/Pages/Manage/Sources/Form.vue
  • resources/js/Pages/Manage/Sources/Index.vue
  • resources/js/Pages/Manage/Users/Form.vue
  • resources/js/Pages/Manage/Users/Index.vue
  • resources/js/Pages/NoTicket.vue
  • resources/js/Pages/RecordingPlayer.vue
  • resources/js/Pages/Recordings.vue
  • resources/js/Pages/Schedule.vue
  • resources/js/Pages/ShowPlayer.vue
  • resources/js/Pages/ShowsGrid.vue
  • resources/js/Pages/TestChat.vue
  • resources/js/app.js
  • resources/js/bootstrap.js
  • resources/js/composables/useChat.js
  • resources/js/composables/useChatTokens.js
  • resources/js/composables/useNow.js
  • resources/views/app.blade.php
  • resources/views/filament/modals/show-stats.blade.php
  • resources/views/filament/pages/stream.blade.php
  • resources/views/filament/resources/server-resource/pages/view-install-script.blade.php
  • resources/views/filament/resources/show-resource/pages/view-show-statistics.blade.php
  • resources/views/filament/widgets/view-count-chart.blade.php
  • resources/views/server-provisioning/common/ffmpeg-stream-manager.blade.php
  • resources/views/server-provisioning/edge/docker-compose.blade.php
  • resources/views/server-provisioning/edge/nginx-config.blade.php
  • resources/views/server-provisioning/install-script.blade.php
  • resources/views/server-provisioning/origin/docker-compose.blade.php
  • routes/api.php
  • routes/channels.php
  • routes/local.php
  • routes/manage.php
  • routes/web.php
  • scripts/bench-ladder.sh
  • scripts/dev-stack.sh
  • scripts/dev-streams.sh
  • scripts/hls-tracker.service
  • scripts/hls_session_tracker.py
  • scripts/load-test.sh
  • tests/Concerns/CreatesManageUsers.php
  • tests/Feature/Api/CommandControllerTest.php
  • tests/Feature/Api/SrsCallbackControllerTest.php
  • tests/Feature/Auth/OidcCallbackTest.php
  • tests/Feature/AutoModeEndToEndTest.php
  • tests/Feature/ChatSystemTest.php
  • tests/Feature/Commands/CheckAutoModeShowsTest.php
  • tests/Feature/EdgeTokenEnforcementTest.php
  • tests/Feature/Filament/AdminPanelTest.php
  • tests/Feature/HlsCachingTest.php
  • tests/Feature/InertiaComponentTest.php
  • tests/Feature/Manage/AccessTest.php
  • tests/Feature/Manage/DashboardTest.php
  • tests/Feature/Manage/EmotesTest.php
  • tests/Feature/Manage/PretalxImportTest.php
  • tests/Feature/Manage/RecordingsTest.php
  • tests/Feature/Manage/RolesTest.php
  • tests/Feature/Manage/ServersTest.php
  • tests/Feature/Manage/SettingsTest.php
  • tests/Feature/Manage/ShowPlannerTest.php
  • tests/Feature/Manage/ShowsTest.php
  • tests/Feature/Manage/SourcesTest.php
  • tests/Feature/Manage/UploadTest.php
  • tests/Feature/Manage/UsersTest.php
  • tests/Feature/OptionalLoginAndChatToggleTest.php
  • tests/Feature/PageLoadTest.php
  • tests/Feature/ScheduleTest.php
  • tests/Feature/ServerDeprovisioningTest.php
  • tests/Feature/ServerHealthCheckTest.php
  • tests/Feature/SrsWebhookAuthenticationTest.php
  • tests/Feature/StreamReconnectingFlowTest.php
  • tests/Unit/Commands/CommandSystemTest.php
  • tests/Unit/Commands/SlowModeCommandTest.php
  • tests/Unit/Commands/TimeoutCommandTest.php
  • tests/Unit/HlsIpOverrideTest.php
  • tests/Unit/Listeners/HandleAutoModeShowsListenerTest.php
  • tests/Unit/Models/ShowAutoModeTest.php
  • tests/Unit/Models/SourceSlugTest.php
  • tests/Unit/Services/CommandRegistryTest.php
  • tests/Unit/Services/PlaybackTokenServiceTest.php
  • tests/Unit/Support/MarkdownTest.php
  • vite.config.js

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands.

@Thiritin

Thiritin commented Aug 3, 2026

Copy link
Copy Markdown
Owner Author

@CodeRabbit help

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

CodeRabbit commands

These commands are invoked using PR/Issue comments.

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai rate limit to show your current review rate limit status.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai evaluate custom pre-merge check --instructions <custom-checks-instructions> --name <custom-checks-title> [--mode <error|warning>] to validate the custom pre-merge checks instructions. Defaults to error when --mode is omitted.
  • @coderabbitai ignore pre-merge checks to override pre-merge checks and get an approval on PR.
  • @coderabbitai run pre-merge checks to run pre-merge checks on the pull request.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai emit path instructions to emit generated path-specific review instructions for this repository.
  • @coderabbitai resolve merge conflict to automatically resolve merge conflicts.
  • @coderabbitai autofix to automatically fix issues identified in unresolved review comments.
  • @coderabbitai fix-ci to automatically fix failing CI checks in a stacked pull request.
  • @coderabbitai fix-ci commit to automatically fix failing CI checks by committing fixes to the current branch.
  • @coderabbitai resolve to resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai generate configuration to create a PR that adds the current resolved configuration as .coderabbit.yaml (or show it if already present).
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit configuration file (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, support, documentation and community

  • Visit our status page to check the current availability of CodeRabbit.
  • Create a ticket on our support page for assistance with any issues or questions.
  • Visit our documentation site for detailed information on how to use CodeRabbit.
  • Join our Discord community to connect with other users and get help from the community.
  • Follow us on X/Twitter for updates and announcements.

@Thiritin

Thiritin commented Aug 3, 2026

Copy link
Copy Markdown
Owner Author

@coderabbitai help

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

CodeRabbit commands

These commands are invoked using PR/Issue comments.

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai rate limit to show your current review rate limit status.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai evaluate custom pre-merge check --instructions <custom-checks-instructions> --name <custom-checks-title> [--mode <error|warning>] to validate the custom pre-merge checks instructions. Defaults to error when --mode is omitted.
  • @coderabbitai ignore pre-merge checks to override pre-merge checks and get an approval on PR.
  • @coderabbitai run pre-merge checks to run pre-merge checks on the pull request.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai emit path instructions to emit generated path-specific review instructions for this repository.
  • @coderabbitai resolve merge conflict to automatically resolve merge conflicts.
  • @coderabbitai autofix to automatically fix issues identified in unresolved review comments.
  • @coderabbitai fix-ci to automatically fix failing CI checks in a stacked pull request.
  • @coderabbitai fix-ci commit to automatically fix failing CI checks by committing fixes to the current branch.
  • @coderabbitai resolve to resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai generate configuration to create a PR that adds the current resolved configuration as .coderabbit.yaml (or show it if already present).
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit configuration file (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, support, documentation and community

  • Visit our status page to check the current availability of CodeRabbit.
  • Create a ticket on our support page for assistance with any issues or questions.
  • Visit our documentation site for detailed information on how to use CodeRabbit.
  • Join our Discord community to connect with other users and get help from the community.
  • Follow us on X/Twitter for updates and announcements.

@Thiritin

Thiritin commented Aug 3, 2026

Copy link
Copy Markdown
Owner Author

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown
✅ Action performed

Full review finished.

@Thiritin
Thiritin merged commit 1fc6b0a into main Aug 3, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant