aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-071-3/+3
* refactor(Wrapper\Encryption): Migrate to strong typesrefactor/stream-encryption/typingsprovokateurin2024-10-071-109/+119
* test: Fix IStorage return typesprovokateurin2024-09-261-1/+1
* fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-231-3/+6
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-6/+6
* fix(tests): Fix most obvious errors in ObjectStore testsCôme Chilliet2024-09-171-56/+56
* Merge pull request #47986 from cfiehe/fix_move_on_same_bucketStephan Orbaugh2024-09-171-0/+108
|\
| * perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-161-0/+108
* | fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-162-2/+3
|/
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1513-134/+134
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-3/+3
* Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-1614-198/+174
|\
| * refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-161-43/+24
| * chore: Add SPDX headerAndy Scherzinger2024-05-1314-135/+43
| * fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-3/+48
| * make storage directory test be a bit less strict about mtimesRobin Appelman2024-02-071-2/+3
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
| * apply known mtime wrapper for external storagesRobin Appelman2023-09-191-1/+0
| * add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-09-191-0/+71
| * Merge pull request #39707 from nextcloud/bugfix/39706/local-ext-storage-unava...Simon L2023-09-041-0/+11
| |\
| | * Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+11
| * | update testsRobin Appelman2023-08-311-46/+10
| |/
| * fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-4/+0
* | Clean-up some remaining readdir calls with undesirable false evaluation poten...Josh Richards2023-06-243-4/+4
|/
* composer run cs:fixCôme Chilliet2023-01-204-19/+15
* fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman2022-09-151-0/+14
* get quota for user only when neededRobin Appelman2022-09-011-84/+0
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-021-3/+4
* Fix codestyleCôme Chilliet2022-03-241-1/+0
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-7/+6
* Normalize directory entries in Encoding wrapperVincent Petry2021-11-171-1/+43
* Merge pull request #27440 from nextcloud/is-file-handleJohn Molakvoæ2021-10-231-2/+2
|\
| * Update Testsacsfer2021-10-221-1/+1
| * Tests updateacsfer2021-08-151-1/+1
* | ciRobin Appelman2021-10-151-0/+3
* | explicitly close source stream on local storageDaniel Kesselberg2021-09-211-1/+2
|/
* Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-061-4/+14
|\
| * Update EncryptionTest.phpJasper Knockaert2021-01-051-3/+3
| * 2nd attempt to fix testsJasper Knockaert2021-01-051-7/+11
| * attemtp to fix testJasper Knockaert2021-01-051-1/+7
* | Set umask before operations that create local filesRobin Appelman2021-03-231-3/+34
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* | Cache the user backend info for 300sJoas Schilling2021-02-151-3/+19
|/
* Fix code styleMorris Jobke2020-09-091-1/+0
* Make sure tests cover the new mkdir behaviour on 0 quotaJulius Härtl2020-09-081-1/+11
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-17/+17
* Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-0/+15
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-19/+17