0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 12:48:17 +01:00
gitea/services/auth
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
..
source Improve LDAP synchronization efficiency (#16994) 2021-09-15 10:28:37 +01:00
auth_test.go Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) 2021-09-02 16:48:48 +01:00
auth.go Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) 2021-09-02 16:48:48 +01:00
basic.go Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) 2021-09-02 16:48:48 +01:00
group.go
interface.go
oauth2.go
placeholder.go
reverseproxy.go Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) 2021-09-02 16:48:48 +01:00
session.go
signin.go
sspi_windows.go
sync.go