..
account_suggestions
Fix error in suggestions API due to typo ( #17486 )
3 years ago
admin
Fix statuses not being referenced in strike when category is spam ( #17786 )
3 years ago
concerns
Fix edits with no actual changes being allowed ( #17843 )
3 years ago
form
Add trending statuses ( #17431 )
3 years ago
trends
Fix trends returning less results per page when filtered in REST API ( #17996 )
3 years ago
web
Add `policy` param to `POST /api/v1/push/subscriptions` ( #16040 )
4 years ago
account.rb
Change how unconfirmed accounts are displayed in admin UI ( #17874 )
3 years ago
account_alias.rb
Remove dependency on goldfinger gem ( #14919 )
4 years ago
account_conversation.rb
allow pagination by min_id and max_id ( #14776 )
4 years ago
account_deletion_request.rb
Change account suspensions to be reversible by default ( #14726 )
4 years ago
account_domain_block.rb
…
account_filter.rb
Fix /api/v1/admin/accounts ( #17887 )
3 years ago
account_migration.rb
Fix race conditions on account migration creation ( #15597 )
4 years ago
account_moderation_note.rb
…
account_note.rb
Fix AccountNote not having a maximum length ( #16942 )
3 years ago
account_pin.rb
Add API endpoint to list featured accounts ( fixes #8315 ) ( #8317 )
6 years ago
account_stat.rb
Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) ( #16915 )
3 years ago
account_statuses_cleanup_policy.rb
Add option to automatically delete toots after one week ( #17691 )
3 years ago
account_statuses_filter.rb
Fix performance of account timelines ( #17709 )
3 years ago
account_suggestions.rb
Change auto-following admin-selected accounts, show in recommendations ( #16078 )
4 years ago
account_summary.rb
Fix FollowRecommendationsScheduler failing because of unpopulated views ( #16189 )
4 years ago
account_warning.rb
Add ability to mark statuses as sensitive from reports in admin UI ( #17668 )
3 years ago
account_warning_preset.rb
…
admin.rb
…
announcement.rb
Change order of announcements in admin page to sort them newest-first ( #15091 )
4 years ago
announcement_filter.rb
…
announcement_mute.rb
…
announcement_reaction.rb
…
appeal.rb
Fix issues when attempting to appeal an old strike ( #17554 )
3 years ago
application_record.rb
…
backup.rb
…
block.rb
…
bookmark.rb
Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) ( #16915 )
3 years ago
canonical_email_block.rb
Add ability for admins to delete canonical email blocks ( #16644 )
3 years ago
context.rb
…
conversation.rb
…
conversation_mute.rb
…
custom_emoji.rb
Switch from unmaintained paperclip to kt-paperclip ( #16724 )
3 years ago
custom_emoji_category.rb
…
custom_emoji_filter.rb
…
custom_filter.rb
Optimize map { ... }.compact calls ( #15513 )
4 years ago
device.rb
…
domain_allow.rb
Fix performance on instances list in admin UI ( #15282 )
4 years ago
domain_block.rb
Fix a type error in domain_block policies ( #17735 )
3 years ago
email_domain_block.rb
Change e-mail domain blocks to block IPs dynamically ( #17635 )
3 years ago
encrypted_message.rb
Change Redis#exists calls to Redis#exists? to avoid deprecation warning ( #14191 )
4 years ago
export.rb
Add import/export feature for bookmarks ( #14956 )
4 years ago
favourite.rb
Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) ( #16915 )
3 years ago
featured_tag.rb
Fix data integrity of featured tags ( #17712 )
3 years ago
feed.rb
allow pagination by min_id and max_id ( #14776 )
4 years ago
follow.rb
Fix being able to import more than allowed number of follows ( #15384 )
4 years ago
follow_recommendation.rb
Fix FollowRecommendationsScheduler failing because of unpopulated views ( #16189 )
4 years ago
follow_recommendation_filter.rb
Add cold-start follow recommendations ( #15945 )
4 years ago
follow_recommendation_suppression.rb
Add cold-start follow recommendations ( #15945 )
4 years ago
follow_request.rb
Fix edge case where accepted follow cannot be processed because of follow limit ( #16098 )
4 years ago
home_feed.rb
Fix rubocop config and warnings ( #15503 )
4 years ago
identity.rb
…
import.rb
Fix follow limit preventing re-following of a moved account ( #14207 )
4 years ago
instance.rb
Fix nil error when viewing suspended domain in admin UI ( #17765 )
3 years ago
instance_filter.rb
Change design of federation pages in admin UI ( #17704 )
3 years ago
invite.rb
Change account suspensions to be reversible by default ( #14726 )
4 years ago
invite_filter.rb
…
ip_block.rb
Add IP-based rules ( #14963 )
4 years ago
list.rb
Improve account deletion performances further ( #15407 )
4 years ago
list_account.rb
…
list_feed.rb
Fix rubocop config and warnings ( #15503 )
4 years ago
login_activity.rb
Add authentication history ( #16408 )
3 years ago
marker.rb
…
media_attachment.rb
Fix edits with no actual changes being allowed ( #17843 )
3 years ago
mention.rb
…
message_franking.rb
…
mute.rb
Add duration parameter to muting. ( #13831 )
4 years ago
notification.rb
Add `types` param to `GET /api/v1/notifications` in REST API ( #17767 )
3 years ago
one_time_key.rb
…
poll.rb
Fix poll votes not being properly reset on poll change ( #17498 )
3 years ago
poll_vote.rb
…
preview_card.rb
Fix individually approved/rejected statuses/links showing as pending review ( #17787 )
3 years ago
preview_card_provider.rb
Add trending links ( #16917 )
3 years ago
public_feed.rb
Fix rubocop config and warnings ( #15503 )
4 years ago
relationship_filter.rb
…
relay.rb
…
remote_follow.rb
Remove dependency on goldfinger gem ( #14919 )
4 years ago
report.rb
Change how changes to media attachments are stored for edits ( #17696 )
3 years ago
report_filter.rb
Add notifications for statuses deleted by moderators ( #17204 )
3 years ago
report_note.rb
Fix scope latest of ReportNote ( #9630 )
6 years ago
rule.rb
Add server rules ( #15769 )
4 years ago
scheduled_status.rb
…
search.rb
Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ( #4090 )
7 years ago
session_activation.rb
Add Ruby 3.0 support ( #16046 )
4 years ago
setting.rb
Use Rails' index_by where it makes sense ( #15542 )
4 years ago
site_upload.rb
…
status.rb
Fix error MethodError in Chewy::Strategy::Sidekiq::Worker ( #17912 )
3 years ago
status_edit.rb
Add polls and media attachments to edit comparison modal in web UI ( #17727 )
3 years ago
status_pin.rb
Add feature to automatically delete old toots ( #16529 )
3 years ago
status_stat.rb
…
system_key.rb
…
tag.rb
Fix error on trending hashtags/links pages in admin UI due to missing constant ( #17044 )
3 years ago
tag_feed.rb
Fix rubocop config and warnings ( #15503 )
4 years ago
tombstone.rb
…
trends.rb
Add trending statuses ( #17431 )
3 years ago
unavailable_domain.rb
Fix performance on instances list in admin UI ( #15282 )
4 years ago
user.rb
Change e-mail notifications to only be sent when recipient is offline ( #17984 )
3 years ago
user_invite_request.rb
…
user_ip.rb
Remove IP tracking columns from users table ( #16409 )
3 years ago
web.rb
…
webauthn_credential.rb
Fix validates :sign_count of WebauthnCredential ( #14806 )
4 years ago