aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* fix(Quota): throw NotEnoughSpaceException if file quota exceeded for mkdir op...fix/quota-exceptionsEdward Ly4 days1-1/+3
* 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
|\
| * fix(tests): Fix test to remove call to non-existing constructorfix/move-storage-constructor-to-specific-interfaceCôme Chilliet2024-09-231-1/+0
* | fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-233-5/+10
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-196-11/+11
* test: put parent items into cache in testsRobin Appelman2024-09-184-50/+82
* test: fix incorrect ltrim usage in testRobin Appelman2024-09-181-2/+2
* fix(tests): Fix most obvious errors in ObjectStore testsCôme Chilliet2024-09-173-56/+60
* fix(tests): Fix Folder testsCôme Chilliet2024-09-171-3/+22
* Merge pull request #47986 from cfiehe/fix_move_on_same_bucketStephan Orbaugh2024-09-173-0/+178
|\
| * perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-163-0/+178
* | fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-162-2/+3
* | fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-163-13/+13
|/
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1565-546/+546
* feat(db): switch from settype to castsfeat/switch-from-settype-to-castsAnna Larch2024-09-151-1/+1
* fix(files): Check if the target path is a descendant of the shared folder pathGit'Fellow2024-09-051-1/+9
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parentsKate2024-09-041-0/+31
|\
| * fix(files): Create non-existent parents of mountpointsprovokateurin2024-08-221-0/+31
* | Merge pull request #47546 from nextcloud/fix/files-view-error-messagesAndy Scherzinger2024-08-291-1/+1
|\ \
| * | fix: Adjust filename validation messagesFerdinand Thiessen2024-08-271-1/+1
* | | fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-3/+3
* | | chore: Apply php:cs recommendationsLouis Chemineau2024-08-281-7/+7
* | | feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-281-0/+17
|/ /
* / style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2515-163/+163
|/
* ci: Skip flaky test on PHP 8.3Joas Schilling2024-08-211-0/+4
* fix: `FilenameValidator::isForbidden` should only check forbidden filesFerdinand Thiessen2024-08-211-17/+7
* Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-1674-953/+1672
|\
| * Merge pull request #46379 from nextcloud/fix/folder-search-ownerFerdinand Thiessen2024-07-301-3/+11
| |\
| | * fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-111-3/+11
| * | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-2/+2
| * | fix: make batch propagator work with sharding restrictionsRobin Appelman2024-07-171-1/+1
| * | fix: make usermountcache compatible with shardingRobin Appelman2024-07-171-22/+33