martin f. krafft
martin f. krafft
Somewhat related to #2324, this feature request is also about the usability of the search box. At the moment, Docspell either has you in "simple" query mode, and you can...
On the Items search page, the search field defaults to searching in document names:  Everyone here assumed that the button next to the search field with the two arrows...
If I upload an item via a source, no `job-done` notification event is triggered. Looking at debug/trace logs, the following appears curious: ``` docspell.store.impl.DoobieMeta - SQL: Success(SELECT c.id, c.name, u.uid,...
It would be amazing if I could attach any number of "claims" to a document, using digital signatures. Use cases include: 1. Approving a document 2. Confirming an invoice as...
When a user searches for `foo`, I think they expect to be given results for files matching "foobar" too. Instead, matching a full word should be e.g. `"foo"`.
The `sec/queue/state` endpoint seems to return the entire queue, which eventually will get rather large. Most of the time, I reckon that the user only needs the items in queued,...
# Introduction & why At time of writing this, Docspell supports only one very specific workflow called "metadata confirmation".  A full-scaled workflow engine is beyond the scope of the...
Using the Debian 0.40.0 packages: ``` curl -i -XGET -H 'X-Docspell-Auth: …' https://dms.int.toni.immo/api/v1/api/info/version HTTP/1.1 404 Not Found … ``` Same result using Swagger. Here's the log entries: ``` [io-comp...] [INFO...
A user created in Docspell through an OIDC login does not get an email address, even though the JWT includes the email: ``` { […] "docspell_collective": "ACME", "email": "[email protected]", "email_verified":...
The Debian packaging is very nice already. One change could make it almost perfect: moving the configuration files to `/etc`, where Debian then actually protects them and helps the administrator...