aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #53945 from nextcloud/chore/share-constantsDaniel9 days1-3/+0
|\
| * chore(OC\Share\Constants): Remove unused SHARE_TYPE_* constantschore/share-constantsprovokateurin9 days1-3/+0
* | Merge pull request #53946 from nextcloud/chore/remove-hierarchical-sharesKate9 days4-37/+10
|\ \
| * | fix(IShare): Add missing getParent and setParent methodschore/remove-hierarchical-sharesprovokateurin9 days4-28/+9
| * | fix(IShareProvider): Add missing getChildren method to the interfaceprovokateurin9 days2-9/+1
| |/
* | Merge pull request #54064 from nextcloud/feat/preset/custom-share-tokenMaxence Lange9 days1-1/+2
|\ \
| * | feat(preset): add lexicon entry for custom share tokenfeat/preset/custom-share-tokenMaxence Lange9 days1-1/+2
| |/
* | Merge pull request #51602 from nextcloud/fix/fix-default-share-folder-for-gro...Kate9 days2-7/+19
|\ \ | |/ |/|
| * fix: Use default share folder of the user on share acceptCôme Chilliet2025-07-082-7/+19
* | chore: Fix all method calls with too many argumentschore/too-many-argumentsprovokateurin2025-07-222-1/+3
|/
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-018-43/+47
* feat(files_sharing): allow viewing files with download disabledskjnldsv2025-06-262-0/+25
* fix: Do not use circle provider class constantCôme Chilliet2025-05-161-2/+1
* fix: Count on the circles application to register its share providerCôme Chilliet2025-05-161-40/+1
* fix: Cleanup share ProviderFactory to correctly use DI instead of deprecated ...Côme Chilliet2025-05-161-142/+44
* perf(Share20): Add interface to query all shares in a folder without filterin...perf/share20/get-all-shares-in-folderprovokateurin2025-05-082-19/+36
* fix(files_sharing): fix share creation error handlingskjnldsv2025-04-091-1/+5
* Merge pull request #51838 from nextcloud/feat/cleanup-oc-util-methodsJohn Molakvoæ2025-04-082-13/+3
|\
| * fix: Fix types for sharingDisabledForUserCôme Chilliet2025-04-072-7/+2
| * fix: Remove some call and references to deprecated OC_Util classCôme Chilliet2025-04-071-7/+2
* | fix: Handle missing share providers when promoting reshareshandle-missing-share-providers-when-promoting-resharesDaniel Calviño Sánchez2025-04-081-1/+6
|/
* perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equalsrefactor/use-in-instead-of-orMarcel Klehr2025-03-251-79/+20
* fix(Share20\Manager): Propagate user and group deletion to remote share provi...provokateurin2025-03-031-4/+16
* fix(Share20): Convert broken hooks to IEventListenerprovokateurin2025-03-033-20/+64
* fix: Exclude non accepted shares when computing access listartonge/fix/access_list_unaccepted_sharesLouis Chemineau2025-01-301-0/+12
* fix(sharing): Move permission validation to share managerFerdinand Thiessen2025-01-281-0/+11
* fix: Ensure `label` is always a stringFerdinand Thiessen2025-01-261-2/+1
* 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): Remove noisy text from emailsremoveNoisyTextEmailsGit'Fellow2024-12-161-4/+0
* 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(share): Don't print twice the same informationprintOnlyOnceTextGit'Fellow2024-12-101-10/+9
* 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(Share20\DefaultShareProvider): Return link shares in getSharesByPath()provokateurin2024-11-251-1/+2
* fix(Share20\DefaultShareProvider): Sort getSharesByPath() resultsprovokateurin2024-11-251-0/+1
* Merge pull request #47425 from nextcloud/fix/avoid-invalid-share-on-transfer-...Côme Chilliet2024-11-041-0/+88
|\
| * 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
* | Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-181-4/+4
|\ \
| * | fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-4/+4