Skip to content

Tags: shaddu/zulip

Tags

1.4.1

Toggle 1.4.1's commit message
Upgrade: revert change to default LOCAL_UPLOADS_DIR in prod settings.

The main purpose of the "var" convention is to make it easy to write stuff
inside of our git repo when running a dev instance, and then "var" gets
excluded from checkins. For production, that's not as much of a concern.
For upgrades we don't want to be changing the directory around and confusing
matters, especially with the extra moving part of nginx configs (which have
their own issues in terms of being overwritten by accident when admins go to
S3).

1.4.0

Toggle 1.4.0's commit message
Release Zulip 1.4.

1.3.13

Toggle 1.3.13's commit message
Add changelog for Zulip 1.3.13 release.

1.3.12

Toggle 1.3.12's commit message
Add changelog for Zulip 1.3.12 release.

1.3.11

Toggle 1.3.11's commit message
Add changelog for Zulip 1.3.11 release.

1.3.10

Toggle 1.3.10's commit message
Add changelog for Zulip 1.3.10 release.

1.3.9

Toggle 1.3.9's commit message
Add changelog for Zulip 1.3.9 release.

1.3.8

Toggle 1.3.8's commit message
Add changelog for Zulip 1.3.8 release.

1.3.7

Toggle 1.3.7's commit message
Rewrite the email gateway integration instructions.

1.3.6

Toggle 1.3.6's commit message
Fix validation that twitter creds are present.

They are looked up as secrets which initialize to `None`, but the code
was checking for empty strings.

This, along with zulip#80, fixes zulip#81.