about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2023-04-04Fix unescaped user input in LDAP query (#24379)Claire
2023-03-31Autofix Rubocop Rails/IgnoredColumnsAssignment (#23761)Nick Schonning
2023-03-31Wrong type for user setting when default is defined by lambda (#24321)Christian Schmidt
2023-03-30Change user settings to be stored in a more optimal way (#23630)Eugen Rochko
2023-03-27Fix user archive takeout when using OpenStack Swift or S3 providers with no A...Claire
2023-03-25Change media upload limits and remove client-side resizing (#23726)Eugen Rochko
2023-03-22Fix Rails cache namespace being overriden with `v2` for cached statuses (#24202)Claire
2023-03-21Refactoring relations_map (#24195)Takeshi Umeda
2023-03-19Webhooks for local status.create, status.update, account.update (#24133)Vyr Cossont
2023-03-16Change user backups to use expiring URLs for download when possible (#24136)Eugen Rochko
2023-03-16Replace `Status#translatable?` with language matrix in separate endpoint (#24...Christian Schmidt
2023-03-06Fix unconfirmed accounts being registered as active users (#23803)Claire
2023-03-04Upgrade to latest redis-rb 4.x and fix deprecations (#23616)Jean byroot Boussier
2023-03-03Only offer translation for supported languages (#23879)Christian Schmidt
2023-03-03Fix external authentication not running onboarding code for new users (#23458)Claire
2023-03-03Fix server error when failing to follow back followers from `/relationships` ...Claire
2023-03-03Fix “Remove all followers from the selected domains” being more destructi...Claire
2023-03-02Fix deprecation warning about merging conditions (#23618)Matt Jankowski
2023-02-27Fix single-record invalid condition on PollVote (#23810)Matt Jankowski
2023-02-22Fix inefficiency when searching accounts per username in admin interface (#23...Claire
2023-02-21Autofix Rubocop Rails/WhereEquals (#23759)Nick Schonning
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-20Autofix Rubocop Style/UnpackFirst (#23741)Nick Schonning
2023-02-20Autofix Rubocop Rails/EnumHash (#23737)Nick Schonning
2023-02-20Autofix Rubocop Rails/RedundantForeignKey (#23731)Nick Schonning
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-02-18Autofix Rubocop Style/Lambda (#23696)Nick Schonning
2023-02-18Autofix Rubocop Style/IfUnlessModifier (#23697)Nick Schonning
2023-02-18Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681)Nick Schonning
2023-02-18Run rubocop formatting except line length (#23632)Nick Schonning
2023-02-15Upgrade to Ruby 3.2 (#22928)Aaron Patterson
2023-02-10Fix admin-set follow recommandations being case-sensitive (#23500)Claire
2023-02-10Fix server status URL being a required server setting (#23499)Claire
2023-02-08Apply Rubocop Rails/WhereNot (#23448)Nick Schonning
2023-02-08Apply Rubocop Performance/BlockGivenWithExplicitBlock (#23441)Nick Schonning
2023-02-08Apply Rubocop Style/NegatedIfElseCondition (#23451)Nick Schonning
2023-02-08Apply Rubocop Style/RedundantAssignment (#23452)Nick Schonning
2023-02-08Apply Rubocop Performance/RedundantBlockCall (#23440)Nick Schonning
2023-02-07Autofix Rails/EagerEvaluationLogMessage (#23429)Nick Schonning
2023-02-04Add setting for status page URL (#23390)Eugen Rochko
2023-01-25Add `roles` attribute to Account entities in REST API (#23255)Claire
2023-01-24Fix account activation being triggered before email confirmation (#23245)Claire
2023-01-21Fix Account Strike causing PG not null validation error (#23178)Jeong Arm
2023-01-18Add option to make the landing page be /about even when trends are enabled (#...Claire
2023-01-18Add confirmation screen when handling reports (#22375)Claire
2023-01-18Fix situations in which instance actor can be set to a Mastodon-incompatible ...Claire
2023-01-18Change domain block CSV parsing to be more robust and handle more lists (#21470)Claire
2023-01-13Don't crash on unobtainable avatars (#22462)David Freedman
2023-01-13Fix crash when marking statuses as sensitive while some statuses are deleted ...Claire
2023-01-11Fix/remove calling private method with send in model (#22951)Kaspar V