Skip to content
Extraits de code Groupes Projets
  1. juil. 28, 2017
  2. juil. 27, 2017
  3. juil. 24, 2017
  4. juil. 18, 2017
  5. juil. 14, 2017
    • Sorin Davidoi's avatar
      :christmas_tree::hammer: Force tree shake emojione (#4202) · c1f201c4
      Sorin Davidoi a rédigé
      * chore(yarn): Install babel-plugin-preval as development dependency
      
      * feat(babel): Add preval as a plugin
      
      * feat(emojione_light): Prevaled module what tree-shaked emojione
      
      * refactor(emoji): Use emojione_light
      
      * feat: Preload emojione_picker bundle
      
      * fix(emojione_light): Do not use Object.entries
      
      * fix(emojify): Update tests
      
      * chore(emojione_light): Remove silly ascii art
      c1f201c4
  6. juil. 13, 2017
    • unarist's avatar
      Add object-fit polyfill for Edge (#4182) · eeb5923e
      unarist a rédigé
      eeb5923e
    • Sorin Davidoi's avatar
      Web Push Notifications (#3243) · 0c7c188c
      Sorin Davidoi a rédigé
      * feat: Register push subscription
      
      * feat: Notify when mentioned
      
      * feat: Boost, favourite, reply, follow, follow request
      
      * feat: Notification interaction
      
      * feat: Handle change of public key
      
      * feat: Unsubscribe if things go wrong
      
      * feat: Do not send normal notifications if push is enabled
      
      * feat: Focus client if open
      
      * refactor: Move push logic to WebPushSubscription
      
      * feat: Better title and body
      
      * feat: Localize messages
      
      * chore: Fix lint errors
      
      * feat: Settings
      
      * refactor: Lazy load
      
      * fix: Check if push settings exist
      
      * feat: Device-based preferences
      
      * refactor: Simplify logic
      
      * refactor: Pull request feedback
      
      * refactor: Pull request feedback
      
      * refactor: Create /api/web/push_subscriptions endpoint
      
      * feat: Spec PushSubscriptionController
      
      * refactor: WebPushSubscription => Web::PushSubscription
      
      * feat: Spec Web::PushSubscription
      
      * feat: Display first media attachment
      
      * feat: Support direction
      
      * fix: Stuff broken while rebasing
      
      * refactor: Integration with session activations
      
      * refactor: Cleanup
      
      * refactor: Simplify implementation
      
      * feat: Set VAPID keys via environment
      
      * chore: Comments
      
      * fix: Crash when no alerts
      
      * fix: Set VAPID keys in testing environment
      
      * fix: Follow link
      
      * feat: Notification actions
      
      * fix: Delete previous subscription
      
      * chore: Temporary logs
      
      * refactor: Move migration to a later date
      
      * fix: Fetch the correct session activation and misc bugs
      
      * refactor: Move migration to a later date
      
      * fix: Remove follow request (no notifications)
      
      * feat: Send administrator contact to push service
      
      * feat: Set time-to-live
      
      * fix: Do not show sensitive images
      
      * fix: Reducer crash in error handling
      
      * feat: Add badge
      
      * chore: Fix lint error
      
      * fix: Checkbox label overlap
      
      * fix: Check for payload support
      
      * fix: Rename action "type" (crash in latest Chrome)
      
      * feat: Action to expand notification
      
      * fix: Lint errors
      
      * fix: Unescape notification body
      
      * fix: Do not allow boosting if the status is hidden
      
      * feat: Add VAPID keys to the production sample environment
      
      * fix: Strip HTML tags from status
      
      * refactor: Better error messages
      
      * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet)
      
      * fix: Error when target_status is nil
      
      * fix: Handle lack of image
      
      * fix: Delete reference to invalid subscriptions
      
      * feat: Better error handling
      
      * fix: Unescape HTML characters after tags are striped
      
      * refactor: Simpify code
      
      * fix: Modify to work with #4091
      
      * Sort strings alphabetically
      
      * i18n: Updated Polish translation
      
      it annoys me that it's not fully localized :P
      
      * refactor: Use current_session in PushSubscriptionController
      
      * fix: Rebase mistake
      
      * fix: Set cacheName to mastodon
      
      * refactor: Pull request feedback
      
      * refactor: Remove logging statements
      
      * chore(yarn): Fix conflicts with master
      
      * chore(yarn): Copy latest from master
      
      * chore(yarn): Readd offline-plugin
      
      * refactor: Use save! and update!
      
      * refactor: Send notifications async
      
      * fix: Allow retry when push fails
      
      * fix: Save track for failed pushes
      
      * fix: Minify sw.js
      
      * fix: Remove account_id from fabricator
      0c7c188c
  7. juil. 12, 2017
    • Yamagishi Kazutoshi's avatar
      Update dependencies for Node.js (2017-07-12) (#4167) · c45a75ad
      Yamagishi Kazutoshi a rédigé
      * Update @storybook/addon-actions to version 3.1.8
      
      * Update @storybook/react to version 3.1.8
      
      * Update autoprefixer to version 7.1.2
      
      * Update babel-loader to version 7.1.1
      
      * Update babel-preset-env to version 1.6.0
      
      * Update chai to version 4.1.0
      
      * Update js-yaml to version 3.9.0
      
      * Update jsdom to version 11.1.0
      
      * Update postcss-smart-import to version 0.7.5
      
      * Update sinon to version 2.3.7
      
      * Update substring-trie to version 1.0.1
      
      * Update webpack to version 3.2.0
      
      * Update webpack-manifest-plugin to version 1.1.2
      
      * yarn upgrade
      
      * Upgrade extract-text-webpack-plugin to version 3.0.0
      
      * Upgrade intl-relativeformat to version 2.0.0
      c45a75ad
  8. juil. 10, 2017
    • unarist's avatar
      Update es5-ext to avoid CSP violation (#4145) · e670fa2a
      unarist a rédigé
      Since es5-ext used `new Function("...")`, it caused CSP violation unless "unsafe-eval" included. So this patch updates it to the version which fixes it.
      
      Note that this package is used in polyfills, so loaded only if needed. I've encountered this issue on iOS9.
      
      cf. medikoo/es5-ext@d3864493
      e670fa2a
  9. juil. 09, 2017
  10. juil. 07, 2017
  11. juil. 04, 2017
  12. juil. 03, 2017
  13. juin 30, 2017
  14. juin 29, 2017
  15. juin 27, 2017
    • Yamagishi Kazutoshi's avatar
      Update dependencies for Node.js (#3967) · e2dd576a
      Yamagishi Kazutoshi a rédigé
      * Update @storybook/addon-actions to v3.1.6
      
      * Update @storybook/react to v3.1.6
      
      * Update babel-loader to v7.1.0
      
      * Update babel-plugin-transform-react-remove-prop-types to v0.4.6
      
      * Update enzyme to v2.9.1
      
      * Update fsevents to v1.1.2
      
      * Update intersection-observer to v0.3.2
      
      * Update npmlog to v4.1.2
      
      * Update pg to v6.4.0
      
      * Update postcss-loader to v2.0.6
      
      * Update rails-ujs to v5.1.2
      
      * Update react to v15.6.1
      
      * Update react-addons-shallow-compare to v15.6.0
      
      * Update react-dom to v15.6.0
      
      * Update react-notification to v6.7.1
      
      * Update react-test-renderer to v15.6.1
      
      * Update react-textarea-autosize to v5.0.7
      
      * Update redux to v3.7.1
      
      * Update resolve-url-loader to v2.1.0
      
      * Update sass-loader to v6.0.6
      
      * Update sinon to v2.3.5
      
      * Update stringz to v0.2.2
      
      * Update uuid to v3.1.0
      
      * Update websocket.js to v0.1.12
      
      * Update yargs to v8.0.2
      
      * yarn upgrade
      e2dd576a
  16. juin 25, 2017
    • Eugen Rochko's avatar
      Add overview of active sessions (#3929) · f7301bd5
      Eugen Rochko a rédigé
      * Add overview of active sessions
      
      * Better display of browser/platform name
      
      * Improve how browser information is stored and displayed for sessions overview
      
      * Fix test
      f7301bd5
  17. juin 23, 2017
  18. juin 20, 2017
    • Sorin Davidoi's avatar
      Upgrade React Router (#3677) · 8f03fdce
      Sorin Davidoi a rédigé
      * chore(yarn): Remove react-router
      
      * chore(yarn): Remove react-router-scroll
      
      * chore(yarn): Remove history
      
      * chore(yarn): Add react-router-dom
      
      * chore: Remove usages of react-router-scroll
      
      * refactor: Upgrade to react-router-web
      
      * refactor: Use fork of react-router-scroll
      
      This reverts commit 2ddea9a6c8d39fc64b7d0b587f3fbda7a45a7fa2.
      
      * fix: Issues mentions in the PR feedback
      8f03fdce
  19. juin 18, 2017
  20. juin 16, 2017
  21. juin 15, 2017
  22. juin 14, 2017
  23. juin 12, 2017
    • Yamagishi Kazutoshi's avatar
      Update dependencies for Node.js (#3705) · ddd32519
      Yamagishi Kazutoshi a rédigé
      * Update @storybook/addon-actions to v3.1.2
      
      * Update @storybook/react to v3.1.2
      
      * Update babel-core to v6.25.0
      
      * Update babel-preset-env to v1.5.2
      
      * Update chai to version v4.0.2
      
      * Update extract-text-webpack-plugin to v2.1.2
      
      * Update file-loader to v0.11.2
      
      * Update intersection-observer to v0.3.0
      
      * Update pg to v6.2.4
      
      * Update sinon to v2.3.4
      
      * Update style-loader to v0.18.2
      
      * Update websocket.js to v0.1.10
      
      * Update react-redux-loading-bar to v2.9.2
      
      * yarn upgrade
      ddd32519
  24. juin 06, 2017
  25. juin 04, 2017
  26. juin 01, 2017
  27. mai 31, 2017
  28. mai 30, 2017
  29. mai 29, 2017
    • Yamagishi Kazutoshi's avatar
      Update dependencies of Node.js (#3067) · e0ada977
      Yamagishi Kazutoshi a rédigé
      * Update autoprefixer to version 7.1.0
      
      * Update axios to version 0.16.1
      
      * Update babel-cli to version 6.24.1
      
      * Update babel-eslint to version 7.2.3
      
      * Update babel-preset-react to version 6.24.1
      
      * Update coffee-script to version 1.12.6
      
      * Update css-loader to version 0.28.1
      
      * Update express to version 4.15.2
      
      * Update js-yaml to version 3.8.4
      
      * Update mocha to version 3.4.1
      
      * Update jsdom to version 10.1.0
      
      * Update npmlog to version 4.1.0
      
      * Update postcss-smart-import to version 0.7.0
      
      * Update postcss-loader to version 2.0.5
      
      * Update pg to version 6.1.5
      
      * Update prop-types to version 15.5.10
      
      * Update rails-ujs to version 5.1.1
      
      * Update redis to version 2.7.1
      
      * Update sass-loader to version 6.0.5
      
      * Update stringz to version 0.2.0
      
      * Update webpack to version 2.5.1
      
      * Update style-loader to version 0.17.0
      
      * Update sinon to version 2.2.0
      
      * Update react-motion to version 0.5.0
      
      * Update react-notification to version 6.7.0
      
      * Update react-redux-loading-bar to version 2.9.0
      
      * Update react-intl to version 2.3.0
      
      * Update redux-immutable to version 4.0.0
      
      * Update reselect to version 3.0.1
      
      * Update react-toggle to version 3.0.1
      
      * Update react-simple-dropdown to version 3.0.0
      
      * Update react-router to version 3.0.5
      
      * Update react-router-scroll to version 0.4.2
      
      * Update react-toggle to version 4.0.1
      
      * yarn upgrade
      e0ada977
  30. mai 28, 2017
    • Eugen Rochko's avatar
      Improve streaming API cluster logging (#3370) · 425d0228
      Eugen Rochko a rédigé
      * Improve streaming API cluster logging
      
      * Less verbose error middleware logging (stack trace useless there)
      
      * Fix error logging
      
      * Prevent potential issue
      
      * Add missing "done()" in catch of Promise.all, websocket heartbeat re-implemented like in example
      
      * I actually forgot a done(), the absolute madman
      425d0228
Chargement en cours