Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-21 | Use new ESLint filename (.json) (#2248) | Mingye Wang | |
* Use new ESLint filename (.json) Codeclimate's ESLint 3 is complaining about the old filename. Let me try changing it. * point eslint to new rc (squash this) | |||
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-16 | Add the licence key in package.json (#1914) | Alda Marteau-Hardi | |
2017-04-15 | Add 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-11 | Fix #1491 - Fix broken notifications, broken Link header parsing for ↵ | Eugen | |
exclude_types (#1548) | |||
2017-04-11 | Dev 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-29 | Improve emojis - use SVGs where possible | Eugen Rochko | |
2017-03-13 | Replace howler.js with simple <audio />, will hopefully resolve | Eugen Rochko | |
some weird mobile browser behaviours | |||
2017-03-02 | Fix #372 - Emoji picker | Eugen Rochko | |
2017-02-26 | Fix broken dependency on inner react utility function | Eugen Rochko | |
2017-02-26 | Improve compose form performance, upgrade JS dependencies. LightingBox | Eugen Rochko | |
now allows to cycle through multiple images | |||
2017-02-05 | Add unique request IDs to streaming API to improve logs | Eugen Rochko | |
2017-02-05 | Remove react-dnd as it was interfering with text selection. Move content | Eugen Rochko | |
warning mentions preview into area where actual content would be | |||
2017-02-05 | Getting started on draggable columns | Eugen Rochko | |
2017-02-04 | Make 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-02 | Add logging and filtering to the node.js streaming API | Eugen Rochko | |
2017-02-02 | Add streaming API in Node.js | Eugen Rochko | |
2017-01-17 | Add sounds for notifications. Boop by @jk@mastodon.social | Eugen Rochko | |
2017-01-16 | Fix #414 - Improve lightbox, add loading indicator | Eugen Rochko | |
2017-01-11 | Add ruby version to Gemfile, move devDependencies in package.json to ↵ | Eugen Rochko | |
dependencies, fix bug in process feed service | |||
2017-01-10 | Home column filters | Eugen Rochko | |
2017-01-06 | Add tab bar alternative to desktop UI, upgrade react & react-redux | Eugen Rochko | |
2017-01-05 | Upgrade EmojiOne to 2.2.7 | Jessica Stokes | |
Adds support for, among other things, 🏳️🌈 | |||
2017-01-05 | Revert "Display native emoji on browsers which support it" | Eugen | |
2017-01-04 | Display native emoji on browsers which support it | Misty De Meo | |
2016-12-14 | Re-implemented autosuggestions component for the compose form | Eugen Rochko | |
Fix #205, fix #156, fix #124 | |||
2016-12-06 | Fix #341 - Remove react-responsive in favour of simpler resize ↵ | Eugen Rochko | |
handler/window width | |||
2016-11-23 | Adding content sensitivity toggle, spoilers for media | Eugen Rochko | |
2016-11-18 | Updating some npm packages | Eugen Rochko | |
2016-11-17 | Add an Intl polyfill | Eugen Rochko | |
2016-11-16 | Adding react-intl i18n to the frontend. No translations yet | Eugen Rochko | |
2016-11-13 | Infinite scroll for followers/following lists | Eugen Rochko | |
2016-11-13 | Debounce autosuggestions requests | Eugen Rochko | |
2016-11-10 | Fix modals sizing and add animation to it, fix #140 by only making the text of | Eugen Rochko | |
status clickable (this also fixes multiple dropdown being openable at the same time) | |||
2016-11-08 | Adding Emoji One | Eugen Rochko | |
2016-11-07 | Replace react-skylight with own solution that centers images better | Eugen Rochko | |
2016-10-30 | Basic username autocomplete for text area | Eugen Rochko | |
2016-10-24 | Add opening images in a modal window | Eugen Rochko | |
2016-10-18 | Remember scroll position when navigating back, do not needlessly reload | Eugen Rochko | |
entire timelines (only fetch since last known ID). Side effect: account timelines no longer update in real-time | |||
2016-10-12 | add chai-enzyme; add/improve Avatar component specs | Kai Schaper | |
2016-10-12 | Responsively changing layout to single-column + nav on smaller screens | Eugen Rochko | |
2016-10-12 | Merge in react-storybook, add yarn lockfile | Eugen Rochko | |
2016-10-11 | setup React Storybook; add example story for LoadingIndicator component | Kai Schaper | |
2016-10-10 | add sinon; add basic Button component test | Kai Schaper | |
2016-10-10 | add jsdom; add basic Avatar component test | Kai Schaper | |
2016-10-10 | add required peer dependency | Kai Schaper | |
2016-10-10 | set up Mocha/Chai/Enzyme for React component unit testing | Kai Schaper | |
2016-10-08 | Install npm 3 in docker (v3 warns on invalid peer dependencies instead of ↵ | Eugen Rochko | |
failing) | |||
2016-10-08 | Use reselect to memoize denormalization in UI state | Eugen Rochko | |
Also upgrade react-redux to latest version. This is a performance update | |||
2016-09-27 | Adding landing page | Eugen Rochko | |