aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaultsFerdinand Thiessen2025-06-181-6/+6
* chore: run rector on tests with new rulerector-testsRobin Appelman2025-06-125-10/+10
* chore: run rector on testsRobin Appelman2025-06-1248-396/+496
* test: Add a hint message on boolean comparisonJoas Schilling2025-06-061-1/+1
* Merge pull request #52242 from nextcloud/artonge/fix/copy_subfolders_s3Louis2025-06-021-0/+13
|\
| * test: add test that object store folder copy preserves folder sizeartonge/fix/copy_subfolders_s3Robin Appelman2025-05-281-0/+13
* | Merge pull request #52816 from nextcloud/primary-object-store-settingsRobin Appelman2025-05-282-110/+139
|\ \
| * | feat: move primary object store configuration to a single placeprimary-object-store-settingsRobin Appelman2025-05-282-110/+139
| |/
* / test: adjust library tests for PHPunit deprecationsFerdinand Thiessen2025-05-281-1/+1
|/
* chore: Remove useless legacy autoloader for testsfix/cleanup-test-legacy-autoloaderCôme Chilliet2025-05-271-2/+0
* feat(UserMountCache): Emit events for added, removed and updated mountsfeat/mountmanager/emit-eventsprovokateurin2025-05-191-17/+68
* Merge pull request #52848 from nextcloud/fix/cleanup-servercontainerKate2025-05-195-6/+6
|\
| * fix: Remove calls to legacy callers in testsfix/cleanup-servercontainerCôme Chilliet2025-05-162-2/+2
| * fix(tests): Remove calls to removed getMountProviderCollection from testsCôme Chilliet2025-05-163-4/+4
* | test: replace `OC_Helper:rmdirr` with `OCP\Files::rmdirr`chore/remove-deprecated-oc-helperFerdinand Thiessen2025-05-166-6/+13
|/
* test: Fix coding standardsci/noid/update-phpunit10Joas Schilling2025-05-153-4/+4
* test: Fix non-static data providersJoas Schilling2025-05-154-16/+13
* test: Fix tests/lib/FilesJoas Schilling2025-05-158-63/+64
* test: Cleanup tests/lib/Files/*Joas Schilling2025-05-1517-89/+99
* Merge pull request #48560 from nextcloud/fix/migrate-encryption-away-from-hooksCôme Chilliet2025-05-142-19/+20
|\
| * fix(encryption): Improve Update class and event listeneningCôme Chilliet2025-05-131-15/+0
| * fix(tests): Disable encryption wrapper when it makes senseCôme Chilliet2025-05-131-0/+14
| * fix(tests): Remove Encryption disabling in ViewTest to avoid side effectsCôme Chilliet2025-05-131-10/+6
| * fix(tests): Unregister encryption modules in ViewTest to avoid side effectsCôme Chilliet2025-05-131-0/+6
* | Merge pull request #52775 from nextcloud/nested-jail-rootAndy Scherzinger2025-05-141-0/+11
|\ \ | |/ |/|
| * test: add test for nested cache jail unjailedrootRobin Appelman2025-05-131-0/+11
* | feat(FilenameValidator): allow to sanitize filenamesfeat/ocp-sanitize-filenamesFerdinand Thiessen2025-05-131-0/+134
|/
* test: Finish migrating tests/Core/ to PHPUnit 10 compatible codetest/noid/more-phpunit-10Joas Schilling2025-05-024-86/+98
* Merge pull request #51020 from nextcloud/artonge/fix/transfer_ownershipLouis2025-04-141-0/+18
|\
| * fix: Transfer ownership with S3 as primaryartonge/fix/transfer_ownershipLouis Chemineau2025-04-011-0/+18
* | fix: Replace all usages of OC_User backend method calls by IUserManagerfix/cleanup-user-backendsCôme Chilliet2025-04-103-4/+9
|/
* fix(IFilenameValidator): correctly handle case insensitivityfix/file-name-validator-case-sensitivityFerdinand Thiessen2025-03-211-1/+91
* fix: make sure we process mime extensions as stringskjnldsv2025-02-051-0/+35
* fix: Harden files scanner for invalid null accessFerdinand Thiessen2025-01-282-5/+10
* fix: Metadata field searchartonge/fix/metadata_field_searchLouis Chemineau2025-01-201-2/+7
* test: update test for mountpoint numeric storage idmountpoint-get-numeric-storage-id-cacheRobin Appelman2025-01-131-0/+2
* fix: improve checks for moving shares/storages into other mountsRobin Appelman2025-01-031-9/+42
* fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstoreRobin Appelman2024-12-051-0/+35
* test(View): Copy preserves contentLouis Chemineau2024-12-031-0/+8
* fix(files): Correctly copy the cache information on copy operationsLouis Chemineau2024-12-031-0/+1
* fix: Wrap partial cache entry in CacheEntryartonge/fix/getting_cache_entryLouis Chemineau2024-11-211-3/+4
* Merge pull request #47847 from nextcloud/fix-copying-or-moving-from-shared-gr...John Molakvoæ2024-10-291-0/+23
|\
| * test: add test for nested jail cross-storage movefix-copying-or-moving-from-shared-groupfoldersRobin Appelman2024-10-101-0/+23
* | refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-232-5/+5
|/
* refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-073-14/+12
* refactor(Wrapper\Encryption): Migrate to strong typesrefactor/stream-encryption/typingsprovokateurin2024-10-071-109/+119
* refactor(Stream\Encryption): Migrate to strong typesprovokateurin2024-10-071-26/+38
* test: Fix IStorage return typesprovokateurin2024-09-264-10/+44
* fix(tests): Pause trashbin for lock tests in ViewTest using rmdir and unlinkcleanup/event/trashbinCôme Chilliet2024-09-241-1/+16
* Merge pull request #48111 from nextcloud/fix/move-storage-constructor-to-spec...Côme Chilliet2024-09-231-1/+0
|\