aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/logger.js
Commit message (Collapse)AuthorAgeFilesLines
* Also allow transfer ownership of filesChristoph Wurst2019-12-021-4/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-021-0/+28
This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>