Skip to content

Tags: dreinhold/zulip

Tags

1.3.2

Toggle 1.3.2's commit message
Use -O option to wget when fetching zxcvbn

Otherwise the downloaded zxcvbn.js also includes garbage we don't want

1.3.1

Toggle 1.3.1's commit message
Use current working dir instead of /tmp

1.3.0

Toggle 1.3.0's commit message
Hackishly install a correct version of python-django-guardian in prod…

… install.

(imported from commit 1027e05a1a9805a17fcb4b8dea2c2cf8cda280af)

enterprise-1.2.0+p1

Toggle enterprise-1.2.0+p1's commit message
email_mirror: Use internal_send_message instead of the API

Previously, the email mirror queue worker used the API bindings to send
messages to Zulip, as if it were any other API client.

This is inefficient since we're running the worker inside the Django
context on a machine with database access; we can instead just use the
internal message-sending functions we use elsewhere. This also resolves
potential issues with SSL certificates, etc. that might occur when we
were previously making a HTTPS connection.

(imported from commit 3f0d200eec66d926a8c6b3b33b825ac5d0edfe12)

enterprise-1.2.1

Toggle enterprise-1.2.1's commit message
Disable use_socket manually for CUSTOMER13

This was causing tracebacks during message sending

(imported from commit 9dde67f07934fe7a5aef7036340eebb7c6f6a97a)

enterprise-1.2.0

Toggle enterprise-1.2.0's commit message
Revert "Ensure server still gets narrow operators as tuples."

This reverts commit 64aced74012101f3bdbd3a4e6066b46ad8e1f4ea,
which was always intended as temporary code until we upgraded
the back end to support dictionary-style narrow operators.

(imported from commit b8d3a19f3aad3d9d6a26b9dcc07f502c55b18edd)

enterprise-1.1.5

Toggle enterprise-1.1.5's commit message
Remove some fields from the footer for Zulip Enterprise.

(imported from commit 30b41eb1bb09ad0fb8d0ae6ab5b08c63b99f5524)