Skip to content
Snippets Groups Projects
  1. May 03, 2017
  2. May 02, 2017
  3. May 01, 2017
    • Matt Jankowski's avatar
      Coverage for remote follows (#2694) · a4859446
      Matt Jankowski authored
      * Add coverage for create with empty acct value
      
      * Add coverage for create with webfinger failure
      
      * Add coverage for create with webfinger providing bad values
      
      * Add coverage for create when webfinger is good
      
      * Add coverage for session[:remote_follow] having data
      
      * Simplify how remote follow pulls acct from session
      
      * Remote follow behaves more like model
      
      * Move the discovery portions of remote follow out of controller
      
      * Check for suspended accounts
      a4859446
    • Matt Jankowski's avatar
      Error responses cleanup (#2692) · 7bffd160
      Matt Jankowski authored
      * Use respond_with_error for forbidden errors
      
      * Wrap up common error code into single method
      7bffd160
    • Giuseppe Pignataro's avatar
      Italian translation (#2654) · 2bd46f44
      Giuseppe Pignataro authored
      * Added Italian Translation of the following files:
      Changes to be committed:
      	new file:   app/views/user_mailer/confirmation_instructions.it.html.erb
      	new file:   app/views/user_mailer/confirmation_instructions.it.text.erb
      	new file:   app/views/user_mailer/password_change.it.html.erb
      	new file:   app/views/user_mailer/password_change.it.text.erb
      	new file:   app/views/user_mailer/reset_password_instructions.it.html.erb
      	new file:   app/views/user_mailer/reset_password_instructions.it.text.erb
      
      * Added italian translation
      Changes to be committed:
      new file:   config/locales/activerecord.it.yml
      2bd46f44
    • Stephen Burgess's avatar
    • Stephen Burgess's avatar
      fix(dropdowns): Allow for dropdowns to fill full column (#2684) · 33b9e8d4
      Stephen Burgess authored
      * fix(dropdowns): Allow for dropdowns to fill full column
      
      When the text inside a dropdown is longer than it is for English, the text is truncated which can result in a less-than-usable experience for languages such as German with longer words. This commit addresses the following:
      
      * Allow the dropdown to expand to the entire width of the column based on the length of the text in the dropdown
      * Align active dropdown arrow in relation to the trigger rather than the dropdown
      * Show the right hand side of the dropdown which was previously hidden (could not see border radius)
      * Ensure the three places dropdowns of status, account, and emoji appear well in Chrome, Firefox, Safari
      
      * fix(emoji-dropdown): Restore emoji dropdown caret
      33b9e8d4
    • Matt Jankowski's avatar
      Filter on allowed user language preferences (#2361) · f025cc67
      Matt Jankowski authored
      * Naive approached to timeline filtering
      
      * Convert allowed_languages into a db column
      
      * Allow users to choose languages to see statuses in
      
      * Style list items as two columns
      
      * Add a hint to explain language filtering preference
      f025cc67
    • yhirano's avatar
      Fix Rubocop offences (#2630) · 3988f2da
      yhirano authored
      * disable Bundler/OrderedGems
      
      * fix rubocop Lint/UselessAssignment
      
      * fix rubocop Style/BlockDelimiters
      
      * fix rubocop Style/AlignHash
      
      * fix rubocop Style/AlignParameters, Style/EachWithObject
      
      * fix rubocop Style/SpaceInLambdaLiteral
      3988f2da
    • Yamagishi Kazutoshi's avatar
      Detect extension for preview card (#2679) · 1899cf5f
      Yamagishi Kazutoshi authored
      * Detect extension for preview card
      
      * next
      1899cf5f
  4. Apr 30, 2017
Loading