powerdns-admin/powerdnsadmin/lib
corubba 607caa1a2d Rework user image handling
Moved all the logic out of the template into a separate endpoint. This
makes it easy to extend to also support images from different sources
like LDAP/SAML/OIDC. Session-based caching is hard to do, so to allow
time-based caching in the browser, the url needs to be unique for every
user by using a query parameter.

Replaced the default/fallback user image with a new one. It is based on
the old one, but does not need css to be visible. And removed said css.

Gravatar has now its own setting named `gravatar_enabled`, which is
disabled by default.
2022-06-18 19:11:13 +02:00
..
__init__.py Refactoring the code 2019-12-02 10:32:03 +07:00
certutil.py Replace pyOpenSSL with cryptography 2022-05-07 21:32:19 +02:00
errors.py feat: Move the account parse calls to a method 2022-06-18 14:30:56 +02:00
helper.py Correct request method 2020-02-28 16:25:19 +01:00
schema.py feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00
utils.py Rework user image handling 2022-06-18 19:11:13 +02:00
validators.py Update docker stuff and bug fixes 2019-12-04 11:50:46 +07:00