discourse/app
Daniel Waterworth cead0cf684
DEV: Remove Category.findById from admin web hooks (#26605)
Include categories when fetching admin/web_hooks and make
'extras' more useful. 'extras' is the mechanism we use to provide
context for rest objects.

However, previously:

 * When you fetched many objects, extras was only set on the ResultSet,
   not on each object,

 * If you need derived data from extras, there wasn't a sensible place to
   put this code. Now, you can create an 'ExtrasClass' static field on
   your rest model and this class will be used for your extras data,
2024-04-11 16:11:00 -05:00
..
assets DEV: Remove Category.findById from admin web hooks (#26605) 2024-04-11 16:11:00 -05:00
controllers DEV: Remove Category.findById from admin web hooks (#26605) 2024-04-11 16:11:00 -05:00
helpers DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
jobs UX: make first admin a moderator to review user approvals. (#26588) 2024-04-10 20:59:03 +05:30
mailers FIX: Add higher read & open timeouts for group SMTP emails (#24593) 2023-11-28 15:32:59 +10:00
models FIX: Load categories with user activity and drafts (#26553) 2024-04-10 17:35:42 +03:00
serializers DEV: Remove Category.findById from admin web hooks (#26605) 2024-04-11 16:11:00 -05:00
services FEATURE: Consolidate link notifications (#26567) 2024-04-09 11:53:37 -06:00
views DEV: allow themes to render their own custom homepage (#26291) 2024-04-02 11:05:08 -04:00