zulip/zproject
Henrik Pettersson 09cd47c6ad Add UI for viewing and cancelling open Zulip invitations.
Lets administrators view a list of open(unconfirmed) invitations and
resend or revoke a chosen invitation.

There are a few changes that we can expect for the future:

  * It is currently possible to invite an email that you have already
    invited, it might make sense to change this behavior.

  * Resend currently sends an invite reminder instead of resending the
    original invite, this is because 'custom_body' was not stored when
    the first invite was sent.

Tweaked in various minor ways, primarily in the backend, by tabbott,
mostly for style consistency with the rest of the codebase.

Fixes: #1180.
2017-10-27 13:07:43 -07:00
..
jinja2 zproject: Remove absolute_import. 2017-09-27 20:20:07 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py lint: Fix lines in Python codebase longer than 120 characters. 2017-10-26 17:47:30 -07:00
dev_settings.py Embedded bots: Add support for creating embedded bots via the API. 2017-10-25 16:13:29 -07:00
dev_urls.py test_emails: Generate emails instead of hardcoding. 2017-09-26 15:02:47 -07:00
email_backends.py backends: Move EmailLogBackEnd to email_backends. 2017-10-25 14:35:12 -07:00
legacy_urls.py urls: Move the report endpoints to be API-style routes. 2017-10-17 22:05:56 -07:00
prod_settings_template.py push_notifications: Add setting to redact content. 2017-10-19 18:16:06 -07:00
settings.py Add UI for viewing and cancelling open Zulip invitations. 2017-10-27 13:07:43 -07:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py tests: Don't use caching session engine in tests. 2017-10-06 12:22:20 -07:00
urls.py Add UI for viewing and cancelling open Zulip invitations. 2017-10-27 13:07:43 -07:00
wsgi.py python: Add lint rule banning 'from os.path import'. 2017-09-22 04:55:38 -07:00