Renaud Chaput f587ff643f Grouped Notifications UI (#30440) 4 mesiacov pred
..
account 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 rok pred
account_suggestions 4a77e477ee Consolidate account scopes for `LOWER` (index using) username/domain queries (#30451) 5 mesiacov pred
admin a627219b25 Fix moderation action logs (#30342) 6 mesiacov pred
concerns ad52b04a1c Add setting to disable hover cards (#30931) 4 mesiacov pred
form bc24c4792d Allow admins to configure instance favicon and logo (#30040) 6 mesiacov pred
trends 32938dadd7 Add `not_allowed` scope for `PreviewCardTrend` (#29599) 7 mesiacov pred
user_settings 5631f139c1 Fix `Lint/SymbolConversion` cop (#28175) 11 mesiacov pred
web 665f6f09a0 Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 5 mesiacov pred
account.rb 4a77e477ee Consolidate account scopes for `LOWER` (index using) username/domain queries (#30451) 5 mesiacov pred
account_alias.rb 714e3ae5b5 Use Rails 7.1 `normalizes` feature (#27521) 1 rok pred
account_conversation.rb ebfeaebedb Fix /api/v1/conversations sometimes returning empty accounts (#25499) 1 rok pred
account_deletion_request.rb ed099d8bdc Change account suspensions to be reversible by default (#14726) 4 rokov pred
account_domain_block.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 11 mesiacov pred
account_filter.rb cd4b4d4734 Replace unused `by_recent_sign_in` scope (#28616) 10 mesiacov pred
account_migration.rb 714e3ae5b5 Use Rails 7.1 `normalizes` feature (#27521) 1 rok pred
account_moderation_note.rb 5fd56512de Improve Report Notes and Account Moderation Notes (#30288) 6 mesiacov pred
account_note.rb f4a53f3fb4 Extract constants for column size length validation limits (#30045) 6 mesiacov pred
account_pin.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 rok pred
account_relationship_severance_event.rb dfa43707eb Change `AccountRelationshipSeveranceEvent` model to store lost followers and following counts separately (#29714) 8 mesiacov pred
account_stat.rb cf76380c91 Add `AccountStat.by_recent_status`, use in `Account` (#29704) 7 mesiacov pred
account_statuses_cleanup_policy.rb 9f5deb310b Fix Performance/MapCompact cop (#24797) 1 rok pred
account_suggestions.rb 7ee93b7431 Change `source` attribute of `Suggestion` entity in `/api/v2/suggestions` back to a string (#29108) 9 mesiacov pred
account_summary.rb 86500e3312 Extract scenic view model common methods to concern (#28111) 9 mesiacov pred
account_warning.rb b016f03637 Pull out constant from `AccountWarning.recent` scope (#29767) 7 mesiacov pred
account_warning_preset.rb f556f79b77 Add titles to warning presets in admin UI (#13252) 4 rokov pred
admin.rb e84fecb7e9 Add logging of admin actions (#5757) 7 rokov pred
announcement.rb fc89ecc6ca Change `/api/v1/announcements` to return regular `Status` entities (#26736) 7 mesiacov pred
announcement_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) 2 rokov pred
announcement_mute.rb f52c988e12 Add announcements (#12662) 4 rokov pred
announcement_reaction.rb b5c4b47746 Fix Rails/ActiveRecordCallbacksOrder cop (#24689) 1 rok pred
appeal.rb 9bf2e2eda0 Extract `TEXT_LENGTH_LIMIT` constant in `Appeal` class (#30638) 5 mesiacov pred
application_record.rb 95e9de5777 Prevent accidental serialization of `Account` and `User` records (#30079) 6 mesiacov pred
backup.rb e084b5b82d Fix user archive takeout when using OpenStack Swift or S3 providers with no ACL support (#24200) 1 rok pred
block.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 11 mesiacov pred
bookmark.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 rok pred
bulk_import.rb 11e0049b08 Use enum-generated scopes/queries for `BulkImport` (#29975) 7 mesiacov pred
bulk_import_row.rb 32a030dd74 Rewrite import feature (#21054) 1 rok pred
canonical_email_block.rb 89f89d738f Revert "Allow unblocking email addresses from any matching account (#29305)" (#30385) 6 mesiacov pred
content_retention_policy.rb 5c9abdeff1 Add retention policy for cached content and media (#19232) 2 rokov pred
context.rb 8b2cad5637 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 rokov pred
conversation.rb f70f39dd04 Add explicit `dependent: nil` to associations (#28169) 11 mesiacov pred
conversation_mute.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 rok pred
custom_emoji.rb 1408733386 Fix Mastodon relying on ImageMagick even with `MASTODON_USE_LIBVIPS` (#30590) 5 mesiacov pred
custom_emoji_category.rb f70f39dd04 Add explicit `dependent: nil` to associations (#28169) 11 mesiacov pred
custom_emoji_filter.rb 57f49c8191 Use Arel `nulls_first` method in ordering CustomEmojiFilter scope (#28614) 10 mesiacov pred
custom_filter.rb 924af400da Remove unused memoization in `CustomFilter#expires_in` method (#30117) 6 mesiacov pred
custom_filter_keyword.rb c0fe8a9f13 Extract shared callback behaviour to `CustomFilterCache` concern (#29695) 7 mesiacov pred
custom_filter_status.rb c0fe8a9f13 Extract shared callback behaviour to `CustomFilterCache` concern (#29695) 7 mesiacov pred
device.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 rok pred
domain_allow.rb d0b3bc23d7 Remove unused `matches_domain` scopes on Account, DomainAllow, DomainBlock (#28803) 10 mesiacov pred
domain_block.rb d4ed7e466c Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 8 mesiacov pred
email_domain_block.rb d4ed7e466c Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 8 mesiacov pred
encrypted_message.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 rok pred
export.rb 50948b46aa Add ability to filter followed accounts' posts by language (#19095) 2 rokov pred
extended_description.rb 1bd00036c2 Change about page to be mounted in the web UI (#19345) 2 rokov pred
favourite.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 rok pred
featured_tag.rb caad1e2628 Add scope `Status.distributable_visibility` (#29950) 7 mesiacov pred
feed.rb babbf6017d Remove caching in `cache_collection` (#29862) 7 mesiacov pred
follow.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 11 mesiacov pred
follow_recommendation.rb 86500e3312 Extract scenic view model common methods to concern (#28111) 9 mesiacov pred
follow_recommendation_filter.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 11 mesiacov pred
follow_recommendation_mute.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 11 mesiacov pred
follow_recommendation_suppression.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 11 mesiacov pred
follow_request.rb a2f02a0775 Disable `Rails/SkipsModelValidations` cop (#28712) 10 mesiacov pred
generated_annual_report.rb 5b1eb09d54 Add annual reports for accounts (#28693) 9 mesiacov pred
home_feed.rb efffdd3778 Fix rubocop config and warnings (#15503) 3 rokov pred
identity.rb b31af34c97 Merge pull request from GHSA-vm39-j3vx-pch3 9 mesiacov pred
import.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 9 mesiacov pred
instance.rb 86500e3312 Extract scenic view model common methods to concern (#28111) 9 mesiacov pred
instance_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) 2 rokov pred
invite.rb def6b686ff Fix `Rails/WhereRange` cop (#30343) 6 mesiacov pred
invite_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) 2 rokov pred
ip_block.rb 19cbadfbd6 Use enum-generated scope for `IpBlock` in CLI (#28144) 8 mesiacov pred
link_feed.rb a2505e8611 Add timeline of public posts about a trending link to REST API (#30381) 5 mesiacov pred
list.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 9 mesiacov pred
list_account.rb a2a22bad23 Fix various edge cases with local moves (#24812) 1 rok pred
list_feed.rb efffdd3778 Fix rubocop config and warnings (#15503) 3 rokov pred
login_activity.rb 62e266fbd6 Add `BrowserDetection` model concern (#29513) 8 mesiacov pred
marker.rb e445a8af64 Add timeline read markers API (#11762) 5 rokov pred
media_attachment.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 9 mesiacov pred
mention.rb 9e9613b286 Fix `mentions.account_id` and `mentions.status_id` not having `NOT NULL` database constraints (#30591) 5 mesiacov pred
message_franking.rb 5d8398c8b8 Add E2EE API (#13820) 4 rokov pred
mute.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 11 mesiacov pred
notification.rb f587ff643f Grouped Notifications UI (#30440) 4 mesiacov pred
notification_group.rb f587ff643f Grouped Notifications UI (#30440) 4 mesiacov pred
notification_permission.rb 50b17f7e10 Add notification policies and notification requests (#29366) 8 mesiacov pred
notification_policy.rb 35a437a03f Destroy `NotificationRequest`s that are dismissed (#31008) 4 mesiacov pred
notification_request.rb 35a437a03f Destroy `NotificationRequest`s that are dismissed (#31008) 4 mesiacov pred
one_time_key.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 rok pred
poll.rb 9d413cbaf8 Fix `Rails/WhereExists` cop in app/models (#28863) 9 mesiacov pred
poll_vote.rb 4bb39ac3c3 Fix single-record invalid condition on PollVote (#23810) 1 rok pred
preview_card.rb 967505ee9b Add size limit for all PreviewCard URLs (#30973) 4 mesiacov pred
preview_card_provider.rb d4ed7e466c Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 8 mesiacov pred
preview_card_trend.rb 32938dadd7 Add `not_allowed` scope for `PreviewCardTrend` (#29599) 7 mesiacov pred
preview_cards_status.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 11 mesiacov pred
privacy_policy.rb 5fc4ae7c5f Move privacy policy into markdown file (#28699) 10 mesiacov pred
public_feed.rb babbf6017d Remove caching in `cache_collection` (#29862) 7 mesiacov pred
relationship_filter.rb cf76380c91 Add `AccountStat.by_recent_status`, use in `Account` (#29704) 7 mesiacov pred
relationship_severance_event.rb cdd168f5d3 Update `enum` away from deprecated (#29678) 8 mesiacov pred
relay.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 9 mesiacov pred
remote_follow.rb 2177daeae9 Autofix Rubocop Style/RedundantBegin (#23703) 1 rok pred
report.rb aa88aca0ad Add optional OAuth application to reports (#30539) 4 mesiacov pred
report_filter.rb 2016c5d912 Fix deprecation warning about `rewhere: true` being default behavior (Rails 7.1 prep) (#27190) 1 rok pred
report_note.rb 5fd56512de Improve Report Notes and Account Moderation Notes (#30288) 6 mesiacov pred
rule.rb f4a53f3fb4 Extract constants for column size length validation limits (#30045) 6 mesiacov pred
scheduled_status.rb 86f27b178c Fix deleting a scheduled status immediately deleting media attachments (#9728) 5 rokov pred
search.rb 8b2cad5637 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 rokov pred
session_activation.rb 62e266fbd6 Add `BrowserDetection` model concern (#29513) 8 mesiacov pred
setting.rb 10203bd57a Clean up `Setting` model and remove dead code (#28661) 10 mesiacov pred
severed_relationship.rb 77897cd24c Use existing `SeveredRelationship.about_local_account` scope in more places (#29673) 8 mesiacov pred
site_upload.rb 7a84b76bb1 Drop favicon.ico generation (#30375) 4 mesiacov pred
software_update.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 9 mesiacov pred
status.rb d41b43ed4f Limit attachments to `MEDIA_ATTACHMENTS_LIMIT` when returning posts through the API (#30932) 4 mesiacov pred
status_edit.rb d41b43ed4f Limit attachments to `MEDIA_ATTACHMENTS_LIMIT` when returning posts through the API (#30932) 4 mesiacov pred
status_pin.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 rok pred
status_stat.rb e4f5114aaf Fix obsolete cache key in status cache invalidation logic (#26934) 1 rok pred
status_trend.rb 8429d07454 Add `RankedTrend` concern for trends classes (#29388) 8 mesiacov pred
system_key.rb a6f77aa28a Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681) 1 rok pred
tag.rb 30ef9fccf0 Fix hashtag matching pattern matching some link anchors (#30190) 6 mesiacov pred
tag_feed.rb babbf6017d Remove caching in `cache_collection` (#29862) 7 mesiacov pred
tag_follow.rb c3f0621a59 Add ability to follow hashtags (#18809) 2 rokov pred
tombstone.rb ce8635605c Record deleted(by mod) status to prevent re-appear (#10732) 5 rokov pred
translation.rb 69057467cb Translate CW, poll options and media descriptions (#24175) 1 rok pred
trends.rb cf33028f35 Admin mailer parameterization (#25759) 1 rok pred
unavailable_domain.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 rok pred
user.rb 1e7d5d2957 Update `devise-two-factor` to version 5.0.0 (#28325) 6 mesiacov pred
user_invite_request.rb f4a53f3fb4 Extract constants for column size length validation limits (#30045) 6 mesiacov pred
user_ip.rb f56309f5f0 Add `by_latest_used` scope, move admin area recent IPs to partial (#29497) 7 mesiacov pred
user_role.rb 3389c41b58 Move `nobody` position in `UserRole` magic number to constant (#29465) 8 mesiacov pred
user_settings.rb ad52b04a1c Add setting to disable hover cards (#30931) 4 mesiacov pred
web.rb e25170f960 Add extended about page stub 7 rokov pred
webauthn_credential.rb d818ddd687 Extract `SIGN_COUNT_LIMIT` constant in `WebauthnCredential` class (#30636) 5 mesiacov pred
webhook.rb b7807f3d84 Use `normalizes` to prepare `Webhook#events` value (#27605) 1 rok pred