zulip/zerver
Reid Barton 9db521a931 Django 1.8 compatibility: extracting the user from a session
django commit 596564e80808 stores the user id in the session as a
string, which broke our code that extracts the user id and compares
it to the id of a UserProfile object.

(imported from commit 99defd7fea96553550fa19e0b2f3e91a1baac123)
2015-08-20 23:15:45 -07:00
..
fixtures Fix bugdown fixture for dummy camo key 2015-08-16 16:45:15 -07:00
lib Django 1.8 compatibility: extracting the user from a session 2015-08-20 23:15:45 -07:00
management Django 1.7 compatibility: miscellaneous changes 2015-08-20 23:01:26 -07:00
migrations Switch from South to native Django migrations 2015-08-20 23:01:26 -07:00
templatetags Add a custom template filter for formatting displaying lists of items in emails. 2013-10-25 19:11:40 -04:00
tests/frontend Fix tests broken by twenty-four-hour-time feature. 2015-08-20 17:59:16 -07:00
views Remove corporate beta signup form 2015-08-20 18:40:34 -07:00
worker Add support for one time use email address 2014-10-06 15:27:54 -07:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
context_processors.py Switch links on login page to the register page in Dev VM. 2015-08-19 22:24:53 -07:00
decorator.py Fix Github webhook exclude_* options. 2014-10-06 15:27:53 -07:00
exceptions.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
filters.py Add api_key to filtered variables. 2013-12-12 10:31:03 -05:00
finders.py [manual] Move our deployment scripts to scripts/. 2013-10-28 10:54:48 -04:00
forms.py Allow adding users to realms more easily in Dev VM. 2015-08-19 22:24:53 -07:00
handlers.py Remove old email error reporting handler 2013-11-13 16:22:21 -05:00
middleware.py Django 1.7 compatibility: handle both response.content and response.streaming_content 2015-08-20 23:01:26 -07:00
models.py Switch from South to native Django migrations 2015-08-20 23:01:26 -07:00
openid.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
static_header.txt Update copyright to 2014. 2014-02-04 15:51:53 -05:00
storage.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
test_bugdown.py Kill Embed.ly integration. 2015-08-20 19:46:48 -07:00
test_decorators.py Remove unused json_to_list function. 2014-02-18 14:24:04 -05:00
test_events.py Fix tests broken by twenty-four-hour-time feature. 2015-08-20 17:59:16 -07:00
test_external.py Skip S3 write/read test cases 2015-08-16 16:45:15 -07:00
test_hooks.py Add option to explicitly add pagerduty topic 2015-02-10 23:56:03 -08:00
test_messages.py Replace settings.OG_ZULIPER_EMAILS with database lookups 2015-08-20 17:20:41 -07:00
test_signup.py Django 1.8 compatibility: extracting the user from a session 2015-08-20 23:15:45 -07:00
test_subs.py Send an event when a stream is created, is deleted, becomes occupied, or becomes vacant 2014-03-03 17:30:58 -05:00
test_unread.py Move some tests into test_unread.py 2014-02-10 13:23:27 -05:00
tests.py Django 1.8 compatibility: extracting the user from a session 2015-08-20 23:15:45 -07:00
tornadoviews.py Merge zerver/tornado_callbacks.py into zerver/lib/event_queue.py. 2014-04-23 17:22:31 -07:00