You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Daniel King 95c8232109 match hashtag regex in js client with server (#6431)
the slight mismatch in hashtag regex between js and ruby was causing
hashtag warning to be displayed for unlisted tweets when an invalid
hashtag was entered

exact version of ruby regex not possible in js as POSIX bracket
expressions are not supported, this version approximates and doesn't
give same unicode support
7 years ago
..
controllers Exclude nil from relationships array (#6427) 7 years ago
helpers Add direction tags to HTML e-mails for RTL languages (#6373) 7 years ago
javascript match hashtag regex in js client with server (#6431) 7 years ago
lib Accept ActivityPub announce from the author of the original note (#6236) 7 years ago
mailers Make sure status is not nil (#6428) 7 years ago
models Make PAM gem optional, allow configuration over environment (#6415) 7 years ago
policies Allow admin to deactivate invite created by users (#5860) 7 years ago
presenters Using double splat operator (#5859) 7 years ago
serializers implement web share target (#6278) 7 years ago
services Fix saving of oEmbed image (#6409) 7 years ago
validators Validation of count works even when text of status is nil (#6429) 7 years ago
views Add option to show only local toots in timeline preview (#6292) 7 years ago
workers Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago