- mars 05, 2019
-
-
ThibG a rédigé
Fixes #10177
-
ThibG a rédigé
-
Eugen Rochko a rédigé
Regression from #6876
-
ThibG a rédigé
The condition introduced by #9998 was wrong, serializing boosts that weren't self-boosts, and not serializing self-boosts.
-
ThibG a rédigé
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 a rédigé
At 480px height, there is not enough space to fully display the footer.
-
ThibG a rédigé
`::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 a rédigé
-
ThibG a rédigé
-
Eugen Rochko a rédigé
Regression from #7311
- fév. 23, 2019
-
-
Eugen Rochko a rédigé
-
ThibG a rédigé
-
ThibG a rédigé
-
ThibG a rédigé
-
Hinaloe a rédigé
-
ThibG a rédigé
Same as #8220 but for reports
-
ThibG a rédigé
* Never return empty participants for conversations Fixes #10068 * Fix client-side crash when conversations have no participants
-
ThibG a rédigé
Since the “domain” field is ignored in this case.
-
ThibG a rédigé
-
- fév. 17, 2019
-
-
Eugen Rochko a rédigé
-
ThibG a rédigé
-
Eugen Rochko a rédigé
Regression from #9581
-
Eugen Rochko a rédigé
Fix #8785
-
Eugen Rochko a rédigé
Fix #9350
-
Eugen Rochko a rédigé
Fix #6060
-
Eugen Rochko a rédigé
Fix #9922
-
Eugen Rochko a rédigé
Fix #9190
-
rinsuki a rédigé
fix #10045
-
Nolan Lawson a rédigé
-
Ben Lubar a rédigé
* 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 a rédigé
- Exclude static assets - Exclude uploaded files - Exclude alternate versions of the profile page - Exclude media proxy URLs
-
Eugen Rochko a rédigé
Fix #10033
-
Eugen Rochko a rédigé
Regression from #9998
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
* 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 a rédigé
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 a rédigé
* 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 a rédigé
* Create Redisable * Use #redis instead of Redis.current
-