]> git.ipfire.org Git - ipfire.org.git/commit
accounts: Store avatars in PostgreSQL
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jan 2024 15:04:40 +0000 (15:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jan 2024 15:04:40 +0000 (15:04 +0000)
commit77cab7da289e1f2f0440ad1ef66d9d0cd9d4064c
tree926b54f310b279f0ad533cc0fda7ad1c6a253c76
parentf546bea87c4a93a6d0cf32c72246b0eb4e067f51
accounts: Store avatars in PostgreSQL

We have some issues with LDAP not handling large uploads very well.
Hence we store any avatars in PostgreSQL which should also help us to
speed up loading LDAP profiles.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/backend/accounts.py
src/web/users.py