zulip/docs
Aditya Bansal 079dfadf1a camo: Add endpoint to handle camo requests.
This endpoint serves requests which might originate from an image
preview link which had an http url and the message holding the image
link was rendered before we introduced thumbnailing. In that case
we would have used a camo proxy to proxy http content over https and
avoid mix content warnings.

In near future, we plan to drop use of camo and just rely on thumbor
to serve such images. This endpoint helps maintain backward
compatibility for links which were already rendered.
2019-01-04 10:27:04 -08:00
..
_static install docs: Tighten "create organization" step. 2018-03-06 19:43:02 -08:00
contributing docs: Update code-reviewing docs to reflect CI changes. 2018-12-29 15:28:26 -08:00
development setup_venv: Uninstall typing on Python >3.4. 2019-01-01 19:34:48 -08:00
git docs: Update git/overview docs to reflect CI changes. 2018-12-29 15:28:27 -08:00
images docs: Update docs/git/ directory to reflect CI changes. 2018-12-11 12:46:18 -08:00
overview docs: Move mypy documentation from contributing to testing. 2018-12-16 21:52:53 -08:00
production docs: Document need for zulip group for some nagios checks. 2019-01-02 10:22:48 -08:00
subsystems camo: Add endpoint to handle camo requests. 2019-01-04 10:27:04 -08:00
testing docs: Rename travis.md to continuous integration and add more content. 2018-12-29 15:26:36 -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 third: Extract bootstrap typeahead to its own module. 2018-12-17 09:06:52 -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.