Ahmed Gagan
3867b8998c
DEV: allows reports to display an html title ( #12687 )
...
eg: display an emoji in title
2021-04-22 13:38:10 +02:00
Faizaan Gagan
c45dbe4159
enable eol-last for eslint and ember-template-lint ( #12678 )
...
enable eol-last for eslint and ember-template-lint
Fixed a handlful of .hbs files where newlines weren't present
2021-04-12 17:22:00 -07:00
Joffrey JAFFEUX
6081f8e5e9
UX: always display remove emoji btn from emoji-value-list ( #12652 )
...
Although if emoji is not editable it should be disabled.
2021-04-08 13:34:26 +02:00
Roman Rizzi
5e4c0e2caa
FEATURE: Treat site settings as plain text and add a new HTML type. ( #12618 )
...
To add an extra layer of security, we sanitize settings before shipping them to the client. We don't sanitize those that have the "html" type.
The CookedPostProcessor already uses Loofah for sanitization, so I chose to also use it for this. I added it to our gemfile since we installed it as a transitive dependency.
2021-04-07 12:51:19 -03:00
Ahmed Gagan
2308a58113
DEV: Added support for custom site setting 'emoji_list' ( #12414 )
...
Example usage:
```
best_emojis:
type: emoji_list
default: laughing|open_mouth|cry|angry|hugs
client: true
```
2021-04-07 15:32:05 +02:00
Bianca Nenciu
437c9a554b
FEATURE: Import and export watched word ( #12444 )
...
Find & Replace and Autotag watched words were not completely exported
and import did not work with these either. This commit changes the
input and output format to CSV, which allows for a secondary column.
This change is backwards compatible because a CSV file with only one
column has one value per line.
2021-03-22 22:32:18 +02:00
Bianca Nenciu
b49b455e47
FEATURE: Autotag watched words ( #12244 )
...
New topics with be matched against a set of watched words and be
tagged accordingly.
2021-03-03 10:53:38 +02:00
Penar Musaraj
6809cccd88
DEV: Add experimental json_scheme site setting type ( #12226 )
2021-03-01 09:15:17 -05:00
Bianca Nenciu
533800a87b
Add watched words of type "replace" ( #12020 )
...
This commit includes other various improvements to watched words.
auto_silence_first_post_regex site setting was removed because it overlapped
with 'require approval' watched words.
2021-02-25 14:00:58 +02:00
Arpit Jalan
94036a6f49
FIX: force refresh staff action logs when transitioning from site settings ( #12096 )
2021-02-17 00:18:39 +05:30
David Taylor
ae64490162
FIX: Allow all tags in site/theme settings, ignore tag group restrictions ( #12067 )
2021-02-12 14:59:21 +00:00
Penar Musaraj
544a4e4b48
UX: Changes to new features section in admin dashboard ( #12029 )
2021-02-10 13:12:04 -05:00
Kris
c40c858233
REFACTOR: Remove d-button block helpers ( #11970 )
2021-02-04 14:35:23 -05:00
Penar Musaraj
4f01ca87e3
FEATURE: Add new features section in admin dashboard ( #11731 )
2021-01-22 10:09:02 -05:00
Gerhard Schlager
71656d2c37
UX: Makes the theme editor display placeholder correctly for RTL languages ( #11800 )
...
This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-he#53834
2021-01-22 16:03:43 +01:00
Jarek Radosz
d6aadf60bd
FIX: Don't try to focus on a missing element ( #11766 )
...
Replacing 3 imports and flawed fragile logic with a single html attribute 💆
2021-01-20 15:02:27 +01:00
Kris
9a66f24703
UX: Add title attribute to watched word input ( #11505 )
2020-12-16 16:43:01 +11:00
Dan Ungureanu
2742595b00
FIX: Checkbox value should not leak between themes ( #11327 )
...
This commit includes a hack to ensure didInsertElement is called only
once.
2020-11-24 12:10:28 +02:00
David Taylor
c62f082754
UX: Only link the icon for site setting history ( #11265 )
...
Linking the whole site setting name makes it tricky to copy/paste the name, which is common when asking/answering support queries.
2020-11-17 15:59:55 +00:00
David Taylor
5be78bb2d9
FIX: Use `filters` parameter instead of `filter` for staff action log ( #11217 )
...
Fixing this also means that ember takes care of JSON encoding the query parameter
Follow-up to a4441b3984
2020-11-12 13:31:28 +00:00
David Taylor
a4441b3984
FEATURE: Link site setting titles directly to their change log ( #11215 )
...
This makes it much easier to check the staff action logs for a specific site setting. A small history icon will appear when hovering over a site setting name. On click, you will be taken to the pre-filtered staff action log for the site setting.
2020-11-12 12:07:36 +00:00
Vinoth Kannan
67de0367ff
UX: add stock suspension reasons to suspend dialog. ( #10990 )
2020-11-11 01:01:28 +05:30
Joffrey JAFFEUX
7b34433fc2
REVERT: revert change from action + mut to mut ( #10844 )
...
* Revert "FIX: fixes regression where wizard dropdown couldn't update (#10838 )"
This reverts commit e3b2fc6074
.
* Revert "DEV: replaces unecessary (action (mut .*)) by (mut .*) (#10822 )"
This reverts commit c0350dc362
.
2020-10-06 23:50:05 +02:00
Joffrey JAFFEUX
c0350dc362
DEV: replaces unecessary (action (mut .*)) by (mut .*) ( #10822 )
2020-10-06 17:17:45 +02:00
Robin Ward
ce3fe2f4c4
REFACTOR: Support bundling our `admin` section as an ember addon
2020-09-22 15:14:29 -04:00