about summary refs log tree commit diff
path: root/spec
AgeCommit message (Expand)Author
2021-04-21Change the nouns "toot" and "status" to "post" (#16080)Eugen Rochko
2021-04-21Fix processing of remote Delete activities (#16084)Claire
2021-04-17Add canonical e-mail blocks for suspended accounts (#16049)Eugen Rochko
2021-04-15Fix app name, website and redirect URIs not having a maximum length (#16042)Eugen Rochko
2021-04-15Add `policy` param to `POST /api/v1/push/subscriptions` (#16040)Eugen Rochko
2021-04-12Change Web Push API deliveries to use request pooling (#16014)Eugen Rochko
2021-04-12Add cold-start follow recommendations (#15945)Eugen Rochko
2021-04-11Remove spam check and dependency on nilsimsa gem (#16011)Eugen Rochko
2021-04-10Change multiple mentions with same username to render with domain (#15718)Eugen Rochko
2021-03-26Fix /admin/tags/:id crashing since Rails 6.1 update (#15953)Claire
2021-03-24Update Mastodon to Rails 6.1 (#15910)Claire
2021-03-24Fix Mastodon not understanding as:Public and Public (#15948)Claire
2021-03-19Bypass MX validation for explicitly allowed domains (#15930)Claire
2021-03-19Improve account counters handling (#15913)Claire
2021-03-19Further preparation for Rails 6 (#15916)Claire
2021-03-19Prepare Mastodon for zeitwerk autoloader (#15917)Claire
2021-03-18Fix cache_collection crashing when given an empty collection (#15921)Claire
2021-03-17Prepare Mastodon for Rails 6 (#15911)Claire
2021-03-12Remove subscription_expires_at leftover from OStatus (#15857)Claire
2021-03-04Fix URL scanning in note length validator and preview card fetching (#15827)Claire
2021-03-02Update twitter-text from 1.14 to 3.1.0 and fix toot character counting (#15382)Claire
2021-03-01Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803)Eugen Rochko
2021-02-24Change ResolveAccountService's handling of skip_webfinger (#15750)Claire
2021-02-21Add server rules (#15769)Eugen Rochko
2021-02-11Fix URI of repeat follow requests not being recorded (#15662)Claire
2021-02-02Fix race conditions on account migration creation (#15597)ThibG
2021-01-31Fixed code quality issues (#15541)Shubhendra Singh Chauhan
2021-01-31Improved performance of notification preloading (#15640)abcang
2021-01-12Use Rails' index_by where it makes sense (#15542)ThibG
2021-01-10Fix muting users with duration via the REST api (#15516)Levi Bard
2020-12-26Fix being able to import more than allowed number of follows (#15384)ThibG
2020-12-22Improve account deletion performances further (#15407)ThibG
2020-12-22Fix external user creation failing when invite request text is required (#15405)ThibG
2020-12-22Fix unnecessary queries when batch-removing statuses, 100x faster (#15387)Eugen Rochko
2020-12-21Fix some notifications not being deleted on poll/status deletion (#15402)ThibG
2020-12-18Fix resolving accounts sometimes creating duplicate records for a given AP id...ThibG
2020-12-18Fix follow limit preventing re-following of a moved account (#14207)Eugen Rochko
2020-12-17Improve searching for private toots from URL (#14856)ThibG
2020-12-15Fix admins being able to suspend their instance actor (#14567)ThibG
2020-12-15Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573)Eugen Rochko
2020-12-14Fix performance on instances list in admin UI (#15282)Eugen Rochko
2020-12-10Add honeypot fields and minimum fill-out time for sign-up form (#15276)ThibG
2020-12-09rename replies_policy enumerables (#15304)trwnh
2020-11-21Fix not being able to unfavorite toots one has lost access to (#15192)ThibG
2020-11-19Fix webfinger redirect handling in ResolveAccountService (#15187)ThibG
2020-11-19Add import/export feature for bookmarks (#14956)ThibG
2020-11-12Fix 2FA/sign-in token sessions being valid after password change (#14802)Eugen Rochko
2020-11-09Fix updating account counters when account_stat is not yet created (#15108)Eugen Rochko
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-11-04Add account sensitized (#14361)Takeshi Umeda