zulip/docs
Marco Burstein ba46dc83c6 notifications: Add a setting for changing the notification sound.
Also, add a new notification sound, "ding". It comes from
https://freesound.org, where the original Zulip notification sound comes
from as well. In the future, new sounds can be added by adding audio
files to the `static/audio/notification_sounds` directory.

Tweaked significantly by tabbott:
* Avoided removing static/audio/zulip.ogg, because that file is
  checked for by old versions of the desktop app.
* Added a views check for the sound being valid + tests.
* Added additional tests.
* Restructured the test_events test to be cleaner.
* Removed check_bool_or_string.
* Increased max length of notification_sound.
* Provide available_notification_sounds in events data set if global
  notifications settings are requested.

Fixes #8051.
2018-12-09 21:25:30 -08:00
..
_static install docs: Tighten "create organization" step. 2018-03-06 19:43:02 -08:00
contributing developer docs: Recommend the mypy daemon for running mypy locally. 2018-10-10 16:29:16 -07:00
development setup-advanced: Fix a subsubsection header formatting. 2018-12-05 12:24:15 -08:00
git docs: Increase highlighting of our linters in documentation. 2018-11-29 14:17:13 -08:00
images docs: change the dev login image. 2018-02-28 13:50:13 -08:00
overview docs: Update GSoC ideas list to be current for 2019. 2018-12-07 17:14:04 -08:00
production email: Support delivery email in email change system. 2018-12-06 17:43:26 -08:00
subsystems email: Convert accounts code to use delivery_email. 2018-12-06 16:21:38 -08:00
testing docs: Increase highlighting of our linters in documentation. 2018-11-29 14:17:13 -08:00
translating docs: Fix typo in russian.md. 2018-12-09 21:11:48 -08:00
tutorials docs: Add detailed documentation on the process for sending messages. 2018-11-29 16:25:35 -08:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py Add changelog and version updates for Zulip Server 1.9.1. 2018-11-30 15:51:02 -08:00
index.rst docs: Remove links to production/overview article. 2018-10-16 15:06:35 -07:00
Makefile docs: Use parallelism when building docs. 2017-11-14 10:41:38 -08:00
README.md docs: Add README.md to zulip/docs to prevent reading on GitHub. 2018-04-24 10:50:39 -07:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30
THIRDPARTY notifications: Add a setting for changing the notification sound. 2018-12-09 21:25:30 -08:00

Zulip markdown documentation hosted elsewhere

The markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.