Skip to content
Snippets Groups Projects
  1. May 09, 2017
    • Koala Yeung's avatar
      Update Norwegian translations (#2937) · f5cdea51
      Koala Yeung authored
      * Update Norwegian translations
      
      * Updated no.json
      * Updated activerecord.no.yml
      * Updated no.yml
      * Updated simple_form.no.yml
      
      * i18n: fix Unicode character error in no.yml
      
      * Javascript escaping code "\uD83D\uDC18" should be "\U0001f418" in
      Ruby / yml
      
      * i18n: remove unused keys in Norwegian translation
      
      * Remove unused keys in no.yml and activerecord.no.yml
        by running: `bundle exec i18n-tasks remove-unused no`
      
      * Add missing keys in activerecord.no.yml and no.yml by
        running: `bundle exec i18n-tasks add-missing no`
      
      * i18n: escape the key 'no' in activerecord.no.yml
      f5cdea51
    • alpaca-tc's avatar
      Remove rails_12factor (#2901) · ef226a6f
      alpaca-tc authored
      ef226a6f
  2. May 08, 2017
    • 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
    • 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
    • Koala Yeung's avatar
      Add Thai langauge (#2903) · cbd67360
      Koala Yeung authored
      * Updated Thai language
      
      * locale: remove unused translation in Thai
      
      * locale: add Thai to settings menu and application
      
      * locale: fix activerecord.th.yml format
      cbd67360
    • alpaca-tc's avatar
      Render sidekiq scheduler (#2898) · 8c9aff0b
      alpaca-tc authored
      8c9aff0b
  3. May 07, 2017
  4. May 06, 2017
  5. May 05, 2017
    • alpaca-tc's avatar
      Fixes unknown mime type (#2822) · ee3e0a93
      alpaca-tc authored
      ee3e0a93
    • Koala Yeung's avatar
      Update Locale zh-HK (#2818) · 886176f8
      Koala Yeung authored
      * locale: Add missing translation in zh-HK.yml
      
      * locale: fix consistancy in zh-HK.yml translation
      
      * locale: Improve zh-HK yml translations
      
      * Use "PuSH" in all "PubSubHubBub" occurances.
      * Simplify text on front page.
      * Improve doorkeeper authorization table translations.
      * Simplify setting form text for better layout.
      * Improve "Business Email" translation.
      
      * locale: Update zh-HK.json
      
      * Fix untranslated text.
      * Improve translations.
      886176f8
    • Milan*'s avatar
      Correct typo in german locale (#2805) · 8c9ea9b8
      Milan* authored
      8c9ea9b8
    • Eugen Rochko's avatar
      More robust PuSH subscription refreshes (#2799) · 81584779
      Eugen Rochko authored
      * Fix #2473 - Use sidekiq scheduler to refresh PuSH subscriptions instead of cron
      
      Fix an issue where / in domain would raise exception in TagManager#normalize_domain
      
      PuSH subscriptions refresh done in a round-robin way to avoid hammering a single
      server's hub in sequence. Correct handling of failures/retries through Sidekiq (see
      also #2613). Optimize Account#with_followers scope. Also, since subscriptions
      are now delegated to Sidekiq jobs, an uncaught exception will not stop the entire
      refreshing operation halfway through
      
      Fix #2702 - Correct user agent header on outgoing http requests
      
      * Add test for SubscribeService
      
      * Extract #expiring_accounts into method
      
      * Make mastodon:push:refresh no-op
      
      * Queues are now defined in sidekiq.yml
      
      * Queues are now in sidekiq.yml
      81584779
  6. May 04, 2017
  7. May 03, 2017
Loading