summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-13Fix function nameVivien Kraus
2021-09-13Remove dead codeVivien Kraus
2021-09-13Fix typoVivien Kraus
2021-09-13Add missing moduleVivien Kraus
2021-09-13Fix a syntax error and missing moduleVivien Kraus
2021-09-13Fix syntax errorVivien Kraus
2021-09-13Add missing moduleVivien Kraus
2021-09-13Fix a syntax errorVivien Kraus
2021-09-13Fix a syntax errorVivien Kraus
2021-09-13Fix a syntax errorVivien Kraus
2021-09-13Fix a syntax errorVivien Kraus
2021-09-13Fix exceptionsVivien Kraus
2021-08-13web-i18n: fix locale detection0.5.3Vivien Kraus
2021-08-13Update translationsVivien Kraus
2021-08-13update NEWSVivien Kraus
2021-08-13Clarify that @var{subject} is optionalVivien Kraus
2021-08-13Hello: fix format stringVivien Kraus
2021-08-13Hello: the agent is an URIVivien Kraus
2021-08-13Update translationsVivien Kraus
2021-08-13Fix test nameVivien Kraus
2021-08-13Fix reason phrases for the authorization pagesVivien Kraus
2021-08-13Service: use the sysadmin localeVivien Kraus
2021-08-13Switch to a more sensible error reporting systemVivien Kraus
2021-08-13Authorization endpoint: the client-id should be an URI.Vivien Kraus
2021-08-13Make a better client APIVivien Kraus
2021-08-09Add a simulation type to test complex systems.Vivien Kraus
2021-08-02Make only one service type, but accept multiple configurations.0.5.2Vivien Kraus
2021-08-01Use guile parametersVivien Kraus
With parameters, the API does not need to care about the directory where to load files and how to get the time.
2021-08-01Load the encrypted password from a fileVivien Kraus
This is more secure, because you can restrict the password file to be only readable by the service user.
2021-08-01Add a command to generate the docker imageVivien Kraus
2021-08-01Change the name!Vivien Kraus
2021-07-29Update the READMEVivien Kraus
2021-07-29Don’t forget to depend on jsonld nowVivien Kraus
2021-07-29Provide the website serviceVivien Kraus
2021-07-29The package should know its release date to generate a doap descriptionVivien Kraus
2021-07-29The server supports XML catalogs.Vivien Kraus
This will be used to set up an integration test suite with HTTPS, without needing to provide certificates, because the test harness will have an XML catalog mapping HTTPS targets to local HTTP mockups.
2021-07-29Remove these useless programsVivien Kraus
They are integrated into the webid-oidc main program
2021-07-29The client manifest spec changed: now it’s a plain OIDC registration token.Vivien Kraus
2021-07-29Rework --help outputVivien Kraus
2021-07-27Support for json-ldVivien Kraus
2021-07-22DPoP proof: support the "ath" claimVivien Kraus
2021-07-13Continue the request processing in a new thread if a request needs toVivien Kraus
be made
2021-07-13Rottlog: store the rotations in the same directoryVivien Kraus
2021-07-10Rottlog: set the file nameVivien Kraus
2021-07-09fixup! Rottlog service: rotate the logs dailyVivien Kraus
2021-07-09Setup: make sure that the acl:default predicate for /.acl refers to /Vivien Kraus
If the server-uri had a path of '/', then a double slash would be added. We don’t want that.
2021-07-08Start client requests in a new POSIX thread.Vivien Kraus
2021-07-06Fix the semantic of dpop signature time errorsVivien Kraus
2021-07-06Make sure that all dates in errors are actually dates and not timestampsVivien Kraus
2021-07-06Also log exceptionsVivien Kraus