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
4b68e82a19
Don't add \b to whole-word keywords that don't start with word characters.
...
Ditto for ending with \b.
Consider muting the phrase "(hot take)". I stipulate it is reasonable
to enter this with the default "match whole word" behavior. Under the
old behavior, this would be encoded as
\b\(hot\ take\)\b
However, if \b is before the first character in the string and the first
character in the string is not a word character, then the match will
fail. Ditto for after. In our example, "(" is not a word character, so
this will not match statuses containing "(hot take)", and that's a very
surprising behavior.
To address this, we only add leading and trailing \b to keywords that
start or end with word characters.
7 years ago
..
concerns
Merge commit '4aea3f88a6d30f102a79c2da7fcfac96465ba1a8' into merging-upstream
7 years ago
form
Default follows for new users ( #4871 )
7 years ago
glitch
Don't add \b to whole-word keywords that don't start with word characters.
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
…
block.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
context.rb
…
conversation.rb
…
conversation_mute.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
custom_emoji.rb
Encode custom emojis as resolveable objects in ActivityPub ( #5243 )
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
…
favourite.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
feed.rb
Non-Serial ("Snowflake") IDs ( #4801 )
7 years ago
follow.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
follow_request.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
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
…
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
…
remote_profile.rb
Introduce OStatus::TagManager ( #5008 )
7 years ago
report.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
report_filter.rb
…
search.rb
…
session_activation.rb
…
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 'origin/master' into gs-master
7 years ago
status_pin.rb
…
stream_entry.rb
Merge upstream 2.0ish #165
7 years ago
subscription.rb
Make IdsToBigints (mostly!) non-blocking ( #5088 )
7 years ago
tag.rb
…
user.rb
Add option to reduce motion ( #5393 )
7 years ago
web.rb
…