discourse/app
Martin Brennan 0832cad803
DEV: Add clipboardCopyAsync API to utilities (#16232)
In certain cases (like chat quoting) we need to be able
to call the API with an async AJAX call before copying
the results to the clipboard. The only way to reliably
do this is by handing off the AJAX promise to a ClipboardItem.

This commit introduces a new clipboardCopyAsync function
to handle this, which will stand alongside the existing
clipboardCopy function which can be used when no AJAX
request is necessary.
2022-03-21 13:34:01 +10:00
..
assets DEV: Add clipboardCopyAsync API to utilities (#16232) 2022-03-21 13:34:01 +10:00
controllers DEV: Allow params to be passed on topic redirects (#16218) 2022-03-17 19:27:51 -06:00
helpers FEATURE: use canonical links in posts.rss feed (#16190) 2022-03-15 20:17:06 +11:00
jobs FIX: Reset last sent for existent bookmarks (#16202) 2022-03-18 16:31:35 +02:00
mailers FEATURE: Allow sending group SMTP emails with from alias (#15687) 2022-02-07 13:52:01 +10:00
models FIX: Reset last sent for existent bookmarks (#16202) 2022-03-18 16:31:35 +02:00
serializers FEATURE: Highlight expired bookmark reminders (#15317) 2022-03-08 19:44:18 +02:00
services FIX: Update group inbox notifications on archive/unarchive (#16152) 2022-03-11 11:57:47 +01:00
views FEATURE: use canonical links in posts.rss feed (#16190) 2022-03-15 20:17:06 +11:00