about summary refs log tree commit diff
path: root/spec/controllers
AgeCommit message (Expand)Author
2021-05-07Remove PubSubHubbub-related columns from accounts table (#16170)Eugen Rochko
2021-05-06Add Ruby 3.0 support (#16046)Claire
2021-05-03Change confirmations controller to redirect to / for approved users (#16151)Claire
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-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-18Fix cache_collection crashing when given an empty collection (#15921)Claire
2021-03-17Prepare Mastodon for Rails 6 (#15911)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-02Fix race conditions on account migration creation (#15597)ThibG
2021-01-31Improved performance of notification preloading (#15640)abcang
2021-01-10Fix muting users with duration via the REST api (#15516)Levi Bard
2020-12-22Fix external user creation failing when invite request text is required (#15405)ThibG
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-11-21Fix not being able to unfavorite toots one has lost access to (#15192)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-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-11-04Add account sensitized (#14361)Takeshi Umeda
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-10-08Remove dependency on goldfinger gem (#14919)Eugen Rochko
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko
2020-09-14Do not serve account actors at all in limited federation mode (#14800)ThibG
2020-09-11Refactor settings controllers (#14767)Eugen Rochko
2020-08-24Add WebAuthn as an alternative 2FA method (#14466)santiagorodriguez96
2020-08-19Fix not being able to unbookmark toots when blocked by their author (#14604)ThibG
2020-07-22Fix RSS feeds not being cachable (#14368)ThibG
2020-07-15Fix being unable to unboost when blocked by their author (#14308)ThibG
2020-07-07Fix media attachments enumeration (#14254)Eugen Rochko
2020-06-09Add e-mail-based sign in challenge for users with disabled 2FA (#14013)Eugen Rochko
2020-06-04Fix serialization of replies when some of them are URIs (#13957)ThibG
2020-05-14Fix webfinger returning wrong status code on malformed or missing param (#13759)ThibG
2020-05-12Bump doorkeeper from 5.3.3 to 5.4.0 (#13733)dependabot-preview[bot]
2020-05-11Fix sr locale being selected over sr-Latn (#13693)ThibG
2020-05-10Refactor monkey-patching of Goldfinger (#12561)Eugen Rochko
2020-05-10Add ability to remove identity proofs from account (#13682)Eugen Rochko
2020-05-08Fix own following/followers not showing muted users (#13614)ThibG
2020-05-03Add more ActivityPub controller tests (#13590)Eugen Rochko
2020-05-03Add more tests for ActivityPub controllers (#13585)Eugen Rochko
2020-03-21Fix reported accounts not being whitelisted when resolving a spamcheck report...ThibG
2020-03-08Add specific rate limits for posting and following (#13172)Eugen Rochko
2020-02-27Fix leak of arbitrary statuses through unfavourite action in REST API (#13161)Eugen Rochko
2020-02-16Fix sign-ups without checked user agreement being accepted through the web fo...ThibG
2020-02-03Change signature verification to ignore signatures with invalid host (#13033)Eugen Rochko
2020-01-23Add announcements (#12662)Eugen Rochko
2020-01-04Fix base64-encoded file uploads not being possible (#12748)Eugen Rochko