Tim Abbott
|
71af0f7e2e
|
Add endpoint to fetch presence data for a single user.
This is an experimental API subject to its data format being changed.
Fixes #3638.
|
2017-02-10 23:52:56 -08:00 |
Yago González
|
7fe090f902
|
translations: Improve some poorly-worded strings.
|
2017-01-28 18:04:17 -08:00 |
Sidhant Bhavnani
|
8c0c12c1d9
|
pep8: Fix E303 violations.
|
2016-12-02 15:34:11 -08:00 |
Rafid Aslam
|
7a2282986a
|
pep8: Fix E225 pep8 violations.
|
2016-11-28 15:21:15 -08:00 |
Rishi Gupta
|
5681ee90fa
|
models.py: Rename split_email_to_domain to email_to_domain.
In order to better match models.email_to_username.
|
2016-11-11 15:26:51 -08:00 |
sinwar
|
4582a98c09
|
tests: Split out ZulipTestCase and WebhookTestCase to a separate file.
Fixes #1671.
|
2016-11-10 19:29:43 -08:00 |
Rishi Gupta
|
6e9e2cc05f
|
Change datetime.now() to timezone.now() in various tests.
Good practice to use timezone-aware datetime objects unless there is a
reason to do otherwise.
|
2016-11-07 20:13:53 -08:00 |
Steve Howell
|
edfa022bac
|
Remove json/get_active_statuses endpoint.
|
2016-09-27 14:33:56 -07:00 |
Sahil Dua
|
058587da77
|
Remove extra new lines at the ends of Zulip authoried files.
Fixes #1627.
[tweaked by tabbott to avoid patching third-party modules, for now]
|
2016-09-26 21:05:24 -07:00 |
Supriya
|
4959e8d10a
|
tests: Extract and use assert_max_length test helper.
This makes it much more explicit in which cases we're checking
equality or a maximum in our use of `assert_length`.
Fixes #1400.
|
2016-09-25 15:44:58 -07:00 |
Steve Howell
|
f5f7801302
|
tests: Extract test_presence.py
|
2016-09-13 14:51:36 -07:00 |