discourse/app/services
Linca aab2987438
FEATURE: Log tag group changes in staff action log (#28787)
* FEATURE: Log tag group changes in staff action log

This commit records every change (add, change, delete) to a tag group in
the staff action log.

It uses a modal that was originally called ThemeChangeModal to display
changes, allowing staffs to see the specific changes clearly. The modal
is renamed to StaffActionLogChangeModal in this PR.

ref: https://meta.discourse.org/t/-/325011/14

Co-authored-by: Keegan George <kgeorge13@gmail.com>
2024-09-09 10:50:48 +08:00
..
action DEV: Use Service::Base for suspend and silence actions (#28459) 2024-08-22 14:38:56 +03:00
flags FIX: flag valid type inclusion should be lambda (#28030) 2024-07-23 11:47:50 +10:00
notifications
problem_check FIX: Don't clear inline problems when loading admin dashboard (#28220) 2024-08-05 11:45:55 +08:00
service DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
spam_rule
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 UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
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
post_action_notifier.rb
post_alerter.rb FEATURE: add delay to native push notifications (#28314) 2024-08-13 12:12:05 +04:00
post_bookmarkable.rb
post_owner_changer.rb
push_notification_pusher.rb DEV: refactor live notifications setting in user preferences (#28145) 2024-08-02 17:25:15 +04:00
random_topic_selector.rb
registered_bookmarkable.rb
search_indexer.rb
service.rb
sidebar_section_links_updater.rb
sidebar_site_settings_backfiller.rb
silence_user.rb DEV: Use Service::Base for suspend and silence actions (#28459) 2024-08-22 14:38:56 +03:00
site_setting_update_existing_users.rb
site_settings_task.rb
staff_action_logger.rb FEATURE: Log tag group changes in staff action log (#28787) 2024-09-09 10:50:48 +08:00
suspend_user.rb DEV: Use Service::Base for suspend and silence actions (#28459) 2024-08-22 14:38:56 +03:00
tag_hashtag_data_source.rb
theme_settings_migrations_runner.rb DEV: Switch to pnpm for JS dependencies (#28671) 2024-09-03 10:51:07 +01:00
themes_install_task.rb
topic_bookmarkable.rb
topic_status_updater.rb
topic_timestamp_changer.rb
tracked_topics_updater.rb
trust_level_granter.rb
update_site_setting.rb DEV: Use run_successfully matcher in service specs 2024-08-28 16:30:09 +02:00
user_action_manager.rb
user_activator.rb FIX: do not enforce 2fa when an account is created with OAuth (#28625) 2024-08-29 11:19:04 +10:00
user_anonymizer.rb
user_authenticator.rb FIX: do not enforce 2fa when an account is created with OAuth (#28625) 2024-08-29 11:19:04 +10:00
user_destroyer.rb
user_merger.rb
user_notification_renderer.rb
user_notification_schedule_processor.rb
user_password_expirer.rb DEV: make UserPassword 1:1 to User (#28528) 2024-09-03 11:09:33 +08:00
user_silencer.rb
user_stat_count_updater.rb
user_suspender.rb
user_updater.rb
username_changer.rb
username_checker_service.rb
web_hook_emitter.rb
wildcard_domain_checker.rb
wildcard_url_checker.rb
word_watcher.rb