discourse/app
Sam Saffron deec2cf578 FIX: drafts are unique by draft_key and user_id
Previously our index was non unique, causing situations where a user could
have multiple drafts stored in the table for the same exact entity.

This does not properly reflect reality and needed to change as in certain
cases duplicate drafts could be created causing internal data inconsistency
2019-11-08 11:45:46 +11:00
..
assets FIX: Correct display of last used date in API key details UI 2019-11-07 23:41:43 +00:00
controllers FIX: unicode group names encoded for url (#8302) 2019-11-06 14:25:45 -06:00
helpers FEATURE: Load translation overrides without JS eval 2019-11-05 19:16:38 +01:00
jobs FEATURE: notify tag watchers when tag was added to post (#8299) 2019-11-07 08:20:15 +11:00
mailers UX: show user email address on "grant admin access" email and UI 2019-11-04 14:47:00 +05:30
models FIX: drafts are unique by draft_key and user_id 2019-11-08 11:45:46 +11:00
serializers FEATURE: Overhaul of admin API key system (#8284) 2019-11-05 14:10:23 +00:00
services FEATURE: Overhaul of admin API key system (#8284) 2019-11-05 14:10:23 +00:00
views FIX: add <img> alt attribute for Summary emails 2019-11-06 15:26:46 +05:30