discourse/lib
Roman Rizzi f85f73be88
FEATURE: Review posts with media. (#10693)
To check if a post contains any embedded media, we look if the "image_sizes" attribute is present in the new post manager arguments.

We want to see one boxed links, but we only store the raw content of the post. To work around this, I extracted the onebox logic from the composer editor into a module.
2020-09-18 12:45:09 -03:00
..
auth FEATURE: Add support for not persistent sessions 2020-09-11 15:11:24 +10:00
autospec
backup_restore FIX: Prevent "uploads are missing in S3" alerts after restoring a backup 2020-09-10 21:37:48 +02:00
common_passwords
compression
content_security_policy
demon DEV: Review fixes (#10641) 2020-09-10 13:41:46 +10:00
email FEATURE: Allow email image embed with secure media (#10563) 2020-09-10 09:50:16 +10:00
emoji
file_store
freedom_patches
generators
guardian FEATURE: Allow admins to delete user SSO records in the UI (#10669) 2020-09-15 10:00:10 -04:00
highlight_js
i18n
imap
import
import_export
javascripts
middleware
migration
onebox
plugin FEATURE: allow to extend topic_eager_loads in Search (#10625) 2020-09-14 11:58:28 +10:00
pretty_text FIX: Missing files from previous commit 2020-09-15 10:59:41 -04:00
rate_limiter
reviewable
scheduler
search
seed_data
sidekiq
site_settings
stylesheet FIX: Clear stylesheet cache on base font change 2020-09-15 13:13:09 -04:00
svg_sprite
tasks DEV: Change upload verified column to be integer (#10643) 2020-09-17 13:35:29 +10:00
theme_store
turbo_tests
validators
webauthn
wizard
admin_confirmation.rb
admin_constraint.rb
admin_user_index_query.rb
age_words.rb
archetype.rb
auth.rb
backup_restore.rb FIX: Forking prevented notifications from being sent after backup 2020-09-18 17:35:17 +02:00
badge_posts_view_manager.rb
badge_queries.rb
base62.rb
bookmark_manager.rb FIX: Make deleted topic post bookmarks more resilient (#10619) 2020-09-07 14:52:14 +10:00
bookmark_query.rb
bookmark_reminder_notification_handler.rb
browser_detection.rb
cache.rb
canonical_url.rb
category_badge.rb
comment_migration.rb
composer_messages_finder.rb
configurable_urls.rb
content_buffer.rb
content_security_policy.rb
cooked_post_processor.rb FIX: Make sure rel attributes are correctly set. (#10645) 2020-09-10 12:59:51 -03:00
crawler_detection.rb
csrf_token_verifier.rb
current_user.rb
custom_renderer.rb
custom_setting_providers.rb
db_helper.rb
directory_helper.rb
discourse_cookie_store.rb
discourse_diff.rb
discourse_event.rb
discourse_hub.rb
discourse_ip_info.rb
discourse_js_processor.rb DEV: updates js transpiler to use babel 7 (#10627) 2020-09-15 09:26:33 +02:00
discourse_logstash_logger.rb
discourse_plugin_registry.rb DEV: Add plugin api to permit bulk_action parameters (#10638) 2020-09-10 17:18:45 +01:00
discourse_redis.rb
discourse_tagging.rb
discourse_updates.rb
discourse.rb
disk_space.rb
distributed_cache.rb
distributed_memoizer.rb
distributed_mutex.rb
edit_rate_limiter.rb
email_backup_token.rb
email_cook.rb
email_updater.rb
email.rb
encodings.rb
enum_site_setting.rb
enum.rb
excerpt_parser.rb
feed_element_installer.rb
feed_item_accessor.rb
file_helper.rb
filter_best_posts.rb
final_destination.rb
flag_query.rb
flag_settings.rb
gaps.rb
global_path.rb
guardian.rb
has_errors.rb
hijack.rb
homepage_constraint.rb
html_prettify.rb
html_to_markdown.rb
http_language_parser.rb
image_sizer.rb
import_export.rb
inline_oneboxer.rb
introduction_updater.rb
ip_addr.rb
js_locale_helper.rb
json_error.rb
letter_avatar.rb
markdown_linker.rb
mem_info.rb
message_bus_diags.rb
method_profiler.rb
mini_sql_multisite_connection.rb
mobile_detection.rb
new_post_manager.rb FEATURE: Review posts with media. (#10693) 2020-09-18 12:45:09 -03:00
new_post_result.rb
notification_levels.rb
oneboxer.rb
onpdiff.rb
pbkdf2.rb
permalink_constraint.rb
pinned_check.rb
plain_text_to_markdown.rb
plugin_gem.rb
plugin_initialization_guard.rb
post_action_creator.rb
post_action_destroyer.rb
post_action_result.rb
post_creator.rb
post_destroyer.rb
post_jobs_enqueuer.rb
post_locker.rb
post_merger.rb
post_revisor.rb FIX: Ensure uploads are linked to post when revising a post 2020-09-11 11:49:15 +02:00
pretty_text.rb FIX: Missing files from previous commit 2020-09-15 10:59:41 -04:00
promotion.rb
quote_comparer.rb
rake_helpers.rb
rate_limiter.rb
read_only_header.rb
retrieve_title.rb
route_format.rb
rtl.rb
s3_helper.rb
s3_inventory.rb DEV: Change upload verified column to be integer (#10643) 2020-09-17 13:35:29 +10:00
score_calculator.rb
screening_model.rb
search.rb FEATURE: allow to extend topic_eager_loads in Search (#10625) 2020-09-14 11:58:28 +10:00
secure_session.rb
shrink_uploaded_image.rb
single_sign_on_provider.rb
single_sign_on.rb
site_icon_manager.rb
site_setting_extension.rb
slug.rb
socket_server.rb
spam_handler.rb
sql_builder.rb
staff_constraint.rb
staff_message_format.rb
suggested_topics_builder.rb
system_message.rb
text_cleaner.rb
text_sentinel.rb
theme_javascript_compiler.rb
theme_modifier_helper.rb
theme_settings_manager.rb
theme_settings_parser.rb
theme_translation_manager.rb
theme_translation_parser.rb
timeline_lookup.rb
topic_creator.rb FIX: topic_creator accepts participant_count in import mode (#10632) 2020-09-10 08:16:57 +10:00
topic_list_responder.rb
topic_publisher.rb
topic_query_params.rb
topic_query_sql.rb
topic_query.rb FIX: TopicQuery.list_private_messages_unread ignore notification level 2020-09-15 13:33:11 +08:00
topic_retriever.rb
topic_subtype.rb
topic_upload_security_manager.rb
topic_view.rb FIX: Make deleted topic post bookmarks more resilient (#10619) 2020-09-07 14:52:14 +10:00
topics_bulk_action.rb
trust_level.rb
turbo_tests.rb
twitter_api.rb
unicorn_logstash_patch.rb
unread.rb
upload_creator.rb SECURITY: return error on oversized images 2020-09-14 10:45:11 +10:00
upload_fixer.rb
upload_markdown.rb
upload_recovery.rb
upload_security.rb FIX: Provide better API for registering custom upload public types (#10697) 2020-09-18 11:54:33 +10:00
url_helper.rb
user_lookup.rb
user_name_suggester.rb
version.rb
webauthn.rb
wizard.rb