WIP: new user management and authentication system, use go 1.16 embed
1 parent 43bab58 commit 9b10d099b61554625b0f293346a0aa7cd0281ab2
@Christoph Haas Christoph Haas authored on 25 Feb 2021
Showing 41 changed files
View
Dockerfile
View
Makefile
View
README-RASPBERRYPI.md
View
README.md
View
assets/css/custom.css
View
assets/img/favicon-large.png 0 → 100644
View
assets/img/favicon.ico 0 → 100644
View
assets/img/favicon.png 0 → 100644
View
assets/tpl/admin_create_clients.html
View
assets/tpl/admin_edit_user.html 0 → 100644
View
assets/tpl/admin_index.html
View
assets/tpl/admin_user_index.html 0 → 100644
View
assets/tpl/index.html
View
assets/tpl/prt_nav.html
View
assets/tpl/user_index.html
View
efs.go 0 → 100644
View
go.mod
View
internal/authentication/provider.go 0 → 100644
View
internal/authentication/providers/ldap/provider.go 0 → 100644
View
internal/authentication/providers/password/provider.go 0 → 100644
View
internal/authentication/user.go 0 → 100644
View
internal/common/configuration.go
View
internal/ldap/authentication.go 100644 → 0
View
internal/ldap/config.go 0 → 100644
View
internal/ldap/ldap.go
View
internal/ldap/usercache.go 100644 → 0
View
internal/server/auth.go 0 → 100644
View
internal/server/core.go
View
internal/server/handlers_auth.go
View
internal/server/handlers_common.go
View
internal/server/handlers_interface.go
View
internal/server/handlers_peer.go
View
internal/server/handlers_user.go 0 → 100644
View
internal/server/helper.go
View
internal/server/ldapsync.go
View
internal/server/peermanager.go 0 → 100644
View
internal/server/routes.go
View
internal/server/usermanager.go 100644 → 0
View
internal/users/config.go 0 → 100644
View
internal/users/manager.go 0 → 100644
View
internal/users/user.go 0 → 100644