zulip/docs/subsystems
Harshit Bansal bf14a0af4d auth: Migrate google auth to python-social-auth.
This replaces the two custom Google authentication backends originally
written in 2012 with using the shared python-social-auth codebase that
we already use for the GitHub authentication backend.  These are:

* GoogleMobileOauth2Backend, the ancient code path for mobile
  authentication last used by the EOL original Zulip Android app.

* The `finish_google_oauth2` code path in zerver/views/auth.py, which
  was the webapp (and modern mobile app) Google authentication code
  path.

This change doesn't fix any known bugs; its main benefit is that we
get to remove hundreds of lines of security-sensitive semi-duplicated
code, replacing it with a widely trusted, high quality third-party
library.
2019-07-21 20:51:34 -07:00
..
analytics.md analytics: Remove Anomaly model. 2019-02-01 18:48:18 -08:00
api-release-checklist.md docs: Reorganize developer docs to improve navigation. 2017-11-16 09:45:08 -08:00
auth.md auth: Migrate google auth to python-social-auth. 2019-07-21 20:51:34 -07:00
billing.md billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
caching.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
client.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
conversion.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
custom-apps.md api docs: Move references to integration-guide to integrations-overview. 2018-10-16 21:06:59 -07:00
dependencies.md i18n: Move static/locale back to locale. 2019-07-02 14:57:55 -07:00
django-upgrades.md docs: Add a document with notes on the Django upgrade process. 2018-11-14 17:53:27 -08:00
email.md i18n: Move static/locale back to locale. 2019-07-02 14:57:55 -07:00
emoji.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
events-system.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
front-end-build-process.md generate-custom-icon-webfont: Replace with webpack webfonts-loader. 2019-07-18 12:00:00 -07:00
full-text-search.md docs: Fix mistakes in PGroonga documentation. 2019-02-06 12:17:45 -08:00
hashchange-system.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
hotspots.md docs: Mention bug in ALWAYS_SEND_ALL_HOTSPOTS feature. 2019-02-27 10:21:30 -08:00
html-templates.md templates: Replace templates.render with require calls. 2019-07-12 21:11:14 -07:00
html_css.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
index.rst docs: Add missing index.rst for documentation/. 2019-05-29 17:54:02 -07:00
input-pills.md pills: Streamline input pills (for user groups). 2018-03-07 15:53:11 -08:00
logging.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
management-commands.md docs: Reorganize developer docs to improve navigation. 2017-11-16 09:45:08 -08:00
markdown.md docs: Do not indicate that Bugdown is an extension. 2019-01-22 15:28:08 -08:00
migration-renumbering.md docs: Update docs to reflect the use of Ubuntu bionic in development. 2019-07-08 13:25:54 -07:00
pointer.md search: Don't mark messages as read in search narrow. 2019-07-17 17:58:20 -07:00
presence.md docs: Add an initial document explaining our presence protocol. 2018-04-12 17:04:51 -07:00
queuing.md docs: Document the new queue_json_publish model in our unit tests. 2017-11-26 11:49:42 -08:00
realms.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
release-checklist.md docs: Include DO one click app in release checklist. 2019-07-07 21:49:31 -07:00
schema-migrations.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
sending-messages.md docs: remove repeated 'etc.' word from sending-messages.md. 2019-04-13 19:39:47 -07:00
settings.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
thumbnailing.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
two-factor-auth.md 2FA: Add link in settings to setup two-factor. 2018-05-23 15:49:41 -07:00
typing-indicators.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
unread_messages.md docs: Reorganize developer docs to improve navigation. 2017-11-16 09:45:08 -08:00
users.md docs: Move users.md to subsystems/ and give it a title. 2017-11-20 10:21:53 -08:00
widgets.md widgets: Remove ALLOW_SUB_MESSAGES flag and enable widgets by default. 2019-01-29 09:34:14 -08:00