mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-18 03:58:52 +00:00
222675f4796a5abec5b0b7cdcfc91fdba3cf5cf2
* Allow LDAP Sources to provide Avatars Add setting to LDAP source to allow it to provide an Avatar. Currently this is required to point to the image bytes. Fix #4144 Signed-off-by: Andrew Thornton <[email protected]> * Rename as Avatar Attribute (drop JPEG) Signed-off-by: Andrew Thornton <[email protected]> * Always synchronize avatar if there is change Signed-off-by: Andrew Thornton <[email protected]> * Actually get the avatar from the ldap Signed-off-by: Andrew Thornton <[email protected]> * clean-up Signed-off-by: Andrew Thornton <[email protected]> * use len()>0 rather than != "" Signed-off-by: Andrew Thornton <[email protected]> * slight shortcut in IsUploadAvatarChanged Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
Languages
TypeScript
42.4%
MDX
30.9%
Astro
8.1%
JavaScript
6.4%
Shell
6%
Other
6.2%