discourse/lib/file_store
David Taylor 35e1e009fa
FIX: Allow restoring non-subfolder backup to subfolder site (#12537)
`GlobalSetting.relative_url_root` comes from the destination site. We
can't be sure whether it was the same on the original site. It's safer
to use a wildcard here, so we can backup/restore sites with different
relative_url_root values.
2021-04-12 14:00:52 +10:00
..
base_store.rb FIX: `OptimizedImage#filesize` (#10095) 2020-07-06 17:01:29 +02:00
local_store.rb Replace `base_uri` with `base_path` (#10879) 2020-10-09 12:51:24 +01:00
s3_store.rb PERF: Improve cook_url performance for topic thumbnails (#11609) 2020-12-30 18:13:13 +00:00
to_s3_migration.rb FIX: Allow restoring non-subfolder backup to subfolder site (#12537) 2021-04-12 14:00:52 +10:00