|
WIP: new user management and authentication system, use go 1.16 embed
|
|---|
|
|
| Dockerfile |
|---|
| Makefile |
|---|
| README-RASPBERRYPI.md |
|---|
| README.md |
|---|
| assets/css/custom.css |
|---|
| assets/img/favicon-large.png 0 → 100644 |
|---|
|
|
| assets/img/favicon.ico 0 → 100644 |
|---|
|
|
| assets/img/favicon.png 0 → 100644 |
|---|
|
|
| assets/tpl/admin_create_clients.html |
|---|
| assets/tpl/admin_edit_user.html 0 → 100644 |
|---|
| assets/tpl/admin_index.html |
|---|
| assets/tpl/admin_user_index.html 0 → 100644 |
|---|
| assets/tpl/index.html |
|---|
| assets/tpl/prt_nav.html |
|---|
| assets/tpl/user_index.html |
|---|
| efs.go 0 → 100644 |
|---|
| go.mod |
|---|
| internal/authentication/provider.go 0 → 100644 |
|---|
| internal/authentication/providers/ldap/provider.go 0 → 100644 |
|---|
| internal/authentication/providers/password/provider.go 0 → 100644 |
|---|
| internal/authentication/user.go 0 → 100644 |
|---|
| internal/common/configuration.go |
|---|
| internal/ldap/authentication.go 100644 → 0 |
|---|
| internal/ldap/config.go 0 → 100644 |
|---|
| internal/ldap/ldap.go |
|---|
| internal/ldap/usercache.go 100644 → 0 |
|---|
| internal/server/auth.go 0 → 100644 |
|---|
| internal/server/core.go |
|---|
| internal/server/handlers_auth.go |
|---|
| internal/server/handlers_common.go |
|---|
| internal/server/handlers_interface.go |
|---|
| internal/server/handlers_peer.go |
|---|
| internal/server/handlers_user.go 0 → 100644 |
|---|
| internal/server/helper.go |
|---|
| internal/server/ldapsync.go |
|---|
| internal/server/peermanager.go 0 → 100644 |
|---|
| internal/server/routes.go |
|---|
| internal/server/usermanager.go 100644 → 0 |
|---|
| internal/users/config.go 0 → 100644 |
|---|
| internal/users/manager.go 0 → 100644 |
|---|
| internal/users/user.go 0 → 100644 |
|---|