Skip to content
Snippets Groups Projects
  1. Jun 05, 2017
  2. 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
  3. 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
  4. May 12, 2017
  5. 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
  6. Apr 24, 2017
  7. 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
  8. Apr 15, 2017
  9. 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
  10. Apr 02, 2017
  11. 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
  12. Feb 26, 2017
  13. Feb 23, 2017
  14. Feb 19, 2017
  15. 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
  16. Feb 01, 2017
  17. Jan 30, 2017
  18. Jan 03, 2017
  19. Nov 18, 2016
  20. Nov 16, 2016
  21. Nov 09, 2016
  22. Oct 16, 2016
  23. Oct 12, 2016
  24. Oct 07, 2016
Loading