discourse/app/assets/javascripts/admin/addon/controllers
Bianca Nenciu 171789f47a
FIX: Make sure user list is complete and sorted (#17616)
Sometimes the user list was incomplete when multiple requests were
created to fetch next pages. If the responses did not arrive in the
same order as the requests then only the last response was parsed.

This is a follow up commit to a0f4c7fe88.
2022-07-26 17:54:52 +03:00
..
modals FEATURE: allow admin to delete all posts by a user irrespectively (#14128) 2021-08-25 10:14:22 +05:30
admin-api-keys-index.js FEATURE: Add pagination to API keys page (#14777) 2021-11-09 12:18:23 +02:00
admin-api-keys-new.js FEATURE: Add read-only scope to API keys (#14856) 2021-11-10 17:48:00 +02:00
admin-api-keys-show.js
admin-api-keys.js DEV: Modernize Ember Resolver (#17353) 2022-07-06 14:20:00 +01:00
admin-backups-index.js FEATURE: Local chunked uppy backup uploads with a new uploader plugin (#14894) 2021-11-23 08:45:42 +10:00
admin-backups-logs.js
admin-backups.js
admin-badges-award.js FEATURE: Add option to grant badge multiple times to users using Bulk Award (#13571) 2021-07-15 05:53:26 +03:00
admin-badges-show.js DEV: Remove use of run-loop-dot-access (#17114) 2022-06-17 11:19:14 -05:00
admin-badges.js
admin-customize-colors-show.js DEV: Introduce discourseLater (#17532) 2022-07-17 00:50:49 +02:00
admin-customize-colors.js
admin-customize-email-style-edit.js
admin-customize-email-templates-edit.js
admin-customize-email-templates.js
admin-customize-robots-txt.js DEV: Fix typo in customize-robots-txt (#16599) 2022-05-02 22:54:05 +02:00
admin-customize-themes-edit.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
admin-customize-themes-show.js DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
admin-customize-themes.js FIX: Detect installed themes using URLs instead of names (#12201) 2021-02-25 00:10:17 +03:00
admin-dashboard-general.js DEV: Use import { inject as controller} Ember idiom (#13140) 2021-05-25 18:37:32 +02:00
admin-dashboard-moderation.js
admin-dashboard-reports.js DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
admin-dashboard.js FEATURE: Scheduled group email credential problem check (#15396) 2022-01-04 10:14:33 +10:00
admin-email-advanced-test.js
admin-email-bounced.js
admin-email-index.js FIX: Correctly display /admin/emails errors (#17321) 2022-07-04 16:03:53 +02:00
admin-email-logs.js
admin-email-preview-digest.js DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
admin-email-received.js
admin-email-rejected.js
admin-email-sent.js
admin-email-skipped.js
admin-embedding.js
admin-emojis.js FIX: Improve emoji upload UI (#15603) 2022-01-17 11:48:49 +10:00
admin-logs-screened-emails.js
admin-logs-screened-ip-addresses.js FEATURE: Search screened IP address in blocks (#15461) 2022-01-11 09:16:51 +02:00
admin-logs-screened-urls.js
admin-logs-staff-action-logs.js DEV: Bump eslint-config-discourse (#14868) 2021-11-10 09:31:41 +10:00
admin-permalinks.js DEV: Make clipboardCopy util available for import (#15874) 2022-02-09 16:11:41 +10:00
admin-plugins.js DEV: refactors admin-plugins/admin-site-settings (#15244) 2021-12-09 13:47:56 +01:00
admin-reports-show.js FIX: ensure we dont collapse data multiple times (#13399) 2021-06-17 09:15:20 +02:00
admin-search-logs-index.js
admin-search-logs-term.js
admin-site-settings-category.js
admin-site-settings.js DEV: Replace deprecated String.prototype.substr() (#16233) 2022-04-01 17:35:17 +02:00
admin-site-text-edit.js
admin-site-text-index.js FIX: Show the fallback locale warning when both settings are enabled. (#11787) 2021-01-21 13:09:32 -03:00
admin-user-badges.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
admin-user-fields.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
admin-user-index.js DEV: Remove grant admin 2FA modal (#16347) 2022-03-31 19:01:11 +03:00
admin-user.js
admin-users-list-show.js FIX: Make sure user list is complete and sorted (#17616) 2022-07-26 17:54:52 +03:00
admin-watched-words-action.js FEATURE: Show an error message if regex is invalid (#13164) 2021-05-27 19:42:43 +03:00
admin-watched-words.js DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
admin-web-hooks-show-events.js DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
admin-web-hooks-show.js DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
admin-web-hooks.js
admin.js