aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #48651 from nextcloud/artonge/fix/copy_cache_during_copy_o...Louis2024-12-043-11/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(files): Correctly copy the cache information on copy operationsLouis Chemineau2024-12-033-11/+41
| |/ / /
* / / / fix: don't set 'name' on null metadataRobin Appelman2024-12-031-1/+3
|/ / /
* | | fix: fix availability wrapper not applyingRobin Appelman2024-11-261-2/+2
* | | fix: throw correct exception type when we can't verify if an s3 bucket existsRobin Appelman2024-11-261-4/+5
* | | fix: Wrap partial cache entry in CacheEntryartonge/fix/getting_cache_entryLouis Chemineau2024-11-211-2/+2
* | | Merge pull request #49417 from nextcloud/refactSmallAdjustJohn Molakvoæ2024-11-214-242/+68
|\ \ \
| * | | refactor(storage): Code adjustements and simplificationsrefactSmallAdjustGit'Fellow2024-11-214-242/+68
* | | | Merge pull request #49420 from nextcloud/fix/etag-constraint-search-queryJohn Molakvoæ2024-11-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix(cache): etag constraint violationfix/etag-constraint-search-queryskjnldsv2024-11-211-1/+1
| |/ /
* / / 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
* | 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