chinwagsocial/app/lib
Claire 47c6079d8d
Merge pull request from GHSA-7w3c-p9j8-mq3x
* Ensure destruction of OAuth Applications notifies streaming

Due to doorkeeper using a dependent: delete_all relationship, the destroy of an OAuth Application bypassed the existing AccessTokenExtension callbacks for announcing destructing of access tokens.

* Ensure password resets revoke access to Streaming API

* Improve performance of deleting OAuth tokens

---------

Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
2024-02-14 15:15:34 +01:00
..
activitypub Merge pull request from GHSA-3fjr-858r-92rw 2024-02-01 15:56:46 +01:00
admin Fix moderator rights inconsistencies (#26729) 2023-09-19 17:01:17 +02:00
connection_pool
importer Fix importer returning negative row estimates (#27258) 2023-10-10 13:50:10 +02:00
nodeinfo
ostatus
rss Fix errors when rendering RSS feeds (#18531) 2022-05-26 23:02:42 +02:00
settings
access_token_extension.rb Fix single Redis connection being used across all threads (#18135) 2022-04-28 17:47:34 +02:00
account_reach_finder.rb Change profile updates to be sent to recently-mentioned servers (#24852) 2023-07-06 13:46:21 +02:00
account_statuses_filter.rb Fix moderator rights inconsistencies (#26729) 2023-09-19 17:01:17 +02:00
activity_tracker.rb
application_extension.rb Merge pull request from GHSA-7w3c-p9j8-mq3x 2024-02-14 15:15:34 +01:00
cache_buster.rb
delivery_failure_tracker.rb Fix some performance issues with /admin/instances (#21907) (#23483) 2023-02-09 20:57:14 +01:00
emoji_formatter.rb Fix emoji substitution not applying only to text nodes in backend code 2022-11-14 11:20:41 +01:00
entity_cache.rb
extractor.rb Fix being able to post URLs longer than 4096 characters (#17908) 2022-03-30 14:46:03 +02:00
fast_geometry_parser.rb
fast_ip_map.rb
feed_manager.rb Fix n+1 query on feed merge and populate operations (#18111) 2022-04-26 22:06:31 +02:00
hash_object.rb
html_aware_formatter.rb Refactor formatter (#17828) 2022-03-26 02:53:34 +01:00
inline_renderer.rb
link_details_extractor.rb Change OpenGraph-based embeds to allow fullscreen (#25058) 2023-07-06 13:46:21 +02:00
permalink_redirector.rb
plain_text_formatter.rb Change text extraction in PlainTextFormatter to be faster (#26727) 2023-09-05 17:22:43 +02:00
potential_friendship_tracker.rb
rate_limiter.rb
redis_configuration.rb Fix opening and closing Redis connections instead of using a pool (#18171) 2022-04-29 22:43:07 +02:00
request.rb Fix incorrect connect timeout in outgoing requests (#26116) 2023-07-31 14:33:27 +02:00
request_pool.rb
response_with_limit.rb
scope_parser.rb Change authorized applications page (#17656) 2022-03-01 16:48:58 +01:00
scope_transformer.rb Change authorized applications page (#17656) 2022-03-01 16:48:58 +01:00
search_query_parser.rb
search_query_transformer.rb Fix error resposes for from search prefix (#17963) 2022-04-08 21:21:49 +02:00
status_filter.rb
status_finder.rb
status_reach_finder.rb Don't delivery a reply to domains which are blocked by author (#22117) (#23490) 2023-02-09 21:01:53 +01:00
suspicious_sign_in_detector.rb Remove sign-in token authentication, instead send e-mail about new sign-in (#17970) 2022-04-06 20:58:12 +02:00
tag_manager.rb Fix crash when encountering invalid URL (#26814) 2023-09-19 17:01:17 +02:00
text_formatter.rb Fix crash in admin interface when viewing a remote user with verified links (#25796) 2023-07-07 19:35:24 +02:00
themes.rb
toc_generator.rb
user_settings_decorator.rb Change e-mail notifications to only be sent when recipient is offline (#17984) 2022-04-08 18:03:31 +02:00
validation_error_formatter.rb
video_metadata_extractor.rb Fix frame_rate for videos where ffprobe reports 0/0 (#26500) 2023-09-19 17:01:17 +02:00
webfinger.rb Fix error caused by missing subject in Webfinger response (#18204) 2022-05-01 00:37:46 +02:00
webfinger_resource.rb