Loading Changelog.md +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,8 @@ * Remove Internet Explorer workarounds [#7557](https://github.com/diaspora/diaspora/pull/7557) ## Bug fixes * Fix displaying posts with long labels [#7579](https://github.com/diaspora/diaspora/pull/7579) * Fix displaying polls with long answers [#7579](https://github.com/diaspora/diaspora/pull/7579) * Fix S3 support [#7566](https://github.com/diaspora/diaspora/pull/7566) ## Features * Ask for confirmation when leaving a submittable comment field [#7530](https://github.com/diaspora/diaspora/pull/7530) Loading config/initializers/carrierwave.rb +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ ENV['SSL_CERT_FILE'] = AppConfig.environment.certificate_authorities.get CarrierWave.configure do |config| if !Rails.env.test? && AppConfig.environment.s3.enable? config.fog_provider = "fog/aws" require "carrierwave/storage/fog" config.storage = :fog config.cache_dir = Rails.root.join('tmp', 'uploads').to_s config.fog_credentials = { Loading Loading
Changelog.md +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,8 @@ * Remove Internet Explorer workarounds [#7557](https://github.com/diaspora/diaspora/pull/7557) ## Bug fixes * Fix displaying posts with long labels [#7579](https://github.com/diaspora/diaspora/pull/7579) * Fix displaying polls with long answers [#7579](https://github.com/diaspora/diaspora/pull/7579) * Fix S3 support [#7566](https://github.com/diaspora/diaspora/pull/7566) ## Features * Ask for confirmation when leaving a submittable comment field [#7530](https://github.com/diaspora/diaspora/pull/7530) Loading
config/initializers/carrierwave.rb +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ ENV['SSL_CERT_FILE'] = AppConfig.environment.certificate_authorities.get CarrierWave.configure do |config| if !Rails.env.test? && AppConfig.environment.s3.enable? config.fog_provider = "fog/aws" require "carrierwave/storage/fog" config.storage = :fog config.cache_dir = Rails.root.join('tmp', 'uploads').to_s config.fog_credentials = { Loading