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.
David Yip
8fc54890e5
Prefix cache keys with the matcher type. #208 .
...
We already know about one regex limitation, which is that they cannot
segment words in e.g. Japanese, Chinese, or Thai. It may also end up
that regex matching is too slow compared to other methods.
However, the regex is an implementation detail. We still want the
ability to switch between "occurs anywhere" and "match whole word", and
caching the matcher result is likely to still be important (since the
matcher itself won't change nearly as often as status ingress rate).
Therefore, we ought to be able to change the cache keys to reflect a
change of data structure.
(Old cache keys expire within minutes, so they shouldn't be too big of
an issue. Old cache keys could also be explicitly removed by an
instance administrator.)
7 years ago
..
concerns
Updates per code review
7 years ago
form
Default follows for new users ( #4871 )
7 years ago
glitch
Prefix cache keys with the matcher type. #208 .
7 years ago
web
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
account.rb
Merge upstream 2.0ish #165
7 years ago
account_domain_block.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
account_filter.rb
Improve admin UI for custom emojis, add copy/disable/enable ( #5231 )
7 years ago
account_moderation_note.rb
foreign_key, non-nullable, dependent: destroy in account_moderation_notes ( #5294 )
7 years ago
application_record.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
block.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
context.rb
Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ( #4090 )
7 years ago
conversation.rb
Conditional validations no longer accept strings for if/unless ( #3124 )
8 years ago
conversation_mute.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
custom_emoji.rb
Feature: Unlisted custom emojis ( #5485 )
7 years ago
custom_emoji_filter.rb
Improve admin UI for custom emojis, add copy/disable/enable ( #5231 )
7 years ago
domain_block.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
email_domain_block.rb
Implement EmailBlackList ( #5109 )
7 years ago
export.rb
Settings export refactor ( #1646 )
8 years ago
favourite.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
feed.rb
Non-Serial ("Snowflake") IDs ( #4801 )
7 years ago
follow.rb
"Show reblogs" per-follower UI/database changes
7 years ago
follow_request.rb
Per-user reblog hiding implementation/fixes/tests
7 years ago
glitch.rb
Move KeywordMute into Glitch namespace.
7 years ago
import.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
instance.rb
Add Instance class to list admin records ( #3443 )
8 years ago
instance_filter.rb
Add instance search feature ( #4925 )
7 years ago
media_attachment.rb
Merge upstream 2.0ish #165
7 years ago
mention.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
mute.rb
Merge upstream 2.0ish #165
7 years ago
notification.rb
Fix UserTrackingConcern firing on every request, optimize some queries ( #5368 )
7 years ago
preview_card.rb
Increase max height of preview card image ( #5092 )
7 years ago
remote_follow.rb
rescue HTTP::ConnectionError in RemoteFollowController#create ( #4726 )
7 years ago
remote_profile.rb
Introduce OStatus::TagManager ( #5008 )
7 years ago
report.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
report_filter.rb
Admin reports with accounts ( #2092 )
8 years ago
search.rb
Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ( #4090 )
7 years ago
session_activation.rb
Refactor Web::PushSubscription, remove welcome message ( #4524 )
7 years ago
setting.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
site_upload.rb
Uploads for admin site settings ( #4913 )
7 years ago
status.rb
Merge remote-tracking branch 'STJrInuyasha/feature/direct-timeline' into gs-direct-timeline
7 years ago
status_pin.rb
Allow multiple pinned statuses to be shown and make them be ordered b… ( #4690 )
7 years ago
stream_entry.rb
Merge upstream 2.0ish #165
7 years ago
subscription.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
tag.rb
add validation to tag name ( #4194 )
7 years ago
user.rb
Add option to reduce motion ( #5393 )
7 years ago
web.rb
Add extended about page stub
8 years ago