aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-2/+5
* 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
* | feat(systemtags): add etag support and handle proppatchskjnldsv2024-10-291-1/+1
* | Merge pull request #48614 from nextcloud/refactor/storage/constructorsKate2024-10-2820-67/+67
|\ \
| * | refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-2320-67/+67
* | | fix: $uid type in Encryption streamartonge/fix/uid_typeLouis2024-10-231-1/+1
|/ /
* | 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-1/+1
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-174-49/+41
* | chore(db): Correctly apply query typesGit'Fellow2024-10-173-16/+12
* | 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-0721-601/+448
* | refactor(Wrapper\Encryption): Migrate to strong typesrefactor/stream-encryption/typingsprovokateurin2024-10-071-59/+15
* | refactor(Stream\Encryption): Migrate to strong typesprovokateurin2024-10-071-74/+42
|/
* 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-012-24/+82
|\ \
| * | fix: rework move into object store to better preserve fileidsreadd-object-store-phpunitRobin Appelman2024-09-271-19/+55
| * | fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-272-6/+27
| * | fix: ensure source folder is removed from cache when moving to objectstoreRobin Appelman2024-09-271-0/+1
* | | fix: catch NotPermittedException in Folder.nodeExistsupdate-phpdoc-for-folder-getDaniel Kesselberg2024-09-301-1/+1
* | | docs: Folder.get throws a NotPermittedException exceptionDaniel Kesselberg2024-09-303-23/+0
| |/ |/|
* | 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-2624-1484/+518
* feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-231-0/+5
* fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-232-1/+7
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* perf: reuse cache info we already have when moving to object storeobject-store-move-dbRobin Appelman2024-09-191-2/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1921-35/+35
* fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-1/+1
* fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-181-0/+4
* fix: verify that parent exists in cache when insertingRobin Appelman2024-09-181-0/+3
* fix: fix object store id for test object storeRobin Appelman2024-09-181-2/+2
* fix: cleanup objectstore file_put_contentRobin Appelman2024-09-181-7/+4
* fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-09-181-0/+1
* fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-09-181-1/+5
* Merge pull request #47986 from cfiehe/fix_move_on_same_bucketStephan Orbaugh2024-09-171-0/+5
|\
| * perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-161-0/+5
* | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-1710-155/+16
* | fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-173-10/+51
* | fix(Storage): Document getOwner() can return falseprovokateurin2024-09-177-41/+8
* | 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-166-15/+71
* | 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
|/