Releases: nextcloud/passman
v2.4.12
What's Changed
- nc31 support by @binsky08 in #833
- fix rendering the public credential share page in 'public' render mode (instead of 'user' mode)
- improve style and responsibility of the public shared credential page
- set min length to 1 for credential share users selection input
- fix deprecated table name specification usage in db query builder delete expression
Full Changelog: 2.4.11...2.4.12
v2.4.11
v2.4.9
v2.4.8
v2.4.7
What's Changed
- adapt new breadcrumb style to support nc26 by @binsky08 in #792
- use PHP8's constructor property promotion by @shdehnavi in #793
- Convert array to short syntax by @shdehnavi in #795
- Use square bracket syntax to modify array by @shdehnavi in #797
- improve (generic) csv import and export by @binsky08 in #791
- fix filters for credentials without a password by @binsky08 in #799
New Contributors
- @shdehnavi made their first contribution in #793
Full Changelog: 2.4.6...2.4.7
v2.4.6
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
v2.4.5
What's Changed
- fix shared credential js crypto bugs and shared file upload
- fix re-encryption when changing the vault password
- fix deletion of a vault that contains shared credentials with files
- fix patching (edit) files as a non admin user
- fix mime type recognition regex for file downloads
- prevent fetching current github version with disabled has_internet_connection configuration option
- add hint to the vault password change process
Generated changelog and related PRs
- js re-encryption bug fixes by @binsky08 in #768
- check has_internet_connection configuration before requesting github by @binsky08 in #767
- fix mime type recognition regex for file downloads by @binsky08 in #769
- implement hint and checkbox to change a vault password by @binsky08 in #770
Full Changelog: 2.4.4...2.4.5
v2.4.4
2.4.3
What's Changed
Note: it seems that the previous release was v2.4.2 but we incorrectly named it v2.5.2 on gitlab releases.
The current latest release is this one! Just to clarify for anyone that could've noticed this little typo!
Full Changelog: 2.4.2...2.4.3