Skip to content
Snippets Groups Projects
  1. Apr 11, 2017
  2. 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
    • Effy Elden's avatar
      Add note about minimum docker-compose version (#1264) · a2837864
      Effy Elden authored
      Add a note to ensure users are using the right version of docker-compose.
      a2837864
    • 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
      Remove order prior to .find_in_batches (#1470) · b57eed45
      Matt Jankowski authored
      The `Status` class has a default order on it, so when this query gets built and
      gets all the way to `find_in_batches` there is an order already there.
      
      When `find_in_batches` is run it discards any existing order on the query, and
      emits a warning to the logs if there is one there.
      
      This change removes the order prior calling `find_in_batches`, which will stop
      the logged warning from occurring as well.
      b57eed45
    • Gavin Mogan's avatar
      Dev Tooling fixes (eslint/editorconfig) (#1398) · 3672a799
      Gavin Mogan authored
      * Add eslint to dev dependancies so it gets installed for the repo
      
      yarn add --dev eslint babel-eslint eslint-plugin-reac
      
      project specific version of eslint, you can globally install eslint-cli
      if you want the global runtime, or add .bin to your path
      
      * fix eslint errors about inconsitent returns
      
      * eslint ignore the same as git ignore. allows for eslint .
      
      * Add editorconfig file so everyones editor will be setup to follow the same standards
      3672a799
    • Matthias Jouan's avatar
      Add username as a title for mentions (#1385) · 3fd5385e
      Matthias Jouan authored
      Add a title attribute on mention links for both notifications
      and mentions in statuses.
      
      Related to #1350
      3fd5385e
    • Ash Furrow's avatar
    • Eugen's avatar
      API param to exclude notification types from response (#1341) · 2810013b
      Eugen authored
      * Add exclude_types param to /api/v1/notifications
      
      * Exclude notification types in web UI through exclude_types in the API
      2810013b
    • Matt Jankowski's avatar
      Clean up generation of account webfinger string (#1477) · 0687ab8a
      Matt Jankowski authored
      * Consolidate webfinger string creation under Account#to_webfinger_s
      
      * Introduce Account#local_username_and_domain for consolidation
      0687ab8a
    • Matt Jankowski's avatar
      Version bumps for ruby and misc gems (#1159) · 64dbde0d
      Matt Jankowski authored
      * Update rspec-rails to version 3.5.2
      
      * Update addressable to version 2.5.1
      
      * Update autoprefixer-rails to version 6.7.7.1
      
      * Update bullet to version 5.5.1
      
      * Update domain_name to version 0.5.20170404
      
      * Update letter_opener_web to version 1.3.1
      
      * Upate redis-rails to version 5.0.2
      
      * Update active_record_query_trace to version 1.5.4
      
      * Update capistrano-rails to version 1.2.3
      
      * Update dotenv-rails to version 2.2.0
      
      * Update pg to version 0.20.0
      
      * Update tilt to version 2.0.7
      
      * Update warden to version 1.2.7
      
      * Update tins to version 1.13.2
      
      * Update terminal-table to version 1.7.3
      
      * Update oj to version 2.18.5
      
      * Update simplecov to version 0.14.1
      
      * Update uglifier to version 3.1.13
      
      * Update hashdiff to version 0.3.2
      
      * Update webmock to version 2.3.2
      
      * Update devise to version 4.2.1
      
      * Use ruby version 2.4.1
      
      * Update sass to version 3.4.23
      
      * Update puma to version 3.8.2
      
      * Update will_paginate to version 3.1.5
      
      * Update font-awesome-rails to version 4.7.0.1
      
      * Update fuubar to version 2.2.0
      
      * Update pry-rails to version 0.3.6
      
      * Update simple-navigation to version 4.0.5
      
      * Update rubocop to version 0.48.1
      
      * Update doorkeeper to version 4.2.5
      
      * Update faker to version 1.7.3
      
      * Update aws-sdk to version 2.9.5
      
      * Update fabrication to version 2.16.1
      
      * Update hamlit-rails to version 0.2.0
      
      * Update http to version 2.2.1
      
      * Update httplog to version 0.99.2
      
      * Update sidekiq to version 4.2.10
      
      * Update rspec-sidekiq to version 3.0.0
      
      * Update pghero to version 1.6.4
      
      * Update rack-cors to version 0.4.1
      
      * Update i18n-tasks to version 0.9.13
      
      * Update ruby-oembed to version 0.12.0
      
      * Update jquery-rails to version 4.3.1
      
      * Update simple_form to version 3.4.0
      
      * Update react-rails to version 1.11.0
      
      * Update aws-sdk to version 2.9.6
      
      * Update sidekiq-unique-jobs to version 5.0.0
      
      * Update uglifier to version 3.2.0
      64dbde0d
    • Chris Martin's avatar
    • Alexander Mankuta's avatar
      More SMTP customization (#1372) · 0dbbc16c
      Alexander Mankuta authored
      * Allow SMTP auth method customization
      
      * Add SMTP openssl_verify_mode option support
      
      Allows one use self-signed certs with their SMTP server.
      
      * Add SMTP enable_starttls_auto option support
      0dbbc16c
    • Rachel H's avatar
      Keep newlines in xml (#1397) · f690320f
      Rachel H authored
      f690320f
Loading