aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/External
Commit message (Expand)AuthorAgeFilesLines
* fix: Harden files scanner for invalid null accessbackport/50436/stable31Ferdinand Thiessen2025-01-281-2/+3
* fix(files_sharing): Gracefully handle fetching non-existent shareprovokateurin2025-01-131-14/+5
* feat(federatedfilesharing): auto-accept shares from trusted serversskjnldsv2025-01-091-29/+60
* fix(federatedfilesharing): get share by token fallbackbackport/49973/masterskjnldsv2024-12-281-4/+58
* feat(ocm): signing ocm requestsMaxence Lange2024-12-041-0/+1
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-3/+7
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-215-88/+35
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-12/+12
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-154-6/+9
* refactor(files_sharing): Add Storage parameter strong typesprovokateurin2024-10-071-9/+10
* fix(files_sharing): Fix all IStorage return typesprovokateurin2024-09-261-22/+12
* fix(files_sharing): Check if propfind response is valid before accessing shar...fix/files_sharing/ocm-permissionsprovokateurin2024-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(federation): Do not overwrite certificate bundlefix/federation-certificate-storeJulius Härtl2024-09-201-14/+17
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-171-5/+0
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-1/+1
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-0/+1
* fix: Handle null checks with the ?? operatorrefactor/elvisChristoph Wurst2024-09-151-1/+1
* refactor: Use the elvis operatorChristoph Wurst2024-09-151-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-12/+12
* chore: Add SPDX headerAndy Scherzinger2024-06-067-161/+21
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* optimize builtin storage wrappersRobin Appelman2023-11-081-1/+2
* Merge pull request #39044 from nextcloud/more-empty-mount-checkingRobin Appelman2023-10-241-0/+4
|\
| * add more checks to ensure mounts aren't emptyRobin Appelman2023-09-121-0/+4
* | fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config ...Joas Schilling2023-10-111-0/+4
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* | set authType to basicMaxence Lange2023-09-201-0/+1
* | ocm controllerMaxence Lange2023-09-201-39/+53
|/
* fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-121-2/+3
* Refactors "strpos" calls in /apps/files_sharing to improve code readability.Faraz Samapoor2023-06-021-1/+1
* Avoid extra parenthesis around SQL in IN expressionsCôme Chilliet2023-02-211-5/+5
* perf(federation): Only request root share info for checking availabilityJulius Härtl2023-01-311-3/+3
* Fix various other small psalm issuesCarl Schwan2022-10-172-9/+3
* Fix incorrect argument name in inherited methodCarl Schwan2022-10-171-2/+2
* Fix permission not being intCarl Schwan2022-10-171-4/+4
* 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
* Revert "Remove inefficient fed share scanner"Carl Schwan2022-06-101-0/+70
* 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
* | Use querybuilder for share external mountpointCarl Schwan2022-04-061-7/+9
|/
* invalidate mount cache after accepting or renaming federated shareRobin Appelman2022-03-251-0/+3
* adjust tests to new fs setupRobin Appelman2022-03-041-2/+4