Skip to content
Snippets Groups Projects
  1. May 10, 2017
  2. May 09, 2017
  3. May 08, 2017
    • Matt Jankowski's avatar
      Services specs for subscribe and unsubscribe (#2928) · 5bea4241
      Matt Jankowski authored
      * Add specs for unsubscribe service
      
      * Fix non existent methods in unsubscribe service
      
      * Clean up status handling in subscribe service
      5bea4241
    • Matt Jankowski's avatar
      Specs for API push controller, with refactor (#2926) · 04166c4a
      Matt Jankowski authored
      * Coverage for api push controller
      
      * Refactor the api/push controller
      04166c4a
    • Quent-in's avatar
      i18n mailer files for Occitan language (#2924) · fed585e3
      Quent-in authored
      * Create reset_password_instructions.oc.html.erb
      
      * Create reset_password_instructions.oc.text.erb
      
      * Create password_change.oc.html.erb
      
      * Create password_change.oc.text.erb
      
      * Create confirmation_instructions.oc.html.erb
      
      * Create confirmation_instructions.oc.text.erb
      fed585e3
    • jeroenpraat's avatar
      Updating and extending Dutch strings (#2930) · 406229d9
      jeroenpraat authored
      * Update nl
      
      * Update nl
      
      * Update nl
      
      * Create confirmation_instructions.nl.html.erb
      
      * Create confirmation_instructions.nl.text.erb
      
      * Create password_change.nl.html.erb
      
      * Create password_change.nl.text.erb
      
      * Create reset_password_instructions.nl.html.erb
      
      * Create reset_password_instructions.nl.text.erb
      406229d9
    • Matt Jankowski's avatar
    • Matt Jankowski's avatar
    • Matt Jankowski's avatar
      Misc gem bumps (#2919) · aef554d5
      Matt Jankowski authored
      * Update bundler-audit to version 0.5.0
      
      * Update oj to version 3.0.6
      
      * Update http-form_data to version 1.0.2
      
      * Update parallel to version 1.11.2
      
      * Update rails-i18n to version 5.0.4
      
      * Update rack-protection to version 2.0.0
      
      * Update haml to version 5.0.1
      
      * Update scss_lint to version 0.53.0
      
      * Relax requirement on i18n-tasks
      
      * Remove haml and haml_lint gem requirement
      aef554d5
    • ButterflyOfFire's avatar
      Update fr.json (#2915) · 01c4c29b
      ButterflyOfFire authored
      * Update fr.json
      
      Updating some missing french translations.
      
      * Update fr.json
      
      Fix repetition in line 41.
      
      * Update fr.json
      
      Fix : adding space between {name} and ? question mark.
      01c4c29b
    • Yamagishi Kazutoshi's avatar
      Prevent selection of unacceptable Content-Type files (#2910) · 459bbfa4
      Yamagishi Kazutoshi authored
      * Prevent selection of unacceptable Content-Type files
      
      * replace hard code
      
      * media_attachments accept content-types in initial state
      459bbfa4
    • ButterflyOfFire's avatar
      Update simple_form.ar.yml (#2908) · 7140def5
      ButterflyOfFire authored
      * Update simple_form.ar.yml
      
      Added missing strings that were introduced to simple_form.ar.yml and completing translation.
      
      * Create confirmation_instructions.ar.html.erb
      
      * Create confirmation_instructions.ar.text.erb
      
      * Create password_change.ar.html.erb
      
      * Create password_change.ar.text.erb
      
      * Create reset_password_instructions.ar.text.erb
      
      * Create reset_password_instructions.ar.html.erb
      7140def5
    • Matt Jankowski's avatar
      Improve scss color variables (#2912) · b85dec2b
      Matt Jankowski authored
      - Updates scss variables file to use better-named variables for black/white/etc
      - Arranges the "mastodon classic" colors into variables
      - Remove all references to `$color-*` naming, replacing with new
      
      This does not in itself introduce "theme" support, but:
      
      - It would probably be easier to start working on theme support after this
        change and others
      - Even without the goal of themes, these changes make it more clear how the
        colors are being used.
      
      There is almost definitely some edge case in here where I've guessed the
      intent/context of some color usage incorrectly, but it still seems like a net
      improvement.
      b85dec2b
Loading