You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/tests/lib
Joas Schilling 1eabc0da09 fix: Extend SVG reference check
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 week ago
..
Accounts Add profile default setting for admin 2 years ago
Activity Fix activity tests again 4 years ago
App Overwrite the channel 2 years ago
AppFramework Reverse X-Forwarded-For list to read the correct proxy remote address 7 months ago
Archive Avoid Deprecation warning from Zip tests on PHP 8.1 2 years ago
Authentication unit tests for Manager::invalidateTokensOfUser 1 year ago
Avatar test: Update tests 2 months ago
BackgroundJob Get not only time-sensitive next job from list but any 2 years ago
Cache adjust tests to new fs setup 2 years ago
Calendar Move calendar resource/room backend registration to IBootstrap 2 years ago
Collaboration Rename setting name to reduce its length 2 years ago
Command Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 4 years ago
Comments Allow reactions also with other combined emojis 2 years ago
Contacts/ContactsMenu Update ContactsStoreTest.php 2 years ago
DB tests(db): Add test case to ensure column comments work 1 year ago
Diagnostics Fix tests 2 years ago
DirectEditing Get the parent directory before creating a file from a template 3 years ago
Encryption Remove failing test that works with mocks only anyway 1 year ago
EventDispatcher Migrate from ILogger to LoggerInterface where needed in the tests 2 years ago
Federation Allow to get a local cloud id without going through the contacts manager 3 years ago
Files Also update the unencrypted size of files when creating them with empty content 2 years ago
GlobalScale Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 4 years ago
Group Migrate from ILogger to LoggerInterface where needed in the tests 2 years ago
Hooks Remove unused private ForwardEmitter and LegacyEmitter 4 years ago
Http Fix tests for nested v4 in v6 2 years ago
IntegrityCheck Fix integrity checker tests 3 years ago
L10N fix(l10n): Fix plural issue with different locale and language 11 months ago
Lock Migrate from ILogger to LoggerInterface where needed in the tests 2 years ago
Lockdown Fix last tests 3 years ago
Log Fix logging data context to file 2 years ago
Mail Migrate from ILogger to LoggerInterface where needed in the tests 2 years ago
Memcache Add a built-in profiler inside Nextcloud 2 years ago
Metadata Add a metadata service to store file metadata 2 years ago
Migration Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 4 years ago
Notification Fair use of push notifications 3 years ago
OCS Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 4 years ago
Preview fix: Extend SVG reference check 1 week ago
PublicNamespace Format control structures, classes, methods and function 4 years ago
Remote Use exactly one empty line after the namespace declaration 4 years ago
Repair Fix more ILogger related problems from tests 2 years ago
RichObjectStrings Format control structures, classes, methods and function 4 years ago
Route Migrate from ILogger to LoggerInterface where needed in the tests 2 years ago
Security feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI 1 year ago
Session Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 4 years ago
Settings Fix unit tests 2 years ago
Share Re-use fetched dependencies in lib/base.php 3 years ago
Share20 Fix tests, add test for the new feature 3 months ago
Support Fair use of push notifications 3 years ago
SystemTag fix(SystemTagManager): Truncate overlong tag names 1 year ago
Talk Add a Talk API for OCP 2 years ago
Template fix: Avoid resetting scss cacher when no variables are found 1 year ago
Traits Migrate from ILogger to LoggerInterface where needed in the tests 2 years ago
Updater Migrate from ILogger to LoggerInterface where needed in the tests 2 years ago
User fix(dav): Abort requests with 429 instead of waiting 11 months ago
Util Format code to a single space around binary operators 4 years ago
APITest.php Format code to a single space around binary operators 4 years ago
AllConfigTest.php fix(config): Make sure user keys are strings 2 months ago
AppConfigTest.php Bump doctrine/dbal from 2.12.0 to 3.0.0 3 years ago
AppScriptSortTest.php Sort app scripts topologically by its dependencies 2 years ago
AppTest.php Fix unit tests 3 years ago
AutoLoaderTest.php Remove trailing and in between spaces 4 years ago
CapabilitiesManagerTest.php Fix warnings about logException 3 years ago
ConfigTest.php Fix tests 4 years ago
ContactsManagerTest.php Format code to a single space around binary operators 4 years ago
DateTimeFormatterTest.php Check style update 2 years ago
ErrorHandlerTest.php Cleaner removePassword regex 3 years ago
FileChunkingTest.php Format control structures, classes, methods and function 4 years ago
HelperStorageTest.php store unencrypted size in the unencrypted_size column 2 years ago
HookHelper.php Use the short array syntax, everywhere 4 years ago
ImageTest.php Prevent loading images that would require too much memory. 2 years ago
InfoXmlTest.php Format control structures, classes, methods and function 4 years ago
InitialStateServiceTest.php Fix ArrayAccess and JsonSerializable return types 3 years ago
InstallerTest.php Fix unit tests 3 years ago
LargeFileHelperGetFileSizeTest.php Make sure we can also run with escapedshell args 4 years ago
LargeFileHelperTest.php Mode to modern phpunit 5 years ago
LegacyHelperTest.php Rewrite LegacyHelperTest without $this->at() 3 years ago
LoggerTest.php Fix logging data context to file 2 years ago
MemoryInfoTest.php Let memory limit set in tests fit the used amount 3 years ago
NaturalSortTest.php Format control structures, classes, methods and function 4 years ago
NavigationManagerTest.php Let apps toggle an unread counter on app icons 3 years ago
RepairStepTest.php log full expection during repair step 3 years ago
ServerTest.php Bump doctrine/dbal from 2.12.0 to 3.0.0 3 years ago
SetupTest.php Fix unit tests 3 years ago
SubAdminTest.php adjust tests to new fs setup 2 years ago
TagsTest.php Make sure getUsersFavoritingObject can be run without a user 4 years ago
TempManagerTest.php Migrate from ILogger to LoggerInterface where needed in the tests 2 years ago
TemplateFunctionsTest.php Format control structures, classes, methods and function 4 years ago
TestCase.php adjust tests to new fs setup 2 years ago
TestMoveableMountPoint.php Move tests/ to PSR-4 (#24731) 8 years ago
UpdaterTest.php Fix unit tests 3 years ago
UrlGeneratorTest.php Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-linkToDefaultPageUrl 3 years ago
UtilCheckServerTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 4 years ago
UtilTest.php Make sure common and main core scripts are loaded first 2 years ago