aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Service/OwnershipTransferService.php
Commit message (Expand)AuthorAgeFilesLines
* fix(transfer-ownership): Improve comments according to code reviewCôme Chilliet2024-09-051-3/+3
* feat(transfer-ownership): Correctly react to encrypted filesCôme Chilliet2024-09-051-20/+43
* fix(files): Fix ownership transfer encrypted files detectionCôme Chilliet2024-04-301-1/+1
* fix(files): Also restore shares after ownership transfer for object storageFerdinand Thiessen2024-04-181-38/+73
* Merge pull request #39215 from shdehnavi/replace_substr_calls_in_files_appJohn Molakvoæ2024-02-231-2/+2
|\
| * Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-09-271-2/+2
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-34/+34
|/
* fix: Always create user directory when transfering files to new usersJulius Härtl2023-04-061-0/+3
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-1/+1
* Merge pull request #30953 from nextcloud/feat/init-storage-when-transferring-...Vincent Petry2022-02-101-7/+6
|\
| * Init user's file system if not existing on ownership transferCarl Schwan2022-02-011-7/+6
* | Fix path handling when transferring incoming sharesVincent Petry2022-02-101-1/+5
|/
* Do not transfer shares for deleted usersVincent Petry2021-10-041-7/+20
* Added support for transfering incoming file shares.Immanuel Pasanec2021-08-271-1/+140
* Log exception message during failed ownership transfer share restoreChristoph Wurst2021-08-241-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Only perform login check during ownership transfer for encryptionChristoph Wurst2021-03-191-2/+5
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+0
* Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-091-1/+1
* Merge pull request #22648 from nextcloud/bugfix/noid/transfer-all-sharesJoas Schilling2020-09-091-2/+2
|\
| * Transfer shares if no path providedJulius Härtl2020-09-071-2/+2
* | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
|/
* Transfer shares of the transferred root nodeJulius Härtl2020-08-311-3/+36
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Merge pull request #21797 from rawtaz/patch-1Morris Jobke2020-08-201-1/+1
|\
| * Include circle shares when transferring ownershiprawtaz2020-07-151-1/+1
| * Include e-mail shares when transferring ownershiprawtaz2020-07-111-1/+1
* | Use constant instead of magic number Morris Jobke2020-08-111-1/+1
* | Do not exit if available space cannot be determined on file transferJulius Härtl2020-08-111-1/+1
|/
* Update share type constant usageJoas Schilling2020-06-241-2/+3
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Try to use the display name of file transfersJoas Schilling2020-04-081-6/+20
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Allow specifying this is the first loginRoeland Jago Douma2020-02-031-2/+9
* Catch \Error in Transfer::restoreSharesTobia De Koninck2020-02-031-1/+1
* Prevent transferring data to user which never loggedinTobia De Koninck2020-02-031-1/+1
* Add option to transfer-ownership to move dataTobia De Koninck2020-02-031-3/+16
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Transfer ownership function polishingSascha Wiswedel2019-12-171-6/+6
* Update license headersChristoph Wurst2019-12-051-3/+6
* Merge pull request #17913 from nextcloud/fix/transfer-ownership-move-files-er...Roeland Jago Douma2019-12-041-1/+6
|\
| * Catch file transfer error and stop transfer ownership commandChristoph Wurst2019-11-271-1/+6
* | Also allow transfer ownership of filesChristoph Wurst2019-12-021-1/+1
|/
* Extract transfer ownership logic into a reusable serviceChristoph Wurst2019-11-261-0/+276