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
Loading