docbrown/app
Jeremy Friesen 42b39da1a8
Ensuring an admin can confirm delete a user's post (#16485)
Prior to this commit, the admin could delete the post but were blocked
by the "delete confirm".  The blocker was because we scoped the finding
of an article to the current user.

With this commit, the admin should be able to confirm the deletion of an
article.

Closes #16461
2022-02-09 11:28:58 -05:00
..
assets Admin's Member view (#16174) 2022-02-09 14:33:01 +01:00
components/admin/users Change UI instances of "vomit" to "flag" (#16397) 2022-02-03 12:22:32 +00:00
controllers Ensuring an admin can confirm delete a user's post (#16485) 2022-02-09 11:28:58 -05:00
decorators app/controllers & decorators i18n (#16126) 2022-02-03 13:35:56 -05:00
errors A suspended user returns 403 instead of 500 (#16408) 2022-02-04 09:42:23 -05:00
forms Using a Form Object that will persist for the Creator Settings Form (#15684) 2021-12-10 17:07:40 +02:00
helpers Adding conditional rendering of navigation links (#16362) 2022-02-01 12:23:58 -05:00
javascript Admin's Member view (#16174) 2022-02-09 14:33:01 +01:00
lib Easier feature flag handling for Cypress (#16379) 2022-02-03 10:42:13 -05:00
liquid_tags Implement Unified Embeds for Github Repo, Issue, Pull-Request and Comment URLs (#16422) 2022-02-07 16:38:43 -05:00
mailers app/mailers i18n (#16191) 2022-01-20 07:33:29 -07:00
models Removing deprecated User methods (#16435) 2022-02-07 10:32:58 -05:00
policies Removing deprecated User methods (#16435) 2022-02-07 10:32:58 -05:00
queries small non-views ruby i18n (#16004) 2022-01-11 10:05:18 +07:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Extracting container for allowed tags & attrs (#15338) 2021-12-16 12:24:45 -05:00
serializers Added "Tags" category to search results (#16265) 2022-01-26 20:51:15 +03:00
services Feed experiment 6: recency (#16438) 2022-02-08 15:01:18 -05:00
uploaders small non-views ruby i18n (#16004) 2022-01-11 10:05:18 +07:00
validators Remove the "Getting Started" Section from the Config (#16033) 2022-01-20 07:31:35 -07:00
view_objects Patching ERB rendering of the data-info JSON (#16067) 2022-01-14 08:30:49 -05:00
views Admin's Member view (#16174) 2022-02-09 14:33:01 +01:00
workers Use perform_bulk in Podcasts::EnqueueGetEpisodesWorker (#16325) 2022-01-28 11:32:25 +07:00