- May 21, 2018
-
-
Yamagishi Kazutoshi authored
-
- May 19, 2018
-
-
Eugen Rochko authored
-
- May 16, 2018
-
-
Sylvhem authored
* Change direct message warning Reword the direct message warning to set proper privacy expectations. * Update the French translation Update the French translation to reflect the changes made to the direct message warning. * Wording update Update the message's wording according to the feedback.
-
- May 13, 2018
-
-
Yamagishi Kazutoshi authored
-
- May 11, 2018
-
-
ThibG authored
-
- May 08, 2018
-
-
Yamagishi Kazutoshi authored
-
ThibG authored
Fixes a crash occurring when the “gap” disconnection indicator is to be displayed in a filtered timeline.
-
- May 07, 2018
-
-
Eugen Rochko authored
* Store actor type in database * Add bot nameplate to web UI, add setting to preferences, API, AP Fix #7365 * Fix code style issues
-
Eugen Rochko authored
Fix #7383
-
- May 06, 2018
-
-
ThibG authored
* Also display replies in report modal * Allow report modal to be up to 80% of viewport height * Use narrow no-break space where needed in the French translation
-
- May 05, 2018
-
-
Eugen Rochko authored
Fix #7144
-
- May 04, 2018
-
-
Eugen Rochko authored
Fix #7335
-
ThibG authored
* Mark currently selected privacy setting in privacy dropdown * Prevent Enter keypresses from triggering dropdown display toggle twice * Give focus to first/selected item of dropdown menus * Implement keyboard navigation in privacy dropdown * Implement keyboard navigation in generic dropdown menus
-
- May 03, 2018
-
-
ThibG authored
-
- May 01, 2018
-
-
Lynx Kotoura authored
-
- Apr 20, 2018
-
-
mayaeh authored
* Fix boosting own private toots. * Run yarn manage:translations and update Japanese translations.
-
- Apr 18, 2018
-
-
Lynx Kotoura authored
* Add variables for text colors * Change variables in sass files * Apply text color variables for recently added colors * Fix text colors of emoji mart anchors * Fix text colors of search__input * Fix text colors of text area of compose-form * Fix icon colors of privacy dropdown and modal * Inverted icon colors by classname * Change variables in boost.scss * Change action-button-color * Fix text colors of pre-header
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Kaito Sinclaire authored
* Added a timeline for Direct statuses * Lists all Direct statuses you've sent and received * Displayed in Getting Started * Streaming server support for direct TL * Changes to match other timelines in 2.0
-
Neil Moore authored
Resolves #5550
-
- Apr 17, 2018
- Apr 15, 2018
-
-
Marcin Mikołajczak authored
* Change icon for domain blocks Both domain blocks and user blocks uses the same icon… * Update index.js
-
- Apr 14, 2018
-
-
Eugen Rochko authored
* Add bio fields - Fix #3211 - Fix #232 - Fix #121 * Display bio fields in web UI * Fix output of links and missing fields * Federate bio fields over ActivityPub as PropertyValue * Improve how the fields are stored, add to Edit profile form * Add rel=me to links in fields Fix #121
-
- Apr 11, 2018
-
-
ThibG authored
-
- Apr 10, 2018
-
-
Eugen Rochko authored
-
- Apr 09, 2018
-
-
Emelia Smith authored
* Fix: Switching between composing direct message and mention from menus Previously clicking "direct message" followed by "mention" resulted in the composed status staying as "direct", along with weird spacing of items in the text area. This attempts to fix that. * Fix: Add missing proptype check for onMention in Status component * Add the ability to send a direct message to a user from the menu on Statuses * Add space between "Embed" and "Mention" on expanded statuses menu
-
- Apr 08, 2018
-
-
Emelia Smith authored
* Hide search from Compose on mobile devices We're presently seeing large numbers of users accidentally tooting what they're trying to search for. This PR hides the search form from the Compose view, now that we have a dedicated "search" tab on mobile. * Don't "showSearch" on mobile if we're not currently searching (isSearchPage)
-
Emelia Smith authored
* Add search item to tab bar for mobile devices * Fix missing prop validation
-
- Apr 07, 2018
-
-
Harmon authored
-
- Apr 04, 2018
-
-
Emelia Smith authored
Unfortunately the new hammer.js functionality wasn't correctly tested and didn't work across devices and browsers, as such, it's best to revert PR #6944 until we can revisit this functionality and make it work across all devices and browsers that are supported by Mastodon. This reverts commit 5021c4e9.
-
- Apr 02, 2018
-
-
unarist authored
* Add eslint-plugin-promise to detect uncaught rejections * Move alert generation for errors to actions/alert * Add missing rejection handling for Promises * Use catch() instead of onReject on then() Then it will catches rejection from onFulfilled. This detection can be disabled by `allowThen` option, though.
-
- Apr 01, 2018
-
-
Emelia Smith authored
This prevents submission through ctrl/cmd+enter when the submit button is disabled.
-
- Mar 30, 2018
-
-
ThibG authored
* Keep list of blocked domains Might be overkill, but I'm trying to follow the same logic as for blocked users * Add basic domain block UI * Add the domain blocks UI to Getting Started * Fix undefined URL in `fetchDomainBlocks` * Update all known users' domain_blocking relationship instead of just one's
-
- Mar 29, 2018
-
-
Emelia Smith authored
* Implement ability to send direct messages from the user menu * Implement message warning users that direct messages are visible to all mentioned users * Update locales
-
- Mar 28, 2018
-
-
Yuto Tokunaga authored
add <div.zoomable-image__margin/> to keep margin of the image on zooming move setting `scrollLeft` and `scrollTop` of container from callback of `setState` to `componentDidUpdate` add 'hammerjs' package for touch gesture detection rewrite `ZoomableImage` using 'hammerjs'
-
- Mar 27, 2018
-
-
unarist authored
max_id in the fetch request should be a status id, but media attachment id was used.
-
- Mar 24, 2018
-
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-