Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In LockPlugin, only release a lock if it was acquired | Jaakko Salo | 2020-07-06 | 1 | -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 Ehrke | 2020-04-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Sabre/DAV 4.0: beforeMethod is now beforeMethod:* | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 1 | -0/+84 |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |