aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/DefaultShareProvider.php
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): Add missing check for null & use bool instead of int for ...Stefan Cherniakov2024-09-031-3/+3
* fix(files_sharing): Make share reminders more stable & fix issuesStefan Cherniakov2024-09-031-1/+5
* fix: fix share cleanup for deleted groups with shardingRobin Appelman2024-08-281-10/+18
* feat: add option to automatically partition queries by specific tablesRobin Appelman2024-08-281-0/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-7/+7
* fix: Remove shares only if there are no more common groups between usersCôme Chilliet2024-08-121-38/+36
* fix(files_sharing): Delete user shares if needed when user is removed from a ...Louis Chemineau2024-08-121-2/+46
* fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-301-1/+2
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-5/+9
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-121-1/+2
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-121-4/+4
* chore(files_sharing): refactor mail handlingskjnldsv2024-07-121-24/+22
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-121-49/+138
* fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-06-261-10/+22
* use LazyUser in DefaultShareProviderRobin Appelman2024-06-171-5/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-241-31/+4
* refactor: remove non-shallow getSharesInFolderRobin Appelman2024-05-011-22/+10
* fix(sharing): resolveGroupShares setPermissions on nullskjnldsv2024-03-191-4/+6
* perf: improve performance of resolving group sharesRobin Appelman2024-03-161-50/+28
* fix: also filter by storage when getting shares in folderRobin Appelman2024-03-061-2/+9
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+3
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-3/+3
* Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-021-32/+22
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* hide shared files located in group folder's trash binArthur Schiwon2023-03-281-0/+6
* composer run cs:fixCôme Chilliet2023-01-201-5/+3
* Show group name instead of group id as recommendationJoas Schilling2022-10-081-0/+4
* Use bigger slice in share providerCarl Schwan2022-08-161-2/+2
* Multiple fixesCarl Schwan2022-07-311-8/+6
* Inherit hide download from share attributesVincent Petry2022-07-281-0/+2
* Attempt to fix sqlite json issueVincent Petry2022-07-281-2/+2
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+66
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-261-7/+16
* Prevent column name conflict between tablesLouis Chemineau2022-07-261-1/+4
* Fix getting shares in a folder on OracheCarl Schwan2022-05-121-7/+18
* fix shared mount roots not being returned from `getSharesInFolder`Robin Appelman2022-03-311-1/+14
* Check style updateCarl Schwan2022-01-131-1/+1
* Allow to pass note when creating a share and send it with directly in the sha...Julius Härtl2021-12-031-0/+4
* Fix warning about passing null to substr_countCôme Chilliet2021-11-231-1/+1
* Add proper message to created share not foundJohn Molakvoæ (skjnldsv)2021-08-181-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-1/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Merge pull request #24103 from nextcloud/bugfix/noid/groupfolder-share-object...Morris Jobke2020-11-191-1/+1
|\
| * Only check path for being accessible when the storage is a object homeJulius Härtl2020-11-131-1/+1
* | Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-101-1/+6
|/
* fixes potential passing of null to getUserGroupIdsArthur Schiwon2020-10-161-1/+1
* Use the new method everywhereJoas Schilling2020-07-031-4/+1
* Update share type constant usageJoas Schilling2020-06-241-60/+60