Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-31 | Wrong type for user setting when default is defined by lambda (#24321) | Christian Schmidt | |
2023-03-30 | Change user settings to be stored in a more optimal way (#23630) | Eugen Rochko | |
Co-authored-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-16 | Replace `Status#translatable?` with language matrix in separate endpoint ↵ | Christian Schmidt | |
(#24037) | |||
2023-03-10 | Coverage improvement round-out following up previous work (#23987) | Matt Jankowski | |
2023-03-04 | Pending example models minimal coverage (#23912) | Matt Jankowski | |
2023-03-04 | Fabricator specs (#23925) | Matt Jankowski | |
2023-03-04 | Misc coverage improvements for validators (#23928) | Matt Jankowski | |
2023-03-04 | Models specs coverage (#23940) | Matt Jankowski | |
2023-03-03 | Only offer translation for supported languages (#23879) | Christian Schmidt | |
2023-03-02 | Fix deprecation warning about merging conditions (#23618) | Matt Jankowski | |
2023-02-27 | Fix single-record invalid condition on PollVote (#23810) | Matt Jankowski | |
2023-02-22 | Enable Style/FrozenStringLiteralComment for specs (#23790) | Nick Schonning | |
2023-02-20 | Autofix Rubocop remaining Layout rules (#23679) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/BeEq (#23740) | Nick Schonning | |
2023-02-20 | Audofix Rubocop Style/WordArray (#23739) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/LeadingSubject (#23670) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/ImplicitSubject (#23721) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/EmptyLineAfterSubject (#23719) | Nick Schonning | |
2023-02-20 | Enable Rubocop RSpec/NotToNot (#23723) | Nick Schonning | |
2023-02-19 | Autofix Rubocop Style/StringLiterals (#23695) | Nick Schonning | |
2023-02-19 | Autofix Rubocop RSpec/LetBeforeExamples (#23671) | Nick Schonning | |
2023-02-19 | Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707) | Nick Schonning | |
2023-02-18 | Autofix Rubocop RSpec/ExcessiveDocstringSpacing (#23666) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Lint/ParenthesesAsGroupedExpression (#23682) | Nick Schonning | |
2023-02-18 | Autofix Rubocop RSpec/ExampleWording (#23667) | Nick Schonning | |
2023-02-18 | Autofix Rubocop RSpec/ClassCheck (#23685) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Lint/AmbiguousOperator (#23680) | Nick Schonning | |
2023-02-18 | Run rubocop formatting except line length (#23632) | Nick Schonning | |
2023-02-17 | Autofix Rubocop RSpec/BeNil (#23653) | Nick Schonning | |
2023-02-08 | Apply Rubocop Rails/WhereNot (#23448) | Nick Schonning | |
* Apply Rubocop Rails/WhereNot * Update spec for where.not | |||
2023-02-07 | Autofix Rails/EagerEvaluationLogMessage (#23429) | Nick Schonning | |
* Autofix Rails/EagerEvaluationLogMessage * Update spec for debug block syntax | |||
2023-01-24 | Fix account activation being triggered before email confirmation (#23245) | Claire | |
* Add tests * Fix account activation being triggered before email confirmation Fixes #23098 | |||
2023-01-04 | Fix ・ detection in hashtag regex to construct hashtag correctly (#22888) | Partho Ghosh | |
* Fix ・ detection in hashtag regex to construct hashtag correctly * Fixed rubocop liniting issues * More rubocop linting fix | |||
2022-12-15 | Add follow request banner on account header (#20785) | Claire | |
* Add requested_by to relationship maps * Display whether an account has requested to follow you on their profile | |||
2022-12-15 | Save avatar or header correctly even if other one fails (#18465) | Jeong Arm | |
* Save avatar or header correctly if other one fails * Fix test | |||
2022-12-07 | Fix 500 error when trying to migrate to an invalid address (#21462) | Claire | |
* Fix 500 error when trying to migrate to an invalid address * Add tests | |||
2022-11-20 | Don't allow URLs that contain non-normalized paths to be verified (#20999) | David Leadbeater | |
* Don't allow URLs that contain non-normalized paths to be verified This stops things like https://example.com/otheruser/../realuser where "/otheruser" appears to be the verified URL, but the actual URL being verified is "/realuser" due to the "/../". Also fix a test to use 'https', so it is testing the right thing, now that since #20304 https is required. * missing do | |||
2022-11-14 | Fix error when passing unknown filter param in REST API (#20626) | Eugen Rochko | |
Fix #19156 | |||
2022-11-13 | Test blank account field verifiability (#20458) | Emily Strickland | |
* Test blank account field verifiability This change tests the need for #20428, which ensures that we guard against a situation in which `at_xpath` returns `nil`. * Test verifiability of blank fields for remote account profiles This adds a counterpart test for remote account profiles' fields' verifiability when those fields are blank. I previously added the same test for local accounts. | |||
2022-11-10 | Change link verification to ignore IDN domains (#20295) | Eugen Rochko | |
Fix #3833 | |||
2022-11-09 | Fix being able to spoof link verification (#20217) | Eugen Rochko | |
- Change verification to happen in `default` queue - Change verification worker to only be queued if there's something to do - Add `link` tags from metadata fields to page header of profiles | |||
2022-11-08 | Fix typos (#19849) | luzpaz | |
Found via `codespell -q 3 -S ./yarn.lock,./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,followings,keypair,medias,pattens,pixelx,rememberable,ro,te` | |||
2022-11-08 | Fix grammar (#20106) | Roni Laukkarinen | |
2022-11-01 | Change max. thumbnail dimensions to 640x360px (360p) (#19619) | Eugen Rochko | |
2022-10-08 | Add support for language preferences for trending statuses and links (#18288) | Eugen Rochko | |
2022-10-05 | Change public timelines to be filtered by current locale by default (#19291) | Eugen Rochko | |
In the absence of an opt-in to multiple specific languages in the preferences, it makes more sense to filter by the user's presumed language only (interface language or `lang` override) | |||
2022-09-20 | Add ability to filter followed accounts' posts by language (#19095) | Eugen Rochko | |
2022-08-24 | Change e-mail domain blocks to match subdomains of blocked domains (#18979) | Eugen Rochko | |
2022-07-17 | Add ability to follow hashtags (#18809) | Eugen Rochko | |
2022-07-13 | Change how hashtags are normalized (#18795) | Eugen Rochko | |
* Change how hashtags are normalized * Fix tests |