Skip to content
Snippets Groups Projects
  1. Jun 01, 2018
    • Yamagishi Kazutoshi's avatar
      Update ESLint for Code Climate (#7696) · bfa12239
      Yamagishi Kazutoshi authored
      * Update babel-eslint to version 8.2.3
      
      * Update eslint to version 4.19.1
      
      * Update eslint-plugin-promise to version 3.8.0
      
      * Update eslint-plugin-react to version 7.8.2
      
      * Upgrade eslint-plugin-jsx-a11y to version 6.0.3
      
      * yarn test:lint --fix
      bfa12239
  2. May 29, 2018
  3. May 27, 2018
    • Eugen Rochko's avatar
      Track trending tags (#7638) · 9bd23dc4
      Eugen Rochko authored
      * Track trending tags
      
      - Half-life of 1 day
      - Historical usage in daily buckets (last 7 days stored)
      - GET /api/v1/trends
      
      Fix #271
      
      * Add trends to web UI
      
      * Don't render compose form on search route, adjust search results header
      
      * Disqualify tag from trends if it's in disallowed hashtags setting
      
      * Count distinct accounts using tag, ignore silenced accounts
  4. May 09, 2018
  5. Apr 16, 2018
    • ThibG's avatar
      Fix scrolling behavior (#7151) · 7e0aed39
      ThibG authored
      * Update React.JS
      
      * Use React's new lifecycles for scrollable lists
      
      * Clean up dead code
      
      * Make CodeClimate happy
      7e0aed39
  6. Apr 04, 2018
  7. Apr 02, 2018
    • unarist's avatar
      Add missing rejection handling for Promises (#7008) · 2c51bc0c
      unarist authored
      * Add eslint-plugin-promise to detect uncaught rejections
      
      * Move alert generation for errors to actions/alert
      
      * Add missing rejection handling for Promises
      
      * Use catch() instead of onReject on then()
      
      Then it will catches rejection from onFulfilled. This detection can be
      disabled by `allowThen` option, though.
      2c51bc0c
  8. Mar 28, 2018
    • Yuto Tokunaga's avatar
      Add double-tap zoom functionary to `ZoomableImage` (#6944) · 5021c4e9
      Yuto Tokunaga authored
      add <div.zoomable-image__margin/> to keep margin of the image on zooming
      move setting `scrollLeft` and `scrollTop` of container from callback of
      `setState` to `componentDidUpdate`
      add 'hammerjs' package for touch gesture detection
      rewrite `ZoomableImage` using 'hammerjs'
      5021c4e9
  9. Mar 27, 2018
  10. Mar 08, 2018
  11. Mar 06, 2018
    • Akihiko Odaki's avatar
      Do not use npm (#6656) · 81cefc19
      Akihiko Odaki authored
      Both of yarn and npm are used in Mastodon, but the combined usage requires
      a redundant dependency and may lead to data inconsistency.
      
      Considering that yarn has autoclean feature which npm does not have,
      this change replaces all npm usage with yarn.
      
      This change requires documentation update. Most notably, the following
      command must be executed before assets precompilation if any system
      dependency of node-sass has changed:
      
      yarn install --force --pure-lockfile
      81cefc19
  12. Feb 27, 2018
    • TrashMacNugget's avatar
      Specify AGPLv3+ (#6546) · 6f5f434c
      TrashMacNugget authored
      * Specify AGPLv3+
      
      Since the documentation doesn't specify you can use Mastodon as AGPLv3 or any later version.
      
      * Use newest version of SPDX AGPLv3+ identifier
      6f5f434c
  13. Jan 17, 2018
  14. Dec 25, 2017
  15. Dec 03, 2017
    • Yamagishi Kazutoshi's avatar
      Update dependencies for Node.js (2017-12-03) (#5876) · ac17309f
      Yamagishi Kazutoshi authored
      * Update babel-plugin-lodash to version 3.3.2
      
      * Update enzyme to version 3.2.0
      
      * Update enzyme-adapter-react-16 to version 1.1.0
      
      * Update intersection-observer to version 0.5.0
      
      * Update intl-messageformat to version 2.2.0
      
      * Update node-sass to version 4.7.2
      
      * Update postcss-loader to version 2.0.9
      
      * Update React to version 16.2.0
      
      * Update react-textarea-autosize to version 5.2.1
      
      * Update stringz to version 0.3.0
      
      * Update webpack to version 3.9.1
      
      * Update webpack-bundle-analyzer to version 2.9.1
      
      * Update webpack-dev-server to version 2.9.5
      
      * Update webpack-merge to version 4.1.1
      
      * Update fsevents to version 1.1.3
      
      * yarn upgrade
      ac17309f
  16. Nov 05, 2017
  17. Nov 01, 2017
  18. Oct 31, 2017
    • Yamagishi Kazutoshi's avatar
    • 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
  19. Oct 19, 2017
  20. Oct 18, 2017
  21. Oct 16, 2017
  22. Oct 08, 2017
  23. Oct 07, 2017
  24. Oct 05, 2017
    • Eugen Rochko's avatar
      Implement hotkeys for web UI (#5164) · 7db0f8dc
      Eugen Rochko authored
      * Fix #2102 - Implement hotkeys
      
      Hotkeys on status list:
      
      - r to reply
      - m to mention author
      - f to favourite
      - b to boost
      - enter to open status
      - p to open author's profile
      - up or k to move up in the list
      - down or j to move down in the list
      - 1-9 to focus a status in one of the columns
      - n to focus the compose textarea
      - alt+n to start a brand new toot
      - backspace to navigate back
      
      * Add navigational hotkeys
      
      The key g followed by:
      
      - s: start
      - h: home
      - n: notifications
      - l: local timeline
      - t: federated timeline
      - f: favourites
      - u: own profile
      - p: pinned toots
      - b: blocked users
      - m: muted users
      
      * Add hotkey for focusing search, make escape un-focus compose/search
      
      * Fix focusing notifications column, fix hotkeys in compose textarea
      7db0f8dc
  25. Oct 03, 2017
  26. Sep 30, 2017
  27. Sep 29, 2017
  28. Sep 24, 2017
  29. Sep 22, 2017
  30. Sep 06, 2017
  31. Jul 28, 2017
  32. Jul 27, 2017
  33. Jul 24, 2017
Loading