chore: update lock
chore: update lock
Inspect stored evidence paths
macos/Flutter/GeneratedPluginRegistrant.swiftpubspec.lock
Reading the persisted public view.
Datamining / findings
Evidence records derived from public code, builds, assets, APIs or schemas. A detection is not automatically a release, announcement or confirmed feature.
Classification overview
chore: update lock
macos/Flutter/GeneratedPluginRegistrant.swiftpubspec.lockMerge remote-tracking branch 'origin/canary' into canary
lib/features/chat/domain/composer_slash_command.dartlib/features/chat/presentation/widgets/composer/channel_textarea.dartlib/features/chat/presentation/widgets/composer/composer_autocomplete_field.dartlib/features/chat/presentation/widgets/composer/composer_autocomplete_field_state.dartlib/features/chat/presentation/widgets/composer/composer_autocomplete_panel.dartlib/features/chat/presentation/widgets/composer/slash_command_composer.dartlib/features/chat/presentation/widgets/composer/slash_command_param_bar.dartlib/features/chat/presentation/widgets/composer/wide_composer_layout.dartlib/features/chat/providers/core/chat_view_model.dartlib/features/chat/service/composer_autocomplete_trigger.dartlib/features/chat/service/composer_slash_session.dartlib/features/chat/utils/composer_command.dartlib/features/chat/utils/composer_command_execute.dartlib/features/chat/utils/composer_command_insertion.dartlib/features/chat/utils/composer_slash_commands.dartlib/features/chat/utils/slash_slot_validation.dartlib/l10n/fluxer_en.arblib/l10n/generated/fluxer_localizations.dartlib/l10n/generated/fluxer_localizations_ar.dartlib/l10n/generated/fluxer_localizations_cs.dartlib/l10n/generated/fluxer_localizations_da.dartlib/l10n/generated/fluxer_localizations_de.dartlib/l10n/generated/fluxer_localizations_el.dartlib/l10n/generated/fluxer_localizations_en.dartlib/l10n/generated/fluxer_localizations_es.dartlib/l10n/generated/fluxer_localizations_fi.dartlib/l10n/generated/fluxer_localizations_fr.dartlib/l10n/generated/fluxer_localizations_hu.dartlib/l10n/generated/fluxer_localizations_it.dartlib/l10n/generated/fluxer_localizations_ja.dartlib/l10n/generated/fluxer_localizations_ko.dartlib/l10n/generated/fluxer_localizations_lt.dartlib/l10n/generated/fluxer_localizations_nb.dartlib/l10n/generated/fluxer_localizations_pl.dartlib/l10n/generated/fluxer_localizations_pt.dartlib/l10n/generated/fluxer_localizations_ru.dartlib/l10n/generated/fluxer_localizations_sv.dartlib/l10n/generated/fluxer_localizations_th.dartlib/l10n/generated/fluxer_localizations_tr.dartlib/l10n/generated/fluxer_localizations_uk.dartlib/l10n/generated/fluxer_localizations_zh.dartmacos/Flutter/GeneratedPluginRegistrant.swiftpubspec.locktest/features/chat/presentation/widgets/composer/composer_autocomplete_panel_test.darttest/features/chat/presentation/widgets/composer/slash_command_param_bar_test.darttest/features/chat/service/composer_slash_session_test.darttest/features/chat/utils/composer_command_test.darttest/features/chat/utils/composer_slash_commands_test.dartfeat(composer): add support for basic slash commands
lib/features/chat/domain/composer_slash_command.dartlib/features/chat/presentation/widgets/composer/channel_textarea.dartlib/features/chat/presentation/widgets/composer/composer_autocomplete_field.dartlib/features/chat/presentation/widgets/composer/composer_autocomplete_field_state.dartlib/features/chat/presentation/widgets/composer/composer_autocomplete_panel.dartlib/features/chat/presentation/widgets/composer/slash_command_composer.dartlib/features/chat/presentation/widgets/composer/slash_command_param_bar.dartlib/features/chat/presentation/widgets/composer/wide_composer_layout.dartlib/features/chat/providers/core/chat_view_model.dartlib/features/chat/service/composer_autocomplete_trigger.dartlib/features/chat/service/composer_slash_session.dartlib/features/chat/utils/composer_command.dartlib/features/chat/utils/composer_command_execute.dartlib/features/chat/utils/composer_command_insertion.dartlib/features/chat/utils/composer_slash_commands.dartlib/features/chat/utils/slash_slot_validation.dartlib/l10n/fluxer_en.arblib/l10n/generated/fluxer_localizations.dartlib/l10n/generated/fluxer_localizations_ar.dartlib/l10n/generated/fluxer_localizations_cs.dartlib/l10n/generated/fluxer_localizations_da.dartlib/l10n/generated/fluxer_localizations_de.dartlib/l10n/generated/fluxer_localizations_el.dartlib/l10n/generated/fluxer_localizations_en.dartlib/l10n/generated/fluxer_localizations_es.dartlib/l10n/generated/fluxer_localizations_fi.dartlib/l10n/generated/fluxer_localizations_fr.dartlib/l10n/generated/fluxer_localizations_hu.dartlib/l10n/generated/fluxer_localizations_it.dartlib/l10n/generated/fluxer_localizations_ja.dartlib/l10n/generated/fluxer_localizations_ko.dartlib/l10n/generated/fluxer_localizations_lt.dartlib/l10n/generated/fluxer_localizations_nb.dartlib/l10n/generated/fluxer_localizations_pl.dartlib/l10n/generated/fluxer_localizations_pt.dartlib/l10n/generated/fluxer_localizations_ru.dartlib/l10n/generated/fluxer_localizations_sv.dartlib/l10n/generated/fluxer_localizations_th.dartlib/l10n/generated/fluxer_localizations_tr.dartlib/l10n/generated/fluxer_localizations_uk.dartlib/l10n/generated/fluxer_localizations_zh.darttest/features/chat/presentation/widgets/composer/composer_autocomplete_panel_test.darttest/features/chat/presentation/widgets/composer/slash_command_param_bar_test.darttest/features/chat/service/composer_slash_session_test.darttest/features/chat/utils/composer_command_test.darttest/features/chat/utils/composer_slash_commands_test.dartfix(gifs): bound shard cache memory
fluxer_gifs/Cargo.tomlfluxer_gifs/src/klipy.rsfluxer_gifs/src/main.rsfluxer_gifs/src/shard_impl.rsfluxer_gifs/src/types.rsfluxer_svc/src/metrics.rsfluxer_svc/src/shard.rsfix(search): respect scope in channel suggestions
fluxer_app/src/features/channel/components/channel_search_results/ChannelSearchResultsShared.tsxfluxer_app/src/features/channel/components/message_search_bar/ChannelsSection.tsxfluxer_app/src/features/channel/components/message_search_bar/MessageSearchBarUtils.tsfluxer_app/src/features/channel/components/message_search_bar/PlaintextSection.tsxfluxer_app/src/features/channel/components/message_search_bar/useMessageSearchAutocomplete.tsfluxer_app/src/features/search/components/search/ScopeSheet.tsxfix(search): respect scope in channel suggestions
fluxer_app/src/features/channel/components/channel_search_results/ChannelSearchResultsShared.tsxfluxer_app/src/features/channel/components/message_search_bar/ChannelsSection.tsxfluxer_app/src/features/channel/components/message_search_bar/MessageSearchBarUtils.tsfluxer_app/src/features/channel/components/message_search_bar/PlaintextSection.tsxfluxer_app/src/features/channel/components/message_search_bar/useMessageSearchAutocomplete.tsfluxer_app/src/features/search/components/search/ScopeSheet.tsxfix(api): store administrator user archives separately (#2025)
fluxer_api/src/api/worker/tasks/HarvestUserData.tschore: revert file_picker change
pubspec.yamlfix(shared): email and native links
lib/shared/external_links/external_link_handler.dartlib/shared/external_links/external_url_launcher.darttest/shared/external_links/external_url_policy_test.dartMerge remote-tracking branch 'origin/canary' into canary
lib/shared/external_links/external_link_handler.dartlib/shared/external_links/external_url_launcher.dartpubspec.yamltest/shared/external_links/external_url_policy_test.darti18n: regenerate localizations
lib/l10n/generated/fluxer_localizations_ar.dartlib/l10n/generated/fluxer_localizations_cs.dartlib/l10n/generated/fluxer_localizations_da.dartlib/l10n/generated/fluxer_localizations_de.dartlib/l10n/generated/fluxer_localizations_el.dartlib/l10n/generated/fluxer_localizations_en.dartlib/l10n/generated/fluxer_localizations_es.dartlib/l10n/generated/fluxer_localizations_fi.dartlib/l10n/generated/fluxer_localizations_fr.dartlib/l10n/generated/fluxer_localizations_hu.dartlib/l10n/generated/fluxer_localizations_it.dartlib/l10n/generated/fluxer_localizations_ja.dartlib/l10n/generated/fluxer_localizations_ko.dartlib/l10n/generated/fluxer_localizations_lt.dartlib/l10n/generated/fluxer_localizations_nb.dartlib/l10n/generated/fluxer_localizations_pl.dartlib/l10n/generated/fluxer_localizations_pt.dartlib/l10n/generated/fluxer_localizations_ru.dartlib/l10n/generated/fluxer_localizations_sv.dartlib/l10n/generated/fluxer_localizations_th.dartlib/l10n/generated/fluxer_localizations_tr.dartlib/l10n/generated/fluxer_localizations_uk.dartlib/l10n/generated/fluxer_localizations_zh.dartchore: update packages
pubspec.lockpubspec.yamlMerge remote-tracking branch 'origin/canary' into canary
pubspec.lockpubspec.yamlfix(voice): mic recovery from audio route change
lib/features/voice/providers/voice_session_provider.dartlib/features/voice/services/voice_settings_applicator.dartlib/features/voice/utils/voice_audio_route_recovery.darttest/features/voice/utils/voice_audio_route_recovery_test.dartMerge remote-tracking branch 'origin/canary' into canary
lib/features/voice/providers/voice_session_provider.dartlib/features/voice/services/voice_settings_applicator.dartlib/features/voice/utils/voice_audio_route_recovery.darttest/features/voice/utils/voice_audio_route_recovery_test.dartfix(media): crashes caused my mediakit lifecycle events
lib/core/providers/app_ui_lifecycle_provider.dartlib/features/chat/presentation/widgets/media/chat_inline_video_player.dartlib/features/chat/presentation/widgets/media/chat_mobile_fullscreen_video.dartlib/features/chat/presentation/widgets/pickers/favorite_media_picker_content.dartlib/features/chat/utils/media_kit_player_lifecycle.darttest/features/chat/utils/media_kit_player_lifecycle_test.dartMerge remote-tracking branch 'origin/canary' into canary
lib/core/providers/app_ui_lifecycle_provider.dartlib/features/chat/presentation/widgets/media/chat_inline_video_player.dartlib/features/chat/presentation/widgets/media/chat_mobile_fullscreen_video.dartlib/features/chat/presentation/widgets/pickers/favorite_media_picker_content.dartlib/features/chat/utils/media_kit_player_lifecycle.darttest/features/chat/utils/media_kit_player_lifecycle_test.dartfix(workspace): stabilise the development stack (#2024)
.devcontainer/Dockerfile.devcontainer/devcontainer.json.devcontainer/docker-compose.yml.devcontainer/fix-docker-socket.sh.devcontainer/fix-workspace-permissions.sh.devcontainer/livekit.yamlconfig/env/development.envdeploy/self-hosting/docker-compose.ymlfluxer_api/src/api/App.tsfluxer_api/src/api/Config.tsfluxer_api/src/api/app/APILifecycle.tsfluxer_api/src/api/app/ControllerRegistry.tsfluxer_api/src/api/config/APIConfig.tsfluxer_api/src/api/database/PostgresKvQueryExecutor.tsfluxer_api/src/api/infrastructure/KVAccountDeletionQueueService.tsfluxer_api/src/api/infrastructure/LiveKitService.tsfluxer_api/src/api/middleware/ServiceMiddleware.tsfluxer_app_proxy/src/routes/assets_proxy.rsfluxer_app_proxy/src/routes/spa_index.rsfluxer_docs/serve.shfluxer_gateway/Dockerfilefluxer_gateway/rebar.configfluxer_gateway/rebar.lockfluxer_gateway/src/gateway/fluxer_gateway_config.erlfluxer_gateway/src/gateway/fluxer_gateway_sup.erlfluxer_gateway/src/gateway/gateway_hotpatch_bundle.erlfluxer_gateway/src/gateway/gateway_hotpatch_cli.erlfluxer_gateway/src/gateway/gateway_hotpatch_loader.erlfluxer_gateway/src/gateway/gateway_hotpatch_reconciler.erlfluxer_gateway/src/gateway/gateway_hotpatch_runtime.erlfluxer_gateway/src/gateway/gateway_hotpatch_store.erlfluxer_gateway/src/gateway/gateway_node_router.erlfluxer_gateway/src/gateway/metrics_handler.erlfluxer_gateway/src/guild/guild_member_list_sync_batch.erlfluxer_svc/src/postgres.rspackage.jsonpackages/config/src/ConfigLoader.tspackages/config/src/MasterConfig.tspackages/config/src/config_loader/EnvironmentOverrides.tspnpm-lock.yamltools/ci/src/app_dev_server.rstools/dev/cassandra_target_schema.jsontools/dev/src/bootstrap.rstools/dev/src/dev.rstools/dev/src/gateway.rstools/dev/src/gateway_reload.rstools/dev/src/lib.rstools/dev/src/main.rstools/dev/src/manifest.rstools/dev/src/media_proxy.rsfix(voice): race condition once voice ends in background
lib/features/voice/providers/voice_session_provider.dartlib/features/voice/services/voice_callkit_coordinator.dartMerge remote-tracking branch 'origin/canary' into canary
lib/features/voice/providers/voice_session_provider.dartlib/features/voice/services/voice_callkit_coordinator.dart