You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Carl Schwan 8d599c3410
Merge pull request #32378 from nextcloud/fix/psalm-userbackend
2 years ago
..
Accounts Allow to tweak default scopes for accounts 2 years ago
Activity Fix activity tests again 3 years ago
App Overwrite the channel 2 years ago
AppFramework Add a metadata service to store file metadata 2 years ago
Archive Avoid Deprecation warning from Zip tests on PHP 8.1 2 years ago
Authentication Fix user agent trimming on installation 2 years ago
Avatar Check style update 2 years 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 Merge pull request #31932 from nextcloud/feat/ignore_second_dn 2 years ago
Command Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 years ago
Comments Extract the EmojiService from user status and add an OCP interface 2 years ago
Contacts/ContactsMenu Modernize contacts menu 2 years ago
DB Add a metadata service to store file metadata 2 years ago
Diagnostics Fix tests 2 years ago
DirectEditing Get the parent directory before creating a file from a template 3 years ago
Encryption Migrate from ILogger to LoggerInterface where needed in the tests 2 years 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 2 years ago
Files Merge pull request #26813 from nextcloud/feature/files-search-tags 2 years ago
GlobalScale Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 years ago
Group Migrate from ILogger to LoggerInterface where needed in the tests 2 years ago
Hooks Remove unused private ForwardEmitter and LegacyEmitter 3 years ago
Http Migrate from ILogger to LoggerInterface where needed in the tests 2 years ago
IntegrityCheck Fix integrity checker tests 2 years ago
L10N Add a unit test for translation with trailing colon 2 years ago
Lock Cleanup lock related code 2 years ago
Lockdown Fix last tests 2 years ago
Log Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 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 3 years ago
Notification Fair use of push notifications 2 years ago
OCS Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 years ago
Preview Skip the test if Imagick is misconfigured 3 years 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 Remove SCSSCacher 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 Validate requested length is random string generator 2 years ago
Session Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 years ago
Settings Add admin privilege delegation for admin settings 2 years ago
Share Remove test for removed class SearchResultSorter 2 years ago
Share20 Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-password-enforcement 2 years ago
Support Fair use of push notifications 2 years ago
SystemTag Format control structures, classes, methods and function 4 years ago
Talk Add a Talk API for OCP 2 years ago
Template Remove SCSSCacher 2 years 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 psalm issues related to the user backend 2 years ago
Util Format code to a single space around binary operators 3 years ago
APITest.php Format code to a single space around binary operators 3 years ago
AllConfigTest.php Cleanup AllConfig 2 years 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 3 years ago
ContactsManagerTest.php Format code to a single space around binary operators 3 years ago
DateTimeFormatterTest.php Check style update 2 years ago
EmojiHelperTest.php Include more emoji chars to test and fixes after include it 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 adjust tests to new fs setup 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 2 years ago
InstallerTest.php Fix unit tests 3 years ago
LargeFileHelperGetFileSizeTest.php Make sure we can also run with escapedshell args 3 years ago
LargeFileHelperTest.php Mode to modern phpunit 4 years ago
LegacyHelperTest.php Rewrite LegacyHelperTest without $this->at() 3 years ago
LoggerTest.php Format code to a single space around binary operators 3 years ago
MemoryInfoTest.php Let memory limit set in tests fit the used amount 2 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 3 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 2 years ago
UtilCheckServerTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 years ago
UtilTest.php Make sure common and main core scripts are loaded first 2 years ago