Go to file
YashRE42 20f36431ec presence: Rename hbs templates to not have the word "user".
This is a prep commit for enabling a two section layout in the
buddy_list. The sections will be for "users" and "others".

Hence, this commit performs a simple rename of:
- `user_presence_row.hbs` -> `presence_row.hbs`
- `user_presence_rows.hbs` -> `presence_rows.hbs`
And then a search and replace of `user_presence_row` to
`presence_row` (which also handles the second rename).

It also makes one modification in buddy_list.js where it changes a
template variable we're passing from "users" to "row_members".
2022-07-13 14:34:44 -07:00
.github ci: Limit CodeQL analysis with the same branches for push, pull_request. 2022-07-07 14:51:51 -07:00
.tx
.vscode vscode: Recommend remote development extension. 2021-11-03 16:03:46 -07:00
analytics stats: Tighten function signatures with generic QuerySet. 2022-07-07 11:28:06 -07:00
confirmation confirmation: Fix the type annotation of create_confirmation_link. 2022-06-29 11:31:07 -07:00
corporate test_stripe: Remove realm from upgrade. 2022-06-28 16:12:00 -07:00
docs version: Update version and changelog after 5.4 release. 2022-07-12 06:23:28 +00:00
frontend_tests presence: Rename hbs templates to not have the word "user". 2022-07-13 14:34:44 -07:00
locale i18n: Update translation data from Transifex. 2022-06-28 17:37:51 -07:00
pgroonga typing: Use BaseDatabaseSchemaEditor in place of DatabaseSchemaEditor. 2022-05-30 14:18:53 -07:00
puppet zephyr: Write out unix timestamp in check, as check_cron_file expects. 2022-06-30 11:12:26 -07:00
requirements requirements: Upgrade Python requirements. 2022-07-05 17:54:17 -07:00
scripts install-yarn: Upgrade Yarn from 1.22.18 to 1.22.19. 2022-07-06 17:23:16 -07:00
static presence: Rename hbs templates to not have the word "user". 2022-07-13 14:34:44 -07:00
stubs/taint actions: Split out zerver.actions.message_send. 2022-04-14 17:14:34 -07:00
templates help-docs: Reorganize customize organization settings information. 2022-07-13 14:02:29 -07:00
tools realm_domains_modal: Migrate modal to dialog_widget. 2022-07-07 14:56:45 -07:00
var/puppeteer
zerver integrations: Add RhodeCode webhook integration. 2022-07-13 14:10:00 -07:00
zilencer render_messages: Tighten function signatures with generic QuerySet. 2022-07-07 11:27:43 -07:00
zproject ldap: Remove unused isinstance check. 2022-07-11 11:46:25 -07:00
.browserslistrc zjsunit: Set browserslist target to current Node for Node tests. 2022-05-04 09:56:07 -07:00
.codecov.yml
.codespellignore CI: Add Codespell linter. 2021-10-27 16:49:30 -07:00
.editorconfig
.eslintignore
.eslintrc.json dependencies: Upgrade JavaScript dependencies. 2022-07-06 17:23:16 -07:00
.gitattributes .gitattributes: Mark *.bmp, *.bson, *.mp3, *.pdf as binary. 2022-02-07 18:51:06 -08:00
.gitignore editor: Add `.vscode/extensions.json` file. 2021-10-29 15:47:44 -07:00
.gitlint
.mailmap mailmap: Add entries to deduplicate more contributors. 2022-03-29 12:13:21 -07:00
.npmignore
.prettierignore
.pyre_configuration
.sonarcloud.properties
.yarnrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md docs: Link to new licensing page from main CONTRIBUTING page. 2022-07-07 14:06:34 -07:00
Dockerfile-postgresql docker: Document the PostgreSQL Dockerfile build steps. 2022-04-26 18:00:00 -07:00
LICENSE
NOTICE
README.md docs: Update README and installation guide. 2022-03-04 13:59:17 -08:00
SECURITY.md SECURITY.md: Reorder and make clearer how to subscribe to announcements. 2022-01-07 15:56:26 -08:00
Vagrantfile Remove Debian 10 support. 2022-04-26 16:32:02 -07:00
babel.config.js babel: Bump configured corejs version. 2022-07-07 21:12:31 -07:00
manage.py manage: Remove ineffective Python 2 check. 2022-06-30 11:15:14 -07:00
package.json babel: Bump configured corejs version. 2022-07-07 21:12:31 -07:00
postcss.config.js css: Replace "night-mode-block" with "dark-theme-block". 2021-11-26 22:03:29 -08:00
prettier.config.js
pyproject.toml mypy: Enable local_partial_types. 2022-07-06 17:33:13 -07:00
setup.cfg
stylelint.config.js yarn: Add package which allows creating css mixins. 2021-12-09 18:15:18 -08:00
tsconfig.json
version.py version: Update version and changelog after 5.4 release. 2022-07-12 06:23:28 +00:00
webpack.config.ts webpack: Remove LoaderOptionsPlugin. 2021-10-17 07:13:57 -07:00
yarn.lock babel: Bump configured corejs version. 2022-07-07 21:12:31 -07:00

README.md

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 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.