luto

Results 106 issues of luto

Deleting a tenant in the django admin causes django to display a list of objects that will be deleted. Zones associated with the tenant show up as: > Tenant-zone relationship:...

bug

When migrating from another system to dino, tenants with 100s of domains might exist already. Add admin UI or an admin-command to easily associate 100s of domains with a new...

enhancement

Allow tenants to create users * force tenant to choose a tenant to create user into, as well as permission level * #71

enhancement

When creating a user as admin, add an option to send a welcome mail containing a link to the site as well as a long-lasting (1 week) PW reset link.

enhancement

A sub-tenant has rights to sub-set of domains of the parent tenant and otherwise behaves like a normal tenant. They can be created by tenants themselves.

enhancement

Push events like new zones or changed records to external systems. Either via a simple plugin API, which calls either python functions or executables or better via webhooks (or both)....

enhancement

By default, we only show 20 zones or records in tables. This might not be enough for some use-cases, so allow the user to change this temporarily: 25, 50, 100,...

enhancement

To give the user a feel for how many records or zones there are in total, show the displayed as well as the total count below the table.

enhancement
good first issue

Allow users to sort records by rtype, name, content and TTL by clicking the table headers.

enhancement

Provide a drop-down to filter record list by type, in addition to free-from search.

enhancement