rht
e51d98cd96
refactor: Remove usage of ModelReprMixin.
2017-11-02 11:01:47 -07:00
Tim Abbott
3ed707c225
docs: Add more detail on the apt upgrade process and postgres.
2017-10-31 18:11:54 -07:00
Rhea Parekh
6f029d487e
tests: Change test_content to text_content in markdown_test_cases.
...
docs: Fix error in markdown documentation.
2017-10-31 08:51:49 -07:00
Greg Price
eb55a3a1ba
template context: Give better names to the URLs for the API.
...
The "subdomain" label is redundant, to the extent it's even
accurate -- this is really just the URL we want to display,
which may or may not involve a subdomain. Similarly "external".
The former `external_api_path_subdomain` was never a path -- it's a
host, followed by a path, which together form a scheme-relative URL.
I'm not quite convinced that value is actually the right thing in
2 of the 3 places we use it, but fixing that can start by giving an
accurate name to the thing we have.
2017-10-30 18:29:29 -07:00
Greg Price
271a9f0da7
settings: Eliminate disused variable EXTERNAL_API_URI.
...
This was part of the logic to handle EXTERNAL_API_PATH varying.
But also it was already no longer used -- it was only ever passed
into template contexts, as `external_api_uri`, and it'd been
overtaken there by `external_api_uri_subdomain`.
So, update our dev docs to reflect that, and eliminate the variable.
2017-10-30 18:29:29 -07:00
Greg Price
aeb69dfd61
template context: Eliminate now-constant variable api_site_required.
2017-10-30 18:29:29 -07:00
Jack Zhang
fef828a037
compose: Add video link button, powered by Jitsi.
2017-10-30 17:13:47 -07:00
rht
c4fcff7178
refactor: Replace super(.*self) with Python 3-specific super().
...
We change all the instances except for the `test_helpers.py`
TimeTrackingCursor monkey-patching, which actually needs to specify
the base class.
2017-10-30 14:30:25 -07:00
Tim Abbott
669517c450
docs: Clarify 1.6-and-below instructions for upgrade-zulip-from-git.
2017-10-29 12:41:32 -07:00
Rishi Gupta
b7a9068724
mobile: Update docs and portico URLs to point to new Android app.
2017-10-28 15:27:29 -07:00
Tim Abbott
1cd017288d
views: Fix imports of REQ/has_request_variables from the wrong place.
...
These were never in zerver/decorator.py, and so it makes sense to
import them zerver/lib/request.py, mostly for ease of finding things.
2017-10-27 15:07:31 -07:00
Tim Abbott
1a283434a8
docs: Clean up links for writing integration docs.
...
There's no need to have an empty redirect section at the bottom of
this page.
2017-10-26 15:14:11 -07:00
derAnfaenger
ec17460c68
docs: Update preferred integration logo format to svg.
2017-10-26 15:06:07 -07:00
Tim Abbott
3e16b02f30
docs: Update release checklist following 1.7.0 release.
2017-10-26 13:53:21 -07:00
derAnfaenger
51f1281ee9
docs: Specify the updated bot StateHandler API.
2017-10-25 15:37:28 -07:00
derAnfaenger
81a6b0d72c
docs: Update deprecated code in writing bots guide.
2017-10-25 15:29:08 -07:00
Tim Abbott
a03f322028
version: Bump version following 1.7 release.
2017-10-25 10:37:51 -07:00
Tim Abbott
ff6a502200
Release Zulip Server 1.7.0.
2017-10-25 09:27:39 -07:00
Tim Abbott
9cc561e442
docs: Update changelog with a few last entries for the 1.7 release.
2017-10-24 16:45:00 -07:00
Tim Abbott
730c77c7df
docs: Document scripts/setup/generate-self-signed-certs.
...
And more generally clean up our non-LetsEncrypt SSL docs.
This should make it a bit easier to setup a Zulip server.
2017-10-24 13:48:14 -07:00
Tim Abbott
7fd7e054e1
docs: Fix broken link in changelog on ReadTheDocs.
2017-10-23 17:43:21 -07:00
Tim Abbott
8a32f012bf
docs: Highlight notes on apt upgrades for perf.
2017-10-23 17:41:25 -07:00
Tim Abbott
a174455ae1
docs: Document API super user bots a bit more in security model docs.
2017-10-23 17:37:38 -07:00
Tim Abbott
e450d9ab8c
docs: Document text_content field of our markdown test cases.
2017-10-20 16:08:16 -07:00
Tim Abbott
42d6defd40
docs: Update changelog for changes going into 1.7 release.
2017-10-20 15:39:53 -07:00
derAnfaenger
1b67652380
docs: Add explicit command to su to zulip from prod step 5 on.
2017-10-20 14:57:44 -07:00
Tim Abbott
0828b4ad90
docs: Add troubleshooting notice for su zulip as the zulip user.
2017-10-20 14:57:44 -07:00
Tim Abbott
216fbc2f79
docs: Fix a typo in installation docs.
2017-10-20 14:55:20 -07:00
Tim Abbott
54a2ef7b59
docs: Improve discussion of Ubuntu system updates.
2017-10-20 14:38:34 -07:00
Tim Abbott
b511e9d0a9
docs: Recommend Xenial over Trusty for new installations.
2017-10-20 14:34:48 -07:00
Greg Price
12f8ec780e
docs/expensive-migrations: Revise a bit for clarity.
...
Borrows some language from the paragraph in the changelog that
points to it.
2017-10-20 14:21:58 -07:00
Greg Price
50927c7cfd
changelog: Revise a bit for clarity and formatting before 1.7 release.
...
This leaves most of the highlights untouched, to be revised
separately.
2017-10-20 14:04:27 -07:00
Tim Abbott
7c7e93cb43
docs: Improve discussion of legacy desktop app in changelog.
2017-10-20 12:11:06 -07:00
Nikhil Kumar Mishra
075158ec81
docs: Correct details about mobile and desktop codebases.
...
http://zulip.readthedocs.io/en/latest/architecture-overview.html
mentions "Our mobile clients are separate code repositories: Android
and React Native iOS app. " However Zulip Mobile is the official
mobile Zulip client supporting both iOS and Android.
Edited by tabbott to also fix confusion about the desktop.
2017-10-20 11:57:26 -07:00
Tim Abbott
b6de7e3b90
docs: Mention system bot realm in multiple organization docs.
2017-10-20 09:57:16 -07:00
Tim Abbott
b33d80707c
docs: Document push notification redacting setting.
2017-10-19 18:17:35 -07:00
Alexis La Porte
ec3b2072ce
docs: Fix broken anchor links to troubleshooting section.
...
The Vagrant environment setup tutorial anchor links for the
Troubleshooting & Common Errors section don't work in GitHub flavored
markdown because the ampersand in the heading gets removed and the
resulting space is filled with a hyphen. (See here:
https://gist.github.com/asabaylus/3071099#gistcomment-1593627 )
To make anchor links work with ReadTheDocs as well as with GitHub
markdown for the time being, this commit changes ampersand in the
heading to 'and'.
Fixes #7056 .
2017-10-18 15:20:58 -07:00
rht
a967ac5fa7
docs: Simplify install instruction for production environment.
2017-10-18 09:21:16 -07:00
rht
a603a4f9f5
Remove from __future__ import absolute_import.
...
Except in:
- docs/writing-bots-guide.md, because bots are supposed to be Python 2
compatible
- puppet/zulip_ops/files/zulip-ec2-configure-interfaces, because this
script is still on python2.7
- tools/lint
- tools/linter_lib
- tools/lister.py
For the latter two, because they might be yanked away to a separate repo
for general use with other FLOSS projects.
2017-10-17 22:59:42 -07:00
Tim Abbott
88325c7e85
docs: Simplify discussion of sha256sums.
2017-10-17 22:16:37 -07:00
rht
dceaa1d19a
Add sha256sum integrity check to the release tarball.
...
This stems from the discussion at
https://chat.zulip.org/#narrow/stream/general/topic/signing.20the.20release
2017-10-17 22:15:14 -07:00
Tim Abbott
2648d595c1
Revert "docs: Fix broken anchor links in troubleshooting guide."
...
This reverts commit fa71f64adb .
2017-10-17 21:37:26 -07:00
Tim Abbott
fa71f64adb
docs: Fix broken anchor links in troubleshooting guide.
...
Fixes #7056 .
2017-10-17 20:38:59 -07:00
Priscilla
22ade4f691
docs: Fix typo on "General user guide documentation".
...
"browsing" on line 11 was missing an "s".
2017-10-16 22:37:34 -07:00
Rishi Gupta
70cf4991da
docs: Add notes on audience to user-docs.md.
2017-10-13 11:59:20 -07:00
Garvit Dewan
b0235bc458
dependencies.md: Fix a typo.
2017-10-13 07:11:29 -07:00
Tim Abbott
498d061e5e
docs/email: Document how to use a Gmail account with 2FA.
...
Fixes #6974 .
2017-10-12 11:38:01 -07:00
Tim Abbott
aaf1cf848a
docs/email: Clarify discussion Django's EMAIL_HOST_PASSWORD.
...
This fixes the second part of #6974 about EMAIL_HOST_PASSWORD.
2017-10-12 11:31:06 -07:00
Greg Price
0b6bcc9c33
docs/dev-env: Explicitly recommend VirtualBox 5.1.8 exactly.
2017-10-09 20:43:12 -07:00
Greg Price
0691724836
passwords: Set default zxcvbn threshold to 10k guesses.
...
See the discussion in the revised docs for background and motivation,
and an explanation of why this value.
2017-10-08 15:48:44 -07:00