discourse/spec
David Taylor 96848b7649
UX: Allow secure media URLs to be cached for a short period of time
Signed S3 URLs are valid for 15 seconds, so we can safely allow the browser to cache them for 10 seconds. This should help with large numbers of requests when composing a post with many images.
2020-05-18 15:00:41 +01:00
..
components DEV: Clean up some Redis leaks in test env. 2020-05-18 17:27:37 +08:00
fabricators FEATURE: Include optimized thumbnails for topics (#9215) 2020-05-05 09:07:50 +01:00
fixtures FIX: Allow post migrations using #change to carry out unsafe migration 2020-05-15 14:23:27 +08:00
helpers DEV: Fix some more flaky tests (#9384) 2020-04-08 12:46:43 +02:00
import_export FEATURE: Rake task to export groups (#9450) 2020-04-17 14:59:54 -07:00
initializers FIX: We need to skip users with associated reviewables when auto-approving (#9080) 2020-03-02 14:33:52 -05:00
integration FIX: Use CDN URLs for topic thumbnails 2020-05-15 13:35:20 +01:00
integrity DEV: Adds an integrity spec for JS constants 2020-05-12 12:23:36 -04:00
jobs PERF: Dematerialize topic_reply_count (#9769) 2020-05-14 15:42:00 -07:00
lib FIX: do not remove stop words when using English locale 2020-05-18 10:54:56 +10:00
mailers DEV: Add rubocop-rspec (#9288) 2020-03-27 17:35:40 +01:00
models DEV: Clean up some Redis leaks in test env. 2020-05-18 17:27:37 +08:00
multisite FIX: Change secure media to encompass attachments as well (#9271) 2020-03-26 07:16:02 +10:00
requests UX: Allow secure media URLs to be cached for a short period of time 2020-05-18 15:00:41 +01:00
script/import_scripts FIX: Change base importer to create new Bookmark records (#9603) 2020-05-01 11:34:55 +10:00
serializers DEV: Add framework for filtered plugin registers (#9763) 2020-05-15 14:04:38 +01:00
services DEV: Clean up some Redis leaks in test env. 2020-05-18 17:27:37 +08:00
support DEV: Use response.parsed_body in specs (#9615) 2020-05-07 17:04:12 +02:00
tasks DEV: Clean up some Redis leaks in test env. 2020-05-18 17:27:37 +08:00
views/omniauth_callbacks FEATURE: Use full page redirection for all external auth methods (#8092) 2019-10-08 12:10:43 +01:00
rails_helper.rb DEV: Reduce repeated code in discourse_plugin_registry (#9705) 2020-05-13 12:25:34 +01:00
swagger_helper.rb DEV: Add rswag to aid in api documention (#9546) 2020-04-27 16:40:07 -06:00