discourse/app
Martin Brennan 9057272ee2
FIX: Use Guardian.basic_user instead of new (anon) (#24705)
c.f. de983796e1

There will soon be additional login_required checks
for Guardian, and the intent of many checks by automated
systems is better fulfilled by using BasicUser, which
simulates a logged in TL0 forum user, rather than an
anon user.

In some cases the use of anon still makes sense (e.g.
anonymous_cache), and in that case the more explicit
`Guardian.anon_user` is used
2023-12-06 11:56:21 +10:00
..
assets FIX: Add checkbox-label to notification bulk actions (#24734) 2023-12-06 11:22:48 +10:00
controllers FIX: Use Guardian.basic_user instead of new (anon) (#24705) 2023-12-06 11:56:21 +10:00
helpers DEV: Simplify ember-cli proxy strategy (#24242) 2023-11-10 11:16:06 +00:00
jobs DEV: update syntax tree to latest (#24623) 2023-11-29 16:38:07 +11:00
mailers FIX: Add higher read & open timeouts for group SMTP emails (#24593) 2023-11-28 15:32:59 +10:00
models FIX: Allow setting an array custom field to a singleton value (#24636) 2023-11-29 14:18:47 -06:00
serializers FIX: Further improvements for plugin list (#24622) 2023-11-30 10:53:17 +10:00
services DEV: Pass the user who requested the summary to the strategy. (#24489) 2023-11-21 13:27:27 -03:00
views FIX: Account activation under ember-5 build (#24722) 2023-12-05 17:49:40 +00:00