Skip to content

Tags: Zinzie/zulip

Tags

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.

1.3.5

Toggle 1.3.5's commit message
puppet: Move /var/lib/nagios_state creation to zulip::base.pp.

Previously, in Zulip voyager, the cron jobs would spew error emails
every time they ran, due to this directory not existing.

This also tightens the permissions for the folder and avoids needing
to create a nagios user for Zulip voyager; it should be writeable by
both root and the zulip user and world-readable (and thus readable by
the Nagios user on zulip.com systems).

1.3.4

Toggle 1.3.4's commit message
Add description of Zulip at top of README.md.

Based on PR zulip#22 by GedLawrenson.

1.3.3

Toggle 1.3.3's commit message
Update the puppet nginx file to match apache

this updates the nginx configuration file to match the installation documentation requirements and apache configuration file.

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)