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.
John Molakvoæ 4a509dfe8e
fix: phpunit
hace 4 meses
..
Accounts fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage hace 9 meses
Activity composer run cs:fix hace 1 año
App fix(appstore): Only send subscription keys to valid appstores hace 5 meses
AppFramework Add timezone getter to ITimeFactory hace 4 meses
Archive Avoid Deprecation warning from Zip tests on PHP 8.1 hace 2 años
Authentication AppAPI: allowed to bypass Two-Factor hace 6 meses
Avatar chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
BackgroundJob Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs hace 4 meses
Cache Move CappedMemoryCache to OCP hace 1 año
Calendar composer run cs:fix hace 1 año
Collaboration chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs hace 4 meses
Comments feat(comments): Add a meta data column for comments hace 6 meses
Contacts/ContactsMenu test(php): Fix the unit tests hace 5 meses
DB fix(tests): Make PostgreSQL unit tests less flacky by ordering hace 5 meses
Diagnostics chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
DirectEditing feat(directediting): Allow opening by file id hace 1 año
Encryption chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
Federation adjusts tests for CloudIdManager hace 1 año
Files only get the path for the users cached mount info when we use it hace 4 meses
GlobalScale Adapt tests to config value typing hace 1 año
Group chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
Hooks Remove unused private ForwardEmitter and LegacyEmitter hace 3 años
Http fix(security): Handle idn_to_utf8 returning false hace 6 meses
IntegrityCheck Adapt tests to config value typing hace 1 año
L10N chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps hace 4 meses
Lock restore shared lock ttl when releasing hace 6 meses
Lockdown composer run cs:fix hace 1 año
Log add unit test for ExceptionSerializer hace 1 año
Mail chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
Memcache adjust redis compareSetTTL to use a lua script hace 6 meses
Migration fix: Make Repair object injectable and fix BackgroundRepair test hace 4 meses
Net Add remote host validation API hace 1 año
Notification composer run cs:fix hace 1 año
OCS composer run cs:fix hace 1 año
Preview fix!: Remove legacy event dispatching Symfony's GenericEvent hace 11 meses
PublicNamespace Format control structures, classes, methods and function hace 4 años
Remote Use exactly one empty line after the namespace declaration hace 4 años
Repair chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
RichObjectStrings Format control structures, classes, methods and function hace 4 años
Route DI for Router hace 1 año
Security fix(security): Handle idn_to_utf8 returning false hace 6 meses
Session Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject hace 3 años
Settings chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
Share Cleanup tags and Share component hace 1 año
Share20 fix: phpunit hace 4 meses
Support Adapt tests to config value typing hace 1 año
SystemTag fix: Move SystemTags events to IEventDispatcher hace 11 meses
Talk Add a Talk API for OCP hace 2 años
Template fix(JSResourceLocator): Handle missing translations silently hace 1 año
TextProcessing chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
Traits Migrate from ILogger to LoggerInterface where needed in the tests hace 2 años
Updater chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
User feat: rename users to account or person hace 4 meses
Util chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
APITest.php composer run cs:fix hace 1 año
AllConfigTest.php composer run cs:fix hace 1 año
AppConfigTest.php new API, new tests hace 4 meses
AppScriptSortTest.php Sort app scripts topologically by its dependencies hace 2 años
AppTest.php fix: Move AppManager events to IEventDispatcher hace 11 meses
AutoLoaderTest.php Remove trailing and in between spaces hace 4 años
CapabilitiesManagerTest.php composer run cs:fix hace 1 año
ConfigTest.php Fix tests hace 3 años
ContactsManagerTest.php Fix ContactsManagerTest adressbook mocks having a null key hace 9 meses
DateTimeFormatterTest.php chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps hace 4 meses
EmojiHelperTest.php composer run cs:fix hace 1 año
ErrorHandlerTest.php composer run cs:fix hace 1 año
EventSourceFactoryTest.php refactor: migrate OC_EventSource to dependency injection hace 1 año
FileChunkingTest.php Revert "fix(performance): Do not set up filesystem on every call" hace 1 año
HelperStorageTest.php only determine quota_include_external_storage once for quota wrapper hace 10 meses
HookHelper.php Use the short array syntax, everywhere hace 4 años
ImageTest.php increase preview_max_memory and make it easier to debug hace 1 año
InfoXmlTest.php chore: Drop \OC_App::getAppInfo hace 1 año
InitialStateServiceTest.php chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
InstallerTest.php Remove deprecated at matcher in tests/lib/InstallerTest.php hace 9 meses
LargeFileHelperGetFileSizeTest.php Move findBinaryFinder and isFunctionEnabled away from OC_Helper hace 1 año
LargeFileHelperTest.php Mode to modern phpunit hace 4 años
LegacyHelperTest.php composer run cs:fix hace 1 año
LoggerTest.php composer run cs:fix hace 1 año
MemoryInfoTest.php Add helper to cast to int|float, fix MemoryInfo on 32bits hace 1 año
NaturalSortTest.php composer run cs:fix hace 1 año
NavigationManagerTest.php fix: Allow to set custom app order on navigation entries added by closures to NavigationManager hace 7 meses
RepairTest.php chore: use DI for \OC\Repair hace 5 meses
ServerTest.php refactor: migrate OC_EventSource to dependency injection hace 1 año
SetupTest.php fix: Use DI for Setup class and move away from deprecated methods hace 5 meses
SubAdminTest.php composer run cs:fix hace 1 año
TagsTest.php composer run cs:fix hace 1 año
TempManagerTest.php composer run cs:fix hace 1 año
TemplateFunctionsTest.php fix: Correctly add `module` content type to script tags when scripts with versions are used hace 11 meses
TestCase.php feat(CI): Allow apps to test with PHPUnit10 hace 9 meses
TestMoveableMountPoint.php composer run cs:fix hace 1 año
UpdaterTest.php chore: apply changes from Nextcloud coding standards 1.1.1 hace 7 meses
UrlGeneratorTest.php fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder hace 7 meses
UtilCheckServerTest.php Convert isset ternary to null coalescing operator hace 10 meses
UtilTest.php Make sure common and main core scripts are loaded first hace 2 años