luto

Results 106 issues of 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...

enhancement

- [ ] add zones to django-admin - [ ] disable deletion - [ ] list tenants This is mainly to enable admins to get a list of tenants for...

enhancement
good first issue

Add a small button with an `x`. Clicking it clears all search inputs and shows the full list of records/zones.

enhancement

- [ ] move apps not needed to the bottom * accounts * sites * social accounts - [ ] boil remaining ones down to as few categories as possible...

enhancement

enhancement

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...

enhancement

django-allauth is included and configured within dino, but there is no way for users to connect their dino account to a social account.

enhancement

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...

enhancement

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...

enhancement

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. - [...

enhancement