summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-13Use a larger size for the iconVivien Kraus
GNOME shell will rasterize it as 48x48 in the app overview otherwise.
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-13Add GNOME application iconVivien Kraus
2021-09-13Update translationsVivien Kraus
2021-09-13Add missing importVivien Kraus
2021-09-13Fix a syntax errorVivien Kraus
2021-09-13Fix a syntax errorVivien Kraus
2021-09-13Fix syntax errorVivien Kraus
2021-09-13Add missing moduleVivien Kraus
2021-09-13fix function nameVivien Kraus
2021-09-13Fix syntax errorVivien Kraus
2021-09-13Fix a test nameVivien Kraus
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