- 05 Mar, 2019 11 commits
-
-
Eugen Rochko authored
-
ThibG authored
Fixes #10177
-
ThibG authored
-
Eugen Rochko authored
Regression from #6876
-
ThibG authored
The condition introduced by #9998 was wrong, serializing boosts that weren't self-boosts, and not serializing self-boosts.
-
ThibG authored
The `hasMore` property of timelines in redux store was set whenever an API request returned only one page of results, *even* if the query only requested newer conversations (using `since_id`), causing `hasMore` to be incorrectly set to false whenever fetching new toots in the direct timeline, which happens each time the direct message column is opened. (Basically #9516 for direct messages)
-
trwnh authored
At 480px height, there is not enough space to fully display the footer.
-
ThibG authored
`::FetchRemoteAccountService` is not `ActivityPub::FetchRemoteAccountService`, its second argument is the pre-fetched body. Passing `id: false` actually passed a `Hash` as the prefetched body, instead of properly resolving unknown remote accounts.
-
abcang authored
-
ThibG authored
-
Eugen Rochko authored
Regression from #7311
-
- 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 20 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
-