discourse/app
David Taylor bee61d4faf
DEV: Convert composer controller to native class syntax (#20723)
Actions are moved from actions: {} to top-level functions with @action decorator. Previously we had a save() action and a top-level function of the same name, so this commit renames the action to avoid a clash.
2023-03-23 13:36:03 +00:00
..
assets DEV: Convert composer controller to native class syntax (#20723) 2023-03-23 13:36:03 +00:00
controllers SECURITY: Limit URL length for theme remote (#20787) 2023-03-23 12:01:04 +00: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: Add preload API to CategoryList (#20778) 2023-03-22 15:12:08 -05:00
serializers FIX: my links in sidebar section (#20754) 2023-03-21 15:58:42 +11:00
services FIX: Do not allow anonymous users to be anonymized (#20776) 2023-03-22 20:51:42 +02:00
views SECURITY: Show only visible tags in metadata 2023-02-23 17:22:20 +01:00