zulip/zproject
Rishi Gupta 6b3abce541 build_emoji: Generate emoji names and codepoints from emoji_map.
Replaces the hardcoded list of emoji_names and unicode_emoji_names in
static/js/emoji.js with a list generated from emoji_map.json, both to get
the list out of version control and so we can start modifying it for our
autocomplete. This does not change the contents of emoji_names. It sorts and
removes duplicates from unicode_emoji_names (causes no change in behavior,
since unicode_emoji_names is only used as if it were a set).
2017-01-28 17:05:32 -08:00
..
jinja2 mypy: Convert several directories to use typing.Text. 2016-12-07 20:51:05 -08:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py Fix `ZulipLDAPAuthBackend` not to rely on user's email domain. 2017-01-25 15:24:49 -08:00
dev_settings.py Add oembed/Open Graph/Meta tags data retrieval from inline links. 2016-12-07 17:40:18 -08:00
dev_urls.py views: Rename __init__.py to zerver.views.registration. 2017-01-08 16:21:15 -08:00
legacy_urls.py lint: Clean up E123 PEP-8 rule. 2017-01-23 21:34:26 -08:00
local_settings.py lint: Clean up W503 PEP-8 warning. 2017-01-23 20:50:04 -08:00
prod_settings_template.py errors: Separate browser error reporting from backend. 2017-01-27 10:27:41 -08:00
settings.py build_emoji: Generate emoji names and codepoints from emoji_map. 2017-01-28 17:05:32 -08:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py lint: Clean up E241 PEP-8 rule. 2017-01-23 21:21:14 -08:00
urls.py views/realm_aliases.py: Use domain instead of id as handle for RealmAlias. 2017-01-26 17:24:25 -08:00
wsgi.py Django 1.10: Use uWSGI. 2016-12-13 21:40:43 -08:00