This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
David Taylor 39e0442de9 FIX: Various watched words improvements
- Client-side censoring fixed for non-chrome browsers. (Regular expression rewritten to avoid lookback)
- Regex generation is now done on the server, to reduce repeated logic, and make it easier to extend in plugins
- Censor tests are moved to ruby, to ensure everything works end-to-end
- If "watched words regular expressions" is enabled, warn the admin when the generated regex is invalid
2019-08-02 15:29:12 +01:00
..
adapters SECURITY: XSS in routes 2019-06-26 16:34:15 +02:00
components UX: Show a warning when admin clicks save without adding group when changing category permissions (#7947) 2019-07-29 21:53:31 +03:00
controllers DEV: Remove unused imports 2019-07-31 16:21:02 +01:00
helpers FIX: Rename deprecated icons, allow custom icons in badges 2019-07-16 11:13:44 -04:00
initializers DEV: attemps to limit Discourse.User.current() usage (#7943) 2019-07-26 11:20:11 +02:00
lib FIX: Various watched words improvements 2019-08-02 15:29:12 +01:00
mixins FIX: removes uncategorized context if not allowed in composer (#7922) 2019-07-23 17:05:49 +02:00
models FIX: Various watched words improvements 2019-08-02 15:29:12 +01:00
pre-initializers DEV: s/this._super()/this._super(...arguments) (#6908) 2019-01-19 10:05:51 +01:00
raw-views DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592) 2019-05-27 10:15:39 +02:00
routes FIX: Modal onClose was being called repeatedly 2019-08-01 15:42:43 -04:00
services FIX: correct translations for logs error rate notice (#7622) 2019-05-28 22:10:51 +03:00
templates FEATURE: list category moderators on the about page (#7916) 2019-07-31 16:46:58 +03:00
widgets Revert commit that was pushed by mistake. 2019-07-29 11:04:38 +08:00
mapping-router.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00