nextcloud-server/tests/lib
Vincent Petry ca37664887 Normalize directory entries in Encoding wrapper
Directory entry file names are now normalized in getMetaData(),
getDirectoryContents() and opendir().

This makes the scanner work properly as it assumes pre-normalized names.

In case the names were not normalized, the scanner will now skip the
entries and display a warning when applicable.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-11-19 14:51:39 +07:00
..
Accounts Add missing scope to test 2021-10-22 09:55:21 +07:00
Activity Fix activity tests again 2020-08-18 18:21:03 +07:00
App Add negative version comparison test for version suffixes 2021-01-27 16:01:26 +07:00
AppFramework Escape filename in Content-Disposition 2021-06-02 19:17:38 +07:00
Archive Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Authentication Always renew apppasswords on login 2021-02-10 20:11:43 +07:00
Avatar Enable Avatar tests as well for PHP>=8 2021-11-02 11:49:52 +07:00
BackgroundJob Remove getLastJob from IJobList 2020-08-13 21:50:06 +07:00
Cache Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Calendar Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
Collaboration Also limit to user group in case enumeration is enabled for groups and phonenumbers 2021-03-22 20:07:53 +07:00
Command Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
Comments Fix unit tests 2021-02-11 09:35:36 +07:00
Contacts/ContactsMenu Add email addresses to contacts menu 2021-09-17 10:05:54 +07:00
DB Apply changes from master's update to 3.1.3 2021-11-15 19:07:11 +07:00
Diagnostics Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
DirectEditing Get the parent directory before creating a file from a template 2021-04-01 13:31:55 +07:00
Encryption Log and continue when failing to update encryption keys during for individual files 2021-04-01 07:56:41 +07:00
Federation set the display name of federated sharees from addressbook 2020-11-24 11:30:11 +07:00
Files Normalize directory entries in Encoding wrapper 2021-11-19 14:51:39 +07:00
GlobalScale Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
Group Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Hooks Remove unused private ForwardEmitter and LegacyEmitter 2020-10-28 22:23:39 +07:00
Http Add well known handlers API 2020-12-16 13:13:05 +07:00
IntegrityCheck Cleanup the constructor 2021-01-18 11:32:50 +07:00
L10N Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Lock Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +07:00
Lockdown Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
Log Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
Mail Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
Memcache Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Migration Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
Notification Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
OCS Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
Preview Skip the test if Imagick is misconfigured 2020-12-09 09:07:20 +07:00
PublicNamespace Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
Remote
Repair test: adjust expectation 2021-02-02 20:52:17 +07:00
RichObjectStrings Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
Route Only load routes of the app which is requested 2020-08-19 21:58:20 +07:00
Security Add database ratelimiting backend 2021-09-13 16:45:54 +07:00
Session Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
Settings Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
Share Re-use fetched dependencies in lib/base.php 2021-01-20 21:55:16 +07:00
Share20 Fix empty password check for mail shares 2021-04-19 15:44:26 +07:00
Support Add notification for user limit 2020-12-02 15:20:03 +07:00
SystemTag Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
Template Bump scssphp/scssphp from 1.0.3 to 1.4.0 2021-01-11 12:41:25 +07:00
Traits php cs fix 2020-12-07 15:44:04 +07:00
Updater Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
User better cleanup of user files on user deletion 2021-08-12 18:16:51 +07:00
Util Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
APITest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
AllConfigTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
AppConfigTest.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +07:00
AppTest.php Add visibility to all constants 2020-04-10 16:54:27 +07:00
AutoLoaderTest.php
CapabilitiesManagerTest.php
ConfigTest.php Fix tests 2020-11-06 09:37:45 +07:00
ContactsManagerTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
DateTimeFormatterTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
ErrorHandlerTest.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +07:00
FileChunkingTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
HelperStorageTest.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +07:00
HookHelper.php
ImageTest.php Revert "Do not run image tests on php8" 2021-11-02 11:49:41 +07:00
InfoXmlTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
InitialStateServiceTest.php Move initial state provider to boostrap 2020-10-04 09:35:33 +07:00
InstallerTest.php Allow installing/updating of apps again 2021-01-12 10:51:41 +07:00
LargeFileHelperGetFileSizeTest.php Make sure we can also run with escapedshell args 2020-12-07 15:44:04 +07:00
LargeFileHelperTest.php
LegacyHelperTest.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +07:00
LoggerTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
MemoryInfoTest.php Let memory limit set in tests fit the used amount 2021-07-22 16:44:24 +07:00
NaturalSortTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
NavigationManagerTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
RepairStepTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
ServerTest.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +07:00
SetupTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
SubAdminTest.php Change tests to typed event listener 2020-10-28 23:10:23 +07:00
TagsTest.php Make sure getUsersFavoritingObject can be run without a user 2020-10-06 16:49:23 +07:00
TempManagerTest.php Remove unneeded import 2020-08-20 16:53:34 +07:00
TemplateFunctionsTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
TestCase.php Make Testcase class compatible with phpunit-9.5 2021-04-22 09:34:22 +07:00
TestMoveableMountPoint.php
UpdaterTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
UrlGeneratorTest.php Use IURLGenerator function to get value of `\OC::$WEBROOT` global 2021-08-16 13:12:47 +07:00
UtilCheckServerTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
UtilTest.php OC_Util: Add fallbacks to check if current locale is UTF8 2021-11-17 09:01:40 +07:00