Skip to content
Snippets Groups Projects
  1. May 16, 2017
  2. May 15, 2017
    • Hiroaki Ninomiya's avatar
    • Hiroaki Ninomiya's avatar
      Improve ja translation (#3071) · 13791246
      Hiroaki Ninomiya authored
      * chore(ja): replace with reasonable word.
      
      * chore(ja): add periods.
      13791246
    • Akihiko Odaki's avatar
      Introduce common JavaScript file (#2981) · 85c94963
      Akihiko Odaki authored
      * Create common chunk rather than vendor chunk
      
      vendor chunk is a set of modules provided by external vendors, but now we
      can have a chunk as a set of modules shared by multiple entry points,
      which could be more efficent than having vendor chunk.
      
      * Start rails-ujs in common.js
      
      This is used by /settings/two_factor_authentication.
      85c94963
    • Eugen Rochko's avatar
      Feature conversations muting (#3017) · d0dd9eb5
      Eugen Rochko authored
      * Add <ostatus:conversation /> tag to Atom input/output
      
      Only uses ref attribute (not href) because href would be
      the alternate link that's always included also.
      
      Creates new conversation for every non-reply status. Carries
      over conversation for every reply. Keeps remote URIs verbatim,
      generates local URIs on the fly like the rest of them.
      
      * Conversation muting - prevents notifications that reference a conversation
      (including replies, favourites, reblogs) from being created. API endpoints
      /api/v1/statuses/:id/mute and /api/v1/statuses/:id/unmute
      
      Currently no way to tell when a status/conversation is muted, so the web UI
      only has a "disable notifications" button, doesn't work as a toggle
      
      * Display "Dismiss notifications" on all statuses in notifications column, not just own
      
      * Add "muted" as a boolean attribute on statuses JSON
      
      For now always false on contained reblogs, since it's only relevant for
      statuses returned from the notifications endpoint, which are not nested
      
      Remove "Disable notifications" from detailed status view, since it's
      only relevant in the notifications column
      
      * Up max class length
      
      * Remove pending test for conversation mute
      
      * Add tests, clean up
      
      * Rename to "mute conversation" and "unmute conversation"
      
      * Raise validation error when trying to mute/unmute status without conversation
      d0dd9eb5
  3. May 14, 2017
  4. May 13, 2017
  5. May 12, 2017
  6. 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
  7. 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
  8. May 07, 2017
  9. May 06, 2017
  10. 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
Loading