zulip/zerver
Shubham Dhama a32e1eb913 markdown: Require double-asterisk around all mentions.
This enforces `**` around all the mentions including "at-all" and
"at-everyone" mentions. Hence this makes `@all` and `@everyone`
invalid mentions, resulting into proper syntax for these mentions as
`@**all**` and `@**everyone**` respectively.

Note from tabbott: This removes an old feature/syntax, which made
sense back when @Tim was also a way to mention a user with Tim as
their first name.  Given how nice typeahead is now, the user part of
the feature was removed a while ago; this should have gone at the same
time.

Fixes: #8143.
2018-02-16 11:45:08 -08:00
..
fixtures stripe: Add backend tests for stripe. 2018-02-12 12:45:46 -08:00
lib markdown: Require double-asterisk around all mentions. 2018-02-16 11:45:08 -08:00
management translation: Mark error strings in django.po files. 2018-02-15 11:12:42 -08:00
migrations migrations: Fix mypy error in placeholder migration. 2018-02-05 18:03:07 -08:00
templatetags mypy: Tweak a bit of syntax to avoid a mypy bug. 2018-02-09 19:43:27 -08:00
tests markdown: Require double-asterisk around all mentions. 2018-02-16 11:45:08 -08:00
tornado mypy: Clarify valid types in tornado views via new variable. 2018-02-13 11:40:52 -08:00
views api: Return anchor in get_messages when use_first_unread_anchor=True. 2018-02-16 10:06:20 -08:00
webhooks integrations: Update text for bitbucket2 doc. 2018-02-13 22:28:48 -03:30
worker embedded bots: Log warning when bot quit()s. 2018-02-13 14:56:37 -08:00
__init__.py
apps.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
context_processors.py integrations/email: Render settings.EMAIL_GATEWAY_EXAMPLE correctly. 2018-01-22 18:05:20 -05:00
decorator.py decorators: Fix email check in access_user_by_api_key case insensitive. 2018-01-23 10:04:03 -08:00
filters.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
forms.py mypy: Annotate user variable in ZulipPasswordResetForm.save. 2018-02-13 11:40:07 -08:00
logging_handlers.py Fix mypy error in AdminNotifyHandler.emit(). 2017-12-22 15:02:18 -05:00
middleware.py mypy: Use Python 3 type syntax in zerver/middleware.py. 2017-12-11 18:43:24 -08:00
models.py settings: Added setting to turn on and off realm name in email subject. 2018-02-05 18:01:54 -08:00
signals.py emails: Fix notify_new_login emails have unserializable context. 2017-12-22 16:34:18 -05:00
static_header.txt
storage.py mypy: Improve typing for ManifestStaticFilesStorage monkeypatch. 2017-12-08 19:00:18 -08:00