Claire 7e58779300 Fix reports not being closed when performing batch suspensions (#24988) před 1 rokem
..
account 69378eac99 Don't allow URLs that contain non-normalized paths to be verified (#20999) před 2 roky
account_suggestions a9c220242b Fix admin-set follow recommandations being case-sensitive (#23500) před 1 rokem
admin 343e1fe8e9 Add confirmation screen when handling reports (#22375) před 1 rokem
concerns b9f271364e Fix unescaped user input in LDAP query (#24379) před 1 rokem
form 7e58779300 Fix reports not being closed when performing batch suspensions (#24988) před 1 rokem
trends 0d1f192c54 Apply Rubocop Performance/BlockGivenWithExplicitBlock (#23441) před 1 rokem
web ce2148c571 Add `policy` param to `POST /api/v1/push/subscriptions` (#16040) před 3 roky
account.rb 69564db447 Fix inefficiency when searching accounts per username in admin interface (#23801) před 1 rokem
account_alias.rb 106648b456 Micro-optimization: only split `acct` into two Strings (#19901) před 2 roky
account_conversation.rb 4c6c790f80 Fix /api/v1/conversations sometimes returning empty accounts (#25499) před 1 rokem
account_deletion_request.rb ed099d8bdc Change account suspensions to be reversible by default (#14726) před 4 roky
account_domain_block.rb 7a1f8a58df Fix crash when saving invalid domain name (#11528) před 5 roky
account_filter.rb 3656a6b9cc Add "disabled" user filter for admin/accounts UI (#21282) před 1 rokem
account_migration.rb b59fb28e90 Fix 500 error when trying to migrate to an invalid address (#21462) před 1 rokem
account_moderation_note.rb 9613a53cb3 Update dependencies for Ruby (2018-04-23) (#7237) před 6 roky
account_note.rb 87085a5152 Fix AccountNote not having a maximum length (#16942) před 3 roky
account_pin.rb b34d6238cb Add API endpoint to list featured accounts (fixes #8315) (#8317) před 6 roky
account_stat.rb 3e0e7a1cfb Fix follower and other counters being able to go negative (#18517) před 2 roky
account_statuses_cleanup_policy.rb ca80beb653 Micro-optimization: use `if`/`else` instead of `Array#compact` and `Array#min` (#19906) před 2 roky
account_statuses_filter.rb 8f6c67bfde Fix performance of account timelines (#17709) před 2 roky
account_suggestions.rb daccc07dc1 Change auto-following admin-selected accounts, show in recommendations (#16078) před 3 roky
account_summary.rb f9c2d1b9a1 Fix FollowRecommendationsScheduler failing because of unpopulated views (#16189) před 3 roky
account_warning.rb a1abda39dd Fix Account Strike causing PG not null validation error (#23178) před 1 rokem
account_warning_preset.rb f556f79b77 Add titles to warning presets in admin UI (#13252) před 4 roky
admin.rb e84fecb7e9 Add logging of admin actions (#5757) před 7 roky
announcement.rb d9d722d74b Change admin announcement edition interface to use datetime-local (#18321) před 2 roky
announcement_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) před 2 roky
announcement_mute.rb f52c988e12 Add announcements (#12662) před 4 roky
announcement_reaction.rb f52c988e12 Add announcements (#12662) před 4 roky
appeal.rb 0396acf39e Add audit log entries for user roles (#19040) před 2 roky
application_record.rb 5c42f47617 Fix records not being indexed sometimes (#12024) před 5 roky
backup.rb ae64c5b7ec Fix user archive takeout when using OpenStack Swift or S3 providers with no ACL support (#24200) před 1 rokem
block.rb 6793bec4c6 Store URIs of follows, follow requests and blocks for ActivityPub (#7160) před 6 roky
bookmark.rb 3419d3ec84 Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) (#16915) před 3 roky
canonical_email_block.rb c556c3a0d1 Add admin API for managing canonical e-mail blocks (#19067) před 2 roky
content_retention_policy.rb 5c9abdeff1 Add retention policy for cached content and media (#19232) před 2 roky
context.rb 8b2cad5637 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) před 7 roky
conversation.rb b9b0313c78 Revert "Remove conversation URI (#11423)" (#11424) před 5 roky
conversation_mute.rb 9613a53cb3 Update dependencies for Ruby (2018-04-23) (#7237) před 6 roky
custom_emoji.rb 9bc0a6c861 Fix metadata scrubbing removing color profile from images (#20389) před 2 roky
custom_emoji_category.rb 1110ea1a91 Add batch actions and categories to admin UI for custom emojis (#11793) před 5 roky
custom_emoji_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) před 2 roky
custom_filter.rb 69137f4a90 Fix irreversible and whole_word parameters handling in /api/v1/filters (#21988) před 1 rokem
custom_filter_keyword.rb e7aa2be828 Change how hashtags are normalized (#18795) před 2 roky
custom_filter_status.rb 5b0e8cc92b Add ability to select all accounts matching search for batch actions (#19053) před 2 roky
device.rb 5d8398c8b8 Add E2EE API (#13820) před 4 roky
domain_allow.rb c373148b3d Support for import/export of instance-level domain blocks/allows for 4.x w/ additional fixes (#20597) před 2 roky
domain_block.rb c373148b3d Support for import/export of instance-level domain blocks/allows for 4.x w/ additional fixes (#20597) před 2 roky
email_domain_block.rb 2a7766dcc9 Add admin API for managing e-mail domain blocks (#19066) před 2 roky
encrypted_message.rb 3917353645 Fix single Redis connection being used across all threads (#18135) před 2 roky
export.rb 50948b46aa Add ability to filter followed accounts' posts by language (#19095) před 2 roky
extended_description.rb 1bd00036c2 Change about page to be mounted in the web UI (#19345) před 2 roky
favourite.rb 3419d3ec84 Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) (#16915) před 3 roky
featured_tag.rb 78a6b871fe Improve performance by avoiding regex construction (#20215) před 2 roky
feed.rb fa0c71f0d9 allow pagination by min_id and max_id (#14776) před 4 roky
follow.rb 50948b46aa Add ability to filter followed accounts' posts by language (#19095) před 2 roky
follow_recommendation.rb f9c2d1b9a1 Fix FollowRecommendationsScheduler failing because of unpopulated views (#16189) před 3 roky
follow_recommendation_filter.rb 3917353645 Fix single Redis connection being used across all threads (#18135) před 2 roky
follow_recommendation_suppression.rb f7117646af Add cold-start follow recommendations (#15945) před 3 roky
follow_request.rb 50948b46aa Add ability to filter followed accounts' posts by language (#19095) před 2 roky
home_feed.rb efffdd3778 Fix rubocop config and warnings (#15503) před 3 roky
identity.rb b1ac3562df Change Identity to not destroy associated User on destroy (#25098) před 1 rokem
import.rb eb35be0431 Fix follow limit preventing re-following of a moved account (#14207) před 3 roky
instance.rb 0396acf39e Add audit log entries for user roles (#19040) před 2 roky
instance_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) před 2 roky
invite.rb ed099d8bdc Change account suspensions to be reversible by default (#14726) před 4 roky
invite_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) před 2 roky
ip_block.rb 487d81fb92 Fix IP blocks not having a unique index (#19456) před 2 roky
list.rb 3249d35bdc Improve account deletion performances further (#15407) před 3 roky
list_account.rb 65e13cfacf Add abilityto add oneself to lists (#12271) před 5 roky
list_feed.rb efffdd3778 Fix rubocop config and warnings (#15503) před 3 roky
login_activity.rb d174d12c83 Add authentication history (#16408) před 3 roky
marker.rb e445a8af64 Add timeline read markers API (#11762) před 5 roky
media_attachment.rb 2644a28cb3 Change remote media files to be downloaded outside of transactions (#21796) před 1 rokem
mention.rb ddd30f331c Improve support for aspects/circles (#8950) před 6 roky
message_franking.rb 5d8398c8b8 Add E2EE API (#13820) před 4 roky
mute.rb 96761752ec Add duration parameter to muting. (#13831) před 4 roky
notification.rb 2936f42a14 Add notifications for new reports (#18697) před 2 roky
one_time_key.rb 5d8398c8b8 Add E2EE API (#13820) před 4 roky
poll.rb f17fc5742e Clear voter count when poll is reset (#21700) před 1 rokem
poll_vote.rb 96f905f409 Add optimistic lock to avoid race conditions when handling votes (#10196) před 5 roky
preview_card.rb 9bc0a6c861 Fix metadata scrubbing removing color profile from images (#20389) před 2 roky
preview_card_provider.rb 9bc0a6c861 Fix metadata scrubbing removing color profile from images (#20389) před 2 roky
preview_card_trend.rb 45ebdb72ca Add support for language preferences for trending statuses and links (#18288) před 2 roky
privacy_policy.rb 678fc4d292 Fix privacy policy being empty if custom setting exists but is empty (#19318) před 2 roky
public_feed.rb 0cd0786aef Revert filtering public timelines by locale by default (#20294) před 2 roky
relationship_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) před 2 roky
relay.rb 3654c94583 Strip spaces around URL when adding a relay (#22655) před 1 rokem
remote_follow.rb 7d985f2aac Remove dependency on goldfinger gem (#14919) před 4 roky
report.rb d2eb726962 Fix notifications about deleted reports not being also deleted (#19475) před 2 roky
report_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) před 2 roky
report_note.rb a8ba291beb Fix scope latest of ReportNote (#9630) před 5 roky
rule.rb 2e2ba39abf Fix rules with same priority being sorted non-deterministically (#20623) před 2 roky
scheduled_status.rb 86f27b178c Fix deleting a scheduled status immediately deleting media attachments (#9728) před 5 roky
search.rb 8b2cad5637 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) před 7 roky
session_activation.rb 0592937264 Apply Rubocop Rails/WhereNot (#23448) před 1 rokem
setting.rb 8c1b65c7dd Apply Rubocop Style/RedundantAssignment (#23452) před 1 rokem
site_upload.rb 9bc0a6c861 Fix metadata scrubbing removing color profile from images (#20389) před 2 roky
status.rb 13a2abacc8 Add `roles` attribute to Account entities in REST API (#23255) před 1 rokem
status_edit.rb f8ca3bb2a1 Add ability to view previous edits of a status in admin UI (#19462) před 2 roky
status_pin.rb 4ac78e2a06 Add feature to automatically delete old toots (#16529) před 3 roky
status_stat.rb 3e0e7a1cfb Fix follower and other counters being able to go negative (#18517) před 2 roky
status_trend.rb f01310dadb Fix trending statuses returning more than one post by the same author (#19349) před 2 roky
system_key.rb 5d8398c8b8 Add E2EE API (#13820) před 4 roky
tag.rb 115ab2869b Fix ・ detection in hashtag regex to construct hashtag correctly (#22888) před 1 rokem
tag_feed.rb 0cd0786aef Revert filtering public timelines by locale by default (#20294) před 2 roky
tag_follow.rb c3f0621a59 Add ability to follow hashtags (#18809) před 2 roky
tombstone.rb ce8635605c Record deleted(by mod) status to prevent re-appear (#10732) před 5 roky
trends.rb 05148e2c77 Fix missing `skip_review?` (#19335) před 2 roky
unavailable_domain.rb 0396acf39e Add audit log entries for user roles (#19040) před 2 roky
user.rb 675c24a34e Fix unconfirmed accounts being registered as active users (#23803) před 1 rokem
user_invite_request.rb 8b69a66380 Add "why do you want to join" field to invite requests (#10524) před 5 roky
user_ip.rb 8e84ebf0cb Remove IP tracking columns from users table (#16409) před 2 roky
user_role.rb 0396acf39e Add audit log entries for user roles (#19040) před 2 roky
web.rb e25170f960 Add extended about page stub před 7 roky
webauthn_credential.rb 5d3c8baa9a Fix validates :sign_count of WebauthnCredential (#14806) před 4 roky
webhook.rb 8eb29741b4 Add webhook `account.approved` (#22938) před 1 rokem