Skip to content
Extraits de code Groupes Projets
  1. jan. 15, 2019
  2. jan. 09, 2019
  3. jan. 08, 2019
  4. jan. 07, 2019
  5. jan. 05, 2019
  6. jan. 04, 2019
  7. jan. 01, 2019
  8. 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
  9. déc. 28, 2018
  10. déc. 27, 2018
  11. 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
  12. 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
  13. déc. 21, 2018
  14. déc. 19, 2018
  15. déc. 17, 2018
  16. déc. 16, 2018
  17. déc. 15, 2018
  18. déc. 13, 2018
  19. déc. 12, 2018
  20. déc. 11, 2018
    • ThibG's avatar
      Add admin ability to remove an user's header image (#9495) · cf6ee4ff
      ThibG a rédigé
      * Fix markup in admin/accounts/:id table for avatar
      
      * Add admin ability to remove an user's header image
      cf6ee4ff
    • ThibG's avatar
      Add instance-wide setting to disable profile directory (#9497) · 720daa81
      ThibG a rédigé
      * Add instance-wide setting to disable profile directory
      
      Fixes #9496
      
      When the profile directory is disabled:
      - The “discoverable” setting is hidden from users
      - The “profile directory” link is not shown on public pages
      - /explore returns 404
      
      * Move Setting.profile_directory check to a before_action filter
      720daa81
    • Yamagishi Kazutoshi's avatar
      [i18n] Update Occitan (#9491) · 9650bbc8
      Yamagishi Kazutoshi a rédigé
      * Adds the Profil directory
      
      * Adds the line about directory
      
      * Harmonisation
      
      * Update oc.yml
      
      * i18n-tasks normalize && i18n-tasks remove-unused
      
      * yarn manage:translations
      9650bbc8
  21. déc. 10, 2018
  22. déc. 09, 2018
    • ThibG's avatar
      Add setting to not aggregate reblogs (#9248) · 81bda7d6
      ThibG a rédigé
      * Add setting to not aggregate reblogs
      
      Fixes #9222
      
      * Handle cases where user is nil in add_to_home and add_to_list
      
      * Add hint for setting_aggregate_reblogs option
      
      * Reword setting_aggregate_reblogs label
      81bda7d6
  23. déc. 07, 2018
  24. déc. 06, 2018
  25. déc. 03, 2018
  26. déc. 02, 2018
  27. déc. 01, 2018
  28. nov. 27, 2018
Chargement en cours