- 28 Jun, 2018 1 commit
-
-
ale authored
-
- 26 Jun, 2018 6 commits
-
-
ale authored
-
ale authored
Also set an initial user password, and random passwords for all its resources, on a CreateUser request.
-
ale authored
Rename queryConfig to queryTemplate to better reflect its purpose, and drop all cruft that had to do with config deserialization.
-
ale authored
-
ale authored
Simplifies the code in AccountService a bit, moving more logic into the request types. The authentication and authorization bits have been split into a separate authService type for clarity.
-
- 25 Jun, 2018 1 commit
-
-
ale authored
Let the server fill in default values for resource and user creation.
-
- 24 Jun, 2018 5 commits
-
-
ale authored
By adding a User to the resource validation context, we can implement more complex checks like verifying that websites have an associated DAV account, or that the parent resource of a database is actually a website.
-
ale authored
-
ale authored
The validationContext contains all configuration and backends that are relevant to the various validation functions.
-
ale authored
-
ale authored
-
- 23 Jun, 2018 6 commits
- 22 Jun, 2018 3 commits
- 21 Jun, 2018 5 commits
- 20 Jun, 2018 6 commits
-
-
ale authored
-
ale authored
-
ale authored
The new Backend/TX split makes it a bit harder to test the validators, but do so anyway.
-
ale authored
-
ale authored
-
ale authored
Use a lower level type to abstract LDAP "transactions" (really just batches of changes) and generate a set of ModifyRequest objects at commit time. Change the API to let the caller manage the transaction (TX object) lifetime.
-
- 19 Jun, 2018 2 commits
-
-
ale authored
This should make it easier to implement a SQL backend in the future if necessary, even though LDAP knows no such thing as transactions. As a result of a better low-level interface, reducing the boilerplate LDAP code, the business logic in model.go should be quite more readable.
-
ale authored
This is a compiled version of the unboundid-ldap-server project, with our own patches. All dependencies are included.
-
- 10 Jun, 2018 2 commits
- 02 Apr, 2018 2 commits
- 01 Apr, 2018 1 commit
-
-
ale authored
Also start adding some tests for the AccountService code.
-