discourse/app/services
Osama Sayegh 118f7869bb
FEATURE: Add bulk destroy to admin users list (#29744)
This commit introduces a new feature that allows staff to bulk select and delete users directly from the users list at `/admin/users/list`. The main use-case for this feature is make deleting spammers easier when a site is under a large spam attack.

Internal topic: t/140321.
2024-11-25 11:13:35 +03:00
..
admin_notices DEV: Remove hash-like access from service contracts 2024-10-29 16:02:51 +01:00
experiments DEV: Remove hash-like access from service contracts 2024-10-29 16:02:51 +01:00
flags DEV: Remove hash-like access from service contracts 2024-10-29 16:02:51 +01:00
notifications
problem_check
site_setting DEV: Remove hash-like access from service contracts 2024-10-29 16:02:51 +01:00
spam_rule
user FEATURE: Add bulk destroy to admin users list (#29744) 2024-11-25 11:13:35 +03:00
anonymous_shadow_creator.rb
badge_granter.rb
base_bookmarkable.rb
category_hashtag_data_source.rb
color_scheme_revisor.rb
destroy_task.rb
email_settings_exception_handler.rb
email_settings_validator.rb
email_style_updater.rb
external_upload_manager.rb
group_action_logger.rb
group_mentions_updater.rb
group_message.rb
handle_chunk_upload.rb
hashtag_autocomplete_service.rb
heat_settings_updater.rb
inline_uploads.rb
notification_emailer.rb DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
post_action_notifier.rb
post_alerter.rb Add dedicated user_api_key_clients table to allow for 1:many use cases (#28119) 2024-11-08 12:05:03 -05:00
post_bookmarkable.rb
post_owner_changer.rb
push_notification_pusher.rb
random_topic_selector.rb
registered_bookmarkable.rb
search_indexer.rb
sidebar_section_links_updater.rb
sidebar_site_settings_backfiller.rb
site_setting_update_existing_users.rb UX: Split hide_profile_and_presence user option (#29632) 2024-11-12 22:22:58 -03:00
site_settings_task.rb
staff_action_logger.rb
tag_hashtag_data_source.rb
theme_settings_migrations_runner.rb
themes_install_task.rb
topic_bookmarkable.rb
topic_status_updater.rb
topic_timestamp_changer.rb
tracked_topics_updater.rb
trust_level_granter.rb
user_action_manager.rb
user_activator.rb
user_anonymizer.rb FIX: Ensure normalized_email gets anonymized (#29719) 2024-11-12 14:36:17 -03:00
user_authenticator.rb
user_destroyer.rb
user_merger.rb
user_notification_renderer.rb
user_notification_schedule_processor.rb
user_password_expirer.rb
user_silencer.rb
user_stat_count_updater.rb
user_suspender.rb
user_updater.rb UX: Split hide_profile_and_presence user option (#29632) 2024-11-12 22:22:58 -03:00
username_changer.rb
username_checker_service.rb
web_hook_emitter.rb
wildcard_domain_checker.rb
wildcard_url_checker.rb
word_watcher.rb