powerdns-admin/powerdnsadmin/routes
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 feat: Add /api endpoint (#1206) 2022-06-17 16:48:23 +02:00
admin.py Rework user image handling 2022-06-18 19:11:13 +02:00
api.py feat: Move the account parse calls to a method 2022-06-18 14:30:56 +02:00
base.py Support login in through REMOTE_USER environment variable 2020-05-22 15:31:24 +01:00
dashboard.py Revert "Merge branch 'master' into master" 2021-12-25 16:17:54 +02:00
domain.py feat: Option to forbid the creation of domain if it exists as a record (#1127) 2022-06-17 17:50:51 +02:00
index.py feat: Move the account parse calls to a method 2022-06-18 14:30:56 +02:00
user.py Rework user image handling 2022-06-18 19:11:13 +02:00