github eikek/docspell v0.27.0
Docspell 0.27.0

latest releases: nightly, v0.42.0, v0.41.0...
2 years ago

Changelog • DocumentationMilestone

This release focuses on features for authentication.

  • Allow external authentication providers via OpenID Connect. Now you can integrate Docspell into your SSO solution. Using keycloak, for example (or other such tools) users can be maintained elsewhere, like in an LDAP directory. (#489)
  • Adds two-factor authentication using TOTPs. If you don't want to setup an external authentication provider (which is another tool to maintain), you can use the builtin TOTP support to have two-factor authentication. (#762)
  • Improvements when querying documents (#1040)
  • Changed the underlying code for storing and loading files. This is a preparation to allow different storage backends for files in the future (maybe the filesystem or s3). (#1080)
  • The license has changed from GPLv3+ to AGPLv3+ (#1078)
  • Fixes a bug in the "check for updates" task that was added in the last release (#1068)
  • Reduces the length of the startup command, which makes tools like ps much more readable and allows now to start docspell on Windows (untested, though ;-)) (#1062)
  • Fixes merging items, where sent mails were not copied to the target item. (#1055)
  • Fixes and improves deleting users. Now all their data is also removed and it is shown what that would be. (#1060)

Don't miss a new docspell release

NewReleases is sending notifications on new releases.