zulip/zerver
Tim Abbott fd2a63b049 event_queue: Fix missing copy for edit-message events.
Apparently, our edit-message events did not guarantee that the outer
wrapper dictionary, which is intended to be unique for each client,
was unique for every client (instead only ensuring it was unique for
each user).

This led to clients unexpectedly getting last_event_id validation
errors in this code path when a user had multiple connected clients,
because the linear ordering of event IDs within a given queue was
corrupted.
2019-08-06 13:40:30 -07:00
..
data_import slack import: Improve readability of user recipient object allocation. 2019-07-30 14:46:14 -07:00
lib api_code_examples: Parse kwargs/mods for example code generation. 2019-08-05 21:27:23 -07:00
management production: Rename the 'zulip' system bot realm to 'zulipinternal'. 2019-07-31 16:01:36 -07:00
migrations production: Rename the 'zulip' system bot realm to 'zulipinternal'. 2019-07-31 16:01:36 -07:00
openapi openapi: Migrate /messages to use the new cURL example system. 2019-08-05 21:27:24 -07:00
templatetags webhooks/freshdesk/doc.md: Remove unescape_rendered_html kludge. 2019-07-03 15:05:45 -07:00
tests openapi: Migrate /messages to use the new cURL example system. 2019-08-05 21:27:24 -07:00
tornado event_queue: Fix missing copy for edit-message events. 2019-08-06 13:40:30 -07:00
views custom profile: Update a few error messages. 2019-08-05 20:59:47 -07:00
webhooks tests: Adjust to new changes in populate_db. 2019-07-31 16:01:37 -07:00
worker events: Rewrite system for managing realm exports. 2019-07-26 16:38:52 -07:00
__init__.py
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py open graph: Uploaded realm icon URL is absolute for some backends. 2019-05-20 13:14:28 -07:00
decorator.py webhooks: Log unexpected webhook events separately. 2019-07-22 18:20:53 -07:00
filters.py filters: Don't include realm_counts/installation_counts in errors. 2019-04-30 14:10:59 -07:00
forms.py ktlo: Contact org admin instead of server admin for wrong subdomain error. (#12543) 2019-06-26 14:09:20 -07:00
logging_handlers.py python: Migrate open statements to use with. 2019-07-20 15:48:52 -07:00
middleware.py middleware: Fix exception typing. 2019-07-31 12:23:20 -07:00
models.py models: Improve comments about get_user_profile_by_*_email. 2019-08-05 17:10:58 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00