Harshit Bansal
|
c226c651f7
|
actions.py: Rename `do_remove_realm_alias()` to `do_remove_realm_domain()`.
|
2017-04-04 15:48:03 -07:00 |
Harshit Bansal
|
a08155b09e
|
actions.py: Rename `do_change_realm_alias()` to `do_change_realm_domain()`.
|
2017-04-04 15:48:03 -07:00 |
Harshit Bansal
|
2da4fc0dc4
|
actions.py: Rename `do_add_realm_alias()` to `do_add_realm_domain()`.
|
2017-04-04 15:48:03 -07:00 |
Harshit Bansal
|
983225612d
|
actions.py: Rename `get_realm_aliases()` to `get_realm_domains()`.
|
2017-04-04 15:48:03 -07:00 |
Harshit Bansal
|
92c512d679
|
zerver/models.py: Rename can_add_alias() to can_add_realm_domain().
|
2017-04-04 15:48:03 -07:00 |
Harshit Bansal
|
ac2172e233
|
models: Rename RealmAlias model to RealmDomain.
Includes a migration.
|
2017-04-04 15:48:03 -07:00 |
Harshit Bansal
|
7d10cbc32b
|
Add RealmAlias.allow_subdomains to model, frontend, and API.
Includes a database migration.
Fixes #1868.
|
2017-02-08 22:03:27 -08:00 |
Rishi Gupta
|
a16c48f0c4
|
actions.py: Change do_remove_realm_alias to take a RealmAlias.
Ensures that this function doesn't throw an error / prevents putting in an
incorrect realm or domain argument.
|
2017-02-08 21:15:28 -08:00 |
Harshit Bansal
|
b4186fdfdd
|
views/realm_aliases.py: Use domain instead of id as handle for RealmAlias.
We need to make the change for the API, and the next commit introduces a
unique_together constraint on (realm, domain) anyway.
|
2017-01-26 17:24:25 -08:00 |
Harshit Bansal
|
06cc306d00
|
Add stricter domain validation and improve error messages.
|
2017-01-26 17:24:25 -08:00 |
Harshit Bansal
|
5b01694e00
|
actions.py: Rename do_get_realm_aliases to get_realm_aliases.
|
2017-01-26 17:24:25 -08:00 |
Harshit Bansal
|
ceb636dbd9
|
Manage allowed domains from admin settings.
Fixes: #1867.
|
2017-01-06 12:03:31 -08:00 |