Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Ujjawal Modi 1be30d85ce import_realm: Create Stream, UserGroup and Realm in a transaction.
Make the import of `Realm`, `Stream` and `UserGroup` objects be
done in single transaction, to make the import process in general
more atomic.

This also removes the need to temporarily unset the Stream references
on the Realm object.  Since Django creates foreign key constraints
with `DEFERRABLE INITIALLY DEFERRED`, an insertion of a Realm row can
reference not-yet-existing Stream rows as long as the row is created
before the transaction commits.

Discussion - https://chat.zulip.org/#narrow/stream/101-design/topic/New.20permissions.20model/near/1585274.
2023-06-28 18:03:32 -07:00
.github
.tx
.vscode
analytics
api_docs docs: Add documentation for delete emoji endpoint. 2023-06-28 10:23:47 -07:00
confirmation
corporate
docs docs: Adjust wording and phrasing for clarity. 2023-06-27 09:43:22 -05:00
help api-docs: Clarify what topics are returned by get-stream-topics. 2023-06-26 20:26:30 -07:00
locale
pgroonga
puppet pgroonga: Run upgrade SQL when pgroonga package is updated. 2023-06-23 14:40:27 -07:00
requirements
scripts pgroonga: Remove 'GRANT USAGE' statement again. 2023-06-26 10:47:17 -04:00
static
stubs/taint
templates templates: Rename "private message" -> "direct message". 2023-06-23 14:36:16 -07:00
tools pgroonga: Remove now-unnecessary 'GRANT USAGE' statement. 2023-06-23 14:40:27 -07:00
var/puppeteer
web server-events: Remove unused home_view_loaded.zulip event trigger. 2023-06-27 18:04:04 -07:00
zerver import_realm: Create Stream, UserGroup and Realm in a transaction. 2023-06-28 18:03:32 -07:00
zilencer
zproject docs: Add documentation for delete emoji endpoint. 2023-06-28 10:23:47 -07:00
.codecov.yml
.codespellignore
.editorconfig
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.gitlint
.mailmap
.npmignore
.npmrc
.prettierignore
.pyre_configuration
.readthedocs.yaml
.sonarcloud.properties
CODE_OF_CONDUCT.md docs: Rename "private message" -> "direct message". 2023-06-23 14:36:16 -07:00
CONTRIBUTING.md
Dockerfile-postgresql
LICENSE
manage.py
NOTICE
package.json
pnpm-lock.yaml
prettier.config.js
pyproject.toml
README.md
SECURITY.md
stylelint.config.js
tsconfig.json
Vagrantfile
version.py docs: Add documentation for delete emoji endpoint. 2023-06-28 10:23:47 -07:00

Zulip overview

Zulip is an open-source team collaboration tool with unique topic-based threading that combines the best of email and chat to make remote work productive and delightful. Fortune 500 companies, leading open source projects, and thousands of other organizations use Zulip every day. Zulip is the only modern team chat app that is designed for both live and asynchronous conversations.

Zulip is built by a distributed community of developers from all around the world, with 74+ people who have each contributed 100+ commits. With over 1000 contributors merging over 500 commits a month, Zulip is the largest and fastest growing open source team chat project.

Come find us on the development community chat!

GitHub Actions build status coverage status Mypy coverage Ruff code style: black code style: prettier GitHub release docs Zulip chat Twitter GitHub Sponsors

Getting started

You may also be interested in reading our blog, and following us on Twitter and LinkedIn.

Zulip is distributed under the Apache 2.0 license.