discourse/app
Bianca Nenciu ccb345bd88
FEATURE: Update topic/comment embedding parameters (#20181)
This commit implements many changes to topic and comments embedding. It
deprecates the class_name field from EmbeddableHost and suggests using
the className parameter. discourse_username parameter has been
deprecated and it will fetch it from embedded site from the author or
discourse-username meta.

See the updated code sample from Admin > Customize > Embedding page.

* FEATURE: Add className parameter for Discourse embed

* DEV: Hide class_name from EmbeddableHost

* DEV: Deprecate class_name field of EmbeddableHost

* FEATURE: Use either author or discourse-username meta tag

* DEV: Deprecate discourse_username parameter

* DEV: Improve embed code sample
2023-02-28 14:31:59 +02:00
..
assets FEATURE: Update topic/comment embedding parameters (#20181) 2023-02-28 14:31:59 +02:00
controllers FEATURE: Update topic/comment embedding parameters (#20181) 2023-02-28 14:31:59 +02:00
helpers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
jobs DEV: Enable unless cops 2023-02-21 10:30:48 +01:00
mailers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
models FEATURE: Update topic/comment embedding parameters (#20181) 2023-02-28 14:31:59 +02:00
serializers DEV: Include unread topics in New topic lists and link to it in sidebar (#20432) 2023-02-27 15:11:01 +03:00
services DEV: configurable public sidebar sections (#20303) 2023-02-22 08:55:44 +11:00
views SECURITY: Show only visible tags in metadata 2023-02-23 17:22:20 +01:00