summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2021-09-22Use anonymous-http-request from (webid-oidc parameters) everywhereVivien Kraus
2021-09-21OIDC configuration: use GOOPS and document itVivien Kraus
2021-09-21Serialize and deserialize tokens to and from SXMLVivien Kraus
2021-09-21JWS: use GOOPSVivien Kraus
2021-09-21JWK: serialize and deserialize to and from SXMLVivien Kraus
2021-09-21JWK: the default signature algorithm "alg" is now a key parameterVivien Kraus
2021-09-21JWK: add an explicit value for kty in the JSON representationVivien Kraus
2021-09-21JWK: document it, and use GOOPSVivien Kraus
2021-09-17Application state: make it fully immutableVivien Kraus
2021-09-15Start a GUIVivien Kraus
2021-09-15Client API: add a pretty printerVivien Kraus
2021-09-15Add an application state class to handle multi-threaded actionsVivien Kraus
2021-09-14Restructure the client APIVivien Kraus
The client API had several problems: - using records instead of GOOPS means that we aren’t flexible enough to introduce accounts protected by a password, for a multi-user application; - saving the user database to disk means we can’t have a proper immutable API; - it was difficult to predict when the users database would change, and inform the user interface about this change; - it had two different ways to negociate an access token, one when we had a refresh token and one when we did not; - it was supposed to either use account objects or a subject / issuer pair, now we only use account objects.
2021-09-13Client: use http-request instead of http-get and http-postVivien Kraus
2021-09-13Don’t save an account if it does not have a subjectVivien Kraus
I added a function to log in for the first time, so that we don’t have to store an account for which we know we will need to jump through the authorization endpoint hoops.
2021-09-13Update translationsVivien Kraus
2021-09-13Fix a syntax errorVivien Kraus
2021-09-13Fix syntax errorVivien Kraus
2021-09-13Add missing moduleVivien Kraus
2021-09-13Fix syntax errorVivien 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 exceptionsVivien Kraus
2021-08-13Update translationsVivien Kraus
2021-08-13Hello: fix format stringVivien Kraus
2021-08-13Update translationsVivien Kraus
2021-08-13Switch to a more sensible error reporting systemVivien Kraus
2021-08-13Make a better client APIVivien Kraus
2021-08-09Add a simulation type to test complex systems.Vivien 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-01Change the name!Vivien 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-29Rework --help outputVivien Kraus
2021-07-27Support for json-ldVivien Kraus
2021-07-22DPoP proof: support the "ath" claimVivien Kraus
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-06Also log exceptionsVivien Kraus
2021-07-06Handle request-failed-unexpectedly errorVivien Kraus
2021-07-06caching web client in main program: handle cases where the response is emptyVivien Kraus
2021-07-06Log the authenticated user tooVivien Kraus
2021-07-03Do not accept the password in clear, use an encrypted passwordVivien Kraus
2021-07-02Fix precondition check with GETVivien Kraus
2021-07-02Log requests and responses to STDOUT if the response is OK, STDERR otherwiseVivien Kraus
2021-07-02Also log the remote peer IP addressVivien Kraus