Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-12 | Add unit tests for https://github.com/tootsuite/mastodon/pull/1574 (#1584) | Henry Smith | |
2017-04-11 | When avatar/header are GIF, generate static versions (#1428) | Eugen | |
* When avatar/header are GIF, generate static versions. Account API returns "avatar"/"avatar_static", "header"/"header_static" Static version is the same as original for other cases Web UI de-animates avatars in toots, lists of users Fix #441, fix #596, prerequisite for #1064 * Fix JS test * Add rake task to generate static avatars/headers from GIF ones, add test | |||
2016-11-16 | Remove broken test | Eugen Rochko | |
2016-10-20 | add/update specs for Button, DisplayName, DropdownMenu | Kai Schaper | |
2016-10-18 | Adding application/jrd+json webfinger resource | Eugen Rochko | |
2016-10-12 | actually use const | Kai Schaper | |
2016-10-12 | add chai-enzyme; add/improve Avatar component specs | Kai Schaper | |
2016-10-10 | use ES6 arrow functions | 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 | set up Mocha/Chai/Enzyme for React component unit testing | Kai Schaper | |