chinwagsocial/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
2018-02-05 02:44:13 +01:00
..
controllers Exclude nil from relationships array (#6427) 2018-02-04 12:32:10 +01:00
helpers Add direction tags to HTML e-mails for RTL languages (#6373) 2018-01-29 00:22:20 +01:00
javascript match hashtag regex in js client with server (#6431) 2018-02-05 02:44:13 +01:00
lib Accept ActivityPub announce from the author of the original note (#6236) 2018-02-02 10:22:15 +01:00
mailers Make sure status is not nil (#6428) 2018-02-04 12:31:46 +01:00
models Make PAM gem optional, allow configuration over environment (#6415) 2018-02-04 15:05:53 +01:00
policies Allow admin to deactivate invite created by users (#5860) 2017-12-01 12:26:19 +01:00
presenters Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
serializers implement web share target (#6278) 2018-01-17 17:08:10 +01:00
services Fix saving of oEmbed image (#6409) 2018-02-02 11:57:59 +01:00
validators Validation of count works even when text of status is nil (#6429) 2018-02-04 12:32:41 +01:00
views Add option to show only local toots in timeline preview (#6292) 2018-02-04 06:00:10 +01:00
workers Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 2018-01-22 14:25:09 +01:00