aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | cleanup di for share permissions wrapperRobin Appelman2023-08-162-36/+70
* | | Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-022-33/+24
* | | sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-1/+1
| |/ |/|
* | Use nullsafe call syntax instead of additionnal checkCôme Chilliet2023-08-281-1/+1
* | Set files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disa...Côme Chilliet2023-08-281-5/+19
|/
* fix: Remove legacy dispatcher from share managerJoas Schilling2023-07-281-6/+0
* feat!: Migrate Share accepted event to typed eventJoas Schilling2023-07-282-3/+4
* feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-282-44/+27
* feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-282-23/+17
* fix: Move Sharing events to IEventDispatcherJoas Schilling2023-07-272-24/+30
* Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-071-4/+4
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1