Skip to content
Snippets Groups Projects
  1. Apr 16, 2017
    • Eugen's avatar
      Onboarding modal (#1883) · 6d70a802
      Eugen authored
      * Basic onboarding modal that's shown to users once
      
      * Lay out pages 2 through 5, add images, style modals (#1509)
      
      * Lay out pages 2 through 5
      
      Added images and laid out pages 2 through 5 in the jsx file. SCSS will
      come, still working on just seeing if this works at all.
      
      * Fix jsx errors, add images to modal pages, style modal pages
      
      * Add animations to onboarding pager changes, improve wording and styling
      
      * Finishing touches on the onboarding
      
      * Add missing propTypes
      
      * Update wording
      6d70a802
    • Matt Jankowski's avatar
      I18n health warnings (#1949) · f87b51fd
      Matt Jankowski authored
      * Rename admin.domain_block to admin.domain_blocks in prep for i18n improvement
      
      * Use implicit controller/action path for i18n in admin/domain_blocks
      
      * Add DomainBlock#accounts has_many
      
      * Avoid i18n health warning for `en` locale by using symbol scope with :count
      
      * Remove unused i18n key: plaintext_secret_html
      
      * Remove unused i18n key two_factor_auth.warning
      
      * Remove final will_paginate i18n keys
      
      * Remove unused key two_factor_auth.recovery_codes
      
      * Remove unused key: admin.reports.comment.none
      
      * Remove unused reports. i18n namespace (moved to admin.reports)
      
      * Ignore keys from locales which override activemodel and activerecord errors
      
      * Revert "Remove unused key: admin.reports.comment.none"
      
      This reverts commit 350ef2685fadc069e619bb6d1066190de195d942.
      
      * Update i18n key reference to match moved location
      
      * Add missing `en` keys to i18n
      
      * Tell i18n-tasks to ignore missing attributes that dont need overwriting
      
      * Add i18n-tasks unused to travis
      f87b51fd
    • Matt Jankowski's avatar
      26ec042f
    • Matt Jankowski's avatar
    • Matt Jankowski's avatar
      Use local vars in partials (#1935) · 7efde22c
      Matt Jankowski authored
      * Use local vars in accounts/header partial
      
      * Use local variable in 2fa recovery codes partial
      7efde22c
    • Eugen's avatar
      Make file attachment on MediaAttachment optional (#1865) · 5d710b11
      Eugen authored
      Create MediaAttachment but without actual file download when domain is blocked with reject_media set to true
      Clean up old media files when creating a new domain block with reject_media set to true
      Return remote_url in media attachments API if local file is not present
      Undo domain block action in admin UI
      Ability to enable reject_media from admin UI
      5d710b11
    • Eugen's avatar
      Fix up recovery codes design a little (#1866) · 8a58942c
      Eugen authored
      8a58942c
    • Matt Jankowski's avatar
      View spec fix (#1888) · 3834e1e6
      Matt Jankowski authored
      * Add option to disable verify partial doubles
      
      * Add show_landing_strip? helper method
      
      * Use show_landing_strip? helper in accounts and stream entries views
      
      * Fix naming in view specs
      3834e1e6
  2. Apr 15, 2017
  3. 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
  4. Apr 13, 2017
  5. Apr 12, 2017
  6. Apr 11, 2017
  7. 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
Loading