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 7817845538 Add a metadata service to store file metadata 2 年之前
..
Accounts Add profile default setting for admin 2 年之前
Activity Fix activity tests again 3 年之前
App Overwrite the channel 2 年之前
AppFramework Add a metadata service to store file metadata 2 年之前
Archive Avoid Deprecation warning from Zip tests on PHP 8.1 2 年之前
Authentication Automatically cut the token name on the first level 2 年之前
Avatar Check style update 2 年之前
BackgroundJob Allow apps to specify if their background job can be delayed 2 年之前
Cache adjust tests to new fs setup 2 年之前
Calendar Move calendar resource/room backend registration to IBootstrap 2 年之前
Collaboration Merge pull request #31932 from nextcloud/feat/ignore_second_dn 2 年之前
Command Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 年之前
Comments Allow reactions also with other combined emojis 2 年之前
Contacts/ContactsMenu Add global profile toggle config 2 年之前
DB Add a metadata service to store file metadata 2 年之前
Diagnostics Fix tests 2 年之前
DirectEditing Get the parent directory before creating a file from a template 3 年之前
Encryption Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
EventDispatcher Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
Federation Allow to get a local cloud id without going through the contacts manager 3 年之前
Files allow reusing known folder info when getting directory contents 2 年之前
GlobalScale Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 年之前
Group Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
Hooks Remove unused private ForwardEmitter and LegacyEmitter 3 年之前
Http Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
IntegrityCheck Fix integrity checker tests 2 年之前
L10N Check style update 2 年之前
Lock Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
Lockdown Fix last tests 2 年之前
Log Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 年之前
Mail Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
Memcache Add a built-in profiler inside Nextcloud 2 年之前
Metadata Add a metadata service to store file metadata 2 年之前
Migration Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 年之前
Notification Fair use of push notifications 2 年之前
OCS Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 年之前
Preview Skip the test if Imagick is misconfigured 3 年之前
PublicNamespace Format control structures, classes, methods and function 4 年之前
Remote Use exactly one empty line after the namespace declaration 4 年之前
Repair Fix more ILogger related problems from tests 2 年之前
RichObjectStrings Format control structures, classes, methods and function 4 年之前
Route Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
Security Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
Session Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 年之前
Settings Add admin privilege delegation for admin settings 2 年之前
Share Re-use fetched dependencies in lib/base.php 3 年之前
Share20 Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-password-enforcement 2 年之前
Support Fair use of push notifications 2 年之前
SystemTag Format control structures, classes, methods and function 4 年之前
Talk Add a Talk API for OCP 2 年之前
Template Fix more ILogger related problems from tests 2 年之前
Traits Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
Updater Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
User Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
Util Format code to a single space around binary operators 3 年之前
APITest.php Format code to a single space around binary operators 3 年之前
AllConfigTest.php use specific email getter where necessary 2 年之前
AppConfigTest.php Bump doctrine/dbal from 2.12.0 to 3.0.0 3 年之前
AppScriptSortTest.php Sort app scripts topologically by its dependencies 2 年之前
AppTest.php Fix unit tests 3 年之前
AutoLoaderTest.php Remove trailing and in between spaces 4 年之前
CapabilitiesManagerTest.php Fix warnings about logException 3 年之前
ConfigTest.php Fix tests 3 年之前
ContactsManagerTest.php Format code to a single space around binary operators 3 年之前
DateTimeFormatterTest.php Check style update 2 年之前
ErrorHandlerTest.php Cleaner removePassword regex 3 年之前
FileChunkingTest.php Format control structures, classes, methods and function 4 年之前
HelperStorageTest.php adjust tests to new fs setup 2 年之前
HookHelper.php Use the short array syntax, everywhere 4 年之前
ImageTest.php Prevent loading images that would require too much memory. 2 年之前
InfoXmlTest.php Format control structures, classes, methods and function 4 年之前
InitialStateServiceTest.php Fix ArrayAccess and JsonSerializable return types 2 年之前
InstallerTest.php Fix unit tests 3 年之前
LargeFileHelperGetFileSizeTest.php Make sure we can also run with escapedshell args 3 年之前
LargeFileHelperTest.php Mode to modern phpunit 4 年之前
LegacyHelperTest.php Rewrite LegacyHelperTest without $this->at() 3 年之前
LoggerTest.php Format code to a single space around binary operators 3 年之前
MemoryInfoTest.php Let memory limit set in tests fit the used amount 2 年之前
NaturalSortTest.php Format control structures, classes, methods and function 4 年之前
NavigationManagerTest.php Let apps toggle an unread counter on app icons 3 年之前
RepairStepTest.php log full expection during repair step 3 年之前
ServerTest.php Bump doctrine/dbal from 2.12.0 to 3.0.0 3 年之前
SetupTest.php Fix unit tests 3 年之前
SubAdminTest.php adjust tests to new fs setup 2 年之前
TagsTest.php Make sure getUsersFavoritingObject can be run without a user 3 年之前
TempManagerTest.php Migrate from ILogger to LoggerInterface where needed in the tests 2 年之前
TemplateFunctionsTest.php Format control structures, classes, methods and function 4 年之前
TestCase.php adjust tests to new fs setup 2 年之前
TestMoveableMountPoint.php Move tests/ to PSR-4 (#24731) 8 年之前
UpdaterTest.php Fix unit tests 3 年之前
UrlGeneratorTest.php Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-linkToDefaultPageUrl 2 年之前
UtilCheckServerTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 年之前
UtilTest.php Make sure common and main core scripts are loaded first 2 年之前