discourse/app
Dan Ungureanu aa24be1a9a
DEV: Extend plugin API for uploads (#8440)
* DEV: Add API to alter uploads Markdown

* DEV: Extract data attributes from image / download Markdown

For example '[test|attachment|hello=world]' will generate an 'a' element
with a data attribute: 'data-hello=world'.

This commit also makes MarkdownIt to transform '|attachment' into
'class="attachment"'. This transformation used to be a part of the
process which resolves short URLs (i.e. upload://).

* DEV: Export imageNameFromFileName
2019-12-09 16:20:03 +02:00
..
assets DEV: Extend plugin API for uploads (#8440) 2019-12-09 16:20:03 +02:00
controllers Build(deps): Bump rotp from 3.3.1 to 5.1.0 (#8477) 2019-12-09 14:29:48 +10:00
helpers DEV: s/\$redis/Discourse\.redis (#8431) 2019-12-03 10:05:53 +01:00
jobs DEV: s/\$redis/Discourse\.redis (#8431) 2019-12-03 10:05:53 +01:00
mailers DEV: s/\$redis/Discourse\.redis (#8431) 2019-12-03 10:05:53 +01:00
models Build(deps): Bump rotp from 3.3.1 to 5.1.0 (#8477) 2019-12-09 14:29:48 +10:00
serializers FEATURE: Tag synonyms 2019-12-04 13:33:51 -05:00
services DEV: handle all notification consolidations in new 'NotificationConsolidator' class. 2019-12-05 14:36:06 +05:30
views FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00