aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* refactor(Wrapper\Encryption): Migrate to strong typesrefactor/stream-encryption/typingsprovokateurin2024-10-071-59/+15
* Merge pull request #48454 from nextcloud/fix/storage/get-directory-content-re...Kate2024-10-015-6/+6
|\
| * fix(Storage): Fix getDirectoryContent() return typefix/storage/get-directory-content-return-typeprovokateurin2024-09-305-6/+6
* | Merge pull request #48235 from nextcloud/readd-object-store-phpunitRobin Appelman2024-10-011-4/+16
|\ \ | |/ |/|
| * fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-271-4/+16
* | fix: Fix test of IConstructableStorage implentation by storage classesfix/fix-storage-interface-checkCôme Chilliet2024-09-301-1/+1
|/
* fix(Storage): Fix IStorage return typesprovokateurin2024-09-2621-1458/+496
* fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-232-1/+7
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-8/+8
* fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-179-151/+16
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-175-31/+6
* chore: Check storage is an instance of the correct class instead of psalm-sup...fix/remove-references-to-deprected-storage-interfaceCôme Chilliet2024-09-161-6/+9
* chore: Remove deprecated Storage::search method instead of moving it to IStorageCôme Chilliet2024-09-164-34/+0
* chore: psalm-suppress legacy code weirdnessCôme Chilliet2024-09-161-2/+12
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-164-9/+63
* fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-162-84/+8
* chore: improve hash_file php usage in Local Storageartonge/fix/hash_return_typeJohn Molakvoæ2024-09-161-8/+1
* fix(files): Ensure that the hash method does not return nullLouis Chemineau2024-09-162-2/+10
* fix(Storage\Local): Do not call getSourcePath() on SplFileInfofix/storage-local/get-source-path-spl-file-infoprovokateurin2024-09-151-1/+1
* fix(files): Never return a null ETag in DAVprovokateurin2024-09-093-10/+3
* chore(storage): refactor some code portionsGit'Fellow2024-09-061-30/+16
* fix: Also validate parent path in `verifyPath`Ferdinand Thiessen2024-08-281-1/+13
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-257-24/+24
* fix: use mountpoint from storage to find the encryption keysRobin Appelman2024-08-201-3/+3
* Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-1621-683/+412
|\
| * fix(encryption): Fix mountpoint check to accept if several are foundCôme Chilliet2024-08-051-1/+1
| * chore: fix some commentswithbest2024-07-291-1/+1
| * fix: Release directory iterator and thereby its potential directory lock prio...Dennis Verspuij2024-07-271-0/+1
| * refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-161-64/+12
| * Merge branch 'master' into refactor/OC-Server-getHTTPClientServiceJohn Molakvoæ2024-05-3021-596/+374
| |\
| | * chore: Add SPDX headerAndy Scherzinger2024-05-2421-513/+81
| | * fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-301-0/+1
| | * fix(storage): Fix DAV storage as false is never returnedJoas Schilling2024-04-221-6/+0
| | * fix(CI): Suppress psalm UndefinedClassJoas Schilling2024-04-181-0/+1
| | * fix(files): Also skip cross storage move with access controlJoas Schilling2024-04-171-0/+2
| | * Merge pull request #44294 from nextcloud/fix/storage-mount-ownerJulius Härtl2024-04-092-0/+17
| | |\
| | | * fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-04-092-0/+17
| | * | fix: use proper jailed patch in watcherRobin Appelman2024-04-081-4/+3
| | |/
| | * fix: Apply new coding standard to all filesCôme Chilliet2024-04-026-14/+14
| | * fix: log error when default getWrapperStorage would return nullRobin Appelman2024-03-201-0/+9
| | * fix: avoid scanning a non existing directoryBenjamin Gaussorgues2024-03-141-1/+5
| | * fix: add some recrusive detection/preventionRobin Appelman2024-03-081-0/+11
| | * fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-5/+7
| | * fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-231-0/+6
| | * use OCP\ServerRobin Appelman2024-02-121-1/+2
| | * improve di performance for cacheRobin Appelman2024-02-092-9/+12
| | * dav: fix wrong decoding of pluses in URLsLorenz Brun2024-01-311-1/+1
| | * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-2/+2
| | * Merge pull request #40935 from nextcloud/local-case-insensitiveBenjamin Gaussorgues2023-11-151-1/+26
| | |\
| | | * add some support for rename on case insensitive local filesystemsRobin Appelman2023-10-201-1/+26