discourse/app
David Taylor d5c7b9f8df
FIX: Badge granting recursion error (#20750)
Moving the `grantBadge` action out of the actions hash caused it to clash with a method of the same name from the GrantBadgeController mixin. This commit renames the action.
2023-03-20 21:07:21 +00:00
..
assets FIX: Badge granting recursion error (#20750) 2023-03-20 21:07:21 +00:00
controllers FIX: Support tag query param on /tag/{name} routes (#20742) 2023-03-20 13:51:39 -05:00
helpers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
jobs DEV: Refactor Jobs::UserEmail a little 2023-03-14 09:23:06 +01:00
mailers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
models DEV: Minor refactor for bookmark polymorphic changes (#20733) 2023-03-20 10:19:28 +01:00
serializers FEATURE: Configurable auto-bump cooldown (#20507) 2023-03-10 13:45:01 +08:00
services FIX: search index failing on certain posts (#20736) 2023-03-20 15:43:08 +11:00
views SECURITY: Show only visible tags in metadata 2023-02-23 17:22:20 +01:00