discourse/spec/lib/guardian
Ted Johansson a93b6a2214
DEV: Consistently use Guardian helper methods (#34024)
1. Make consistent use of `is_me?`, `is_my_own?`, etc. since these are
more robust and don't use the `user` accessor method (soon to be
deprecated) directly.
2. Add missing test coverage for `BookmarkGuardian` methods.
2025-08-14 15:23:42 +08:00
..
bookmark_guardian_spec.rb DEV: Consistently use Guardian helper methods (#34024) 2025-08-14 15:23:42 +08:00
flag_guardian_spec.rb FEATURE: allow edit custom flags (#32344) 2025-04-17 12:31:52 +08:00
invite_guardian_spec.rb DEV: Remove redundant user argument in InviteGuardian methods (#33784) 2025-07-23 15:56:06 +08:00
post_guardian_spec.rb DEV: Add test coverage for PostGuardian methods (#33712) 2025-07-21 14:47:53 +08:00
tag_guardian_spec.rb FEATURE: Add new edit_tags_allowed_groups setting (#34000) 2025-08-01 15:19:20 +08:00
topic_guardian_spec.rb DEV: Fix up TopicGuardian#can_delete_topic? (#33965) 2025-07-31 10:41:00 +08:00
user_guardian_spec.rb FIX: Make hide_new_user_profiles work with manually upgraded users (#33458) 2025-07-03 13:00:30 +08:00