zulip/zerver
Harshit Bansal 7be7561c68 emoji: If current emojiset is text then fallback to google emojiset.
If `TEXT_EMOJISET` is currently selected emojiset then fallback to
`GOOGLE_EMOJISET` for displaying emojis in emoji picker and
composebox typeahead. We should pre-load the spritesheets in`emoji.js`
even in case of text emojiset otherwise on slow networks emoji picker
will appear empty initially.
2018-08-14 12:01:00 -07:00
..
data_import slack import: Fix computation of owner email for uploaded files. 2018-08-10 16:20:36 -07:00
lib refactor: Extract validate_sender_can_write_to_stream(). 2018-08-14 10:34:58 -07:00
management import: Use os.path.expanduser when accessing paths. 2018-08-13 13:32:53 -07:00
migrations migrations: Set initial value for is_private flags. 2018-08-09 16:09:44 -07:00
openapi api docs: Create the NonExistingStreamError schema definition. 2018-08-08 09:29:27 -07:00
templatetags render_markdown_path: Refactor pure_markdown rendering logic. 2018-08-09 14:34:52 -07:00
tests emoji: If current emojiset is text then fallback to google emojiset. 2018-08-14 12:01:00 -07:00
tornado event_queue: Stop mocking push notifications in most tests. 2018-08-10 13:58:39 -07:00
views emoji: If current emojiset is text then fallback to google emojiset. 2018-08-14 12:01:00 -07:00
webhooks webhooks/teamcity: Ignore third-party specific payload formats. 2018-08-13 14:54:43 -07:00
worker push notifications: Add support for removing GCM push notifications. 2018-08-10 13:58:39 -07:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
context_processors.py settings: Enable custom profile fields in production. 2018-07-27 12:09:56 -07:00
decorator.py decorator: Fix error message for accessing deactivated accounts. 2018-08-09 15:58:31 -07:00
filters.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
forms.py forms: Fix accounts listed in password_reset email to active accounts. 2018-08-04 09:16:19 -07:00
logging_handlers.py bugdown: Improve exception handler for BugdownRenderingException. 2018-07-26 09:27:55 -07:00
middleware.py zerver: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
models.py RealmAuditLog: Add id to __str__ method. 2018-08-13 17:12:50 -07:00
signals.py emails: Apply the user's hour format in login notification timestamps. 2018-08-13 19:06:54 -07:00
static_header.txt Update static_header.txt with new license information. 2016-08-13 00:37:21 -07:00