discourse/lib
Martin Brennan f4b45df83f
FIX: UserCommScreener filter acting user ID from target user IDs (#17702)
Fixes edge case from fa5f3e228c.
In case the acting user is sent in with the target_user_ids,
we do not need to load those preferences, because even if the
acting user is preventing PMs or muting etc they need to always be able to
send themselves messages.
2022-07-28 13:04:24 +10:00
..
action_dispatch/session
auth FIX: Logout could fail due to cached user (#17325) 2022-07-04 17:01:19 +02:00
autospec DEV: Remove qunit autorunner (#17430) 2022-07-11 22:29:33 +02:00
backup_restore FEATURE: Create upload_references table (#16146) 2022-06-09 09:24:30 +10:00
common_passwords
compression
content_security_policy DEV: Use performance timings to as a baseline for the splash take 2 (#17284) 2022-06-30 21:22:00 +08:00
demon
discourse_dev DEV: Populate first and last seen at timestamps. (#17643) 2022-07-25 11:54:43 -03:00
email FEATURE: Log the SMTP response in EmailLog (#17056) 2022-06-15 10:28:30 +10:00
email_controller_helper FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
emoji
faker
file_store FEATURE: Make S3 presigned GET URL expiry configurable (#16912) 2022-05-26 09:53:01 +10:00
freedom_patches DEV: Patch Ruby Ember template compiler to work with recent ember 2022-07-19 10:00:59 +01:00
generators/rails
guardian FIX: Support for group everyone in tag setting (#17669) 2022-07-27 15:44:41 +03:00
i18n
imap FEATURE: Introduce site setting to allow for non staff pm tagging (#16671) 2022-05-10 10:02:28 -05:00
import
import_export
javascripts DEV: Extensively use startsWith() (#17540) 2022-07-17 20:16:39 +02:00
middleware
migration
onebox FIX: Use URI#merge to merge base and relative URLs (#17454) 2022-07-18 14:17:54 +03:00
plugin DEV: Add discourse-templates in the official plugins list (#17560) 2022-07-18 16:46:49 -03:00
pretty_text DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
rate_limiter
reviewable
scheduler
search FIX: Limits for PM and group header search (#16887) 2022-05-24 11:31:24 -04:00
second_factor
seed_data
sidekiq
site_settings FIX: min/max username length limits weren't validated (#17382) 2022-07-08 12:00:47 -03:00
stylesheet DEV: Preload CSS in the <head> (#17322) 2022-07-05 00:23:09 +08:00
tasks DEV: Run prettier and rubocop in parallel for CI (#17357) 2022-07-07 13:29:14 +08:00
theme_store
topic_query FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
turbo_tests
validators FIX: Rejected emails should not be cleaned up before their logs (#17648) 2022-07-27 07:28:44 +01:00
webauthn
wizard FEATURE: revamped wizard (#17477) 2022-07-27 06:53:01 +05:30
admin_confirmation.rb
admin_constraint.rb
admin_user_index_query.rb
age_words.rb
archetype.rb
auth.rb
backup_restore.rb
badge_posts_view_manager.rb
badge_queries.rb
base62.rb
bookmark_manager.rb DEV: Add save_user_preferences option to BookmarkManager (#16894) 2022-05-24 11:13:21 +10:00
bookmark_query.rb FEATURE: Promote polymorphic bookmarks to default and migrate (#16729) 2022-05-23 10:07:15 +10:00
bookmark_reminder_notification_handler.rb FEATURE: Promote polymorphic bookmarks to default and migrate (#16729) 2022-05-23 10:07:15 +10:00
browser_detection.rb
cache.rb
canonical_url.rb
category_badge.rb
chrome_installed_checker.rb
comment_migration.rb
common_passwords.rb
composer_messages_finder.rb
configurable_urls.rb
content_buffer.rb
content_security_policy.rb
cooked_post_processor.rb FEATURE: Allow hotlinked media to be blocked (#16940) 2022-06-07 15:23:04 +01:00
cooked_processor_mixin.rb FEATURE: Allow hotlinked media to be blocked (#16940) 2022-06-07 15:23:04 +01:00
crawler_detection.rb
csrf_token_verifier.rb
current_user.rb
custom_renderer.rb
db_helper.rb
directory_helper.rb
discourse_connect_base.rb FEATURE: allow for overlapping DiscourseConnect secrets per domain (#16915) 2022-05-31 15:24:04 +10:00
discourse_connect_provider.rb FEATURE: allow for overlapping DiscourseConnect secrets per domain (#16915) 2022-05-31 15:24:04 +10:00
discourse_dev.rb
discourse_diff.rb
discourse_event.rb
discourse_hub.rb
discourse_ip_info.rb
discourse_js_processor.rb DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
discourse_logstash_logger.rb
discourse_plugin_registry.rb FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
discourse_redis.rb DEV: Readonly Redis support for DiscourseRedis#multi/pipelined (#16744) 2022-05-13 16:18:13 +08:00
discourse_sourcemapping_url_processor.rb DEV: Fix production sourcemaps with Ember CLI (#16707) 2022-05-11 10:23:32 +01:00
discourse_tagging.rb
discourse_updates.rb
discourse.rb DEV: Add a helper method to clear every possible theme cache (#17585) 2022-07-22 09:46:52 +03:00
disk_space.rb
distributed_cache.rb
distributed_memoizer.rb
distributed_mutex.rb DEV: Implement distributed mutex in lua (#16228) 2022-07-11 14:16:37 +02:00
edit_rate_limiter.rb
email_backup_token.rb
email_cook.rb
email_updater.rb
email.rb
ember_cli.rb DEV: Pass static scripts through Ember CLI (#17373) 2022-07-08 10:13:46 +01:00
encodings.rb
enum_site_setting.rb
enum.rb
excerpt_parser.rb
external_upload_helpers.rb FIX: Use hidden site setting for batch presign rate limit (#16692) 2022-05-10 11:14:26 +10:00
feed_element_installer.rb
feed_item_accessor.rb
file_helper.rb DEV: Stop logging error response body in FileHelper (#17120) 2022-06-17 11:50:30 +01:00
filter_best_posts.rb
final_destination.rb FIX: Don’t raise an error on onebox timeouts 2022-07-25 10:41:46 +02:00
flag_query.rb
flag_settings.rb DEV: Compatibility with TruffleRuby (#16864) 2022-05-19 21:56:55 +02:00
gaps.rb
global_path.rb
group_email_credentials_check.rb
guardian.rb FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
has_errors.rb
highlight_js.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 FIX: InlineOneboxer watched word censor error (#16921) 2022-05-26 14:01:44 +10:00
js_locale_helper.rb FIX: Extra-locale merging didn't account for fallbacks (#17128) 2022-06-17 19:34:08 +02:00
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
new_post_result.rb
notification_levels.rb DEV: Add normal as an alias for regular in NotificationLevels.topic_levels (#17466) 2022-07-13 06:37:38 +03:00
onebox.rb
oneboxer.rb FIX: InlineOneboxer watched word censor error (#16921) 2022-05-26 14:01:44 +10:00
onpdiff.rb
pbkdf2.rb
permalink_constraint.rb
pinned_check.rb
plain_text_to_markdown.rb
plugin_gem.rb
plugin.rb
post_action_creator.rb DEV: Remove PostAction/UserAction bookmark refs (#16681) 2022-05-10 10:42:18 +10:00
post_action_destroyer.rb FIX: Background like count update didn't account for own user actions (#16688) 2022-05-09 17:23:39 -03:00
post_action_result.rb
post_creator.rb FIX: Change UserCommScreener to use user_ids (#17489) 2022-07-14 15:23:09 +10:00
post_destroyer.rb UX: Update topics stats automatically (#17135) 2022-06-27 18:21:05 -03:00
post_jobs_enqueuer.rb
post_locker.rb
post_merger.rb
post_revisor.rb FIX: Skip job if tag edit notification is disabled (#17508) 2022-07-15 15:36:27 +03:00
presence_channel.rb
pretty_text.rb DEV: Update xss.js (#17216) 2022-06-24 10:28:05 +08:00
promotion.rb
quote_comparer.rb FIX: handle quote rendering for external Discourse instance (#16722) 2022-05-12 10:07:43 -05:00
rake_helpers.rb
rate_limiter.rb
read_only_mixin.rb DEV: New readonly mode. Only applies to non-staff (#16243) 2022-05-17 13:06:08 -05:00
redis_snapshot.rb FIX: add support for pipelined and multi redis commands (#16682) 2022-05-10 08:19:02 +10:00
require_dependency_backward_compatibility.rb
retrieve_title.rb DEV: Supress logs when RetrieveTitle.crawl fails with Net::ReadTimeout errors (#16971) 2022-06-09 16:30:22 -03:00
route_format.rb
route_matcher.rb FIX: Incorrect currentUser could be cached for requests with API key (#17279) 2022-07-01 10:18:24 +02:00
rtl.rb
s3_cors_rulesets.rb
s3_helper.rb FIX: Uploading large files (> 5GB) failed when enable_direct_s3_uploads is enabled (#16724) 2022-06-28 21:30:00 +02:00
s3_inventory.rb
score_calculator.rb
screening_model.rb
search.rb FEATURE: Create upload_references table (#16146) 2022-06-09 09:24:30 +10:00
secure_session.rb
shrink_uploaded_image.rb FIX: Should be UploadReference instead of UploadReferences (#17361) 2022-07-06 11:40:54 -07:00
sidekiq_logster_reporter.rb DEV: Upgrade Sidekiq to 6.5 (#17142) 2022-06-21 09:23:36 +08:00
site_icon_manager.rb
site_setting_extension.rb
slug.rb
socket_server.rb
spam_handler.rb
staff_constraint.rb
staff_message_format.rb
suggested_topics_builder.rb
svg_sprite.rb FEATURE: Replace hamburger dropdown with Sidebar when undock (#17600) 2022-07-22 13:06:47 +08:00
system_message.rb DEV: Add event for plugins to customize system messages (#16953) 2022-05-30 14:01:21 +01:00
temporary_db.rb DEV: Improve multisite db scripts in dev (#17337) 2022-07-06 10:39:03 +02:00
temporary_redis.rb
text_cleaner.rb
text_sentinel.rb
theme_javascript_compiler.rb DEV: Patch Ruby Ember template compiler to work with recent ember 2022-07-19 10:00:59 +01:00
theme_modifier_helper.rb
theme_settings_manager.rb
theme_settings_parser.rb
theme_translation_manager.rb
theme_translation_parser.rb
timeline_lookup.rb
tiny_japanese_segmenter.rb
topic_creator.rb
topic_list_responder.rb
topic_publisher.rb FIX: Notify tag watchers when publishing topic (#17576) 2022-07-20 19:07:18 +03:00
topic_query_params.rb
topic_query.rb FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
topic_retriever.rb
topic_subtype.rb
topic_upload_security_manager.rb FEATURE: Create upload_references table (#16146) 2022-06-09 09:24:30 +10:00
topic_view.rb FEATURE: Promote polymorphic bookmarks to default and migrate (#16729) 2022-05-23 10:07:15 +10:00
topics_bulk_action.rb FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
trust_level.rb
turbo_tests.rb
twitter_api.rb FIX: twitter onebox keeps whitespace for expanded links (#17055) 2022-06-10 01:20:26 -04:00
unicorn_logstash_patch.rb
unread.rb FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
upload_creator.rb FIX: Didn't delete upload stub when a new upload is created 2022-06-28 21:27:52 +02:00
upload_fixer.rb
upload_markdown.rb
upload_recovery.rb
upload_security.rb PERF: Speed up secure media and ACL sync rake tasks (#16849) 2022-05-23 13:14:11 +10:00
url_helper.rb
user_comm_screener.rb FIX: UserCommScreener filter acting user ID from target user IDs (#17702) 2022-07-28 13:04:24 +10:00
user_lookup.rb
user_name_suggester.rb
vary_header.rb
version.rb Version bump to v2.9.0.beta8 (#17697) 2022-07-27 17:11:58 -03:00
webauthn.rb
wizard.rb