discourse/app
Roman Rizzi 21c53ed249
FEATURE: Topic slow mode. (#10904)
Adds a new slow mode for topics that are heating up. Users will have to wait for a period of time before being able to post again.

We store this interval inside the topics table and track the last time a user posted using the last_posted_at datetime in the TopicUser relation.
2020-10-16 16:24:38 -03:00
..
assets FEATURE: Topic slow mode. (#10904) 2020-10-16 16:24:38 -03:00
controllers FEATURE: Topic slow mode. (#10904) 2020-10-16 16:24:38 -03:00
helpers Replace base_uri with base_path (#10879) 2020-10-09 12:51:24 +01:00
jobs DEV: Remove gifsicle dependency (#10357) 2020-10-16 13:41:27 +03:00
mailers FIX: When admin changes an email for the user the user must confirm the change (#10830) 2020-10-07 13:02:24 +10:00
models FEATURE: Topic slow mode. (#10904) 2020-10-16 16:24:38 -03:00
serializers FEATURE: Topic slow mode. (#10904) 2020-10-16 16:24:38 -03:00
services REFACTOR: Removes double check of site setting in badge granter 2020-10-05 19:59:57 +02:00
views Revert "FEATURE: Upgrade analytics.js to gtag.js (#10893)" (#10910) 2020-10-13 12:20:41 -05:00