-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/tdr 22/declarative funcacl #2510
base: develop
Are you sure you want to change the base?
Conversation
models/classes/accessControl/func/implementation/SimpleAccess.php.orig
Outdated
Show resolved
Hide resolved
models/classes/accessControl/func/implementation/ControllerAccessRight.php
Outdated
Show resolved
Hide resolved
Please fix phpdocs of classes and methods and declare strict types in new classes. |
scripts/update/Updater.php
Outdated
@@ -1343,6 +1343,6 @@ public function update($initialVersion) | |||
$this->setVersion('42.0.4'); | |||
} | |||
|
|||
$this->skip('42.0.4', '42.8.0'); | |||
$this->skip('42.0.4', '42.9.0'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you want to set CacheOnly implementation for existing instances?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to keep existing deployments unchanged and keep using funcAcl.
|
While not strictly required (because when installing funcAcl we replace the default implementation with the author-able one) I like the idea of splitting the interfaces. I will adapt |
Provide a new default implementation for the func ACL that does not require a persistence and that is generating the access rights based on the manifest declarations.
requires oat-sa/generis#791