about summary refs log tree commit diff
path: root/yarn.lock
AgeCommit message (Collapse)Author
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko
* 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
2017-04-25Fixes string length issue for multibyte characters. (#2443)Ash Furrow
2017-04-22update emojione-picker for fixed warnings. (#2324)Keiji, Yoshimi
2017-04-21Remove deprecated features at React v15.5 (#1905)Yamagishi Kazutoshi
* 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 59a77923b368d48c590cd9f4a0c6b73ce972d33f
2017-04-20 Make Docker image buildable on ARM (#2065)Christoph Witzany
* after yarn upgrade * after manually removing node-gyp as top level dependency
2017-04-15Add eslint-plugin-jsx-a11y (#1651)Zac Anger
* Add eslint-plugin-jsx-a11y. * Fix npm script. * Adjust npm scripts so test also runs lint. * Fix existing lint errors. * Don't break on a11y issues. * Add role and tabIndex. * Add vim and Mac files to .gitignore and .dockerignore. * Handle htmlFor (partially), a that's actually a button. * Fix missing tabIndex. * Add cursor:pointer to load-more * Revert change to load_more. * Fixes based on review. * Update yarn.lock. * Don't try to install fsevents on Linux (hides warning noise).
2017-04-11Fix #1491 - Fix broken notifications, broken Link header parsing for ↵Eugen
exclude_types (#1548)
2017-04-11Dev Tooling fixes (eslint/editorconfig) (#1398)Gavin Mogan
* Add eslint to dev dependancies so it gets installed for the repo yarn add --dev eslint babel-eslint eslint-plugin-reac project specific version of eslint, you can globally install eslint-cli if you want the global runtime, or add .bin to your path * fix eslint errors about inconsitent returns * eslint ignore the same as git ignore. allows for eslint . * Add editorconfig file so everyones editor will be setup to follow the same standards
2017-03-29Improve emojis - use SVGs where possibleEugen Rochko
2017-03-13Replace howler.js with simple <audio />, will hopefully resolveEugen Rochko
some weird mobile browser behaviours
2017-03-02Fix #372 - Emoji pickerEugen Rochko
2017-02-26Fix broken dependency on inner react utility functionEugen Rochko
2017-02-26Improve compose form performance, upgrade JS dependencies. LightingBoxEugen Rochko
now allows to cycle through multiple images
2017-02-05Add unique request IDs to streaming API to improve logsEugen Rochko
2017-02-05Remove react-dnd as it was interfering with text selection. Move contentEugen Rochko
warning mentions preview into area where actual content would be
2017-02-05Getting started on draggable columnsEugen Rochko
2017-02-04Make the streaming API also handle websockets (because trying to get the ↵Eugen Rochko
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.
2017-02-02Add logging and filtering to the node.js streaming APIEugen Rochko
2017-02-02Add streaming API in Node.jsEugen Rochko
2017-01-17Add sounds for notifications. Boop by @jk@mastodon.socialEugen Rochko
2017-01-16Fix #414 - Improve lightbox, add loading indicatorEugen Rochko
2017-01-10Home column filtersEugen Rochko
2017-01-06Add tab bar alternative to desktop UI, upgrade react & react-reduxEugen Rochko
2017-01-05Upgrade EmojiOne to 2.2.7Jessica Stokes
Adds support for, among other things, 🏳️‍🌈
2017-01-05Revert "Display native emoji on browsers which support it"Eugen
2017-01-04Display native emoji on browsers which support itMisty De Meo
2016-12-14Re-implemented autosuggestions component for the compose formEugen Rochko
Fix #205, fix #156, fix #124
2016-12-06Fix #341 - Remove react-responsive in favour of simpler resize ↵Eugen Rochko
handler/window width
2016-11-23Adding content sensitivity toggle, spoilers for mediaEugen Rochko
2016-11-18Updating some npm packagesEugen Rochko
2016-11-17Add an Intl polyfillEugen Rochko
2016-11-16Adding react-intl i18n to the frontend. No translations yetEugen Rochko
2016-11-13Infinite scroll for followers/following listsEugen Rochko
2016-11-13Debounce autosuggestions requestsEugen Rochko
2016-11-10Fix modals sizing and add animation to it, fix #140 by only making the text ofEugen Rochko
status clickable (this also fixes multiple dropdown being openable at the same time)
2016-11-08Adding Emoji OneEugen Rochko
2016-11-07Replace react-skylight with own solution that centers images betterEugen Rochko
2016-10-30Basic username autocomplete for text areaEugen Rochko
2016-10-24Add opening images in a modal windowEugen Rochko
2016-10-18Remember scroll position when navigating back, do not needlessly reloadEugen Rochko
entire timelines (only fetch since last known ID). Side effect: account timelines no longer update in real-time
2016-10-14Update yarn lockfileEugen Rochko
2016-10-12Responsively changing layout to single-column + nav on smaller screensEugen Rochko
2016-10-12Merge in react-storybook, add yarn lockfileEugen Rochko