zulip/templates
Rishi Gupta 777fcaa6a0 Add new organization type field to Realm objects.
Adds a new field org_type to Realm.  Defaults for restricted_to_domain
and invite_required are now controlled by org_type at time of realm
creation (see zerver.lib.actions.do_create_realm), rather than at the
database level.  Note that the backend defaults are all
org_type=corporate, since that matches the current assumptions in the
codebase, whereas the frontend default is org_type=community, since if
a user isn't sure they probably want community.

Since we will likely in the future enable/disable various
administrative features based on whether an organization is corporate
or community, we discuss those issues in the realm creation form.
Before we actually implement any such features, we'll want to make
sure users understand what type of organization they are a member of.

Choice of org_type (via radio button) has been added to the realm
creation flow and the realm creation management command, and the
open-realm option removed.

The database defaults have not been changed, which allows our testing code
to work unchanged.

[includes some HTML/CSS work by Brock Whittaker to make it look nice]
2016-10-05 17:01:46 -07:00
..
analytics Upgrade to Django-Pipeline==1.6.8. 2016-07-09 07:09:55 -07:00
confirmation Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
corporate zmirror: Fix hardcoding of zulip.com support email address. 2016-08-18 18:36:07 -07:00
registration subdomains: Use subdomain host in password reset emails. 2016-08-22 22:39:52 -07:00
tests Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
zerver Add new organization type field to Realm objects. 2016-10-05 17:01:46 -07:00
zilencer Convert Zulip to use Jinja2 templates. 2016-05-09 09:55:18 -07:00
.gitignore Add a tool to draw the Django template inheritance graph 2012-10-16 01:33:15 -04:00
404.html Clean up back end HTML templates. 2013-11-19 10:43:56 -05:00
500.html Convert Zulip to use Jinja2 templates. 2016-05-09 09:55:18 -07:00