Commit Graph

133 Commits (b0197c5dfcb0dac94de43bfbfa89a2889fc1e30b)

Author SHA1 Message Date
provokateurin 381077028a
refactor(apps): Use constructor property promotion when possible 1 year ago
dependabot[bot] bb598c8451
chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 1 year ago
Côme Chilliet 1580c8612b
chore(apps): Apply new rector configuration to autouse classes 1 year ago
provokateurin 1642a34e8a
refactor(files_sharing): Add Storage parameter strong types 1 year ago
provokateurin 376d5665bb
fix(files_sharing): Fix all IStorage return types 1 year ago
provokateurin 13d1cb730f
fix(files_sharing): Check if propfind response is valid before accessing share permission props 1 year ago
provokateurin 5d4a358cc4
refactor(files_sharing): Make permissions prop checks less error prone 1 year ago
provokateurin adc38a7248
fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop 1 year ago
Julius Härtl 232c22fcd1 fix(federation): Do not overwrite certificate bundle 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
provokateurin d2d1e3284d
fix(Storage): Fix method docs inheritance 1 year ago
provokateurin 8ca6fcace7
fix(Storage): Document getOwner() can return false 1 year ago
Côme Chilliet 492e6997d8
chore: Fix psalm issues, put back private versions of getter in private Storage interface 1 year ago
Christoph Wurst c57e684e7b
fix: Handle null checks with the ?? operator 1 year ago
Christoph Wurst 614f9ec0a2
refactor: Use the elvis operator 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger 1e04619675
chore: Add SPDX header 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Robin Appelman dec880b285
optimize builtin storage wrappers 2 years ago
Joas Schilling 91ebbe8003
fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config for all OCM requests 2 years ago
Hamid Dehnavi d64bbc8bd3 Convert isset ternary to null coalescing operator 2 years ago
Maxence Lange c6c06d517c set authType to basic 2 years ago
Maxence Lange 8b9e7e235d ocm controller 2 years ago
Robin Appelman 5685d68bd3
add more checks to ensure mounts aren't empty 2 years ago
Christoph Wurst b8c61b3515 fix(caching): Avoid checking existence before fetching 3 years ago
Faraz Samapoor 12e3594299 Refactors "strpos" calls in /apps/files_sharing to improve code readability. 3 years ago
Côme Chilliet 74811813e7 Avoid extra parenthesis around SQL in IN expressions 3 years ago
Julius Härtl 7cc9ba28a7
perf(federation): Only request root share info for checking availability 3 years ago
Carl Schwan 54031e370a Fix various other small psalm issues 3 years ago
Carl Schwan 0a2a4d8687 Fix incorrect argument name in inherited method 3 years ago
Carl Schwan c6b8a3bec3 Fix permission not being int 3 years ago
Robin Appelman 8367b99c59
fix external share scanner not propagating locking-opt-out 4 years ago
Carl Schwan 6ba9a4a752
Disable locking on federated shares 4 years ago
Carl Schwan fa48430feb
Revert "Revert "Remove inefficient fed share scanner"" 4 years ago
Carl Schwan 6667007bf2 Revert "Remove inefficient fed share scanner" 4 years ago
Carl Schwan 579c6b1e5a Use querybuilder for share external mountpoint 4 years ago
Robin Appelman 5e2dd29aaf
only request free space once for external shares 4 years ago
Robin Appelman 802e59243b
use all possible permissions dav properties 4 years ago
Robin Appelman 89d3cd1447
don't overwrite the etag from storage backends that already provide "good" etags 4 years ago
Robin Appelman de5af8efbf
invalidate mount cache after accepting or renaming federated share 4 years ago
Robin Appelman 1c468129af
adjust tests to new fs setup 4 years ago
Robin Appelman cfb7923e08
store mountprovider for each mount in the mounts table 4 years ago
Robin Appelman b8752c59cd improve errors for external share availability check 4 years ago
Vincent Petry ce31914314
Remove inefficient fed share scanner 4 years ago
Carl Schwan 0b15da3c25
Handle LocalServerException when scanning external shares 4 years ago
Joas Schilling 66b1963b6e
Fix passing on the parameter 4 years ago
Carl Schwan 33051667ce
Improve api documentation for file sharing external storage 4 years ago
Carl Schwan 325be6627b
Handle external share with invalid host 4 years ago
Robin Appelman ab275c5e38
move files_sharing to IBootStrap 4 years ago