Skip to content
Snippets Groups Projects
  1. Apr 14, 2017
    • Matt Jankowski's avatar
      Admin reports controller improvements (#1714) · 8b74aa42
      Matt Jankowski authored
      * Simplify admin/reports controller filtering for index
      
      * Rename parameter to resolved
      
      * Fix issue where reports view could not access filter_link_to
      
      * Add coverage for admin/reports controller
      
      * DRY up resolution of related reports for target account
      
      * Clean up admin/reports routes
      
      * Add Report#statuses method
      
      * DRY up current account action taken params
      
      * Rubocop styles
      8b74aa42
    • maxypy's avatar
      Implementing Subresource Integrity (#1729) · a6807201
      maxypy authored
      * Add sprockets-rails to Gemfile
      
      * Add sprockets-rails to Gemfile.lock
      
      * Update show.html.haml
      
      * Update index.html.haml
      
      * Update admin.html.haml
      
      * Update auth.html.haml
      
      * Update embedded.html.haml
      
      * Update public.html.haml
      a6807201
    • Ian Kelling's avatar
      Fix getting started commands out of order (#1737) · 4445ebda
      Ian Kelling authored
      In current order, docker-compose build results in
      ERROR: Couldn't find env file: /a/hopt/mastodon/.env.production
      4445ebda
    • Effy Elden's avatar
      Modify ActionMailer configuration to default to ENV['LOCAL_DOMAIN'] if... · c019b0ac
      Effy Elden authored
      Modify ActionMailer configuration to default to ENV['LOCAL_DOMAIN'] if ENV['SMTP_DOMAIN'] is not set. The previous fallback, config.x.local_domain, is undefined when the code is called. (#1745)
      
      c019b0ac
  2. Apr 13, 2017
Loading