Skip to content
Snippets Groups Projects
  1. May 21, 2018
  2. Mar 24, 2018
  3. Aug 21, 2017
  4. Jun 23, 2017
  5. Jun 11, 2017
    • Eugen Rochko's avatar
      Fix #3665 - Refactor timelines reducer (#3686) · 47bf7a80
      Eugen Rochko authored
      * Move ancestors/descendants out of timelines reducer
      
      * Refactor timelines reducer
      
      All types of timelines now have a flat structure and use the same
      reducer functions and actions
      
      * Reintroduce some missing behaviours
      
      * Fix wrong import in reports
      
      * Fix includes typo
      
      * Fix issue related to "next" pagination in timelines and notifications
      
      * Fix bug with timeline's initial state, expandNotifications
      47bf7a80
  6. Jun 06, 2017
    • ふぁぼ原's avatar
      Add regex filters on the community timeline and the public timeline. (#3564) · 76237662
      ふぁぼ原 authored
      * Add regex filter on the community timeline and the public timeline
      
      * correcting
      
      * Adjust the height of header buttons
      
      * Remove trailing spaces
      
      * Remove trailing spaces
      
      * Solve some code duplication
      
      * reset the state of the locale files in app/javascript/mastodon/locales
      
      * adjust to upstream
      
      * adjust to upstream
      
      * change keys of locale settings
      76237662
  7. Jun 05, 2017
  8. Jun 03, 2017
    • Eugen Rochko's avatar
      Allow mounting arbitrary columns (#3207) · 8ee2eb5d
      Eugen Rochko authored
      * Allow mounting arbitrary columns
      
      * Refactor column headers, allow pinning/unpinning and moving columns around
      
      * Collapse animation
      
      * Re-introduce scroll to top
      
      * Save column settings properly, do not display pin options in
      single-column view, do not display collapse icon if there is
      nothing to collapse
      
      * Fix one instance of public timeline being closed closing the stream
      Fix back buttons inconsistently sending you back to / even if history exists
      
      * Getting started displays links to columns that are not mounted
      8ee2eb5d
  9. May 20, 2017
    • Yamagishi Kazutoshi's avatar
      Improve eslint rules (#3147) · 2e112e24
      Yamagishi Kazutoshi authored
      * Add semi to ESLint rules
      
      * Add padded-blocks to ESLint rules
      
      * Add comma-dangle to ESLint rules
      
      * add config/webpack and storyboard
      
      * add streaming/
      
      * yarn test:lint -- --fix
      2e112e24
  10. May 12, 2017
  11. May 03, 2017
    • Eugen Rochko's avatar
      Replace sprockets/browserify with Webpack (#2617) · f5bf5ebb
      Eugen Rochko authored
      * Replace browserify with webpack
      
      * Add react-intl-translations-manager
      
      * Do not minify in development, add offline-plugin for ServiceWorker background cache updates
      
      * Adjust tests and dependencies
      
      * Fix production deployments
      
      * Fix tests
      
      * More optimizations
      
      * Improve travis cache for npm stuff
      
      * Re-run travis
      
      * Add back support for custom.scss as before
      
      * Remove offline-plugin and babili
      
      * Fix issue with Immutable.List().unshift(...values) not working as expected
      
      * Make travis load schema instead of running all migrations in sequence
      
      * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
      React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
      <UI />
      
      * Add react definitions to places that use JSX
      
      * Add Procfile.dev for running rails, webpack and streaming API at the same time
      f5bf5ebb
  12. Apr 24, 2017
  13. Apr 21, 2017
    • Yamagishi Kazutoshi's avatar
      Remove deprecated features at React v15.5 (#1905) · 1948f9e7
      Yamagishi Kazutoshi authored
      * Remove deprecated features at React v15.5
      
      - [x] React.PropTypes
      - [x] react-addons-pure-render-mixin
      - [x] react-addons-test-utils
      
      * Uncommented out & Add browserify_rails options
      
      * re-add react-addons-shallow
      
      * Fix syntax error from resolve conflicts
      
      * follow up 59a77923
      1948f9e7
  14. Apr 15, 2017
  15. Apr 13, 2017
    • Koala Yeung's avatar
      Update javascript English translation files and some defaultValue (#1676) · faefd8ec
      Koala Yeung authored
      * Reorder javascript English locale file
      
       * Reorder translation string in order of the locale key.
      
      * Add javascript English locale missing language keys
      
       * Search all javascript language keys by command:
         `grep -REho '<FormattedMessage .*\/>' ./app/assets/javascripts/.`
      
       * Add all the missing language keys and their values to `en.jsx`.
      
      * Add javascript English locale missing language keys (2)
      
      * Find all `defineMessages` calls with this command:
        `grep -Rl 'defineMessages({.*' ./app/assets/javascripts/.`
      
      * Open all these files. Find the language key (`id`) in these
        statements.
      
      * Add all the missing language keys and their values to `en.jsx`.
      
      * Remove javascript English locale obsoleted language keys
      
       * Find all language keys that no longer exists in the source code
        and remove them. The removed keys include:
      
          * "compose_form.private"
          * "compose_form.unlisted"
          * "getting_started.about_addressing"
          * "getting_started.about_shortcuts"
          * "notification.mention"
          * "search.account"
          * "search.hashtag"
          * "tabs_bar.mentions"
          * "tabs_bar.public"
      
      * Javascript English locale file add note
      
       * Add notes to contributors about the English translation files.
         Hope that will make translation process smoother.
      
      * Update javascript locale defaultValue in code
      
       * Update the defaultValue in code according to the relevant
         translation in English locale file.
      faefd8ec
  16. Apr 02, 2017
  17. Mar 01, 2017
    • Eugen Rochko's avatar
      Revert infinite scroll in timelines back to looking at ID of oldest · fbdb3bcf
      Eugen Rochko authored
      loaded status; do not preload submitted statuses into community/public
      timelines, unless those timelines have already been loaded; do not
      close streaming API connections for community/public timelines, once
      they have been established (most users navigate back to them eventually)
      fbdb3bcf
  18. Feb 26, 2017
  19. Feb 23, 2017
  20. Feb 19, 2017
  21. Feb 03, 2017
    • Eugen Rochko's avatar
      Make the streaming API also handle websockets (because trying to get the... · ccb8ac85
      Eugen Rochko authored
      Make the streaming API also handle websockets (because trying to get the browser EventSource interface to
      work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead
      of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
      ccb8ac85
  22. Feb 01, 2017
  23. Jan 30, 2017
  24. Jan 03, 2017
  25. Nov 18, 2016
  26. Nov 16, 2016
  27. Nov 09, 2016
  28. Oct 16, 2016
  29. Oct 12, 2016
  30. Oct 07, 2016
Loading