Skip to content
Snippets Groups Projects
  1. Nov 14, 2017
  2. Nov 13, 2017
  3. Nov 12, 2017
  4. Nov 11, 2017
    • Marcin Mikołajczak's avatar
      i18n: Update Polish translation (for #5635) (#5661) · fcb95335
      Marcin Mikołajczak authored
      * i18n: Update Polish translation (for #5635)
      
      * :expressionless::gun:
      fcb95335
    • Eugen Rochko's avatar
      Add moderator role and add pundit policies for admin actions (#5635) · 7bb8b0b2
      Eugen Rochko authored
      * Add moderator role and add pundit policies for admin actions
      
      * Add rake task for turning user into mod and revoking it again
      
      * Fix handling of unauthorized exception
      
      * Deliver new report e-mails to staff, not just admins
      
      * Add promote/demote to admin UI, hide some actions conditionally
      
      * Fix unused i18n
      7bb8b0b2
    • ThibG's avatar
      Retry thread resolving (#5599) · 2b119006
      ThibG authored
      Thread resolving is one of the few tasks that isn't retried on failure.
      One common cause for failure of this task is a well-connected user replying to
      a toot from a little-connected user on a small instance: the small instance
      will get many requests at once, and will often fail to answer requests within
      the 10 seconds timeout used by Mastodon.
      
      This changes makes the ThreadResolveWorker retry a few times, with a
      rapidly-increasing time before retries and large random contribution in order
      to spread the load over time.
      2b119006
  5. Nov 10, 2017
    • ysksn's avatar
      Add tests for RemoteFollow (#5651) · 56720ba5
      ysksn authored
      * Add tests for RemoteFollow.initialize
      
      * Add tests for RemoteFollow#valid?
      
      * Add tests for RemoteFollow#subscribe_address_for
      56720ba5
    • Matt's avatar
      Update en.yml (#5648) · e5aa4128
      Matt authored
      Changed "Toots with replies" to read "Toots and replies"
      e5aa4128
  6. Nov 09, 2017
  7. Nov 08, 2017
  8. Nov 07, 2017
    • ThibG's avatar
    • nullkal's avatar
      Eliminate space around emoji (#5474) · 3f16caaa
      nullkal authored
      * Eliminate space around emoji
      
      * More improve emoji style
      
      * Make more compatible with Twemoji
      
      * Make scss-lint happy
      
      * Make not modify normal emoji's behavior
      
      * Decrease status__action-bar's margin-top to 5px
      
      * Make the test be passed
      
      * Revert "Make the test be passed"
      
      This reverts commit 54a8c60e5907ef20a5ceb5ab2c86a933e06f3ece.
      
      * Revert "Make not modify normal emoji's behavior"
      
      This reverts commit 6a5bdf0c11df16ebd190cb3ab9d2e8f1349f435a.
      3f16caaa
    • ThibG's avatar
      Twidere mention workaround (#5552) · 5d5c0f4f
      ThibG authored
      * Work around Twidere and Tootdon bug
      
      Tootdon and Twidere construct @user@domain handles from mentions in toots based
      solely on the mention text and account URI's domain without performing any
      webfinger call or retrieving account info from the Mastodon server.
      
      As a result, when a remote user has WEB_DOMAIN ≠ LOCAL_DOMAIN, Twidere and
      Tootdon will construct the mention as @user@WEB_DOMAIN. Now, this will usually
      resolve to the correct account (since the recommended configuration is to have
      WEB_DOMAIN perform webfinger redirections to LOCAL_DOMAIN) when processing
      mentions, but won't do so when displaying them (as it does not go through the
      whole account resolution at that time).
      
      This change rewrites mentions to the resolved account, so that displaying the
      mentions will work.
      
      * Use lookbehind instead of non-capturing group in MENTION_RE
      
      Indeed, substitutions with the previous regexp would erroneously eat any
      preceding whitespace, which would lead to concatenated mentions in the
      previous commit.
      
      Note that users will “lose” up to one character space per mention for their
      toots, as that regexp is also used to remove the domain-part of mentioned
      users for character counting purposes, and it also erroneously removed the
      preceding character if it was a space.
      5d5c0f4f
    • Eugen Rochko's avatar
      1032f399
    • MitarashiDango's avatar
    • voidSatisfaction's avatar
      fix: slang to adequate word (#5453) · e618edf8
      voidSatisfaction authored
      e618edf8
    • nullkal's avatar
      Show the local couterpart of emoji when it exists in /admin/custom_emojis (#5467) · b6e2e999
      nullkal authored
      * Show the local couterpart of emoji when it exists in admin/custom_emojis
      
      * Fix indentation
      
      * Fix error
      
      * Add class table-action-link to Overwrite link
      
      * Make it enable to overwrite emojis
      
      * Make Code Climate happy
      b6e2e999
    • MIYAGI Hikaru's avatar
      782224c9
Loading