mirror of
https://github.com/discourse/discourse.git
synced 2026-08-10 21:51:49 +08:00
Backport of #41554 to release/2026.1. --- ## Summary Prevent unauthorized access to shared AI conversations and artifacts by verifying the visibility of source topics and posts before rendering. The patch also ensures that destroying a shared conversation correctly restores privacy settings for artifacts and uploads even when the source topic has been trashed. ## Source - Patch Triage: https://patch.discourse.org/patch-triage/1398 Co-authored-by: discourse-patch-triage <272280883+discourse-patch-triage[bot]@users.noreply.github.com> Co-authored-by: Isaac Janzen <50783505+janzenisaac@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| ai_spam_scan.rb | ||
| create_ai_chat_reply.rb | ||
| create_ai_reply.rb | ||
| detect_translate_post.rb | ||
| detect_translate_topic.rb | ||
| digest_rag_upload.rb | ||
| fast_track_topic_gist.rb | ||
| generate_chat_thread_title.rb | ||
| generate_embeddings.rb | ||
| generate_inferred_concepts.rb | ||
| generate_rag_embeddings.rb | ||
| localize_categories.rb | ||
| localize_posts.rb | ||
| localize_tags.rb | ||
| localize_topics.rb | ||
| manage_embedding_def_search_index.rb | ||
| post_sentiment_analysis.rb | ||
| shared_conversation_adjust_upload_security.rb | ||
| stream_composer_helper.rb | ||
| stream_discord_reply.rb | ||
| stream_discover_reply.rb | ||
| stream_post_helper.rb | ||
| stream_topic_ai_summary.rb | ||