Tim Abbott
bccec80062
Release Zulip Server 2.0.6.
2019-09-23 16:08:57 -07:00
Tim Abbott
2bb3af1ade
Release Zulip Server 2.0.5.
2019-09-11 15:48:06 -07:00
Tim Abbott
a1f62a66ae
Release Zulip Server 2.0.4.
2019-06-06 20:03:14 -07:00
Tim Abbott
f95c807100
Release Zulip Server 2.0.3.
2019-04-23 15:00:32 -07:00
Tim Abbott
f8d74fab08
Release Zulip Server 2.0.2.
2019-03-15 11:39:10 -07:00
Tim Abbott
29b3dd0852
Release Zulip Server 2.0.1.
2019-03-04 17:39:57 -08:00
Tim Abbott
ac24fdd4eb
Release Zulip Server 2.0.0.
2019-03-01 10:32:10 -08:00
Puneeth Chaganti
b8e25677ef
digest: Remove unnecessary scroll bar for private messages.
2019-02-22 13:09:26 -08:00
Eeshan Garg
8de84eea4c
pypi_packages: Upgrade to release 0.5.9.
2019-02-17 02:57:03 -03:30
Puneeth Chaganti
43caf28e36
digest: Use the same font for the salutation as other paragraphs.
...
The fact that these were different was just a subtle visual bug.
2019-02-13 10:43:26 -08:00
Thomas Ip
60c9f22129
typescript: Update TS related dependencies.
2019-02-12 15:59:51 -08:00
Tim Abbott
23f950c60c
version: Bump ZULIP_VERSION after 2.0.0-rc1 release.
2019-02-11 20:25:00 -08:00
Tim Abbott
edb50cbf2c
Release Zulip Server 2.0.0-rc1.
2019-02-11 20:07:38 -08:00
Anders Kaseorg
8fdb62a6bc
tools: Create DEPLOY_ROOT/zulip-py3-venv symlink in development too.
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2019-02-07 17:12:33 -08:00
Shoumorup
e8ba08367b
requirements: Upgrade pyflakes.
...
Pyflakes has been upgraded from 2.0.0 to 2.1.0 and
a few new linter errors have been fixed.
Fixes #11397 .
2019-02-01 07:26:13 -08:00
Pragati Agrawal
e1772b3b8f
tools: Upgrade Pycodestyle and fix new linter errors.
...
Here, we are upgrading pycodestyle version from 2.4.0 to 2.5.0.
Fixes : #11396 .
2019-01-31 12:21:41 -08:00
Vishnu Ks
cf5b21d422
version: Bump provision version for mass dependency upgrade.
2019-01-30 09:50:43 -08:00
Tim Abbott
dc663057ce
docs: Add changelog from 1.9.2 release.
2019-01-29 16:54:45 -08:00
Eeshan Garg
9cdcfad920
pypi: Upgrade to release 0.5.8.
2019-01-22 22:49:51 -03:30
Vishnu Ks
8f3a0927c3
lint: Ban color names in CSS.
...
We already lint using HSL rather than RGB consistently.
2019-01-22 15:33:18 -08:00
Eeshan Garg
3c4e3ddcdb
pypi: Upgrade to release 0.5.7.
2019-01-16 21:27:50 -03:30
Rohitt Vashishtha
b7c5ae7bca
dependencies: Upgrade markdown from 2.6.11 -> 3.0.1.
...
This is a major upgrade, and requires some significant compatibility
work:
* Migrating the pattern-removal logic to use the Registry feature.
* Handling the removal of positional arguments in markdown extensions.
* Handling the removal of safe mode.
2019-01-11 11:40:18 -08:00
Vishnu Ks
c6352c4d9d
version: Bump provision version to facilitate dependency upgrade.
2019-01-07 10:30:49 -08:00
Vishnu Ks
689d8221e5
emails: Fix the if condition logic in missed_message.html.
...
Refactoring in 4e1c058 was not correct since recipient_block
and message_content checked for if not condition while
recipient_header checked for if.
The naming of classes in 6077a33 was also not correct
semantically.
2019-01-05 10:22:39 -08:00
Vishnu Ks
7e8825bc6f
emails: Change HSL colors to HEX for missed_message styles.
2019-01-03 17:55:29 -08:00
Eeshan Garg
88cf6777d0
python-zulip-api: Upgrade to latest PyPI release (0.5.6).
2018-12-17 18:37:20 -03:30
Anders Kaseorg
149132348f
lint: Update ShellCheck to 0.6.0.
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2018-12-12 08:24:01 -08:00
neiljp (Neil Pilgrim)
63768858ff
dependencies: Upgrade mypy to version 0.650.
...
Broaden the type of the AbstractEnum __reduce_ex__ parameter to object; this
matches the parameter type specified in the latest enum.pyi file in typeshed.
Fixes #10996 .
2018-12-09 22:20:12 -08:00
Vishnu Ks
6de6b0ed31
emails: Extract CSS to email.css in digest.html.
2018-12-03 17:43:53 -08:00
Tim Abbott
34bf5412b1
Add changelog and version updates for Zulip Server 1.9.1.
...
The actual changes in 1.9.1 are already present in master.
2018-11-30 15:51:02 -08:00
Raymond Akornor
d00b889402
auth: Add an organization reactivation flow with admin confirmation.
...
This adds a web flow and management command for reactivating a Zulip
organization, with confirmation from one of the organization
administrators.
Further work is needed to make the emails nicer (ideally, we'd send
one email with all the admins on the `To` line, but the `send_email`
library doesn't support that).
Fixes #10783 .
With significant tweaks to the email text by tabbott.
2018-11-27 10:58:34 -08:00
Cynthia Lin
d36dc5e2d1
hello: Add link and label for latest Zulip release.
...
Tweaked by tabbott to add the plumbing for the 3 variables we need and
add the links, and move to a plain-text styling.
2018-11-19 12:00:40 -08:00
Vishnu Ks
3258ce1fa4
emails: Cleanup followup day1 email.
2018-11-19 11:16:36 -08:00
Vishnu Ks
d3138d486e
requirements: Upgrade setuptools to 40.6.1.
2018-11-13 12:15:07 -08:00
Vishnu Ks
fba5b329ab
version: Bump PROVISION_VERSION for py packages upgrade.
2018-11-12 15:27:26 -08:00
Tim Abbott
db51d40f4e
release: Update version strings following 1.9.0 release.
2018-11-07 07:53:12 -08:00
Tim Abbott
06d39f87b7
Release Zulip Server 1.9.0.
2018-11-07 07:24:30 -08:00
Tim Abbott
e55a3b6cd1
version: Bump after 1.9.0-rc3 release.
2018-11-02 17:30:13 -07:00
Tim Abbott
27f6e9359d
Release Zulip Server 1.9.0-rc3.
2018-11-02 17:19:38 -07:00
Aaditya Arora
f4d4c55d92
dependencies: Upgrade mypy to version 0.641.
...
This requires upgrading a few other packages that mypy depends on.
2018-10-24 10:48:05 -07:00
Anders Kaseorg
c3bd293eaf
Add shellcheck as a linter.
...
Fixes #10162 .
Tweaked by tabbott to cover documentation as well.
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2018-10-18 15:32:26 -07:00
Harshit Bansal
fc7e654d7b
emoji: Remove single-digit names for number emojis.
...
Names like `:1:`, `:2:` etc don't seem to be of much benefit rather
they seem to get rendered at places not intended.
2018-10-02 11:30:11 -07:00
Eeshan Garg
c9765da47d
pypi: Upgrade to release 0.5.5.
2018-09-25 18:24:36 -07:00
Tim Abbott
9b0c702035
version: Bump after 1.9.0-rc2 release.
2018-08-31 16:13:15 -07:00
Tim Abbott
00cb9f8fe2
Release Zulip Server 1.9.0-rc2.
2018-08-31 16:10:47 -07:00
Eeshan Garg
e1c4df0acb
pypi: Upgrade to release 0.5.4.
2018-08-31 13:44:59 -07:00
Harshit Bansal
e7311cdf5d
emoji: Bring back the feature of changing emojisets.
...
This is largely inspired by requests from people not liking the
Google's new emojiset. A lot of people were requesting to revert
back to old blobs emojiset so we are re-enabling this feature
after making relevant infrastructure changes for supporting google's
old blob emojiset and re-adding support for twitter emojiset.
Fixes : #10158 .
2018-08-31 11:52:24 -07:00
Shubham Dhama
e70cf3bd67
emails/password_reset: Change text for listing other active accounts.
...
The main benefit of this change is that it reduces the amount of total
string that we might need to tag for translation.
Fixes : #10323 .
2018-08-22 17:49:40 -07:00
Eeshan Garg
080b1eccea
pypi: Upgrade to release 0.5.3.
2018-08-18 08:00:56 -07:00
Yago González
2f7e4484c8
requirements: Upgrade python-zulip-api/zulip to 7dfecf557.
2018-08-16 14:12:44 -07:00