discourse/plugins/chat/spec
Osama Sayegh db6eff7be9
DEV: Allow custom site activity items in the new /about page (#28400)
This commit introduces a new frontend API to add custom items to the "Site activity" section in the new /about page. The new API is called `addAboutPageActivity` and it works along side the `register_stat` serve-side API which serializes the data that the frontend API consumes. More details of how the two APIs work together is in the JSDoc comment above the API function definition.

Internal topic: t/128545/9.
2024-08-20 16:16:05 +03:00
..
components/chat FEATURE: prevent chat emails for messages created via SDK (#27875) 2024-07-12 10:57:14 +04:00
fabricators PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00
integration PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
jobs PERF: automatically join users to channels more efficiently (#28392) 2024-08-16 13:58:12 +10:00
lib DEV: better highlighting of mentions (#28403) 2024-08-20 14:37:28 +02:00
mailers FIX: show group based notifications in chat summary email (#27641) 2024-07-01 12:47:38 +04:00
models FIX: correct in_thread? message logic (#27151) 2024-05-23 11:08:55 +02:00
policies/chat/channel DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
queries/chat DEV: adds first_messages/last_messages to thread SDK (#26861) 2024-05-03 17:30:39 +02:00
requests DEV: Remove summarization code (#27373) 2024-07-02 08:51:47 -07:00
serializer fix linting 2024-06-25 12:17:22 +02:00
services DEV: fix chat message grace edit period flaky (#28095) 2024-07-26 18:16:17 +04:00
support DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
system DEV: Allow custom site activity items in the new /about page (#28400) 2024-08-20 16:16:05 +03:00
validators FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
plugin_helper.rb DEV: Block accidental serialization of entire AR models (#27668) 2024-07-01 17:08:48 -03:00
plugin_spec.rb FIX: correctly load channels in chat webhooks 2024-06-10 17:30:38 +02:00