1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00
gitea/services/auth/source
zeripath db6b7db06d
Improve LDAP synchronization efficiency (#16994)
The current LDAP sync routine has order n^2 efficiency. This change reduces this
to order n.log n.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-09-15 10:28:37 +01:00
..
db Refactor: Move login out of models (#16199) 2021-07-24 11:16:34 +01:00
ldap Improve LDAP synchronization efficiency (#16994) 2021-09-15 10:28:37 +01:00
oauth2 Add setting to OAuth handlers to skip local 2FA authentication (#16594) 2021-09-10 18:37:57 +02:00
pam Send registration email on user autoregistration (#16523) 2021-08-12 10:26:33 +03:00
smtp Send registration email on user autoregistration (#16523) 2021-08-12 10:26:33 +03:00
sspi Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00