summaryrefslogtreecommitdiffstats
path: root/spec/models
AgeCommit message (Expand)Author
2024-06-11Extract `SIGN_COUNT_LIMIT` constant in `WebauthnCredential` class (#30636)Matt Jankowski
2024-06-11Check both before/after state in `AccountDomainBlock` spec (#30640)Matt Jankowski
2024-06-11Remove duplicate fabricator validity checks (#29667)Matt Jankowski
2024-06-11Use fabricator in follow_spec (#30642)Matt Jankowski
2024-06-10Extract `TEXT_LENGTH_LIMIT` constant in `Appeal` class (#30638)Matt Jankowski
2024-06-10Match report validation spec to extracted constant (#30633)Matt Jankowski
2024-06-10Reference constants from account validation specs (#30634)Matt Jankowski
2024-06-10Add Specs for Scheduled Status Model Validations (#30585)Daniel M Brasil
2024-06-07Fix Mastodon relying on ImageMagick even with `MASTODON_USE_LIBVIPS` (#30590)Claire
2024-06-06Use `sidekiq_inline` in admin/account_action model spec (#30565)Matt Jankowski
2024-06-05Add support for libvips in addition to ImageMagick (#30090)Eugen Rochko
2024-06-03Add experimental server-side notification grouping (#29889)Claire
2024-05-06Fix hashtag matching pattern matching some link anchors (#30190)Claire
2024-05-06Fix post deletion not being deferred when those are part of an account warnin...Claire
2024-05-02Update `devise-two-factor` to version 5.0.0 (#28325)Matt Jankowski
2024-04-26Fix moderator account being exposed in account moderation notification (#30082)Claire
2024-04-25Add in-app notifications for moderation actions/warnings (#30065)Claire
2024-04-18Use enum-generated scopes/queries for `BulkImport` (#29975)Matt Jankowski
2024-04-17Add `not_featured_by` scope to Tag (#28815)Matt Jankowski
2024-04-17Use Rails `upsert` to generate update_count! query in Counters concern (#28738)Matt Jankowski
2024-04-08Use composable query in `User.active` scope (#29775)Matt Jankowski
2024-04-08Remove caching in `cache_collection` (#29862)Claire
2024-04-05Improve email address validation (#29838)Claire
2024-03-20Add notifications of severed relationships (#27511)Claire
2024-03-18Revert friends-of-friends follow recommendation query to using a CTE (#29619)Claire
2024-03-13Fix `RSpec/DescribedClass` cop (#29472)Matt Jankowski
2024-03-13Add `Account.without_internal` scope (#29559)Matt Jankowski
2024-03-13Use `normalizes` on `CustomFilter#context` value (#27602)Matt Jankowski
2024-03-12Fix incorrect frequency value in `FriendsOfFriendsSource` data (#29550)Matt Jankowski
2024-03-11Add notification policies and notification requests in web UI (#29433)Eugen Rochko
2024-03-11Normalize idna domain before account unblock domain (#29530)Jeong Arm
2024-03-07Add notification policies and notification requests (#29366)Eugen Rochko
2024-03-04Fix follow suggestions potentially including silenced or blocked accounts (#2...Claire
2024-03-01Improve `IpBlock` model test coverage (#29460)Daniel M Brasil
2024-03-01Move `nobody` position in `UserRole` magic number to constant (#29465)Matt Jankowski
2024-02-21Remove erroneous service type on `TagFeed` model spec (#29302)Matt Jankowski
2024-02-19Use `capture_emails` helper to improve email assertions in specs (#29245)Matt Jankowski
2024-02-19Move "everyone" role and "instance actor" account magic number IDs to constan...Matt Jankowski
2024-02-16Extract `subject` from `User#mark_email_as_confirmed!` spec (#29231)Matt Jankowski
2024-02-16Reduce `RSpec/MultipleExpectations` in media_attachment spec (#29228)Matt Jankowski
2024-02-14Merge pull request from GHSA-vm39-j3vx-pch3Claire
2024-02-14Merge pull request from GHSA-7w3c-p9j8-mq3xEmelia Smith
2024-02-07Add common `ThreadingHelper` module for specs (#29116)Matt Jankowski
2024-02-06Fix already-invalid reports failing to resolve (#29027)Claire
2024-01-26Combine repeated subjects in `models/user` spec (#28937)Matt Jankowski
2024-01-25Add specs for `Instance` model scopes and add `with_domain_follows` scope (#2...Matt Jankowski
2024-01-25Reduce factory creation in `spec/models/account_statuses_cleanup_policy` (#28...Matt Jankowski
2024-01-25Add `CustomFilterKeyword#to_regex` method (#28893)Matt Jankowski
2024-01-23Add coverage for `Tag.recently_used` scope (#28850)Matt Jankowski
2024-01-22Add `Account.matches_uri_prefix` scope and use in activitypub/followers_synch...Matt Jankowski