summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen2025-03-111-5/+5
* fix(lookup-server): do not query data by defaultFerdinand Thiessen2025-03-111-6/+3
* fix(files_sharing): Also list deleted team sharesbackport/50922/stable29Ferdinand Thiessen2025-03-031-1/+2
* fix(SharedStorage): Check if storage ID is set on cachebackport/50769/stable29Git'Fellow2025-02-141-5/+6
* refactor: Remove some deprecated containers and exceptionsnfebe2025-02-111-16/+18
* fix(sharing): Ensure download restrictions are not droppedbackport/50642/stable29Ferdinand Thiessen2025-02-041-23/+41
* fix(files_sharing): Respect permissions passed when creating link sharesFerdinand Thiessen2025-01-311-101/+95
* perf: improve performance of SharedStorage::getWatcherRobin Appelman2025-01-091-3/+0
* perf: improve performance of SharedStorage::getWatcherRobin Appelman2025-01-091-11/+8
* Merge pull request #49836 from nextcloud/backport/49822/stable29Kate2024-12-161-4/+4
|\
| * fix(files_sharing): Fix error messages from password policyCôme Chilliet2024-12-121-4/+4
* | fix(sharing): add command to fix broken shares after ownership transferringLuka Trovic2024-12-122-1/+92
|/
* chore: stricter access to testremote endpointBenjamin Gaussorgues2024-11-281-1/+2
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable29provokateurin2024-11-252-3/+3
* fix(files_sharing): Cleanup error messagesbackport/48918/stable29provokateurin2024-10-281-8/+9
* fix(activity): Fix download activity parametersJoas Schilling2024-10-201-2/+1
* fix(files_sharing): Check if propfind response is valid before accessing shar...backport/48366/stable29provokateurin2024-09-261-0/+4
* refactor(files_sharing): Make permissions prop checks less error proneprovokateurin2024-09-261-6/+9
* fix(files_sharing): Parse OCM share permissions from OCM and not OCS propprovokateurin2024-09-261-1/+1
* fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable29skjnldsv2024-09-111-0/+17
* fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-112-0/+6
* fix: try to find non-recursive share sourceRobin Appelman2024-08-161-6/+18
* fix(share): Rename Circle to TeamGit'Fellow2024-08-061-5/+5
* fix(inherited-shares): ignore top root folderMaxence Lange2024-08-061-1/+4
* fix: fix recursive share checkRobin Appelman2024-07-301-1/+1
* Merge pull request #46228 from nextcloud/backport/45608/stable29F. E Noel Nfebe2024-07-021-1/+1
|\
| * docs(ShareApiController): Correct note about expiry date timezonefenn-cs2024-07-011-1/+1
* | fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-07-011-3/+0
|/
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-291-11/+18
* fix(sharing): Don't change the type of the controller argumentJoas Schilling2024-04-181-2/+2
* fix(shareApiController): avoid duplicated expiryDate operationsfenn-cs2024-04-181-27/+10
* refactor(shareApiController): use contrusctor property promotion & DI loggerfenn-cs2024-04-181-56/+20
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-0411-28/+28
* fix: add extra check to ensure wrapped shared storage is setRobin Appelman2024-03-201-0/+10
* fix(sharing): Align wording for declining a shareJoas Schilling2024-03-191-1/+1
* fix(files_sharing): ShareesAPI - Return empty response when user is not allow...Ferdinand Thiessen2024-03-151-24/+9
* chore: improve typing for SharedStorage::$storageRobin Appelman2024-03-141-0/+9
* fix: don't return null for SharedStorage::getWrapperStorage with share recursionRobin Appelman2024-03-141-0/+10
* fix: add some recrusive detection/preventionRobin Appelman2024-03-081-1/+15
* chore: remove long depricated share codeRobin Appelman2024-03-061-59/+0
* fix(sharing): Avoid (dead)locking during orphan deletionChristoph Wurst2024-03-051-12/+66
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-046-32/+21
* Merge pull request #43428 from nextcloud/feat/share-expiration-with-timeBenjamin Gaussorgues2024-02-261-1/+4
|\
| * feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-1/+4
* | Merge branch 'master' into share-external-watcherJohn Molakvoæ2024-02-2345-306/+386
|\ \
| * \ Merge pull request #43605 from nextcloud/orphan-share-dailyJohn Molakvoæ2024-02-231-6/+2
| |\ \
| | * | fix: only cleanup orphaned shared dalyRobin Appelman2024-02-151-6/+2
| | |/
| * / fix truncated circleId returned from Share APIAragon Gouveia2024-02-231-3/+4
| |/
| * Merge pull request #43461 from nextcloud/fix/get-rid-of-getloggerF. E Noel Nfebe2024-02-144-11/+20
| |\
| | * chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-134-11/+20