.. |
activitypub
|
Merge commit '80d9bff6df137afc3376f47b62d10a2e3e9456e2' into glitch-soc/merge-upstream
|
2024-07-22 17:38:30 +02:00 |
admin
|
Revert "Add system check for missing database indexes" (#30909)
|
2024-07-03 13:36:42 +00:00 |
connection_pool
|
Fix Lint/ConstantDefinitionInBlock cop (#24763)
|
2023-05-03 10:32:30 +02:00 |
importer
|
Add new public status index (#26344)
|
2023-08-24 16:40:04 +02:00 |
mastodon
|
Add diagnostic message for failure during CLI search deploy (#29462)
|
2024-03-15 14:26:23 +00:00 |
ostatus
|
Fix `RSpec/DescribedClass` cop (#25104)
|
2023-06-06 13:58:33 +02:00 |
sanitize
|
Merge commit 'df9e26158d9787859b24bdc276af478abf05e1af' into glitch-soc/merge-upstream
|
2024-07-04 17:12:14 +02:00 |
translation_service
|
Ignore block result of `send` method and remove `rubocop:disable` in deepl spec (#27741)
|
2023-11-08 14:43:17 +00:00 |
vacuum
|
Avoid repeated factory creation in media_attachments_vacuum_spec (#31000)
|
2024-07-12 14:09:16 +00:00 |
webhooks
|
Add webhook templating (#23289)
|
2023-06-06 10:42:47 +02:00 |
account_reach_finder_spec.rb
|
Add stricter protocol fields validation for accounts (#25937)
|
2023-07-20 18:23:48 +02:00 |
account_statuses_filter_spec.rb
|
Account statuses filter spec speedup (#27674)
|
2023-11-07 15:47:01 +00:00 |
advanced_text_formatter_spec.rb
|
Fix rubocop issues in glitch-soc-specific code
|
2023-05-08 19:28:43 +02:00 |
cache_buster_spec.rb
|
Remove `CacheBuster` default options (#30718)
|
2024-06-21 15:32:49 +00:00 |
content_security_policy_spec.rb
|
Add `PAPERCLIP_ROOT_URL` to Content-Security-Policy when used (#28561)
|
2024-01-05 10:45:36 +00:00 |
delivery_failure_tracker_spec.rb
|
Fix single Redis connection being used across all threads (#18135)
|
2022-04-28 17:47:34 +02:00 |
emoji_formatter_spec.rb
|
Fix RSpec/ContextWording cop (#24739)
|
2023-05-04 05:49:08 +02:00 |
entity_cache_spec.rb
|
Fix `RSpec/DescribedClass` cop (#25104)
|
2023-06-06 13:58:33 +02:00 |
extractor_spec.rb
|
Remove unused `Extractor#extract_cashtags_with_indices` method (#30742)
|
2024-06-18 12:16:16 +00:00 |
fast_ip_map_spec.rb
|
Run rubocop formatting except line length (#23632)
|
2023-02-18 06:56:20 +09:00 |
feed_manager_spec.rb
|
Merge commit '3a191b3797dde1daf79cd748a14b87240532d543' into glitch-soc/merge-upstream
|
2024-06-17 13:41:58 +02:00 |
hashtag_normalizer_spec.rb
|
Change how hashtags are normalized (#18795)
|
2022-07-13 15:03:28 +02:00 |
html_aware_formatter_spec.rb
|
Implement HTML ruby tags for east-asian languages (#30897)
|
2024-07-03 20:05:59 +00:00 |
link_details_extractor_spec.rb
|
Fix LinkCrawlWorker NoMethodError: undefined method `[]' for nil (#31144)
|
2024-07-25 14:51:44 +00:00 |
permalink_redirector_spec.rb
|
Change public accounts pages to mount the web UI (#19319)
|
2022-10-20 14:35:29 +02:00 |
plain_text_formatter_spec.rb
|
Implement HTML ruby tags for east-asian languages (#30897)
|
2024-07-03 20:05:59 +00:00 |
request_pool_spec.rb
|
Add common `ThreadingHelper` module for specs (#29116)
|
2024-02-07 14:53:29 +00:00 |
request_spec.rb
|
Fix `RSpec/AnyInstance` cop (#27810)
|
2023-11-14 14:52:59 +00:00 |
scope_transformer_spec.rb
|
Change `read:me` scope to `profile` scope (#30357)
|
2024-06-06 07:30:10 +00:00 |
search_query_parser_spec.rb
|
Fix unmatched quotes and prefixes causing search to fail (#26701)
|
2023-09-01 09:43:12 +02:00 |
search_query_transformer_spec.rb
|
Fix `account_id`, `max_id` and `min_id` params not working in search (#26847)
|
2023-09-08 14:25:00 +02:00 |
signature_parser_spec.rb
|
Fix `RSpec/DescribedClass` cop (#29472)
|
2024-03-13 15:42:39 +00:00 |
status_cache_hydrator_spec.rb
|
Fix RSpec/ContextWording cop (#24739)
|
2023-05-04 05:49:08 +02:00 |
status_filter_spec.rb
|
Fix `RSpec/AnyInstance` cop (#27810)
|
2023-11-14 14:52:59 +00:00 |
status_finder_spec.rb
|
Fix `RSpec/StubbedMock` cop (#25552)
|
2023-07-12 10:20:10 +02:00 |
status_reach_finder_spec.rb
|
Fix RSpec/MissingExampleGroupArgument cop (#25310)
|
2023-06-06 15:51:42 +02:00 |
suspicious_sign_in_detector_spec.rb
|
Fix `RSpec/VerifiedDoubles` cop (#25469)
|
2023-06-22 14:55:22 +02:00 |
tag_manager_spec.rb
|
Fix `RSpec/DescribedClass` cop (#25104)
|
2023-06-06 13:58:33 +02:00 |
text_formatter_spec.rb
|
Allow @ at the end of an URL (#31124)
|
2024-07-25 15:02:58 +00:00 |
webfinger_resource_spec.rb
|
Fix `RSpec/DescribedClass` cop (#29472)
|
2024-03-13 15:42:39 +00:00 |
webfinger_spec.rb
|
Select correct self link when parsing Webfinger response (#31110)
|
2024-07-23 14:42:31 +00:00 |