discourse/app
Neil Lalonde 7c45ff6659
DEV: new plugin API to change default new category colors (#12200)
api.setNewCategoryDefaultColors(
  'FFFFFF', // background color
  '000000'  // text color
)
2021-02-24 16:00:50 -05:00
..
assets DEV: new plugin API to change default new category colors (#12200) 2021-02-24 16:00:50 -05:00
controllers DEV: Support setting deprecated site settings via the API (#12172) 2021-02-22 18:10:54 +00:00
helpers A11Y: sets the html lang to user's locale when possible (#12007) 2021-02-10 16:12:09 +01:00
jobs FIX: Reduce the time_read threshold to one minute. (#12159) 2021-02-20 08:25:32 -03:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models DEV: adds DiscourseEvent - topic_first_visited_by_user (#12195) 2021-02-24 10:50:02 +01:00
serializers FIX: hide sso payload behind a button click and log views (#12110) 2021-02-17 21:27:51 +05:30
services FIX: log warning when context is missing when a user is destroyed (#12182) 2021-02-23 16:47:54 +05:30
views FIX: adds google tracking to page publishing (#12090) 2021-02-15 19:00:35 +01:00