summaryrefslogtreecommitdiff
path: root/guix/vkraus/packages/disfluid.scm
AgeCommit message (Collapse)Author
2021-10-10guix: fix typelib path in installed programVivien Kraus
2021-10-08guix: Don’t make disfluid-snapshot public, it can’t be built by cuirassVivien Kraus
2021-10-08guix: restore the manual mdate when building itVivien Kraus
2021-10-07package: make a package for each public git branchVivien Kraus
2021-10-07gui: use libhandyVivien Kraus
2021-10-04Publish the PDF version of the manualVivien Kraus
2021-10-01gui: Add a gsettings schemaVivien Kraus
2021-09-15Start a GUIVivien 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-08-01Change the name!Vivien Kraus