aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller/TransferOwnershipController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-3/+3
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-31/+10
* fix: do not duplicate existing entityMaksim Sukharev2024-10-161-8/+1
* fix: dismiss notification only after transfer bg job createdMaksim Sukharev2024-10-161-5/+5
* refactor(files): Replace security annotations with respective attributesprovokateurin2024-07-271-6/+4
* fix(files): Properly handle denied ownership transfersFerdinand Thiessen2024-06-141-12/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-291-21/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-9/+9
* files: Add OpenAPI specjld31032023-07-121-0/+31
* fix for transferring ownership of groupfoldersVanessa Pertsch2022-05-101-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Do not allow transfer ownership when the user isn't the ownerChristoph Wurst2020-03-031-0/+4
* Make sure that the transfer entry is present in the databaseJulius Härtl2020-02-241-5/+13
* Update license headersChristoph Wurst2019-12-051-1/+3
* Add a transfer ownership background jobRoeland Jago Douma2019-12-021-0/+181