Source code for the custom Mastodon (Glitchsoc) instance on berserker.town. https://berserker.town/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Eugen Rochko 68b4e36c82
Fix `#hashtag` matching non-hashtagged posts in search (#26781)
9 months ago
..
activitypub Add auto-refresh of accounts we get new messages/edits of (#26510) 9 months ago
admin Add admin notifications for new Mastodon versions (#26582) 9 months ago
connection_pool Update rubocop to v1.54.1 (#25627) 10 months ago
importer Change importers to avoid a few inefficiencies (#26721) 9 months ago
nodeinfo Add a nodeinfo endpoint (#12002) 5 years ago
ostatus Autofix Rubocop remaining Layout rules (#23679) 1 year ago
rss Rubocop fix: `Perfomance/UnfreezeString` (#26217) 10 months ago
settings Remove unused Settings::Extend module (#25214) 12 months ago
translation_service Translate CW, poll options and media descriptions (#24175) 12 months ago
vacuum Add new public status index (#26344) 9 months ago
webhooks Add webhook templating (#23289) 12 months ago
access_token_extension.rb Fix single Redis connection being used across all threads (#18135) 2 years ago
account_reach_finder.rb Change profile updates to be sent to recently-mentioned servers (#24852) 1 year ago
activity_tracker.rb Fix Performance/Sum cop (#24788) 1 year ago
application_extension.rb Clean up unused application records (#24871) 10 months ago
ascii_folding.rb Change how hashtags are normalized (#18795) 2 years ago
attachment_batch.rb Storage: add :azure to remaining callers (#26080) 10 months ago
cache_buster.rb Allow setting a custom HTTP method in CacheBuster (#26528) 9 months ago
delivery_failure_tracker.rb Apply Rubocop Performance/DoubleStartEndWith (#23442) 1 year ago
emoji_formatter.rb Fix `Style/SlicingWithRange` cop (#25923) 10 months ago
entity_cache.rb Fix cache_collection crashing when given an empty collection (#15921) 3 years ago
extractor.rb Fix Performance/StartWith cop (#24818) 1 year ago
fast_geometry_parser.rb Switch from unmaintained paperclip to kt-paperclip (#16724) 3 years ago
fast_ip_map.rb Add IP-based rules (#14963) 4 years ago
feed_manager.rb Remove unfollowed hashtag posts from home feed (#26028) 10 months ago
hashtag_normalizer.rb Improve performance by avoiding regex construction (#20215) 2 years ago
html_aware_formatter.rb Refactor formatter (#17828) 2 years ago
inline_renderer.rb Rails 7.0 update (#25668) 10 months ago
link_details_extractor.rb Add alt text for preview card thumbnails (#26184) 10 months ago
permalink_redirector.rb Fix Performance/DeletePrefix cop (#24796) 1 year ago
plain_text_formatter.rb Change text extraction in `PlainTextFormatter` to be faster (#26727) 9 months ago
potential_friendship_tracker.rb Change auto-following admin-selected accounts, show in recommendations (#16078) 3 years ago
rate_limiter.rb Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681) 1 year ago
redis_configuration.rb Add retention policy for cached content and media (#19232) 2 years ago
request.rb Allow setting a custom HTTP method in CacheBuster (#26528) 9 months ago
request_pool.rb Update rubocop to v1.54.1 (#25627) 10 months ago
response_with_limit.rb Fix remote files not using Content-Type header, streaming (#14184) 4 years ago
scope_parser.rb Fix OAuth apps page crashing when listing apps with certain admin API scopes (#25713) 11 months ago
scope_transformer.rb Apply Rubocop Performance/StringIdentifierArgument (#23444) 1 year ago
search_query_parser.rb Fix unmatched quotes and prefixes causing search to fail (#26701) 9 months ago
search_query_transformer.rb Fix `#hashtag` matching non-hashtagged posts in search (#26781) 9 months ago
status_cache_hydrator.rb Extract private methods in `StatusCacheHydrator` (#26177) 10 months ago
status_filter.rb Autofix Rubocop remaining Layout rules (#23679) 1 year ago
status_finder.rb Autofix Rubocop Style/IfUnlessModifier (#23697) 1 year ago
status_reach_finder.rb Don't delivery a reply to domains which are blocked by author (#22117) 1 year ago
suspicious_sign_in_detector.rb Remove sign-in token authentication, instead send e-mail about new sign-in (#17970) 2 years ago
tag_manager.rb Autofix Rubocop Regex Style rules (#23690) 12 months ago
text_formatter.rb Rubocop fix: `Perfomance/UnfreezeString` (#26217) 10 months ago
themes.rb Add support for multiple themes (#4959) 7 years ago
translation_service.rb Replace `Status#translatable?` with language matrix in separate endpoint (#24037) 1 year ago
user_settings_serializer.rb Change user settings to be stored in a more optimal way (#23630) 1 year ago
vacuum.rb Add retention policy for cached content and media (#19232) 2 years ago
validation_error_formatter.rb Enable Rubocop Style/StringConcatenation defaults (#23792) 1 year ago
video_metadata_extractor.rb Fix `frame_rate` for videos where `ffprobe` reports 0/0 (#26500) 9 months ago
webfinger.rb Autofix Rubocop remaining Layout rules (#23679) 1 year ago
webfinger_resource.rb Change interaction modal in web UI (#26075) 10 months ago