Skip to content
Extraits de code Groupes Projets
  1. fév. 17, 2019
  2. jan. 20, 2019
  3. jan. 19, 2019
  4. jan. 18, 2019
  5. jan. 17, 2019
  6. jan. 16, 2019
  7. jan. 15, 2019
  8. jan. 09, 2019
  9. jan. 08, 2019
  10. jan. 07, 2019
  11. jan. 05, 2019
  12. jan. 04, 2019
  13. jan. 01, 2019
  14. déc. 31, 2018
    • 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
  15. déc. 28, 2018
  16. déc. 27, 2018
  17. déc. 24, 2018
    • Eugen Rochko's avatar
      Add REST API for creating an account (#9572) · 5d2fc6de
      Eugen Rochko a rédigé
      * Add REST API for creating an account
      
      The method is available to apps with a token obtained via the client
      credentials grant. It creates a user and account records, as well as
      an access token for the app that initiated the request. The user is
      unconfirmed, and an e-mail is sent as usual.
      
      The method returns the access token, which the app should save for
      later. The REST API is not available to users with unconfirmed
      accounts, so the app must be smart to wait for the user to click a
      link in their e-mail inbox.
      
      The method is rate-limited by IP to 5 requests per 30 minutes.
      
      * Redirect users back to app from confirmation if they were created with an app
      
      * Add tests
      
      * Return 403 on the method if registrations are not open
      
      * Require agreement param to be true in the API when creating an account
      Non vérifiée
      5d2fc6de
  18. 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
      Non vérifiée
      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
      Non vérifiée
      3c033c43
  19. déc. 21, 2018
  20. déc. 19, 2018
  21. déc. 17, 2018
  22. déc. 16, 2018
  23. déc. 15, 2018
  24. déc. 13, 2018
Chargement en cours