mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge branch 'stretch-testing' into stretch-unstable
This commit is contained in:
commit
f1b7b46c24
2 changed files with 12 additions and 1 deletions
12
debian/changelog
vendored
12
debian/changelog
vendored
|
@ -1,3 +1,15 @@
|
|||
yunohost (3.7.0.2) testing; urgency=low
|
||||
|
||||
- [fix] Make sure the users actually exists when migrating legacy custom permissions
|
||||
- [mod] Move debug log dump from ynh_exit_properly to the core after failed app operation (#833)
|
||||
- [enh] Improve app_upgrade error management (#832)
|
||||
- [mod] Refactor group permission (#837)
|
||||
- [enh] Add permission name in permission callback when adding/removing allowed users (#836)
|
||||
- [enh] Improve permission helpers (#840)
|
||||
- [i18n] Improve translations for German, Catalan, Swedish, Spanish, Turkish, Basque, French, Esperanto, Occitan
|
||||
|
||||
-- Alexandre Aubin <alex.aubin@mailoo.org> Fri, 15 Nov 2019 16:45:00 +0000
|
||||
|
||||
yunohost (3.7.0.1) testing; urgency=low
|
||||
|
||||
- Hotfix to avoid having a shitload of warnings displayed during the permission migration
|
||||
|
|
|
@ -473,4 +473,3 @@ def _update_ldap_group_permission(permission, allowed, sync_perm=True):
|
|||
hook_callback('post_app_removeaccess', args=[app, ','.join(effectively_removed_users), sub_permission])
|
||||
|
||||
return new_permission
|
||||
|
Loading…
Add table
Reference in a new issue