powerdns-admin/powerdnsadmin
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
..
lib Rework user image handling 2022-06-18 19:11:13 +02:00
models Rework user image handling 2022-06-18 19:11:13 +02:00
routes Rework user image handling 2022-06-18 19:11:13 +02:00
services Use HTTP_X_FORWARDED_PROTO header from reverse proxy to rewrite https:// for SAML request URLs 2022-05-19 19:00:38 -07:00
static Rework user image handling 2022-06-18 19:11:13 +02:00
templates Rework user image handling 2022-06-18 19:11:13 +02:00
__init__.py Rework user image handling 2022-06-18 19:11:13 +02:00
assets.py Remove IE8 polyfills 2022-06-18 19:07:23 +02:00
decorators.py enh: Enforce Record Restrictions in API (#1089) 2022-06-18 14:20:49 +02: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 Updated the unknown state 2022-05-23 16:46:11 +00:00