aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* fix: restore updated encrypted version when copying versionsencryption-version-versionRobin Appelman2025-01-031-0/+1
* Merge pull request #49262 from nextcloud/move-from-encryption-no-optRobin Appelman2024-12-051-1/+5
|\
| * fix: don't do same-storage move optimization with encryption wrappersmove-from-encryption-no-optRobin Appelman2024-11-131-1/+5
* | Merge pull request #48651 from nextcloud/artonge/fix/copy_cache_during_copy_o...Louis2024-12-041-1/+0
|\ \
| * | fix(files): Correctly copy the cache information on copy operationsLouis Chemineau2024-12-031-1/+0
* | | fix: don't set 'name' on null metadataRobin Appelman2024-12-031-1/+3
|/ /
* | refactor(storage): Code adjustements and simplificationsrefactSmallAdjustGit'Fellow2024-11-214-242/+68
* | fix(storage): Try to delete existing targetdeleteExistingTargetGit'Fellow2024-11-202-10/+15
|/
* chore: use `$this->logger` and prevent Server::getfix/undefined-responseskjnldsv2024-11-081-2/+2
* Fix Undefined variable: response notice in case of non-404 errorVictor Dubiniuk2024-11-081-2/+3
* Merge pull request #47847 from nextcloud/fix-copying-or-moving-from-shared-gr...John Molakvoæ2024-10-291-2/+6
|\
| * fix: Fix copying or moving from shared groupfoldersDaniel Calviño Sánchez2024-10-101-2/+6
* | refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-2315-44/+44
* | feat(http-client): expose default request timeout constant to be used instead...add-default-request-timeout-constThomas Citharel2024-10-111-1/+2
|/
* Merge pull request #48623 from nextcloud/fix/allow-quota-wrapper-checkKate2024-10-091-1/+1
|\
| * fix: Allow overriding shouldApplyQuota check from child classesfix/allow-quota-wrapper-checkJulius Knorr2024-10-091-1/+1
* | refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-0719-567/+422
* | 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