discourse/app
Sam d7c08e217a PERF: delete user and post actions vs destroy on user destroy
Users can have 100s of thousands of post and user actions, we do not want
to destroy each individually cause the tracking is enormous and the amount
of queries we would need is enormous.

This gives up on the `after_commit` hook on `post_actions` which ships a message
to clients to synchronize a post, so some phantom post_actions may remain
in the UX in the rare occasion we delete a user. The phantoms will be gone
on reload.
2019-01-17 11:19:37 +11:00
..
assets remove stray chars 2019-01-16 15:05:43 -08:00
controllers FEATURE: Consolidate likes notifications. (#6879) 2019-01-16 10:40:16 +08:00
helpers FEATURE: Allow the base font size to be changed on a per-user basis (#6859) 2019-01-14 13:21:46 +00:00
jobs DEV: remove uploaded_meta_id column from category (#6725) 2019-01-10 09:37:21 +08:00
mailers FEATURE: Use email_site_title in From of digest emails 2019-01-04 17:06:19 +01:00
models PERF: delete user and post actions vs destroy on user destroy 2019-01-17 11:19:37 +11:00
serializers UX: sort admins and moderators by last seen date on /about page 2019-01-15 17:26:11 +05:30
services FEATURE: allow calling user destroyer without a transaction 2019-01-17 07:56:17 +11:00
views UX: better help text for private invite-only instance 2019-01-12 18:40:00 +05:30