- Apr 01, 2018
-
-
Emelia Smith authored
This prevents submission through ctrl/cmd+enter when the submit button is disabled.
-
luzi82 authored
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
- Mar 31, 2018
-
-
mayaeh authored
* run yarn manage:translations * Update Japanese translations for domain blocks.
-
Daniel Hunsaker authored
Admins can still disable the feature by adding `ES_ENABLED=false` to their environment, if they prefer not to use it. Be sure to set the variable before you deploy!
-
unarist authored
`navigator.share()` rejects Promise if user cancelled sharing, and it may print it as an error on JavaScript console. This patch ignores it and prints other errors on the console.
-
- Mar 30, 2018
-
-
ThibG authored
* Support fetching objects of convertible types by URL (fixes #6924) * Ignore invalid hashtags
-
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
-
Pierre-Morgan Gate authored
This version fixes compilation errors when trying to build its native extension with ICU 61.
-
takayamaki authored
related https://github.com/tootsuite/mastodon/pull/6956
-
- 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
-
unarist authored
Cache API is not supported on Safari 11.0 / iOS 11. Since those caching is optional, this patch simply ignores it.
-
unarist authored
`notification.status` may not be present, e.g. follow notification.
-
- Mar 28, 2018
-
-
ThibG authored
That way, they are displayed in a list below the corresponding toot.
-
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'
-
Akihiko Odaki authored
-
- Mar 27, 2018
-
-
unarist authored
max_id in the fetch request should be a status id, but media attachment id was used.
-
unarist authored
`Response.prototype.clone()` must be called before the response used. This fixes an error from ServiceWorker and failing to load image when the image is not cached.
-
unarist authored
This patch adds null item (i.e. gap) handling on below functions to avoid TypeError. * `filterNotifications` called on user mute/block * `deleteByStatus` called on status deletion
-
Akihiko Odaki authored
-
Yuto Tokunaga authored
-
unarist authored
Note that this spec has a pending test about dots in the username, because allowing it has been reverted for now.
-
Eugen Rochko authored
Comparison was downcasing only one side, therefore if previously existing account had a non-lowercase spelling, it would be ignored when checking for duplicates. New rake task `mastodon:maintenance:find_duplicate_usernames` will help find constraint violations that might have occured from the presence of this bug. Bump version to 2.3.3
-
- Mar 26, 2018
-
-
Akihiko Odaki authored
to_s method of HTTP::Response keeps blocking while it receives the whole content, no matter how it is big. This means it may waste time to receive unacceptably large files. It may also consume memory and disk in the process. This solves the inefficency by checking response length while receiving.
-
Stephen Burgess authored
-
Yuto Tokunaga authored
* Refactoring scss introduce scss variables for the media modal fix css block structure corresponding to react components fix flex layouts remove background image of the loaded image on the media modal * Fix typo
-
unarist authored
* Fix stack overflow on importFetchedAccounts When the account has moved property, it should process destination account instead of source account itself. * Set account id instead of account object for moved property This restores "foo has moved to" indication on account view, and fixes `reblog` index on `accounts` object store.
-
Yann Klis authored
-
- Mar 25, 2018
-
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
- Mar 24, 2018
-
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Yamagishi Kazutoshi authored
This reverts commit 40871caa.
-
Akihiko Odaki authored
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Jeroen authored
* Invites: Add '1 week' as expire option IMO a max. of 1 day is too short. Not everyone has the time and motivation to use an invite in a 24 hour period. 1 week as a max. is I think a good compromise between convenience and security. * Invites: Add '1 week' as expire option IMO a max. of 1 day is too short. Not everyone has the time and motivation to use an invite in a 24 hour period. 1 week as a max. is I think a good compromise between convenience and security. * Update en.yml
-
Akihiko Odaki authored
HTTP connections must be explicitly closed in many cases, and letting perform method close connections makes its callers less redundant and prevent them from forgetting to close connections.
-