zulip/zephyr
Tim Abbott 0dda71fb54 Fix website improperly submitting a last value of -1.
We were submitting a 'last' value of -1 to the server at startup,
which is invalid but normally ended up being OK because the user
usually had no messages whatsoever or had last be updated via
get_old_messages before the get_updates call went through.

(imported from commit df55ac1cdac443721c06ebed94a1c4b3ec7af2d1)
2012-12-14 17:15:32 -05:00
..
fixtures Rename zephyrs.json => messages.json in .gitignore. 2012-10-10 10:39:27 -04:00
jstemplates Remove unescaped use of stream name in subscriptions page. 2012-12-13 15:46:30 -05:00
lib Add datetime_to_timestamp library function. 2012-12-12 15:45:37 -05:00
management populate_db: Fix unnecessary import from zephyr.views. 2012-12-14 17:15:32 -05:00
static Fix website improperly submitting a last value of -1. 2012-12-14 17:15:32 -05:00
static-access-control Add a "tutorial" page at /new-user 2012-12-04 12:05:56 -05:00
tests [schema] Add a management script to create default streams for a domain. 2012-11-28 14:07:16 -05:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
context_processors.py context_processors: Rename misleadingly named unused parameter 2012-11-07 17:46:46 -05:00
decorator.py decorators: split authenticated_json_view into POST and non-POST versions. 2012-12-03 12:46:27 -05:00
filters.py Filter out "content" and "secret" from exceptions. 2012-12-07 17:32:16 -05:00
forms.py Log password change events via the password reset feature. 2012-12-13 15:22:35 -05:00
handlers.py Humbug errors: Only display most useful request fields. 2012-12-11 16:06:12 -05:00
middleware.py Log how long requests take to process. 2012-11-14 15:52:57 -05:00
models.py Log password change events via the password reset feature. 2012-12-13 15:22:35 -05:00
retention_policy.py exunge_log: Ignore default_streams entries 2012-11-30 17:24:37 -05:00
tests.py Add tests for /json/get_old_messages. 2012-12-11 16:07:09 -05:00
views.py Configure get_updates timeout in settings.py 2012-12-14 16:22:42 -05:00