discourse/app/controllers/admin
Régis Hanol 1e57bbf5c8 Lots bounce emails related fixes
- Show bounce score on user admin page
- Added reset bounce score button on user admin page
- Only whitelisted email types are sent to emails with high bounce score
- FIX: properly detect bounces even when there is no TO: header in the email
- Don't desactivate a user when reaching the bounce threshold
2016-05-06 19:34:33 +02:00
..
admin_controller.rb
api_controller.rb
backups_controller.rb
badges_controller.rb PERF: N+1 query on badges index. 2016-04-12 17:45:02 +08:00
color_schemes_controller.rb
dashboard_controller.rb
diagnostics_controller.rb
email_controller.rb FEATURE: handle bounced emails 2016-05-02 23:15:32 +02:00
email_templates_controller.rb FIX: improve support for handling emails coming from screened email addresses 2016-04-18 23:01:54 +02:00
embeddable_hosts_controller.rb
embedding_controller.rb
emojis_controller.rb
flags_controller.rb
groups_controller.rb FIX: ensure group's users counters are kept in sync 2016-04-04 17:03:18 +02:00
impersonate_controller.rb
permalinks_controller.rb
plugins_controller.rb
reports_controller.rb
screened_emails_controller.rb
screened_ip_addresses_controller.rb
screened_urls_controller.rb
site_customizations_controller.rb
site_settings_controller.rb FEATURE: new bootstrap mode settings for brand new Discourse community (#4193) 2016-04-26 13:08:19 -04:00
site_texts_controller.rb FIX: Allow message format translations to be overridden 2016-04-08 14:49:50 -04:00
staff_action_logs_controller.rb
user_fields_controller.rb FEATURE: add user custom fields to user card 2016-04-08 14:35:41 +02:00
users_controller.rb Lots bounce emails related fixes 2016-05-06 19:34:33 +02:00
versions_controller.rb