.. |
activitypub
|
b231c3c1bf
Drop support for ruby 3.1 (#32363)
|
пре 2 недеља |
admin
|
41227aeb95
Update Rails to version 7.2.2 (#30391)
|
пре 1 недеља |
annual_report
|
90f4ffa31d
Fix performance of percentile calculation for annual reports (#32765)
|
пре 2 недеља |
connection_pool
|
9b5055d34d
Fix `Style/SuperArguments` cop (#30406)
|
пре 5 месеци |
importer
|
770fd993ec
Fix importer returning negative row estimates (#27258)
|
пре 1 година |
node_info
|
d6f50839e1
Fix `RSpec/SpecFilePathFormat` cops (#27730)
|
пре 1 година |
ostatus
|
0e5b8fc46b
Fix `Style/RedundantReturn` cop (#28391)
|
пре 11 месеци |
rss
|
b231c3c1bf
Drop support for ruby 3.1 (#32363)
|
пре 2 недеља |
translation_service
|
b231c3c1bf
Drop support for ruby 3.1 (#32363)
|
пре 2 недеља |
vacuum
|
1f65a95421
Remove unneeded `reorder(nil)` conditions (#32200)
|
пре 1 месец |
webhooks
|
4eda233e09
Add webhook templating (#23289)
|
пре 1 година |
access_grant_extension.rb
|
665f6f09a0
Add expired/revoked scopes for doorkeeper models via extension modules (#29936)
|
пре 5 месеци |
access_token_extension.rb
|
665f6f09a0
Add expired/revoked scopes for doorkeeper models via extension modules (#29936)
|
пре 5 месеци |
account_reach_finder.rb
|
9015c2d646
Change profile updates to be sent to recently-mentioned servers (#24852)
|
пре 1 година |
account_statuses_filter.rb
|
caad1e2628
Add scope `Status.distributable_visibility` (#29950)
|
пре 7 месеци |
activity_tracker.rb
|
d39d625561
Use inclusive range in `ActivityTracker#get` (#29413)
|
пре 8 месеци |
annual_report.rb
|
90f4ffa31d
Fix performance of percentile calculation for annual reports (#32765)
|
пре 2 недеља |
application_extension.rb
|
395f17ca17
Merge pull request from GHSA-vp5r-5pgw-jwqx
|
пре 4 месеци |
ascii_folding.rb
|
e7aa2be828
Change how hashtags are normalized (#18795)
|
пре 2 година |
attachment_batch.rb
|
b1d3c64525
Fix and improve batch attachment deletion handling when using OpenStack Swift (#32637)
|
пре 2 недеља |
cache_buster.rb
|
72484a194f
Remove `CacheBuster` default options (#30718)
|
пре 4 месеци |
content_security_policy.rb
|
f2378aca40
add SWIFT object storage uri to CSP media hosts (#32439)
|
пре 1 месец |
delivery_failure_tracker.rb
|
1290fede65
Fix `Rails/WhereExists` cop in app/lib (#28862)
|
пре 9 месеци |
emoji_formatter.rb
|
10143d053a
Change some instances of Nokogiri HTML4 parsing to HTML5 (#31812)
|
пре 2 месеци |
entity_cache.rb
|
da07adfe6c
Add `CustomEmoji.enabled` scope (#31830)
|
пре 2 месеци |
extractor.rb
|
38c6825eda
Remove unused `Extractor#extract_cashtags_with_indices` method (#30742)
|
пре 5 месеци |
fast_geometry_parser.rb
|
fc3ae1343d
Switch from unmaintained paperclip to kt-paperclip (#16724)
|
пре 3 година |
fast_ip_map.rb
|
5e1364c448
Add IP-based rules (#14963)
|
пре 4 година |
feed_manager.rb
|
7ed9c590b9
Fix issue when encountering reblog of deleted post in feed rebuild (#32001)
|
пре 1 месец |
hashtag_normalizer.rb
|
78a6b871fe
Improve performance by avoiding regex construction (#20215)
|
пре 2 година |
html_aware_formatter.rb
|
cefa526c6d
Refactor formatter (#17828)
|
пре 2 година |
inline_renderer.rb
|
5405bdd344
Remove unused E2EE messaging code (#31193)
|
пре 2 месеци |
link_details_extractor.rb
|
ab763c493f
Ignore `undefined` as canonical url (#31882)
|
пре 2 месеци |
oauth_pre_authorization_extension.rb
|
693d9b03ed
Enable OAuth PKCE Extension (#31129)
|
пре 3 месеци |
permalink_redirector.rb
|
3dc4ddc663
Fix search params being dropped when redirected to non-deck path (#31984)
|
пре 1 месец |
plain_text_formatter.rb
|
10143d053a
Change some instances of Nokogiri HTML4 parsing to HTML5 (#31812)
|
пре 2 месеци |
private_address_check.rb
|
ad53b0ab65
Rely on built-in ruby private IP detection (#30848)
|
пре 4 месеци |
rate_limiter.rb
|
a6f77aa28a
Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681)
|
пре 1 година |
redis_connection.rb
|
388d5473e1
Refactor (ruby) redis configuration (#31694)
|
пре 2 месеци |
request.rb
|
8afa3bb2fa
Change Mastodon to issue correctly-signed queries by default (#31994)
|
пре 1 месец |
request_pool.rb
|
1a6c2e450a
Update rubocop to v1.54.1 (#25627)
|
пре 1 година |
response_with_limit.rb
|
7aaf2b44ec
Fix remote files not using Content-Type header, streaming (#14184)
|
пре 4 година |
scope_parser.rb
|
eb2417ce99
Fix OAuth apps page crashing when listing apps with certain admin API scopes (#25713)
|
пре 1 година |
scope_transformer.rb
|
e02d23b549
Change `read:me` scope to `profile` scope (#30357)
|
пре 5 месеци |
search_query_parser.rb
|
3a679844e4
Fix `account_id`, `max_id` and `min_id` params not working in search (#26847)
|
пре 1 година |
search_query_transformer.rb
|
1b6a82b799
Fix invalid date searches returning 503 (#31526)
|
пре 2 месеци |
signature_parser.rb
|
eff447a455
Rewrite signature verification using regexps and `StringScanner` (#29133)
|
пре 9 месеци |
status_cache_hydrator.rb
|
fd64817fbe
Fix `Rails/WhereExists` cop in app/lib/status_cache_hydrator (#28808)
|
пре 10 месеци |
status_filter.rb
|
717683d1c3
Autofix Rubocop remaining Layout rules (#23679)
|
пре 1 година |
status_finder.rb
|
e2a3ebb271
Autofix Rubocop Style/IfUnlessModifier (#23697)
|
пре 1 година |
status_reach_finder.rb
|
2c05b8a60d
Fix Undo Announce activity is not sent, when not followed by the reblogged post author (#18482)
|
пре 10 месеци |
suspicious_sign_in_detector.rb
|
1290fede65
Fix `Rails/WhereExists` cop in app/lib (#28862)
|
пре 9 месеци |
tag_manager.rb
|
eeab3560fc
Merge pull request from GHSA-v3xf-c9qf-j667
|
пре 1 година |
text_formatter.rb
|
9de3fd60a0
Add telemetry for status / bio formatting (#32677)
|
пре 2 недеља |
themes.rb
|
4016fd5128
Update CSS color variables to match our latest design system (#31510)
|
пре 2 месеци |
translation_service.rb
|
35f008aa2a
Move translation service config to `config_for` yml (#30663)
|
пре 3 недеља |
user_settings_serializer.rb
|
a9b5598c97
Change user settings to be stored in a more optimal way (#23630)
|
пре 1 година |
vacuum.rb
|
5c9abdeff1
Add retention policy for cached content and media (#19232)
|
пре 2 година |
validation_error_formatter.rb
|
0cfdd1a401
Enable Rubocop Style/StringConcatenation defaults (#23792)
|
пре 1 година |
video_metadata_extractor.rb
|
496c10542b
Fix division by zero on some video/GIF files (#30600)
|
пре 5 месеци |
web_push_request.rb
|
4aa26eba53
Extract `WebPushRequest` from push notification worker and subscription (#32208)
|
пре 1 месец |
webfinger.rb
|
cd0ca4b994
Select correct self link when parsing Webfinger response (#31110)
|
пре 3 месеци |
webfinger_resource.rb
|
b4e739ff0f
Change interaction modal in web UI (#26075)
|
пре 1 година |