PowerDNS-Admin/powerdnsadmin
Dominic Zöller 6f12b783a8 models.user: get_accounts(): order by name
The order of account names returned by User.get_accounts() affects the
order account names are displyed in on /domain/add if the current user
neither has the Administrator role nor the Operator role and the
`allow_user_create_domain` setting is enabled at the same time.

If the current user does have the Administrator or Operator role,
routes.domain.add() already returns accounts ordered by name, so this
change makes it consistent.
2021-12-04 16:09:15 +01:00
..
lib feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00
models models.user: get_accounts(): order by name 2021-12-04 16:09:15 +01:00
routes Use secrets module for generating new API keys and passwords 2021-12-04 16:08:07 +01:00
services SAML improvements for Docker (#929) 2021-05-07 23:36:55 +02:00
static Datepicker replace (#1059) 2021-12-02 11:59:36 +01:00
templates Merge branch 'quotes-fix' 2021-12-03 14:17:39 +00:00
__init__.py Add punycode (IDN) support (#879) 2021-03-16 19:37:05 +01:00
assets.py Datepicker replace (#1059) 2021-12-02 11:59:36 +01:00
decorators.py feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00
default_config.py default config: add exemplary URL encoding step for SQLA DB URL params 2021-11-30 22:29:00 +01:00
swagger-spec.yaml feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00