aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Use user name cache in activity providersJoas Schilling2022-08-191-4/+4
* further pre-filter search result before setting up share source cacheRobin Appelman2022-08-171-0/+8
* Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-1/+1
* fix external share scanner not propagating locking-opt-outRobin Appelman2022-08-031-1/+1
* Disable locking on federated sharesCarl Schwan2022-08-031-0/+5
* Revert "Revert "Remove inefficient fed share scanner""Carl Schwan2022-08-031-70/+0
* Multiple fixesCarl Schwan2022-07-314-57/+70
* Enforcing permission during resharingCarl Schwan2022-07-281-8/+9
* Inherit hide download from share attributesVincent Petry2022-07-281-0/+27
* Block download when needed on direct download endpointVincent Petry2022-07-281-0/+2
* Fix view-only code after code review commentsVincent Petry2022-07-282-9/+14
* Don't reset share attributes when not specifiedVincent Petry2022-07-281-2/+6
* Fix share attribute related tests + code styleVincent Petry2022-07-281-18/+25
* Fix share controller to accept share attributes aloneVincent Petry2022-07-281-2/+5
* Add share attributes + prevent download permissionVincent Petry2022-07-284-8/+236
* Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-261-1/+1
* Recursively fetch subsharesLouis Chemineau2022-07-261-3/+1
* Change share owner when moving share out of shareLouis Chemineau2022-07-261-12/+14
* Update owner of subdir on move into/out of shareVincent Petry2022-07-261-0/+19
* Move CappedMemoryCache to OCPCarl Schwan2022-07-142-2/+2
* Merge pull request #31771 from nextcloud/fix/hook-encryption-cronVincent Petry2022-06-101-1/+1
|\
| * Fix hook encryption with cron jobCarl Schwan2022-06-071-1/+1
* | Merge pull request #32741 from nextcloud/Valdnet-patch-2Joas Schilling2022-06-102-10/+10
|\ \
| * | Fix unit testsJoas Schilling2022-06-071-2/+2
| * | l10n: Delete apostropheValdnet2022-06-071-8/+8
| |/
* | Merge pull request #32806 from nextcloud/fix-federated-sharingVincent Petry2022-06-101-0/+70
|\ \
| * | Revert "Remove inefficient fed share scanner"Carl Schwan2022-06-101-0/+70
| |/
* / Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-081-1/+1
|/
* Merge pull request #32349 from nextcloud/enh/projects-eventCarl Schwan2022-05-271-3/+4
|\
| * Move files_sharing over to new event for projectsJulius Härtl2022-05-121-3/+4
* | Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-122-0/+2
|/
* Merge pull request #32053 from nextcloud/cache-verify-share-mountpointblizzz2022-04-222-4/+29
|\
| * cache the verification of the share mountpointRobin Appelman2022-04-212-4/+29
* | Update cache when display name changeCarl Schwan2022-04-222-1/+4
* | Cache display nameCarl Schwan2022-04-222-30/+13
* | Merge pull request #32050 from nextcloud/share-cache-owner-nameJohn Molakvoæ2022-04-221-4/+14
|\ \
| * | cache the share owner name for formating cache entriesRobin Appelman2022-04-211-4/+14
| |/
* | also apply the fix for the other storage typesRobin Appelman2022-04-211-1/+11
* | improve optimization for SharedStorage::instanceOfStorage(Common)Robin Appelman2022-04-211-1/+2
|/
* Properly reset pw expirationVincent Petry2022-04-131-36/+0
* Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry2022-04-123-46/+155
|\
| * Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-113-46/+155
* | Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman2022-04-071-1/+8
|\ \ | |/ |/|
| * only request free space once for external sharesRobin Appelman2022-04-041-0/+4
| * use all possible permissions dav propertiesRobin Appelman2022-04-041-0/+2
| * don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-041-1/+2
* | Merge pull request #31845 from nextcloud/querybuilder-shareexternalCarl Schwan2022-04-071-7/+9
|\ \
| * | Use querybuilder for share external mountpointCarl Schwan2022-04-061-7/+9
| |/
* | Merge pull request #31684 from nextcloud/user-share-permissions-mergeSimon L2022-04-051-11/+22
|\ \
| * | take permissions from multiple paths into account for share permissionsRobin Appelman2022-03-311-11/+22