Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Steve Howell d24d8e4b36 Optimize showing subscribers on the settings page.
If you expand subscribers on your settings page, you will now see
a query like this in your postgres logs:

SELECT "zerver_userprofile"."email"
FROM "zerver_subscription" INNER JOIN "zerver_recipient" ON ("zerver_subscription"."recipient_id" = "zerver_recipient"."id") INNER JOIN "zerver_userprofile" ON ("zerver_subscription"."user_profile_id" = "zerver_userprofile"."id") WHERE ("zerver_recipient"."type" = 2  AND "zerver_subscription"."active" = true  AND "zerver_recipient"."type_id" = 40  AND "zerver_userprofile"."is_active" = true )

The join's still complicated, but the list of fields is one instead of 40+.

(imported from commit 48de1f888193a4d23fcea52d0b633d134e4a3ff7)
2013-09-19 08:52:53 -04:00
api Basecamp mirroring script 2013-08-30 20:00:07 +00:00
assets Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
bots Replace configuration references to trac.humbughq.com with trac.zulip.net 2013-09-05 15:43:08 -04:00
certs Switch nagios to .zulip.net and add cert 2013-09-05 15:43:07 -04:00
confirmation Move to a common random token generation function instead of several one-offs. 2013-08-09 14:59:26 -04:00
humbug Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers Add the new html2text requirement for the email mirror to Puppet. 2013-09-18 15:41:27 -04:00
static Remove user list top margin 2013-09-18 13:35:16 -07:00
templates CUSTOMER7-specific left side user list at narrow widths. 2013-09-18 12:17:32 -07:00
tools Add tool for sending Github payloads to a local instance 2013-09-17 13:55:39 -04:00
zerver Optimize showing subscribers on the settings page. 2013-09-19 08:52:53 -04:00
zproject Include compiled handlebar templates before our code 2013-09-18 14:19:12 -04:00
.gitignore Add support for analyzing test coverage with Istanbul 2013-08-20 10:46:45 -04:00
manage.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00