discourse/app
Joffrey JAFFEUX 8825395bdc
DEV: allows to decorate username selector (#9869)
Usage:

```
api.addUsernameSelectorDecorator(username => {
  return iconHTML("calendar-alt");
});
```
2020-05-25 19:09:55 +02:00
..
assets DEV: allows to decorate username selector (#9869) 2020-05-25 19:09:55 +02:00
controllers FIX: when creating new PM username/groupname should be case-insensitive 2020-05-25 21:34:05 +05:30
helpers FIX: Email Styles were evaluated out of order 2020-05-25 12:47:23 -04:00
jobs FIX: skip onceoff job for groups with invalid flair URL. 2020-05-25 13:11:00 +05:30
mailers FIX: Change user digest email total unread notification calculation (#9648) 2020-05-06 14:23:13 +10:00
models FEATURE: Permalinks for tags 2020-05-25 14:51:01 +02:00
serializers FEATURE: Permalinks for tags 2020-05-25 14:51:01 +02:00
services Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
views Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00