Skip to content
Snippets Groups Projects
  1. Apr 15, 2017
  2. 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
  3. Apr 13, 2017
  4. Apr 12, 2017
  5. Apr 11, 2017
  6. Apr 10, 2017
    • Matt Jankowski's avatar
      Pagination improvements (#1445) · 4ada5098
      Matt Jankowski authored
      * Replace will_paginate with kaminari
      
      * Use #page instead of #paginate in controllers
      
      * Replace will_paginate.page_gap with pagination.truncate in i18n
      
      * Customize kaminari views to match prior styles
      
      * Set kaminari options to match prior behavior
      
      * Replace will_paginate with paginate in views
      4ada5098
    • Eugen's avatar
      When avatar/header are GIF, generate static versions (#1428) · 12f72e17
      Eugen authored
      * When avatar/header are GIF, generate static versions.
      Account API returns "avatar"/"avatar_static", "header"/"header_static"
      Static version is the same as original for other cases
      Web UI de-animates avatars in toots, lists of users
      
      Fix #441, fix #596, prerequisite for #1064
      
      * Fix JS test
      
      * Add rake task to generate static avatars/headers from GIF ones, add test
      12f72e17
    • Matt Jankowski's avatar
      Fix issue with missing emojify class in views (#1455) · d2f6d9b9
      Matt Jankowski authored
      * Add missing emojify class to landing strip
      
      * Add missing emojify class to simple_status partial
      d2f6d9b9
  7. Apr 09, 2017
    • Olivier Humbert's avatar
      French translation update (#1271) · 082bef30
      Olivier Humbert authored
      * Update confirmation_instructions.fr.html.erb
      
      consistency across the French translation
      
      * Update 
      
      consistency across the French translation
      
      * Update fr.yml
      
      a bunch of consistency across the French translation + a few typos
      
      * Update doorkeeper.fr.yml
      
      consistency across the French translation (punctuation)
      082bef30
    • Matt Jankowski's avatar
      Clean up about page (#1282) · e5282e4e
      Matt Jankowski authored
      * Add InstancePresenter to expose site details
      
      * Clean up about controller, use instance presenter
      e5282e4e
  8. Apr 08, 2017
  9. Apr 07, 2017
    • Joël Quenneville's avatar
      DRY up reblog vs original status check · d4c94fa0
      Joël Quenneville authored
      Checking reblog vs original status was happening in multiple places
      across the app. For views, this logic was encapsulated in a helper
      method named `proper_status` but in the other layers of the app, the
      logic was duplicated.
      
      Because the logic is used at all layers of the app, we extracted it into
      a `Status#proper` method on the model and changed all uses of the logic
      to use this method. There is now a single source of truth for this
      condition.
      
      We added test coverage to untested methods that got refactored.
      d4c94fa0
    • Jantso Porali's avatar
    • Eugen Rochko's avatar
      Allow setting of default language through config · e3a3422a
      Eugen Rochko authored
      Setting of locale in controller extracted to Localized concern,
      the doorkeeper authorized applications controller moved under
      custom namespace with inclusion of Localized, which resolves the
      "it sometimes appears in a different random language" bug
      e3a3422a
    • Eugen's avatar
      Force UTF8 encoding on generated XML (#1140) · 1c351709
      Eugen authored
      1c351709
    • Eugen's avatar
      Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) · 6d6a429a
      Eugen authored
      * Rewrite Atom generation from stream entries to use Ox instead of Nokogiri::Builder
      
      StreamEntry is now limited to only statuses, which allows some optimization. Removed
      extra queries on AccountsController#show. AtomSerializer instead of AtomBuilderHelper
      used in AccountsController#show, StreamEntriesController#show, StreamEntryRenderer
      and PubSubHubbub::DistributionWorker
      
      PubSubHubbub::DistributionWorker moves n+1 DomainBlock query to PubSubHubbub::DeliveryWorker
      instead.
      
      All Salmon slaps that aren't based on StreamEntry still use AtomBuilderHelper and Nokogiri
      
      * All Salmon slaps now use Ox instead of Nokogiri. No touch from status on account
      6d6a429a
  10. Apr 04, 2017
  11. Apr 03, 2017
Loading