Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Zev Benjamin 5413f74a7e Allow API users to update the pointer and receive pointer updates
The get_profile API call now returns a client_id, which an API user
can pass to update_pointer and get_messages (note that clients still
need to pass a pointer argument to get pointer updates).  This
client_id is currently the equivalent of the website's session key,
but the website might get client_ids in the future to distinguish
browser windows.

This commit differs from 88f6cf0033c849af88d1b99da3bdc2148dfbb6fe in
that it uses request.POST.get("foo") instead of request.POST["foo"].
For some reason the latter triggers CSRF errors.

(imported from commit b2a4a7322d16dbf241cd6eef146621c79d84cafc)
2012-10-26 17:17:09 -04:00
api trac-bot: Show summary in tickets. 2012-10-26 14:15:27 -04:00
certs Add app.humbug.com cert with CA chain 2012-10-22 18:00:37 -04:00
confirmation Remove expiry; confirmations should never expire. 2012-10-01 10:45:58 -04:00
humbug Set the CSRF token cookie as HttpOnly 2012-10-26 16:08:18 -04:00
servers Update puppet configuration to be slightly more accurate. 2012-10-26 14:58:05 -04:00
templates Revert "Hide additional search buttons when not in use." 2012-10-26 15:41:38 -04:00
tools Add basic up/down search functionality, including across narrows. 2012-10-26 14:31:05 -04:00
zephyr Allow API users to update the pointer and receive pointer updates 2012-10-26 17:17:09 -04:00
.gitignore Log additionally to a file server.log 2012-10-12 18:01:51 -04:00
manage.py chmod +x manage.py 2012-10-25 15:22:18 -04:00