Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #53945 from nextcloud/chore/share-constants | Daniel | 41 hours | 1 | -3/+0 |
|\ | | | | | chore(OC\Share\Constants): Remove unused SHARE_TYPE_* constants | ||||
| * | chore(OC\Share\Constants): Remove unused SHARE_TYPE_* constantschore/share-constants | provokateurin | 44 hours | 1 | -3/+0 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #53946 from nextcloud/chore/remove-hierarchical-shares | Kate | 41 hours | 4 | -37/+10 |
|\ \ | |||||
| * | | fix(IShare): Add missing getParent and setParent methodschore/remove-hierarchical-shares | provokateurin | 43 hours | 4 | -28/+9 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | fix(IShareProvider): Add missing getChildren method to the interface | provokateurin | 44 hours | 2 | -9/+1 |
| |/ | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #54064 from nextcloud/feat/preset/custom-share-token | Maxence Lange | 42 hours | 1 | -1/+2 |
|\ \ | | | | | | | feat(preset): add lexicon entry for custom share tokens | ||||
| * | | feat(preset): add lexicon entry for custom share tokenfeat/preset/custom-share-token | Maxence Lange | 44 hours | 1 | -1/+2 |
| |/ | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #51602 from ↵ | Kate | 44 hours | 2 | -7/+19 |
|\ \ | |/ |/| | | | nextcloud/fix/fix-default-share-folder-for-group-shares | ||||
| * | fix: Use default share folder of the user on share accept | Côme Chilliet | 2025-07-08 | 2 | -7/+19 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Fix all method calls with too many argumentschore/too-many-arguments | provokateurin | 9 days | 2 | -1/+3 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 8 | -43/+47 |
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
* | feat(files_sharing): allow viewing files with download disabled | skjnldsv | 2025-06-26 | 2 | -0/+25 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: Do not use circle provider class constant | Côme Chilliet | 2025-05-16 | 1 | -2/+1 |
| | | | | | | | This is to avoid issues if the circles app is disabled but you still have circles shares in your DB Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Count on the circles application to register its share provider | Côme Chilliet | 2025-05-16 | 1 | -40/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Cleanup share ProviderFactory to correctly use DI instead of deprecated ↵ | Côme Chilliet | 2025-05-16 | 1 | -142/+44 |
| | | | | | | | | | getters Ideally circles and talk should migrate to calling registerProvider and core would not need to use their OCA classes like currently. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | perf(Share20): Add interface to query all shares in a folder without ↵perf/share20/get-all-shares-in-folder | provokateurin | 2025-05-08 | 2 | -19/+36 |
| | | | | | | filtering by user Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(files_sharing): fix share creation error handling | skjnldsv | 2025-04-09 | 1 | -1/+5 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #51838 from nextcloud/feat/cleanup-oc-util-methods | John Molakvoæ | 2025-04-08 | 2 | -13/+3 |
|\ | | | | | Mark all methods of OC_Util as deprecated | ||||
| * | fix: Fix types for sharingDisabledForUser | Côme Chilliet | 2025-04-07 | 2 | -7/+2 |
| | | | | | | | | | | | | and use the non-deprecated version whenever possible Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Remove some call and references to deprecated OC_Util class | Côme Chilliet | 2025-04-07 | 1 | -7/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Handle missing share providers when promoting reshareshandle-missing-share-providers-when-promoting-reshares | Daniel Calviño Sánchez | 2025-04-08 | 1 | -1/+6 |
|/ | | | | | | | | The provider for mail shares is not available when the "sharebymail" app is disabled, and in that case a "ProviderException" is thrown when trying to get it. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equalsrefactor/use-in-instead-of-or | Marcel Klehr | 2025-03-25 | 1 | -79/+20 |
| | | | | | | to improve performance by using the db index Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(Share20\Manager): Propagate user and group deletion to remote share ↵ | provokateurin | 2025-03-03 | 1 | -4/+16 |
| | | | | | | providers Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Share20): Convert broken hooks to IEventListener | provokateurin | 2025-03-03 | 3 | -20/+64 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Exclude non accepted shares when computing access listartonge/fix/access_list_unaccepted_shares | Louis Chemineau | 2025-01-30 | 1 | -0/+12 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(sharing): Move permission validation to share manager | Ferdinand Thiessen | 2025-01-28 | 1 | -0/+11 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Ensure `label` is always a string | Ferdinand Thiessen | 2025-01-26 | 1 | -2/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Revert "fix(Share20\Manager): Ensure node is still accessible when checking ↵revert/share-node-accessible | provokateurin | 2025-01-24 | 1 | -9/+0 |
| | | | | | | | | share" This reverts commit c2ca99e2f641396b6823c1e675afd3ecb486e744. Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(sharing): Set correct password context for share password validationfix/password-validation | Ferdinand Thiessen | 2025-01-20 | 1 | -1/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(sharing): Add `shareapi_allow_custom_tokens` config | Christopher Ng | 2025-01-15 | 1 | -0/+6 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(sharing): Fetch a unique generated token | Christopher Ng | 2025-01-15 | 1 | -35/+41 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(shares): Remove noisy text from emailsremoveNoisyTextEmails | Git'Fellow | 2024-12-16 | 1 | -4/+0 |
| | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | fix(shares): Wrap exceptions from password validation to set code to 400 | Côme Chilliet | 2024-12-12 | 1 | -2/+7 |
| | | | | | | | This fixes a regression that bad password returned 403 instead of 400 because of previous changes. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(files_sharing): Do not wrap password policy exception into a generic one | Côme Chilliet | 2024-12-12 | 1 | -6/+2 |
| | | | | | | Let the controller access the HintException and show the error to the user. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(share): Don't print twice the same informationprintOnlyOnceText | Git'Fellow | 2024-12-10 | 1 | -10/+9 |
| | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | fix(files_sharing,files): Do not validate shares before adjusting the owner | provokateurin | 2024-11-25 | 1 | -10/+14 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Share20\Manager): Ensure node is still accessible when checking share | provokateurin | 2024-11-25 | 1 | -0/+9 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(Share20\Manager): Return all shares on IShareOwnerlessMount | provokateurin | 2024-11-25 | 1 | -11/+30 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath() | provokateurin | 2024-11-25 | 1 | -1/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Share20\DefaultShareProvider): Sort getSharesByPath() results | provokateurin | 2024-11-25 | 1 | -0/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #47425 from ↵ | Côme Chilliet | 2024-11-04 | 1 | -0/+88 |
|\ | | | | | | | | | nextcloud/fix/avoid-invalid-share-on-transfer-ownership fix: promote re-shares when deleting the parent share | ||||
| * | fix: Use getRelativePath method to check if node is inside folderfix/avoid-invalid-share-on-transfer-ownership | Côme Chilliet | 2024-10-14 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Fix promotion of reshares from subsubfolders | Côme Chilliet | 2024-10-14 | 1 | -9/+16 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | chore: Add comment to make code clearer | Côme Chilliet | 2024-10-14 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | chore: Turn method description into phpdoc | Côme Chilliet | 2024-10-14 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
| * | fix(shares): Promote reshares into direct shares when share is deleted | Côme Chilliet | 2024-10-14 | 1 | -6/+14 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Tidy up code for reshare deletion | Côme Chilliet | 2024-10-14 | 1 | -14/+16 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: delete re-shares when deleting the parent share | Luka Trovic | 2024-10-14 | 1 | -0/+69 |
| | | | | | | | | | | | | | | Note: Removed part about fix command from original PR Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support | Ferdinand Thiessen | 2024-10-18 | 1 | -4/+4 |
|\ \ | | | | | | | feat(AppFramework): Add full support for date / time / datetime columns | ||||
| * | | fix: Prevent breaking change in IQueryBuilder | Ferdinand Thiessen | 2024-10-17 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |