Skip to content
Extraits de code Groupes Projets
  1. jan. 17, 2019
  2. jan. 16, 2019
  3. jan. 15, 2019
  4. jan. 14, 2019
    • ThibG's avatar
      Make hashtag search results link to the hashtag URL (#9810) · 6cfb3579
      ThibG a rédigé
      Currently, middle-clicking on a hashtag search result will open a new
      instance of the WebUI, which is inconsistent with middle-clicking on
      an account result, or a hashtag in a toot.
      6cfb3579
    • ThibG's avatar
      Fix hashtag timeline on mobile (#9806) · c5b8824a
      ThibG a rédigé
      Instead of forcing 90vh for the scrollable part of the timeline's height as
      in #9781 (which may be off), use `display: flex`, exactly like on desktop.
      c5b8824a
    • Hinaloe's avatar
      make draggingOver state off correctly (#9797) · d6433b39
      Hinaloe a rédigé
      * make draggingOver stat off correctly
      
      * ignore safari and Edge
      
      * Revert "ignore safari and Edge"
      
      This reverts commit b9b93ea3674877670161207a3f9b3a4f82b68a2d.
      
      * Revert "make draggingOver stat off correctly"
      
      This reverts commit f5fd6b94dc1d4b812e0b910b2b4f35792c3ea3a1.
      
      * clear drag stack when drop
      d6433b39
  5. jan. 13, 2019
  6. jan. 11, 2019
  7. jan. 10, 2019
  8. jan. 09, 2019
  9. jan. 08, 2019
  10. jan. 07, 2019
  11. jan. 06, 2019
  12. jan. 04, 2019
  13. jan. 02, 2019
  14. jan. 01, 2019
  15. déc. 31, 2018
    • Eugen Rochko's avatar
      Remove visible timestamps for notifications (#9675) · e3dc8870
      Eugen Rochko a rédigé
      Revert #9423. Issues with line breaks / clutter.
      e3dc8870
    • Yamagishi Kazutoshi's avatar
      Update dependencies for Node.js (2018-12-31) (#9669) · 8f5fdab5
      Yamagishi Kazutoshi a rédigé
      * Update react-* to v16.7.0
      
      * Upgrade react-hotkeys to v1.1.4
      
      * Update react-intl to v2.7.2
      
      * Update react-select to v2.2.0
      
      * Update react-swipeable-views to v0.13.0
      
      * Upgrade react-textarea-autosize to v7.1.0
      
      * Upgrade redux to v4.0.1
      
      * Upgrade reselect to v4.0.0
      
      * Update raf to v3.4.1
      
      * Update enzyme to v3.8.0
      
      * Update rails-ujs to v5.2.2
      
      * Update axios to v0.18.0
      
      * Update http-link-header to v1.0.2
      
      * Update rellax to v1.7.1
      
      * Update intersection-observer to v0.5.1
      
      * Update stringz to v1.0.0
      
      * Upgrade babel-eslint to v10.0.1
      
      * Update @babel/* to v7.2.x
      
      * Update babel-plugin-react-intl to v3.0.1
      
      * Update babel-plugin-transform-react-remove-prop-types to v0.4.21
      
      * Upgrade dotenv to v6.2.0
      
      * Update express to v4.16.4
      
      * Update webpack to v4.28.3
      
      * Upgrade autoprefixer to v9.4.3
      
      * Update babel-loader to v8.0.4
      
      * Upgrade css-loader to v2.1.0
      
      * Upgrade file-loader to v3.0.1
      
      * Update marky to v1.2.1
      
      * Update mini-css-extract-plugin to v0.5.0
      
      * Update offline-plugin to v5.0.6
      
      * Update style-loader to v0.23.1
      
      * Update eslint-plugin-jsx-a11y to v6.1.2
      
      * yarn upgrade
      
      * fix
      
      * Replace webpack-manifest-plugin to webpack-assets-manifest
      
      * Replace node-zopfli to @gfz/zopfli
      
      * Remove monkey-patch for http-link-header
      8f5fdab5
  16. déc. 30, 2018
  17. déc. 28, 2018
  18. déc. 27, 2018
  19. déc. 26, 2018
  20. déc. 24, 2018
  21. déc. 23, 2018
  22. déc. 22, 2018
    • Eugen Rochko's avatar
      Remove links to bridge.joinmastodon.org (non-functional) (#9608) · bb62827c
      Eugen Rochko a rédigé
      Add link to profile directory
      bb62827c
    • Eugen Rochko's avatar
      Add moderation warnings (#9519) · 3c033c43
      Eugen Rochko a rédigé
      * Add moderation warnings
      
      Replace individual routes for disabling, silencing, and suspending
      a user, as well as the report update route, with a unified account
      action controller that allows you to select an action (none,
      disable, silence, suspend) as well as whether it should generate an
      e-mail notification with optional custom text. That notification,
      with the optional custom text, is saved as a warning.
      
      Additionally, there are warning presets you can configure to save
      time when performing the above.
      
      * Use Account#local_username_and_domain
      3c033c43
Chargement en cours