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/templates
Martin Brennan 49c49e8ae0
FEATURE: Local chunked uppy backup uploads with a new uploader plugin (#14894)
This takes the uppy chunking algorithm and combines it with some
form submission from resumable.js for parity with the current
backup controller to make local backup uploads work with uppy.
We can then use this to replace the resumable-upload component
and the resumable.js library from our codebase, once stable.

This is disabled by default, so people using local backups will not
be affected. The enable_experimental_backup_uploader site setting
must be enabled for this to work.
2021-11-23 08:45:42 +10:00
..
components DEV: drops jquery/simplify code/removes leaked event (#14947) 2021-11-16 10:26:39 +01:00
logs UX: Normalize sizing for inputs, buttons, dropdowns (#14226) 2021-09-09 11:01:56 -04:00
modal FEATURE: allow admin to delete all posts by a user irrespectively (#14128) 2021-08-25 10:14:22 +05:30
admin.hbs FIX: allow moderators to access /admin/customize/watched_words (#12816) 2021-04-23 18:51:45 +05:30
api-keys-index.hbs FEATURE: Add pagination to API keys page (#14777) 2021-11-09 12:18:23 +02:00
api-keys-new.hbs FEATURE: Add read-only scope to API keys (#14856) 2021-11-10 17:48:00 +02:00
api-keys-show.hbs FEATURE: Add read-only scope to API keys (#14856) 2021-11-10 17:48:00 +02:00
api.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
backups-index.hbs FEATURE: Local chunked uppy backup uploads with a new uploader plugin (#14894) 2021-11-23 08:45:42 +10:00
backups-logs.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
backups.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
badges-award.hbs DEV: Clean up some styles (#14374) 2021-09-20 09:52:03 -04:00
badges-index.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
badges-show.hbs FEATURE: Change all core to use uppy-image-uploader (#14428) 2021-10-19 13:25:42 +10:00
badges.hbs DEV: Buttons were missing btn-default classes (#12991) 2021-05-08 11:45:18 -04:00
customize-colors-index.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
customize-colors-show.hbs UX: Fix mobile styling for admin color schemes (#14314) 2021-09-13 13:43:57 -04:00
customize-colors.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
customize-email-style-edit.hbs UX: Allow saving with cmd+s/ctrl+s with Ace editor (#12674) 2021-05-04 12:56:10 +01:00
customize-email-style.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
customize-email-templates-edit.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
customize-email-templates.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
customize-robots-txt.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
customize-themes-edit.hbs UX: Allow saving with cmd+s/ctrl+s with Ace editor (#12674) 2021-05-04 12:56:10 +01:00
customize-themes-index.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
customize-themes-show.hbs FIX: Remove button to dismiss theme error messages (#13734) 2021-07-14 15:17:32 -04:00
customize-themes.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
customize.hbs FIX: allow moderators to access /admin/customize/watched_words (#12816) 2021-04-23 18:51:45 +05:30
dashboard_general.hbs FIX: makes dashboard periods use current day and weekly 7 days (#10817) 2020-10-05 10:32:12 +02:00
dashboard_moderation.hbs FIX: makes dashboard periods use current day and weekly 7 days (#10817) 2020-10-05 10:32:12 +02:00
dashboard_reports.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
dashboard_security.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
dashboard.hbs UX: Changes to new features section in admin dashboard (#12029) 2021-02-10 13:12:04 -05:00
email-advanced-test.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
email-bounced.hbs UX: handle large email addresses on email skipped and bounced tabs (#11259) 2020-11-17 18:01:40 +05:30
email-index.hbs UX: Normalize sizing for inputs, buttons, dropdowns (#14226) 2021-09-09 11:01:56 -04:00
email-preview-digest.hbs UX: Normalize sizing for inputs, buttons, dropdowns (#14226) 2021-09-09 11:01:56 -04:00
email-received.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
email-rejected.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
email-sent.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
email-skipped.hbs UX: handle large email addresses on email skipped and bounced tabs (#11259) 2020-11-17 18:01:40 +05:30
email.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
embedding.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
emojis.hbs DEV: Add missing IDs to uppy upload components (#14880) 2021-11-11 15:38:39 +10:00
logs.hbs UX: move logs/watched_words to customize/watched_words in admin section (#12571) 2021-04-01 11:44:17 +05:30
permalinks.hbs UX: Layout fixes for admin permalinks page (#14819) 2021-11-04 14:15:55 -04:00
plugins-index.hbs UX: show plugin descriptions on admin plugins page 2021-02-12 11:38:50 -05:00
plugins.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
reports-show.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
search-logs-index.hbs REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00
search-logs-term.hbs REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00
site-settings-category.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
site-settings.hbs UX: Fix alignment for admin controls on mobile (#14312) 2021-09-13 13:43:43 -04:00
site-text-edit.hbs UX: Text customization for different languages. (#11729) 2021-01-18 14:53:45 -03:00
site-text-index.hbs FIX: do not show default locale option on site text customization (#14083) 2021-08-19 05:54:21 +05:30
site-text.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
user-badges.hbs DEV: Clean up some styles (#14374) 2021-09-20 09:52:03 -04:00
user-fields.hbs enable eol-last for eslint and ember-template-lint (#12678) 2021-04-12 17:22:00 -07:00
user-index.hbs FEATURE: Use second factor for admin confirmation (#14293) 2021-09-14 15:19:28 +03:00
user-tl3-requirements.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
user.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
users-list-show.hbs UX: add a title to the user filter input 2021-08-16 10:53:05 +08:00
users-list.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
watched-words-action.hbs DEV: Add missing IDs to uppy upload components (#14880) 2021-11-11 15:38:39 +10:00
watched-words.hbs UX: Fix alignment for admin controls on mobile (#14312) 2021-09-13 13:43:43 -04:00
web-hooks-show-events.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
web-hooks-show.hbs DEV: Clean up some styles (#14374) 2021-09-20 09:52:03 -04:00
web-hooks.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00