discourse/plugins/automation/spec
Ted Johansson c1c7ea8959
DEV: Change hide_email_address_taken default to true (#30293)
We're changing the default of hide_email_address_taken to true. This is a trade-off we want to make, as it prevents account enumeration with minimal impact on legitimate users. If you forget you have an account and try to sign up again with the same e-mail you'll receive an e-mail letting you know.
2024-12-17 10:46:04 +08:00
..
fabricators FIX: ensures global notices are destroyed on post created (#28684) 2024-09-02 21:17:10 +02:00
integration DEV: Change hide_email_address_taken default to true (#30293) 2024-12-17 10:46:04 +08:00
jobs
lib FIX: adds post_quote as placeholder (#29083) 2024-10-08 21:55:11 +09:00
models UX: simplify and shorten new script flow for automations (#29178) 2024-10-23 14:04:17 -04:00
requests UX: logs when an automation is destroyed (#29565) 2024-11-04 11:12:18 +09:00
scripts FIX: Avoid zipping when adding users to groups (#30263) 2024-12-13 17:24:40 +08:00
serializers DEV: Clean up state to prevent flaky tests (#27397) 2024-06-10 08:41:03 +08:00
services DEV: Refactor DiscourseAutomation::DestroyAutomation a bit 2024-11-22 16:05:31 +01:00
system DEV: adds a page object for automation page (#29732) 2024-11-13 11:49:38 +09:00
triggers FIX: TopicTagsChanged trigger not working with multiple tags (#29961) 2024-11-27 14:16:29 -03:00
plugin_helper.rb