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
Joffrey JAFFEUX 6d0eb7178d
FIX: prevents errors on /tags when a tag constructor exists (#10449)
This is due to js objects having a constructor property:

```
const obj = {};
obj['constructor'] // return [native code] and not undefined
```
2020-08-17 17:40:34 +02:00
..
assets FIX: prevents errors on /tags when a tag constructor exists (#10449) 2020-08-17 17:40:34 +02:00
controllers FEATURE: add new user option skip_new_user_tips. (#10437) 2020-08-14 19:10:56 +05:30
helpers FIX: color scheme selection with non-default theme 2020-08-12 08:49:13 -04:00
jobs DEV: IMAP log to database (#10435) 2020-08-14 12:01:31 +10:00
mailers PERF: Replace video and audio links in search blurb while indexing. 2020-08-06 12:25:03 +08:00
models FIX: prevents errors on /tags when a tag constructor exists (#10449) 2020-08-17 17:40:34 +02:00
serializers FEATURE: add new user option skip_new_user_tips. (#10437) 2020-08-14 19:10:56 +05:30
services DEV: Improve readability of setting weights in SearchIndexer. 2020-08-14 23:11:41 +08:00
views FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00