Add autopatch for new permission system

This commit is contained in:
Alexandre Aubin
2021-02-21 21:55:01 +01:00
parent 175fd4156e
commit 77b148f67d
4 changed files with 79 additions and 2 deletions

View File

@ -0,0 +1,10 @@
NB. : this is an ***automated*** attempt to migrate the app to the new permission system
You should ***not*** blindly trust the proposed changes. In particular, the auto-patch will not handle:
- situations which are more complex than "if is_public is true, allow visitors"
- situations where the app needs to be temporarily public (then possible private) during initial configuration
- apps using non-standard syntax
- other specific use cases
***PLEASE*** carefully review, test and amend the proposed changes if you find that the autopatch did not do a proper job.