luto
luto
Write down when one of the following happens: * zone created/deleted * record created/deleted Display a searchable audit log * global log for superusers * per-tenant Use either the system/models...
- [ ] add zones to django-admin - [ ] disable deletion - [ ] list tenants This is mainly to enable admins to get a list of tenants for...
Add a small button with an `x`. Clicking it clears all search inputs and shows the full list of records/zones.
- [ ] move apps not needed to the bottom * accounts * sites * social accounts - [ ] boil remaining ones down to as few categories as possible...
Our dockerfile currently installs the development dependencies and uses `runserver`. Neither is a good idea in production. * define a production Dockerfile, without dev dependencies and with uwsgi/gunicorn * try...
django-allauth is included and configured within dino, but there is no way for users to connect their dino account to a social account.
Zones may not be present in the PowerDNS API when we expect them to. This may happen if some other system changed the data or when PowerDNS temporarily returns no...
The powerdns API only supports a single API key with full permissions and is thus not easy to use outside or even inside on organisation. - [ ] per-user, per-tenant...
Permissions are currently enforced on the server side and indicated on the client site by disabling the respective buttons. The server side behavior is already implemented and tested. - [...