luto

Results 106 issues of luto

The PowerDNS API only supports one TTL per (rtype, name) tuple. This means that changing the TTL on one record or creating a new record can change the TTL of...

bug

To enable quicker deletion of multiple records/zones, skip the confirmation when the user shift-clicks the delete button. If it all possible, do this without js. Makes much more sense after...

enhancement

Add a way to select multiple records in the list, enabling the following features * delete multiple records * edit multiple records via a formset * how to handle error...

enhancement

When creating/editing a record, all record types are shown in a alphabetically sorted list. Restructure it: 1. popular record types, alphabetically sorted (A, AAAA, MX, NS, ...) 2. separator (non-selectable)...

enhancement
good first issue

- [ ] add a `rtype` GET parameter to record create view, use it as initial value - [ ] make "create record" a [split button](https://foundation.zurb.com/sites/docs/button-group.html#split-buttons) with options: * A...

enhancement

When there are a number of records already present, try to guess the TTL of new records based on the existing ones during record creation. Add a config value to...

enhancement

> DoesNotExist at /accounts/google/login/ > SocialApp matching query does not exist. ``` File "/opt/dino/.local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner 34. response = get_response(request) File "/opt/dino/.local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response 115. response = self.process_exception_by_middleware(e, request) File...

bug

https://dino.readthedocs.io/config.html#dino-db-url > default: sqlite:////home/docs/checkouts/readthedocs.org/user_builds/dino/envs/latest/lib/python3.7/site-packages/db.sqlite3 fix it with a `display_default` like `BASE_DIR`.

bug
doc

Display a link to `/admin` in the top-right corner, next to "Logout", if user may has staff permissions.

enhancement
good first issue

Tenant admins can specify one or more tenants when creating a zone. Add an edit button to change this afterwards.

enhancement