- 23 Feb, 2019 9 commits
-
-
Eugen Rochko authored
-
ThibG authored
-
ThibG authored
-
ThibG authored
-
Hinaloe authored
-
ThibG authored
Same as #8220 but for reports
-
ThibG authored
* Never return empty participants for conversations Fixes #10068 * Fix client-side crash when conversations have no participants
-
ThibG authored
Since the “domain” field is ignored in this case.
-
ThibG authored
-
- 17 Feb, 2019 31 commits
-
-
Eugen Rochko authored
-
ThibG authored
-
Eugen Rochko authored
Regression from #9581
-
Eugen Rochko authored
Fix #8785
-
Eugen Rochko authored
Fix #9350
-
Eugen Rochko authored
Fix #6060
-
Eugen Rochko authored
Fix #9922
-
Eugen Rochko authored
Fix #9190
-
rinsuki authored
fix #10045
-
Nolan Lawson authored
-
Ben Lubar authored
* Add image descriptions to searchable post content. * Allow multi-line image descriptions. * Request image descriptions in the same query as posts when creating the search index. (see https://github.com/tootsuite/mastodon/pull/10036#discussion_r256551624)
-
Eugen Rochko authored
- Exclude static assets - Exclude uploaded files - Exclude alternate versions of the profile page - Exclude media proxy URLs
-
Eugen Rochko authored
Fix #10033
-
Eugen Rochko authored
Regression from #9998
-
Eugen Rochko authored
-
Eugen Rochko authored
* Filter incoming Announce activities by relation to local activity Reject if announcer is not followed by local accounts, and is not from an enabled relay, and the object is not a local status Follow-up to #10005 * Fix tests
-
Eugen Rochko authored
Reject those from accounts with no local followers, from relays that are not enabled, which do not address local accounts and are not replies to accounts that do have local followers
-
ThibG authored
* When self-boosting, embed original toot into Announce serialization * Process unknown self-boosts from Announce object if it is more than an URI * Add some self-boost specs * Only serialize private toots in self-Announces
-
ysksn authored
* Create Redisable * Use #redis instead of Redis.current
-
Eugen Rochko authored
Fix #9895
-
Eugen Rochko authored
Deletions take a lot of resources to execute and cause a lot of federation traffic, so it makes sense to decrease the number someone can queue up through the API. 30 per 30 minutes
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
ThibG authored
Fixes #9995
-
Franck Zoccolo authored
* Add support for IPv6 only MXes * Fixed email validator tests
-
ThibG authored
-
Hinaloe authored
-
ThibG authored
* Avoid two-step rendering of statuses as much as possible Cache width shared by Video player, MediaGallery and Cards at the ScrollableList level, pass it down through StatusList and Notifications. * Adjust scroll when new preview cards appear * Adjust scroll when statuses above the current scroll position are deleted
-
ThibG authored
IntersectionObserverArticle is made to save on RAM by avoiding fully rendering items that are far out of view. However, it did not work for items spawned outside the intersection observer.
-