summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/LockPlugin.php
Commit message (Collapse)AuthorAgeFilesLines
* In LockPlugin, only release a lock if it was acquiredJaakko Salo2020-07-061-0/+14
| | | | | | | | | When uploading new files, getNodeForPath() will not succeed yet so the lock cannot be acquired. In that case, don't try to unlock it either. Signed-off-by: Jaakko Salo <jaakkos@gmail.com>
* Fix usages of afterMethod -> afterMethod:*Georg Ehrke2020-04-211-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke2020-03-271-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+84
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4