Update notice
It turns out that PHPs opcache and the new backend namespace structure (required by Nextcloud 27) of this Passman release produce some problems. Usually it looks like the application is not loading correctly or it produces an internal server error in the Nextcloud log.
Reloading / Restarting apache2 or php-fpm after the app update should help: systemctl reload apache2
or systemctl reload php-fpm
.
Take a look at this issue comment for more information: #787 (comment)
What's Changed
- add nextcloud 27 support by @binsky08 in #779
- add compromised filter by @binsky08 in #772
- Fix Postgres sharing issue #581 by @fflorent in #778
- import missing fields from passman json backup file by @HolgerHees in #781
- fix icon service for absolute base hrefs without server part by @HolgerHees in #785
- fixed scrutinizer ci by @HolgerHees in #784
New Contributors
- @fflorent made their first contribution in #778
- @HolgerHees made their first contribution in #781
Full Changelog: 2.4.5...2.4.6