This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/admin/addon/controllers/modals
Bianca Nenciu 19ed9dd183
FIX: Keep private theme key secret from user (#18106)
The generate RSA key and import theme routes worked separate from each
other. The RSA key returned both the public and private key and it was
the frontend which posted the private key back to the server. With this
commit, only the public key is necessary as the server keeps a map of
public and private keys that is used to get the private key back from
a public key.
2022-09-01 13:15:23 +03:00
..
admin-add-upload.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-badge-preview.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-color-scheme-select-base.js REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
admin-delete-posts-confirmation.js FEATURE: allow admin to delete all posts by a user irrespectively (#14128) 2021-08-25 10:14:22 +05:30
admin-delete-user-posts-progress.js FIX: remove rendering UX from ember models (#11724) 2021-01-20 16:04:21 +11:00
admin-edit-badge-groupings.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-incoming-email.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-install-theme.js FIX: Keep private theme key secret from user (#18106) 2022-09-01 13:15:23 +03:00
admin-merge-users-confirmation.js Update a couple buttons to use correct markup (#11926) 2021-02-02 15:46:48 -05:00
admin-merge-users-progress.js FIX: remove rendering UX from ember models (#11724) 2021-01-20 16:04:21 +11:00
admin-merge-users-prompt.js Update a couple buttons to use correct markup (#11926) 2021-02-02 15:46:48 -05:00
admin-reseed.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-silence-user.js FEATURE: Penalty history improvements (#13359) 2021-07-12 11:36:56 -07:00
admin-staff-action-log-details.js REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
admin-start-backup.js REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
admin-suspend-user.js FEATURE: Penalty history improvements (#13359) 2021-07-12 11:36:56 -07:00
admin-theme-change.js REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
admin-uploaded-image-list.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-watched-word-test.js FEATURE: Add support for case-sensitive Watched Words (#17445) 2022-08-02 10:06:03 +02:00
site-setting-default-categories.js FEATURE: update existing users when group default notifications changed. (#13434) 2021-07-15 19:53:57 +05:30