zulip/zerver
Iam-VM 6749817f3e migrations: Fix possible 0257_fix_has_link_attribute.py failure.
While it should be an invariant that message.rendered_content is never
None for a row saved to the database, it is possible for that
invariant to be violated, likely including due to bugs in previous
versions of data import/export tools.

While it'd be ideal for such messages to be rendered to fix the
invariant, it doesn't make sense for this has_link migration to crash
because of such a corrupted row, so we apply the similar policy we
already have for rendered_content="".
2021-08-04 12:48:15 -07:00
..
data_import slack import: Fix DefaultStream import of deactivated #random. 2020-05-12 22:17:06 -07:00
lib CVE-2020-14215: Fix validation in PreregistrationUser queries. 2020-06-16 23:16:06 -07:00
management management: Make backup command work when DB is not in localhost. 2020-02-19 14:22:47 -08:00
migrations migrations: Fix possible 0257_fix_has_link_attribute.py failure. 2021-08-04 12:48:15 -07:00
openapi bots: Remove feedback cross realm bot. 2020-02-19 16:21:02 +01:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests CVE-2020-14215: Fix validation in PreregistrationUser queries. 2020-06-16 23:16:06 -07:00
tornado tornado: Add transitional code for sender_delivery_email. 2019-11-20 17:31:11 -08:00
views auth: Fix Python style not supported on Python 3.5. 2020-06-17 00:24:42 -07:00
webhooks CVE-2020-12759: Fix reflected XSS vulnerability in Dropbox webhook. 2020-06-16 23:12:40 -07:00
worker CVE-2020-14215: Fix validation in PreregistrationUser queries. 2020-06-16 23:16:06 -07:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py auth: Expand on the external_auth_method abstraction. 2019-12-10 20:16:21 +01:00
decorator.py api: Return a JsonableError if API key of invalid format is given. 2020-01-13 17:34:01 -08:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py auth: Use zxcvbn to ensure password strength on server side. 2019-11-21 10:23:37 -08:00
logging_handlers.py version: Only let git describe match tags beginning with a digit. 2019-10-24 14:54:45 -07:00
middleware.py middleware: Fix exception typing. 2019-07-31 12:23:20 -07:00
models.py CVE-2020-15070: Replace eval with ast.literal_eval. 2020-06-25 17:02:32 -07:00
signals.py onboarding: Use delivery_email in "new login" notifications. 2019-11-14 12:19:47 -08:00