aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): fix share creation error handlingskjnldsv4 days1-1/+5
* Merge pull request #51838 from nextcloud/feat/cleanup-oc-util-methodsJohn Molakvoæ5 days1-7/+2
|\
| * fix: Fix types for sharingDisabledForUserCôme Chilliet6 days1-1/+1
| * fix: Remove some call and references to deprecated OC_Util classCôme Chilliet6 days1-7/+2
* | fix: Handle missing share providers when promoting reshareshandle-missing-share-providers-when-promoting-resharesDaniel Calviño Sánchez6 days1-1/+6
|/
* fix(Share20\Manager): Propagate user and group deletion to remote share provi...provokateurin2025-03-031-4/+16
* fix(sharing): Move permission validation to share managerFerdinand Thiessen2025-01-281-0/+11
* Revert "fix(Share20\Manager): Ensure node is still accessible when checking s...revert/share-node-accessibleprovokateurin2025-01-241-9/+0
* fix(sharing): Set correct password context for share password validationfix/password-validationFerdinand Thiessen2025-01-201-1/+3
* feat(sharing): Add `shareapi_allow_custom_tokens` configChristopher Ng2025-01-151-0/+6
* feat(sharing): Fetch a unique generated tokenChristopher Ng2025-01-151-35/+41
* fix(shares): Wrap exceptions from password validation to set code to 400Côme Chilliet2024-12-121-2/+7
* fix(files_sharing): Do not wrap password policy exception into a generic oneCôme Chilliet2024-12-121-6/+2
* fix(files_sharing,files): Do not validate shares before adjusting the ownerprovokateurin2024-11-251-10/+14
* fix(Share20\Manager): Ensure node is still accessible when checking shareprovokateurin2024-11-251-0/+9
* feat(Share20\Manager): Return all shares on IShareOwnerlessMountprovokateurin2024-11-251-11/+30
* fix: Use getRelativePath method to check if node is inside folderfix/avoid-invalid-share-on-transfer-ownershipCôme Chilliet2024-10-141-1/+2
* fix: Fix promotion of reshares from subsubfoldersCôme Chilliet2024-10-141-9/+16
* chore: Add comment to make code clearerCôme Chilliet2024-10-141-0/+1
* chore: Turn method description into phpdocCôme Chilliet2024-10-141-1/+1
* fix(shares): Promote reshares into direct shares when share is deletedCôme Chilliet2024-10-141-6/+14
* fix: Tidy up code for reshare deletionCôme Chilliet2024-10-141-14/+16
* fix: delete re-shares when deleting the parent shareLuka Trovic2024-10-141-0/+69
* feat(share): make sharelink token length configurableernolf/configurable_sharetoken_lengthernolf2024-09-281-7/+37
* fix(l10n): Rephrasing some exceptions to be translatedGit'Fellow2024-09-201-14/+13
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* chore(i18n): Spelling of IDrakekniven2024-09-061-2/+2
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-2/+2
* fix: adjust sharing controller exceptions caseJohn Molakvoæ2024-09-041-2/+2
* fix(l10n): Translate all share exceptionsGit'Fellow2024-09-041-70/+63
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* fix: check for correct storage class when checking for link parentRobin Appelman2024-08-161-1/+2
* fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-301-3/+4
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-121-110/+11
* fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-06-261-10/+7
* fix(dav): also return shared-with-me shares dataskjnldsv2024-06-121-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-38/+4
* refactor(shareManager): Use constructor property promotionfenn-cs2024-05-231-75/+23
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-231-78/+89
* Merge pull request #44460 from nextcloud/remove-non-shallow-in-folderRobin Appelman2024-05-171-1/+4
|\
| * refactor: remove non-shallow getSharesInFolderRobin Appelman2024-05-011-1/+4
* | fix: cleanup logic for getting the max reshare permissionsRobin Appelman2024-05-031-49/+8
|/
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* ShareByMailProvider: getAccessList: recommended style changesAdam Serbinski2024-03-211-3/+3
* ShareByMailProvider: getAccessList: add token to returned arrayAdam Serbinski2024-03-211-2/+2
* ShareByMailProvider: getAccessList: return full list of recipientsAdam Serbinski2024-03-211-5/+9
* fix(share): use share owner to confirm reshareMaxence Lange2024-03-201-3/+9
* refactor: make share manager buildableRobin Appelman2024-03-061-2/+1
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-4/+2
* feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-10/+16