mastodon/app/javascript/mastodon/features/compose/containers
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
..
autosuggest_account_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
compose_form_container.js Refactor initial state: "me" (#5563) 2017-10-31 11:27:48 +09:00
emoji_picker_dropdown_container.js Refactor initial state: auto_play_gif (#5576) 2017-11-01 06:58:07 +09:00
navigation_container.js Refactor initial state: "me" (#5563) 2017-10-31 11:27:48 +09:00
privacy_dropdown_container.js fix(dropdown_menu): Open as modal on mobile (#4295) 2017-07-27 22:31:59 +02:00
reply_indicator_container.js Remove unused variables (#3906) 2017-06-23 16:05:04 +02:00
search_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
search_results_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
sensitive_button_container.js Remove unnecessary translateZ(0) when doing scale() (#5473) 2017-10-19 18:27:55 +02:00
spoiler_button_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
upload_button_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
upload_container.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
upload_form_container.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
upload_progress_container.js Remove unused variables (#3906) 2017-06-23 16:05:04 +02:00
warning_container.js match hashtag regex in js client with server (#6431) 2018-02-05 02:44:13 +01:00