- Jun 23, 2017
-
-
beatrix authored
-
Beatrix Bitrot authored
-
Daniel Hunsaker authored
-
Eugen Rochko authored
-
Takuya Yoshida authored
* Fix errorMiddleware * Add "eslint-disable-line no-unused-vars"
-
Sorin Davidoi authored
* feat: Revocable sessions * fix: Tests using sign_in * feat: Configuration entry for the maximum number of session activations
-
Nolan Lawson authored
-
Eugen Rochko authored
-
git://github.com/sorin-davidoi/mastodonEugen Rochko authored
Merge branch 'swipe-gestures' of git://github.com/sorin-davidoi/mastodon into sorin-davidoi-swipe-gestures
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
-
Nolan Lawson authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
Sorin Davidoi authored
-
Sorin Davidoi authored
-
Sorin Davidoi authored
-
Sorin Davidoi authored
-
- Jun 22, 2017
-
-
Ratmir Karabut authored
* Add Russian translation (ru) * Fix a missing comma * Fix the wording for better consistency * Update Russian translation * Arrange Russian setting alphabetically * Fix syntax error * Update Russian translation * Fix formatting error * Update Russian translation * Update Russian translation * Update ru.jsx * Fix syntax error * Remove two_factor_auth.warning (appears obsolete) * Add missing strings in ru.yml A lot of new strings translated, especially for the newly added admin section * Fix translation consistency * Update Russian translation * Update Russian translation (pluralizations) * Update Russian translation * Update Russian translation * Update Russian translation (pin) * Update Russian translation (account deletion) * Fix extra line
-
nightpool authored
as mentioned by ElvenSpellmaker here: https://github.com/rvm/rvm/issues/4068 Adds a workaround for the issue mentioned by @abcang here: https://github.com/tootsuite/mastodon/pull/3897#issuecomment-310436668 and makes sure that we're using the stable installer to install the stable version.
-
Charlotte Fields authored
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
* Introduce domains method to Account relation Account had followers_domains method, which was excessively specific. Let relation of Account have domains method instead. * Move follow_mapping in Account to AccountInteractions * Introduce shared examples for AccountAvatar inclusion * Cover Account more
-
Quent-in authored
Just some adjustements
-
Eugen Rochko authored
* Fix regression from #3842 Simplify the query by omitting all direct statuses. Private statuses are allowed because they are from accounts we are following (so by definition) Resolves #3887 (alternative) * Adjust test
-
- Jun 21, 2017
-
-
unarist authored
(This patch has been merged as bugfix and reverted, but still valuable as improvement) Previously, we've attached IntersectionObserver twice for boosted statuses: wrapper Status and wrapped Status. but wrapped Status don't need to manage intersection and visibility by itself, because it's a part of wrapper Status.
-
- Jun 20, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
* Revert "Bump version to 1.4.4" This reverts commit 1585b0c6. * Revert "Fix conversations (fixes #3869) (#3870)" This reverts commit 15b43f55. * Revert "Fix streaming server. Redis connection subscribe for each channel. (#3828)" This reverts commit d8ec8328. * Revert "Filter direct statuses in Status.as_home_timeline (#3842)" This reverts commit bab5a182. * Revert "Fix RemoteFollow behavior (#3868)" This reverts commit a20cf3b6. * Revert "Update fabricator for MediaAttachment to attach a file according to type (#3862)" This reverts commit 356df7ae. * Revert "Upgrade React Router (#3677)" This reverts commit 8f03fdce. * Revert "Do not call setState from unmounted component (#3853)" This reverts commit 1fc6cb49. * Revert "Replace TextIconButton for SensitiveButton to IconButton (#3759)" This reverts commit eb832e88. * Revert "Fix RTL detection on Ruby side (#3867)" This reverts commit b16b6935. * Revert "i18n: Fixed typo in Polish translation (#3864)" This reverts commit da6fa029. * Revert "Don't attach IntersectionObserver for wrapped statuses (#3863)" This reverts commit 94ad0706.
-
Eugen Rochko authored
-
ThibG authored
* Actually create conversations given explicit URIs * Try to get the parent toot in before validation, to avoid creating a new conversation
-
猫吸血鬼ディフリス / 猫ロキP authored
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
The classes using Status.as_home_timeline, namely Feed and PrecomputeFeedService are expected to filter direct statuses as FanOutWriteService does, but their filtering were incomplete or missing. This commit solves the problem by filtering direct statuses in as_home_timeline as the other similar methods such as as_public_timeline does.
-
unarist authored
* Invalid acct is an error. not "2 errors". * Empty input should be different error from invalid acct
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
This fixes a random spec failures since commit d55f2072.
-
Sorin Davidoi authored
* chore(yarn): Remove react-router * chore(yarn): Remove react-router-scroll * chore(yarn): Remove history * chore(yarn): Add react-router-dom * chore: Remove usages of react-router-scroll * refactor: Upgrade to react-router-web * refactor: Use fork of react-router-scroll This reverts commit 2ddea9a6c8d39fc64b7d0b587f3fbda7a45a7fa2. * fix: Issues mentions in the PR feedback
-
alpaca-tc authored
Stop an executing task if the component already unmounted.
-
Yamagishi Kazutoshi authored
* Replace TextIconButton for SensitiveButton to IconButton * line-height
-
unarist authored
This fixes below bugs: * pipe characters being counted as RTL character * only first word being checked
-