aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* fix(sharing): Move permission validation to share managerFerdinand Thiessen2025-01-311-0/+11
* fix: Exclude non accepted shares when computing access listbackport/50519/stable29Louis Chemineau2025-01-301-0/+13
* fix: Use getRelativePath method to check if node is inside folderCôme Chilliet2024-12-191-1/+2
* fix: Fix promotion of reshares from subsubfoldersCôme Chilliet2024-12-191-10/+17
* chore: Add comment to make code clearerCôme Chilliet2024-12-191-0/+1
* chore: Turn method description into phpdocCôme Chilliet2024-12-191-1/+1
* fix(shares): Promote reshares into direct shares when share is deletedCôme Chilliet2024-12-191-6/+13
* fix: Tidy up code for reshare deletionCôme Chilliet2024-12-191-14/+16
* fix: delete re-shares when deleting the parent shareLuka Trovic2024-12-191-0/+69
* fix(shares): Wrap exceptions from password validation to set code to 400Côme Chilliet2024-12-121-1/+7
* fix(files_sharing): Do not wrap password policy exception into a generic oneCôme Chilliet2024-12-121-6/+2
* fix(share): Return empty string if no label is setbackport/48673/stable29Ferdinand Thiessen2024-10-151-2/+2
* fix(share): Ensure unique share tokensbackport/48142/stable29ernolf2024-09-261-5/+17
* fix: check for correct storage class when checking for link parentRobin Appelman2024-09-041-1/+2
* fix: Remove shares only if there are no more common groups between usersCôme Chilliet2024-08-131-38/+36
* fix(files_sharing): Delete user shares if needed when user is removed from a ...Louis Chemineau2024-08-132-2/+47
* fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-07-012-20/+29
* refactor(shareManager): Use constructor property promotionfenn-cs2024-05-291-75/+23
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-292-79/+106
* fix: cleanup logic for getting the max reshare permissionsRobin Appelman2024-05-131-49/+8
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-041-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
* fix(sharing): resolveGroupShares setPermissions on nullskjnldsv2024-03-191-4/+6
* perf: improve performance of resolving group sharesRobin Appelman2024-03-161-50/+28
* feat(files_sharing): allow to specify allowed groups to share instead of excl...Corentin Damman2024-03-151-8/+24
* Merge pull request #40131 from summersab/refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-151-2/+4
|\
| * Merge branch 'master' into refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-156-114/+172
| |\
| * | Refactor `OC\Server::getShareManager`Andrew Summers2023-08-291-2/+4
* | | Merge branch 'master' into refactor/OC-Server-getCloudFederationFactoryJohn Molakvoæ2024-03-151-5/+7
|\ \ \
| * \ \ Merge pull request #40138 from summersab/refactor/OC-Server-getHasherJohn Molakvoæ2024-03-151-1/+2
| |\ \ \
| | * | | Refactor `OC\Server::getHasher`Andrew Summers2024-03-151-1/+2
| | | |/ | | |/|
| * / | Refactor `OC\Server::getLazyRootFolder`Andrew Summers2024-03-151-4/+5
| |/ /
* / / Refactor `OC\Server::getCloudFederationFactory`Andrew Summers2024-03-151-1/+2
|/ /
* | Merge pull request #42638 from nextcloud/shares-in-folder-storageRobin Appelman2024-03-061-2/+9
|\ \
| * | fix: also filter by storage when getting shares in folderRobin Appelman2024-03-061-2/+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-042-9/+11
* | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-10/+16
* | Merge pull request #43461 from nextcloud/fix/get-rid-of-getloggerF. E Noel Nfebe2024-02-141-1/+3
|\ \
| * | chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+3
* | | fix: phpunitJohn Molakvoæ2024-02-131-2/+2
* | | feat: rename users to account or personVincent Petry2024-02-131-2/+2
|/ /
* | feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-1/+24
* | fix(manager): removed dead codeEduardo Morales2023-12-181-7/+1
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-8/+8
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-3/+3
* | Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-042-36/+70
|\ \