Skip to content
Snippets Groups Projects
  1. Nov 09, 2017
  2. Nov 08, 2017
  3. 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
    • 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
    • ThibG's avatar
      Do not process undeliverable mentions (#5598) · 84cfee24
      ThibG authored
      * Resolve remote accounts when mentioned even if they are already known
      
      This commit reduces the risk of not having up-to-date public key or protocol
      information for a remote account, which is required to deliver toots
      (especially direct messages).
      
      * Do not add mentions in private messages for remote users we cannot deliver to
      
      Mastodon does not deliver private and direct toots to OStatus users, as there
      is no guarantee the remote software understands the toot's privacy. However,
      users currently do not get any feedback on it (Mastodon won't attempt delivery,
      but the toot will be displayed exactly the same way to the user).
      
      This change introduces *some* feedback by not processing mentions that are
      not going to be delivered. A long-term solution is still needed to have
      delivery receipts or at least some better indication of what is going on, but
      at least an user can see *something* is up.
      84cfee24
    • ThibG's avatar
      Resolve remote accounts when mentioned even if they are already known (#5539) · 7bea1530
      ThibG authored
      This commit reduces the risk of not having up-to-date public key or protocol
      information for a remote account, which is required to deliver toots
      (especially direct messages).
      7bea1530
    • Yamagishi Kazutoshi's avatar
      47b0c618
    • nullkal's avatar
      Make fullscreen video in detailed status plays in fullscreen (Partly Fix #5160) (#5611) · 864c4d86
      nullkal authored
      * Make fullscreen video in detailed status plays in fullscreen (Fix #5160)
      
      * Directly assign the initial state
      864c4d86
    • kedama's avatar
      Hide disabled custom emojis from emoji picker and emoji auto suggestions. (#5613) · d8cd9000
      kedama authored
      Make the same behavior as /api/v1/custom_emojis.
      d8cd9000
  4. Nov 06, 2017
  5. Nov 05, 2017
  6. Nov 03, 2017
  7. Nov 01, 2017
  8. Oct 31, 2017
    • Yamagishi Kazutoshi's avatar
    • Nolan Lawson's avatar
      60f962ee
    • K.SHIRAKASHI's avatar
      Revert ruby-jwt version (#5575) · 47d56438
      K.SHIRAKASHI authored
      jwt 2.1.0 still does not work well.
      ref. https://github.com/zaru/webpush/issues/42
      47d56438
    • Nolan Lawson's avatar
      0692991b
    • Yamagishi Kazutoshi's avatar
      Update dependencies for Node.js (2017-10-30) (#5565) · 6705463e
      Yamagishi Kazutoshi authored
      * Update autoprefixer to version 7.1.6
      
      * Update babel-plugin-preval to version 1.6.1
      
      * Update babel-plugin-transform-react-remove-prop-types to version 0.4.10
      
      * Update babel-preset-env to version 1.6.1
      
      * Update cross-env to version 5.1.1
      
      * Update enzyme-adapter-react-16 to version 1.0.2
      
      * Update eslint-plugin-import to version 2.8.0
      
      * Update immutable to version 3.8.2
      
      * Update express to 4.16.2
      
      * Update intl-relativeformat to version 2.1.0
      
      * Update postcss-loader to version 2.0.8
      
      * Update react-immutable-pure-component to version 1.1.1
      
      * Update react-motion to version 0.5.2
      
      * Update react-notification to version 6.8.2
      
      * Update react-overlays to version 0.8.3
      
      * Update react-redux-loading-bar to version 2.9.3
      
      * Update resolve-url-loader to version 2.2.0
      
      * Update style-loader to version 0.19.0
      
      * Update webpack to version 3.8.1
      
      * Update webpack-dev-server to version 2.9.3
      
      * yarn upgrade
      6705463e
    • Yamagishi Kazutoshi's avatar
      Update dependencies for Ruby (2017-10-30) (#5566) · a2a4bf4e
      Yamagishi Kazutoshi authored
      * Update better_errors to version 2.4.0
      
      * Update binding_of_caller to version 0.7.3
      
      * Update bootsnap to version 1.1.5
      
      * Update browser to version 2.5.2
      
      * Update capistrano to version 3.10.0
      
      * Update capistrano-bundler to version 1.3.0
      
      * Update capistrano-rbenv to version 2.1.2
      
      * Update capybara to version 2.15.4
      
      * Update cld3 to version 3.2.1
      
      * Update fabrication to version 2.18.0
      
      * Update fog-openstack to version 0.1.22
      
      * Update kaminari to version 1.1.1
      
      * Update lograge to version 0.7.1
      
      * Update nokogiri to version 1.8.1
      
      * Update oj to version 3.3.9
      
      * Update ox to version 2.8.1
      
      * Update parallel_tests to version 2.17.0
      
      * Update pkg-config to version 1.2.8
      
      * Update rspec-rails to version 3.7.1
      
      * Update rubocop to version 0.51.0
      
      * Update scss_lint to version 0.55.0
      
      * Update sidekiq to version 5.0.5
      
      * Update sidekiq-scheduler to version 2.1.10
      
      * Update tzinfo-data to version 1.2017.3
      
      * Update webpacker to version 3.0.2
      
      * bundle update
      a2a4bf4e
    • Nolan Lawson's avatar
      Refactor initial state: "me" (#5563) · b254e6ca
      Nolan Lawson authored
      * Refactor initial state: "me"
      
      * remove "me" from reducers/meta.js
      b254e6ca
  9. Oct 30, 2017
  10. Oct 29, 2017
Loading