Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
blizzz ca958de7e9
Merge pull request #33566 from nextcloud/fopen-not-found-rescan
1 ano atrás
..
Accounts Allow to tweak default scopes for accounts 2 anos atrás
Activity Fix activity tests again 3 anos atrás
App remove getDefaultInstallationBundle 1 ano atrás
AppFramework Fix SessionMiddlewareTest and cover new case with reopening 1 ano atrás
Archive Avoid Deprecation warning from Zip tests on PHP 8.1 2 anos atrás
Authentication Handle one time password better 1 ano atrás
Avatar Update avatars on update 1 ano atrás
BackgroundJob Port existing server code to new interface 1 ano atrás
Cache Move CappedMemoryCache to OCP 1 ano atrás
Calendar Fix iMIP tests 1 ano atrás
Collaboration adjusts tests for CloudIdManager 1 ano atrás
Command Merge pull request #32868 from nextcloud/fix/replace-opis-closure-by-laravel-fork 2 anos atrás
Comments Delete comments that expired now 1 ano atrás
Contacts/ContactsMenu Modernize contacts menu 2 anos atrás
DB Migrate Migrator::executeSql to OCP\EventDispatcher\Event 1 ano atrás
Diagnostics Fix tests 2 anos atrás
DirectEditing Fix dynamic property creations in test files 1 ano atrás
Encryption Remove OCP\App and OCP\BackgroundJob 1 ano atrás
EventDispatcher Migrate from ILogger to LoggerInterface where needed in the tests 2 anos atrás
Federation adjusts tests for CloudIdManager 1 ano atrás
Files add test for trying to fopen a file which no longer exists on disk 1 ano atrás
GlobalScale Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 anos atrás
Group Migrate from ILogger to LoggerInterface where needed in the tests 2 anos atrás
Hooks Remove unused private ForwardEmitter and LegacyEmitter 3 anos atrás
Http Fix tests for nested v4 in v6 1 ano atrás
IntegrityCheck Remove some more at matchers in tests/lib 2 anos atrás
L10N Remove deprecated at matcher from tests/lib 1 ano atrás
Lock Cleanup lock related code 2 anos atrás
Lockdown Fix last tests 2 anos atrás
Log add unit test for ExceptionSerializer 1 ano atrás
Mail Remove deprecated at matcher from tests/lib 1 ano atrás
Memcache Add a built-in profiler inside Nextcloud 2 anos atrás
Metadata Fix dynamic property creations in test files 1 ano atrás
Migration Fix BackgroundRepairTest 1 ano atrás
Notification Fix unit tests 1 ano atrás
OCS Remove deprecated at matcher from tests/lib 1 ano atrás
Preview Add typing to SimpleFS 1 ano atrás
PublicNamespace Format control structures, classes, methods and function 4 anos atrás
Remote Use exactly one empty line after the namespace declaration 4 anos atrás
Repair Move avatar clearing in the background 1 ano atrás
RichObjectStrings Format control structures, classes, methods and function 4 anos atrás
Route Migrate from ILogger to LoggerInterface where needed in the tests 2 anos atrás
Security Remove deprecated at matcher from tests/lib 1 ano atrás
Session Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 anos atrás
Settings Fix unit tests 2 anos atrás
Share Cleanup tags and Share component 1 ano atrás
Share20 Remove deprecated at matcher from tests/lib 1 ano atrás
Support Fair use of push notifications 2 anos atrás
SystemTag Format control structures, classes, methods and function 4 anos atrás
Talk Add a Talk API for OCP 2 anos atrás
Template Remove deprecated at matcher from tests/lib 1 ano atrás
Traits Migrate from ILogger to LoggerInterface where needed in the tests 2 anos atrás
Updater Remove deprecated at matcher in Updater/VersionCheckTest.php 1 ano atrás
User Remove deprecated at matcher from tests/lib 1 ano atrás
Util Format code to a single space around binary operators 3 anos atrás
APITest.php Format code to a single space around binary operators 3 anos atrás
AllConfigTest.php Cleanup AllConfig 2 anos atrás
AppConfigTest.php Bump doctrine/dbal from 2.12.0 to 3.0.0 3 anos atrás
AppScriptSortTest.php Sort app scripts topologically by its dependencies 2 anos atrás
AppTest.php Fix unit tests 3 anos atrás
AutoLoaderTest.php Remove trailing and in between spaces 4 anos atrás
CapabilitiesManagerTest.php Fix warnings about logException 3 anos atrás
ConfigTest.php Fix tests 3 anos atrás
ContactsManagerTest.php Fix ContactsManagerTest test 1 ano atrás
DateTimeFormatterTest.php Check style update 2 anos atrás
EmojiHelperTest.php Include more emoji chars to test and fixes after include it 2 anos atrás
ErrorHandlerTest.php Cleaner removePassword regex 3 anos atrás
FileChunkingTest.php Format control structures, classes, methods and function 4 anos atrás
HelperStorageTest.php store unencrypted size in the unencrypted_size column 2 anos atrás
HookHelper.php Use the short array syntax, everywhere 4 anos atrás
ImageTest.php Prevent loading images that would require too much memory. 2 anos atrás
InfoXmlTest.php Format control structures, classes, methods and function 4 anos atrás
InitialStateServiceTest.php Fix ArrayAccess and JsonSerializable return types 2 anos atrás
InstallerTest.php Remove some more at matchers in tests/lib 2 anos atrás
LargeFileHelperGetFileSizeTest.php Move findBinaryFinder and isFunctionEnabled away from OC_Helper 1 ano atrás
LargeFileHelperTest.php Mode to modern phpunit 4 anos atrás
LegacyHelperTest.php Rewrite LegacyHelperTest without $this->at() 3 anos atrás
LoggerTest.php Fix logging data context to file 2 anos atrás
MemoryInfoTest.php Let memory limit set in tests fit the used amount 2 anos atrás
NaturalSortTest.php Format control structures, classes, methods and function 4 anos atrás
NavigationManagerTest.php Add accessibility entry in user menu 1 ano atrás
RepairTest.php Fix RepairTest 1 ano atrás
ServerTest.php Inform ServerTest that TagMapper now uses QBMapper 1 ano atrás
SetupTest.php Fix unit tests 3 anos atrás
SubAdminTest.php adjust tests to new fs setup 2 anos atrás
TagsTest.php Cleanup tags and Share component 1 ano atrás
TempManagerTest.php Migrate from ILogger to LoggerInterface where needed in the tests 2 anos atrás
TemplateFunctionsTest.php Format control structures, classes, methods and function 4 anos atrás
TestCase.php adjust tests to new fs setup 2 anos atrás
TestMoveableMountPoint.php Move tests/ to PSR-4 (#24731) 8 anos atrás
UpdaterTest.php Fix unit tests 3 anos atrás
UrlGeneratorTest.php Remove OCP\App and OCP\BackgroundJob 1 ano atrás
UtilCheckServerTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 anos atrás
UtilTest.php Make sure common and main core scripts are loaded first 2 anos atrás