discourse/app
Sam d5ecf8e8c2 FIX: properly clean out post and user actions on destroy user
This corrects 2 issues:

First is a regression with d7c08e21 for some reason dependent :delete_all
respects default scopes where-as dependent :destroy bypasses it.

Secondly, we were keeping orphan user actions around on user destroy, this
ensures we remove all the user actions not only ones that originated by
the user.

So for example: if I like a post of user A we create a user action saying I
did that, but once user A is deleted we were not removing the action leading
to an orphan action in the database.
2019-01-17 12:40:30 +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 FIX: properly clean out post and user actions on destroy user 2019-01-17 12:40:30 +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