Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-21 | Remove 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-19 | Attachment list for uncached attachments (#2110) | Eugen | |
* For undownloaded attachments, set type :unknown, display them as a list in the web UI * Fix case when attachment type is set explicitly | |||
2017-04-19 | Do not show link preview card if toot has a spoiler (#1617) | Isabelle Knott | |
* Do not show link preview card if toot has a spoiler * == to === | |||
2017-04-17 | Add gif auto-play/pause preference | Patrick Figel | |
This introduces a new per-user preference called "Auto-play animated GIFs", which is enabled by default. When a user disables this setting, gifs in toots become click-to-play. Previews of animated gifs were changed to display the video play button so that users can distinguish them from regular images. This setting also affects account avatars in the detailed account view, which was changed to use the same hover-to-play mechanism that is used for animated avatars in timelines. Fixes #1652 | |||
2017-04-15 | Indicate when a toot is part of a chain with a "reply all" icon (#1869) | Eugen | |
2017-04-15 | jslint: fix jslint warnings (#1704) | Koala Yeung | |
* jslint: remove trailing space * jslint: fix no-nested-ternary issue Follow the jslint [no-nested-ternary](http://eslint.org/docs/rules/no-nested-ternary) rule. Rewritten ternary with if-then. | |||
2017-04-13 | Add overlay style to buttons, continue video after expanding it | Eugen Rochko | |
2017-04-13 | Allow video to be expanded into lightbox | blackle | |
2017-04-13 | Use shift+click instead of alt+click to bypass boost dialog (#1638) | Isabelle Knott | |
2017-04-11 | Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master | Eugen Rochko | |
2017-04-11 | Allow user to disable the boost confirm dialog in preferences | blackle | |
2017-04-11 | Bypass boost confirm modal if alt is pressed | blackle | |
2017-04-10 | Add boost confirm modal | blackle | |
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 | |||
2017-04-01 | Made modal system more generic | Eugen Rochko | |
2017-03-15 | Add "direct" visibility level in the backend. Web UI is not yet | Eugen Rochko | |
adjusted to allow choosing it, yet | |||
2017-03-05 | Make gifvs always use media gallery component | Eugen Rochko | |
2017-03-04 | Fix #431 - convert gif to webm during upload. Web UI treats them like it did | Eugen Rochko | |
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type. | |||
2017-03-01 | Improved dropdowns | Eugen Rochko | |
2017-02-28 | Fix #561 - Detect presence of audio in video, hide mute toggle when none | Eugen Rochko | |
2017-02-26 | Add <MissingIndicator /> when status or account are not found, skip alerts | Eugen Rochko | |
for those errors | |||
2017-02-19 | adding new react class StatusNotFound | Rakib Hasan | |
2017-02-19 | Fixing issue #626 | Rakib Hasan | |
The status is not showing anymore after clicking on it | |||
2017-02-18 | Fix #642 - Add "empty column" text to home/notifications | Eugen Rochko | |
2017-02-17 | Add foreign key to prevent reblogs of non-existent (after race conditions) ↵ | Eugen Rochko | |
statuses from happening Fix issue with detailed status view not supporting unreblogging/unfavouriting | |||
2017-02-17 | Fix small styling issues | Eugen Rochko | |
2017-02-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko | |
2017-02-10 | Finish up moving colors from JSX to Sass (#584, #348) | Eugen Rochko | |
2017-02-10 | Move more colours to scss | Lorenz Diener | |
2017-02-09 | Progress on moving color styles to Sass | Eugen Rochko | |
2017-02-05 | Add next/previous navigation in modal for media attachments | Eugen Rochko | |
2017-01-30 | Make profile header scroll along with contents. AccountTimeline, Followers ↵ | Eugen Rochko | |
and Following are no longer nested inside a common parent (<Account>), instead they all embed <HeaderContainer /> | |||
2017-01-20 | Fix preview cards layout, do preview card crawling for remote statuses | Eugen Rochko | |
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko | |
2017-01-15 | Fix tests, add applications to eager loading/cache for statuses, fix | Eugen Rochko | |
application website validation, don't link to app website if website isn't set, also comment out animated boost icon from #464 until it's consistent with non-animated version | |||
2017-01-15 | Add tracking of OAuth app that posted a status, extend OAuth apps to have ↵ | Effy Elden | |
optional website field, add application details to API, show application name and website on detailed status views. Resolves #11 | |||
2017-01-11 | Better animations | Eugen Rochko | |
2017-01-10 | Add "not found" component to UI | Eugen Rochko | |
2017-01-09 | Merge branch 'dropdown' of https://github.com/blackle/mastodon into ↵ | Eugen Rochko | |
blackle-dropdown | |||
2017-01-08 | Switch to compose view when tapping 'mention' in dropdown on mobile | blackle | |
2017-01-08 | Expand dropdown leftways on status view | blackle | |
2016-12-24 | Fix #367 - Lock icon instead of retweet icon on boost button on private statuses | Eugen Rochko | |
2016-12-22 | Follow call on locked account creates follow request instead | Eugen Rochko | |
Reflect "requested" relationship in API and UI Reflect inability of private posts to be reblogged in the UI Disable Webfinger for locked accounts | |||
2016-11-23 | Adding content sensitivity toggle, spoilers for media | Eugen Rochko | |
2016-11-21 | Switch to compose route when replying and compose is not mounted | Eugen Rochko | |
2016-11-18 | Adding german localization | 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-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-10 | Fix #131 - Make active favourite buttons yellow | Eugen Rochko | |