about summary refs log tree commit diff
path: root/spec
AgeCommit message (Expand)Author
2023-02-14Add `memorial` attribute to REST API (#23591)Claire
2023-02-13Add API parameter to safeguard unexpect mentions in new posts (#18350)Claire
2023-02-13Add tests to indicate inclusion of self replies in statuses endpoint (#23266)Varun Sharma
2023-02-13Add tests for `REST::AccountSerializer` (#23319)Claire
2023-02-10Fix unbounded recursion in post discovery (#23506)Claire
2023-02-08Apply Rubocop Rails/WhereNot (#23448)Nick Schonning
2023-02-08Apply Rubocop Style/ExpandPathArguments (#23450)Nick Schonning
2023-02-07Autofix Rails/EagerEvaluationLogMessage (#23429)Nick Schonning
2023-02-07Fix `UserCleanupScheduler` crash when an unconfirmed account has a moderation...Claire
2023-02-02Change `POST /settings/applications/:id` to regenerate token on scopes change...Claire
2023-01-25Add `roles` attribute to Account entities in REST API (#23255)Claire
2023-01-24Fix email with empty domain name labels passing validation (#23246)Claire
2023-01-24Fix account activation being triggered before email confirmation (#23245)Claire
2023-01-23Suppress AddressFamilyError in link verification (#23204)Markus Unterwaditzer
2023-01-23Add missing `policy` attribute to `WebPushSubscriptionSerializer` (#23210)Claire
2023-01-18Add more specific error messages to HTTP signature verification (#21617)Claire
2023-01-18Add confirmation screen when handling reports (#22375)Claire
2023-01-18Add support for editing media description and focus point of already-posted s...Claire
2023-01-18Change domain block CSV parsing to be more robust and handle more lists (#21470)Claire
2023-01-13Fix crash when marking statuses as sensitive while some statuses are deleted ...Claire
2023-01-11Fix sanitizer parsing link text as HTML when stripping unsupported links (#22...Claire
2023-01-11fix: allow verification when page size exceeds 1MB (using HTML5 parser) (#22879)Markus Unterwaditzer
2023-01-05Fix possible race conditions when suspending/unsuspending accounts (#22363)Claire
2023-01-05Fix home TL could contain post from who blocked me (#22849)Jeong Arm
2023-01-04Fix ・ detection in hashtag regex to construct hashtag correctly (#22888)Partho Ghosh
2022-12-15Add follow request banner on account header (#20785)Claire
2022-12-15Fix changing domain block severity not undoing individual account effects (#2...Claire
2022-12-15Save avatar or header correctly even if other one fails (#18465)Jeong Arm
2022-12-15Use Rails tag API to build RSS feed for spoilers and polls (#20163)Neil Matatall
2022-12-15Fix typo in application_helper_spec.rb (#20981)Ikko Ashimine
2022-12-15Revoke all authorized applications on password reset (#21325)Francis Murillo
2022-12-15Validate nodeinfo response by schema (#21395)Meisam
2022-12-07Fix 500 error when trying to migrate to an invalid address (#21462)Claire
2022-12-07Log admin approve and reject account (#22088)Francis Murillo
2022-12-07Fix unbounded recursion in account discovery (#22025)Claire
2022-12-07Fix irreversible and whole_word parameters handling in /api/v1/filters (#21988)Claire
2022-11-27Fix attachments of edited statuses not being fetched (#21565)Claire
2022-11-21Fix not being able to follow more than one hashtag (#21285)Claire
2022-11-20Don't allow URLs that contain non-normalized paths to be verified (#20999)David Leadbeater
2022-11-17Fix style for hashes (#20518)Rose
2022-11-17Support for import/export of instance-level domain blocks/allows for 4.x w/ a...lenore gilbert
2022-11-17Handle links with no href in VerifyLinkService (#20741)Joshua Wood
2022-11-14Fix rate limiting for paths with formats (#20675)Eugen Rochko
2022-11-14Move V2 Filter methods under /api/v2 prefix (#20622)trwnh
2022-11-14Fix error when invalid domain name is submitted (#19474)Eugen Rochko
2022-11-14Fix error when passing unknown filter param in REST API (#20626)Eugen Rochko
2022-11-14Support UTF-8 Characters in Domains During CSV Import (#20592)Hampton Lintorn-Catlin
2022-11-13Test blank account field verifiability (#20458)Emily Strickland
2022-11-11Test the native_locale_name of a non-standard locale (#20284)F
2022-11-10Change link verification to ignore IDN domains (#20295)Eugen Rochko