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