-
Notifications
You must be signed in to change notification settings - Fork 12
added methods for CardDAV-implementation #2
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
base: master
Are you sure you want to change the base?
Conversation
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.
Could be changed to if (!empty($config['root_dir']) && $config['plugins']['webdav']) {
.
Hi, nice additions. There could be some improvements (only injecting needed services instead whole container for example). I will have a closer look soon. |
fc5d79b
to
b573ac8
Compare
composer: suggest the installation of gedmo/doctrine-extension
Any progress on this? |
@snc what is still needed before this can be merged? |
SabreDav/PrincipalBackend.php
Outdated
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.
Why not use $this->user_manager->findUsers()
here?
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.
good argument :)
anyway, i'm seriously planning to improve the backends and upgraded v3-integrations (sabre-dav) in a few days.
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.
btw: I've detected your fork of my work just some seconds ago. nice work!
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.
take all you want ;-) Your work has been very usefull
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.
Where is this used? Can't find the param usage
merge all changes
I've updated the bundle to my needs. The my new implementations contain: