Update documentation

This commit is contained in:
Eike Kettner
2020-05-23 14:27:56 +02:00
parent f16632bc7f
commit 785cdde1a6
2 changed files with 33 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
- New feature "Scan Mailboxes". Docspell can now read mailboxes
periodically to import your mails.
- New feature "Integration Endpoint". Allows an admin to upload files
to any collective using a separate endpoint.
- Fix the `find-by-checksum` route that, given a sha256 checksum,
returns whether there is such a file in docspell. It falsely
returned `false` although documents existed.
@@ -20,7 +22,7 @@
### Configuration Changes
The joex component has new config sections:
The joex and rest-server component have new config sections:
- Add `docspell.joex.mail-debug` flag to enable debugging e-mail
related code. This is only useful if you encounter problems
@@ -29,6 +31,8 @@ The joex component has new config sections:
configure the new scan-mailbox user task.
- Add `docspell.joex.files` section that is the same as the
corresponding section in the rest server config.
- Add `docspell.rest-server.integration-endpoint` with sub-sections to
configure an endpoint for uploading files for admin users.
### REST Api Changes
@@ -36,6 +40,9 @@ The joex component has new config sections:
- Add `/sec/email/settings/imap`
- Add `/sec/usertask/scanmailbox` routes to configure one or more
scan-mailbox tasks
- The data used in `/sec/collective/settings` was extended with a
boolean value to enable/disable the "integration endpoint" for a
collective.
## v0.5.0