zulip/docs
Aditya Bansal efe8545303 local-uploads: Start running authentication checks on file requests.
From here on we start to authenticate uploaded file request before
serving this files in production. This involves allowing NGINX to
pass on these file requests to Django for authentication and then
serve these files by making use on internal redirect requests having
x-accel-redirect field. The redirection on requests and loading
of x-accel-redirect param is handled by django-sendfile.

NOTE: This commit starts to authenticate these requests for Zulip
servers running platforms either Ubuntu Xenial (16.04) or above.

Fixes: #320 and #291 partially.
2018-02-16 05:06:37 +05:30
..
_static css: Enforce one selector per line. 2017-03-26 16:57:33 -07:00
contributing lint: Add linter rule banning $.get and friends. 2018-02-13 16:47:59 -08:00
development Update versions for Vagrant and VirtualBox. 2018-02-12 15:46:59 -08:00
git docs/git/pull-requests: Give headings more hierarchy. 2017-11-28 21:44:23 -08:00
images docs: Move integration docs to /api. 2017-11-17 11:58:54 -08:00
overview Correct broken links on gsoc-ideas.md 2018-02-05 10:41:49 -08:00
production local-uploads: Start running authentication checks on file requests. 2018-02-16 05:06:37 +05:30
subsystems docs: Add an `unreleased` tag. 2018-01-23 10:57:50 -08:00
testing left sidebar: Change Home to All messages. 2017-11-28 15:42:58 -08:00
translating translation: Add hindi translation guide. 2018-02-01 07:43:24 -08:00
tutorials Update versions for Vagrant and VirtualBox. 2018-02-12 15:46:59 -08:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
Makefile docs: Use parallelism when building docs. 2017-11-14 10:41:38 -08:00
THIRDPARTY docs: Update dead references to puppet/zulip_internal. 2018-02-12 16:00:56 -08:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py docs: Remove u prefix from strings. 2018-02-05 12:11:33 -08:00
index.rst docs: Split 'git-guide.md`. 2017-11-23 16:04:18 -08:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30