discourse/lib/site_settings
Gerhard Schlager 01cdbd3a13 FEATURE: Prohibit S3 bucket reusage
This validation makes sure that the s3_upload_bucket and the
s3_backup_bucket have different values. The backup bucket is
allowed to be a subfolder of the upload bucket. The other way
around is forbidden because the backup system searches by
prefix and would return all files stored within the backup
bucket and its subfolders.
2018-12-17 11:35:28 +01:00
..
db_provider.rb DEV: remove all calls to SqlBuilder use DB.build instead 2018-06-20 17:53:49 +10:00
defaults_provider.rb FIX: "false" didn't work as locale_default 2018-09-11 13:42:10 +02:00
deprecated_settings.rb Avoid deprecated site setting logging in `SiteSetting.settings_hash`. 2018-11-20 11:59:38 +08:00
local_process_provider.rb Can't revert due to incompatibility of new site setting types. 2017-08-07 10:43:09 +09:00
type_supervisor.rb FEATURE: Upload Site Settings. (#6573) 2018-11-14 15:03:02 +08:00
validations.rb FEATURE: Prohibit S3 bucket reusage 2018-12-17 11:35:28 +01:00
yaml_loader.rb FEATURE: Upload Site Settings. (#6573) 2018-11-14 15:03:02 +08:00