System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Commit 7017527c109e51858939f68165fe69caebedcdc2

changed actionmailer to use https for links

Commit diff

config/environments/production.rb

 
2323# Enable serving of images, stylesheets, and javascripts from an asset server
2424# config.action_controller.asset_host = "http://assets.example.com"
2525
26# ActionMailer::Base.default_url_options[:protocol] = 'https'
26ActionMailer::Base.default_url_options[:protocol] = 'https'
2727ActionMailer::Base.default_url_options[:host] =
2828 YAML.load_file(File.join(RAILS_ROOT, "config/gitorious.yml"))["gitorious_host"]
2929# Disable delivery errors, bad email addresses will be ignored
toggle raw diff