discourse/app/assets/javascripts/admin/addon/controllers
Kelv bfe078c520
FIX: call UserBadge.grant with badgeReason in admin interface (#23753)
Regression from https://github.com/discourse/discourse/pull/23668 where we stopped passing in `this.badgeReason` to the badge granting function. This PR fixes that and adds a unit test to cover that code path.
2023-10-05 13:08:09 +08:00
..
admin-badges DEV: upgrade transitionToRoute on Controller (#22647) 2023-07-18 14:53:23 -05:00
admin-api-keys-index.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-api-keys-new.js DEV: Convert api-key-urls modal to component-based API (#22913) 2023-08-01 14:51:18 -05:00
admin-api-keys-show.js DEV: Convert api-key-urls modal to component-based API (#22913) 2023-08-01 14:51:18 -05:00
admin-api-keys.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-backups-index.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-backups-logs.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-backups.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-badges.js DEV: Update /admin/badges to modern Ember patterns (#17672) 2022-08-03 10:12:17 +01:00
admin-customize-colors-show.js FIX: Correct router service call from some admin controllers (#22757) 2023-07-24 12:32:17 +01:00
admin-customize-colors.js DEV: Convert color-scheme-select-base modal to component-based API (#23234) 2023-08-25 06:26:39 -05:00
admin-customize-email-style-edit.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-customize-email-templates-edit.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-customize-email-templates.js DEV: upgrade transitionToRoute on Controller (#22647) 2023-07-18 14:53:23 -05:00
admin-customize-form-templates-index.js DEV: upgrade transitionToRoute on Controller (#22647) 2023-07-18 14:53:23 -05:00
admin-customize-robots-txt.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-customize-themes-edit.js FIX: Correct router service call from some admin controllers (#22757) 2023-07-24 12:32:17 +01:00
admin-customize-themes-show.js FEATURE: JSON editor for theme settings (#21647) 2023-07-27 13:48:59 -04:00
admin-customize-themes.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-dashboard-general.js FEATURE: add custom date range filter for admin dashboard reports (#23702) 2023-09-29 14:44:17 +05:30
admin-dashboard-moderation.js FEATURE: add custom date range filter for admin dashboard reports (#23702) 2023-09-29 14:44:17 +05:30
admin-dashboard-reports.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-dashboard.js FIX: Correct router service call from some admin controllers (#22757) 2023-07-24 12:32:17 +01:00
admin-email-advanced-test.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-email-bounced.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-email-index.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-email-logs.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-email-preview-digest.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-email-received.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-email-rejected.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-email-sent.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-email-skipped.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-embedding.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-emojis.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-logs-screened-emails.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-logs-screened-ip-addresses.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-logs-screened-urls.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-logs-staff-action-logs.js DEV: Convert staff-action-log-details modal to component-based API (#23240) 2023-08-25 06:43:52 -05:00
admin-permalinks.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-plugins-index.js FIX: Improve admin plugin list and modernize code (#23256) 2023-08-28 10:48:59 +10:00
admin-plugins.js FIX: Improve admin plugin list and modernize code (#23256) 2023-08-28 10:48:59 +10:00
admin-reports-show.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-search-logs-index.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-search-logs-term.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-site-settings-category.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-site-settings.js DEV: Adjust site setting search limiter (#23589) 2023-09-14 09:52:25 -06:00
admin-site-text-edit.js DEV: Add endpoint for dismissing outdated translations (#22509) 2023-07-19 23:06:13 +08:00
admin-site-text-index.js DEV: Modernize admin-site-text route/controller (#23581) 2023-09-14 11:27:09 +01:00
admin-user-badges.js FIX: call UserBadge.grant with badgeReason in admin interface (#23753) 2023-10-05 13:08:09 +08:00
admin-user-fields.js DEV: Fix array-related linting issues in templates (#22935) 2023-08-02 19:43:37 +02:00
admin-user-index.js DEV: Convert delete-user-posts-progress modal to component-based API (#22916) 2023-08-01 15:49:26 -05:00
admin-user.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-users-list-show.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-watched-words-action.js DEV: Convert watched-word-test modal to component-based API (#22911) 2023-08-01 16:08:56 -05:00
admin-watched-words.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-web-hooks-edit.js DEV: upgrade transitionToRoute on Controller (#22647) 2023-07-18 14:53:23 -05:00
admin-web-hooks-index.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin-web-hooks-show.js DEV: upgrade transitionToRoute on Controller (#22647) 2023-07-18 14:53:23 -05:00
admin-web-hooks.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00
admin.js DEV: Update admin controllers to native class syntax (#20674) 2023-03-15 09:42:12 +00:00