- Oct 18, 2017
-
-
Eugen Rochko authored
-
Renato "Lond" Cerqueira authored
-
Technowix authored
As said here https://github.com/tootsuite/mastodon/pull/5438 the point of shortening the timestamp is legit, and after some time of adaptation no mistakes can be mades.
-
Håkan Eriksson authored
* Swedish file added * Swedish file added * Swedish file updated * Swedish languagefile added * Add Swedish translation * Add Swedish translation * Started the Swedish translation * Added Swedish lang settings * Updating Swedish language * Updating Swedish language * Updating Swedish language * Updating Swedish language * Updating Swedish language * Updating Swedish language * Swedish language completed and added * Swedish language Simple_form added * Swedish language Divise added * Swedish language doorkeeper added * Swedish language - now all file complete * Swedish - Typos and supplementation in sentence structure * Update simple_form.sv.yml * Update sv.yml * Update sv.yml Rearranged the alphabetical order.
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
JohnD28 authored
Typo correction : https://fr.wikipedia.org/wiki/Heure#Typographie
- Oct 17, 2017
-
-
Jeroen authored
* Dutch: A few strings I found last minute * Update simple_form.nl.yml
-
YaQ authored
* Rename application.scss * Move to 'default' directory * Follow review Move directory, and Rename "mastodon". * Revert rename * undo removal of newline
-
Eugen Rochko authored
-
JeanGauthier authored
* Update oc.json * Update fr.json * Update ca.json * Update fr.json * Update simple_form.fr.yml * Update ca.json * Update fr.json * Update oc.json * Update oc.json * Update fr.json
-
Nolan Lawson authored
-
Eugen Rochko authored
Fix #5356
-
Eugen Rochko authored
-
unarist authored
Specifically, this fixes status length calculation to be same as JS side. BTW, since this pattern used in not only preview card fetching, we should extract it (with twitter-regex?) and write tests I think.
-
JeanGauthier authored
* Update oc.json * Update ca.json * Update fr.json * Update es.json
-
unarist authored
-
Yamagishi Kazutoshi authored
* yarn manage:translations * Add Japanese translation for #5410 * Add Japanese translation for #5393
-
Yamagishi Kazutoshi authored
-
masarakki authored
-
aschmitz authored
* Clean up reblog-tracking sets from FeedManager Builds on #5419, with a few minor optimizations and cleanup of sets after they are no longer needed. * Update tests, fix multiply-reblogged case Previously, we would have lost the fact that a given status was reblogged if the displayed reblog of it was removed, now we don't. Also added tests to make sure FeedManager#trim cleans up our reblog tracking keys, fixed up FeedCleanupScheduler to use the right loop, and fixed the test for it.
-
Håkan Eriksson authored
* Swedish file added * Swedish file added * Swedish file updated * Swedish languagefile added * Add Swedish translation * Add Swedish translation * Started the Swedish translation * Added Swedish lang settings * Updating Swedish language * Updating Swedish language * Updating Swedish language * Updating Swedish language * Updating Swedish language * Updating Swedish language * Swedish language completed and added * Swedish language Simple_form added * Swedish language Divise added * Swedish language doorkeeper added * Swedish language - now all file complete
- Oct 16, 2017
-
-
Jeroen authored
* Update Dutch strings * Update Dutch
-
Nolan Lawson authored
-
Eugen Rochko authored
* Keep references to all reblogs of a status on home feed When inserting reblog: Add to set of reblogs of this status on the feed, if original status was present in the feed, add it to that set as well. When removing a reblog: Remove it from that set. Take random remaining item from the set. If one exists, re-insert it into feed, otherwise do not re-insert anything. Fix #4210 * When original is removed, toss out reblog references
-
Daigo 3 Dango authored
Reported at https://don.inux39.me/@inux39/1406082 https://don.inux39.me/@inux39/1406134
-
Eugen Rochko authored
-
Eugen Rochko authored
Fix #5398 Ordering the home timeline query by account_id meant that the first 100 items belonged to a single account. There was also no reason to reverse-iterate over the statuses. Assuming the user accesses the feed halfway-through, it's better to have recent statuses already available at the top. Therefore working from newer->older is ideal. If the algorithm ends up filtering all items out during last-mile filtering, repeat again a page further. The algorithm terminates when either at least one item has been added, or if the database query returns nothing (end of data reached)
-
Eugen Rochko authored
Possibly the cause of #5379, #5377
-
unarist authored
We've changed un-reblogging behavior when we implement Snowflake, to insert un-reblogged status at the position reblogging status existed. However, our API expects home timeline is ordered by status ids, and max_id/since_id filters by zset score. Due to this, un-reblogged status appears as a last item of result set, and timeline expansion may skips many statuses. So this reverts that change...reblogged status inserted at corresponding position to its id.
-
voidSatisfaction authored
* chore: add Korean translation for client * fix: change unlisted and embed Korean words
-
KY authored
* Fix #5082 - disable retweet link for followers only toot * Hide reblog count when it is a direct message
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
JeanGauthier authored
* Correction fem. form * More dropdown title * More dropdown title * More dropdown title * Add option to reduce motion (#5393)
-
Yamagishi Kazutoshi authored
* Enable ESLint rules import/* * fix
-
Nolan Lawson authored
* Add option to reduce motion * Use HOC to wrap all Motion calls * fix case-sensitive issue * Avoid updating too frequently * Get rid of unnecessary change to _simple_status.html.haml
-
Nolan Lawson authored
-