discourse/app/assets/javascripts/admin
David Taylor 4c9ca24ccf
FEATURE: Hash API keys in the database (#8438)
API keys are now only visible when first created. After that, only the first four characters are stored in the database for identification, along with an sha256 hash of the full key. This makes key usage easier to audit, and ensures attackers would not have access to the live site in the event of a database leak.

This makes the merge lower risk, because we have some time to revert if needed. Once the change is confirmed to be working, we will add a second commit to drop the `key` column.
2019-12-12 11:45:00 +00:00
..
adapters FEATURE: Overhaul of admin API key system (#8284) 2019-11-05 14:10:23 +00:00
components UX: attempts to make charts loading less laggy (#8529) 2019-12-11 15:49:17 +01:00
controllers FEATURE: Hash API keys in the database (#8438) 2019-12-12 11:45:00 +00:00
helpers DEV: Import set, setProperties, helper, and string functions (#8297) 2019-11-05 12:43:49 -06:00
mixins FIX: bufferedValuesString.split is not a function (#8463) 2019-12-05 08:25:49 +11:00
models FEATURE: Hash API keys in the database (#8438) 2019-12-12 11:45:00 +00:00
routes FEATURE: Warning when component is added and not assigned (#8482) 2019-12-10 08:43:26 +11:00
services DEV: Import Promise from rsvp (#8296) 2019-11-05 10:37:32 -06:00
templates FEATURE: Hash API keys in the database (#8438) 2019-12-12 11:45:00 +00:00