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/spec/requests/admin
Martin Brennan b96c10a903
DEV: Extract shared external upload routes into controller helper (#14984)
This commit refactors the direct external upload routes (get presigned
put, complete external, create/abort/complete multipart) into a
helper which is then included in both BackupController and the
UploadController. This is done so UploadController doesn't need
strange backup logic added to it, and so each controller implementing
this helper can do their own validation/error handling nicely.

This is a follow up to e4350bb966
2021-11-18 09:17:23 +10:00
..
admin_controller_spec.rb
api_controller_spec.rb FEATURE: Add read-only scope to API keys (#14856) 2021-11-10 17:48:00 +02:00
backups_controller_spec.rb DEV: Extract shared external upload routes into controller helper (#14984) 2021-11-18 09:17:23 +10:00
badges_controller_spec.rb FEATURE: Add option to grant badge multiple times to users using Bulk Award (#13571) 2021-07-15 05:53:26 +03:00
color_schemes_controller_spec.rb UX: Add Styling step to wizard (#14132) 2021-08-25 17:10:12 -04:00
dashboard_controller_spec.rb UX: Changes to new features section in admin dashboard (#12029) 2021-02-10 13:12:04 -05:00
email_controller_spec.rb FIX: Catch UndefinedConversionError for inbound emails (#13000) 2021-05-10 14:26:23 +10:00
email_styles_controller_spec.rb
email_templates_controller_spec.rb
embeddable_hosts_controller_spec.rb DEV: Upgrade Rails to 6.1.3.1 (#12688) 2021-04-21 12:36:32 +03:00
embedding_controller_spec.rb
emojis_controller_spec.rb FIX: Clean up emoji name which is file name (#14980) 2021-11-17 09:20:44 +10:00
groups_controller_spec.rb FEATURE: allow plugins to extend Groups (#14216) 2021-09-06 10:18:51 +10:00
impersonate_controller_spec.rb
permalinks_controller_spec.rb FEATURE: Permalinks for tags 2020-05-25 14:51:01 +02:00
plugins_controller_spec.rb
reports_controller_spec.rb DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00
robots_txt_controller_spec.rb
screened_emails_controller_spec.rb
screened_ip_addresses_controller_spec.rb
screened_urls_controller_spec.rb
search_logs_spec.rb
site_settings_controller_spec.rb DEV: Support setting deprecated site settings via the API (#12172) 2021-02-22 18:10:54 +00:00
site_texts_controller_spec.rb UX: Text customization for different languages. (#11729) 2021-01-18 14:53:45 -03:00
staff_action_logs_controller_spec.rb
themes_controller_spec.rb FIX: allowed_theme_ids should not be persisted in GlobalSettings (#14756) 2021-10-29 11:46:52 -04:00
user_fields_controller_spec.rb DEV: Plugin API to add directory columns (#13440) 2021-06-22 13:00:04 -05:00
users_controller_spec.rb FEATURE: Use second factor for admin confirmation (#14293) 2021-09-14 15:19:28 +03:00
versions_controller_spec.rb
watched_words_controller_spec.rb FEATURE: add staff action logs for watched words (#13574) 2021-06-30 11:22:46 +05:30
web_hooks_controller_spec.rb DEV: Upgrade Rails to 6.1.3.1 (#12688) 2021-04-21 12:36:32 +03:00