discourse/app
Joffrey JAFFEUX b2b565c2fb
select-kit initial plugin api implementation (0.8.13)
```
api.modifySelectKit("identifier-of-the-select-targeted")
  .modifyContent((context, existingContent) => {})
  .appendContent(() => {})
  .prependContent(() => {})
  .onSelect((context, val) => {});
```
2017-11-22 10:34:12 +01:00
..
assets select-kit initial plugin api implementation (0.8.13) 2017-11-22 10:34:12 +01:00
controllers FIX: allow login required sites access to attachements 2017-11-22 10:50:55 +11:00
helpers UX: Support for custom error pages and headers in plugins 2017-11-14 16:31:44 -05:00
jobs FIX: delete upload records when sha is null 2017-11-21 10:20:42 +01:00
mailers FEATURE: Support an end date for user silencing 2017-11-14 13:20:19 -05:00
models REFACTOR: Avoid duplicated logic on server and client. 2017-11-21 17:10:04 +08:00
serializers REFACTOR: Avoid duplicated logic on server and client. 2017-11-21 17:10:04 +08:00
services FIX: Support for long suspension emails 2017-11-20 12:45:46 -05:00
views UX: Auth complete page/modal has a link to continue to the site to accomodate auth methods that can't automatically redirect to Discourse 2017-11-21 13:56:19 -05:00