mastodon/app/javascript/mastodon/features/compose
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
..
components Upgrade ESLint to version 4.x (#6276) 2018-01-17 16:57:15 +01:00
containers match hashtag regex in js client with server (#6431) 2018-02-05 02:44:13 +01:00
util Upgrade ESLint to version 4.x (#6276) 2018-01-17 16:57:15 +01:00
index.js Set minimum height for mastodon on drawer (#6142) 2018-02-02 11:56:50 +01:00