discourse/app/assets/javascripts/admin/models
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
..
admin-dashboard.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
admin-user.js.es6 DEV: Remove Discourse.User and import instead 2019-11-13 15:34:30 -05:00
api-key.js.es6 FEATURE: Hash API keys in the database (#8438) 2019-12-12 11:45:00 +00:00
backup-status.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
backup.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
color-scheme-color.js.es6 DEV: Provide radix argument to parseInt (#8281) 2019-11-12 10:47:42 +01:00
color-scheme.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
email-log.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
email-preview.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
email-settings.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
email-style.js.es6 FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
email-template.js.es6 DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592) 2019-05-27 10:15:39 +02:00
flag-type.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
incoming-email.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
permalink.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
report.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
screened-email.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
screened-ip-address.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
screened-url.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
site-setting.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
site-text.js.es6 DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592) 2019-05-27 10:15:39 +02:00
staff-action-log.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
theme-settings.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
theme.js.es6 FEATURE: ability to add all active components to theme (#8447) 2019-12-04 17:13:41 +11:00
tl3-requirements.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
user-field.js.es6 DEV: Import EmberObject rather than global variable (#8256) 2019-10-29 14:23:50 -05:00
version-check.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
watched-word.js.es6 REFACTOR: Remove `Discourse.Model` 2019-11-08 14:13:35 -05:00
web-hook.js.es6 DEV: Remove Discourse.Site in favor of import (#8344) 2019-11-13 12:13:47 -05:00