選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Christoph Wurst f0f8bdd495
PHPDoc and other minor fixes
8年前
..
activity Move activity manager to the namespace 8年前
app allow app developers to specify the minimum int size 8年前
appframework Fix inconsistent nameing of AppFramework 8年前
archive Move OC_Archive_XX to PSR-4 8年前
authentication/token fix mock builder for old phpunit versions 8年前
backgroundjob Change the sort order of background jobs to be DESC instead of ASC 8年前
cache propagate folder size in the same query for write updates 8年前
command Allow specifing the signing path 8年前
comments Limit comment message to 1k chars 8年前
db tests: Fix typos (found by codespell) 8年前
encryption fix creation of versions of encrypted files on external storages 8年前
files Prevent concurrent availability checks 8年前
group Move the group dummy backend to test 8年前
hooks more type hints 9年前
http/client Move the helpful method to the TestCase class 9年前
integritycheck Add support for custom values in integrity checker 8年前
l10n Do not save the language as request lang for apps when we didn't find any 8年前
lock Make lock ttl configurable 8年前
log Move OC_Log_xx to \OC\Log namespace 8年前
mail Run test only when idn is available 8年前
memcache Fix errors in memcached implementation 8年前
migration Introduce background repair steps 8年前
notification Fix notification tests 8年前
ocs Adding more DB groups to test suits 8年前
preview Add the DB group for tests that require the database 8年前
public Test overriding channel 9年前
repair Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new interface - refs #24198 8年前
security [master] Ignore certificate file if it starts with file:// 8年前
session throw SessionNotAvailableException if session_id returns empty string 8年前
share Send permalink in internal share notification emails 8年前
share20 Fix tests 8年前
systemtag tests: Fix typos (found by codespell) 8年前
template Add tests for correct path 9年前
traits Merge pull request #22791 from owncloud/enc_master_key_improvements 8年前
updater Make update server URL configurable 8年前
user PHPDoc and other minor fixes 8年前
util Add \OC\User\Backend 8年前
InstallerTest.php OC_Installer -> \OC\Installer 8年前
RepairTest.php Remove emitter from class Repair 8年前
allconfig.php Introduce IDBConnection::setValues() 8年前
api.php Merge pull request #18184 from owncloud/ocs-merge-headers 8年前
app.php Remove unneeded parameter from OC_App::getEnabledApps 8年前
appconfig.php Apply DB group annotation ... 8年前
archive.php Make root tests extend the \Test\TestCase 9年前
autoloader.php Merge pull request #23819 from owncloud/move-core-completely-to-psr4 8年前
avatarmanagertest.php Do not copy skeleton on avatar access 8年前
avatartest.php only remove avatars from the folder we store them in 8年前
cache.php tests: Fix typos (found by codespell) 8年前
capabilitiesmanager.php Use DI 9年前
configtests.php Use TempManager instead of tmpFolder 8年前
contactsmanager.php Mock interface 9年前
datetimeformatter.php tests: Fix typos (found by codespell) 8年前
db.php Remove OC_DB::insertid 8年前
dbschema.php getMediumStrengthGenerator is deprecated and does not do anything anymore 8年前
errorHandler.php Make root tests extend the \Test\TestCase 9年前
filechunking.php Added tests 8年前
files.php Unit test OC_Files::setUploadLimit() 9年前
group.php Move the group dummy backend to test 8年前
helper.php properly use standard 8年前
helperstorage.php Removed deprecated function OC_User::deleteUser 8年前
hookhelper.php tests: Fix typos (found by codespell) 8年前
httphelper.php Add connection timeout to default POST options 9年前
image.php Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly 9年前
largefilehelper.php Make root tests extend the \Test\TestCase 9年前
largefilehelpergetfilesize.php Check if open_basedir is set 9年前
logger.php Remove the password from the validateUserPass() method as well 8年前
naturalsort.php Add PHPunit test for DefaultCollator 9年前
navigationmanagertest.php Add tests for the navigation manager (closure) behaviour 9年前
ocsclienttest.php Fix unit tests broken after #24457 8年前
preview.php Adding more DB groups to test suits 8年前
server.php Move activity manager to the namespace 8年前
setup.php Run .htaccess updates in any case 8年前
streamwrappers.php Use TempManager instead of tmpFile 8年前
subadmin.php subadmin methods should not return any null user or group 8年前
tags.php Remove OC_DB::getConnection 8年前
template.php verify the path in the autoloader 8年前
tempmanager.php Unit test getting temp dir from config 8年前
testcase.php Add unit testing capabilities for templates (#23708) 8年前
testmoveablemountpoint.php Keep shared locks in post hooks 9年前
updater.php Move version check code out of class Updater 8年前
urlGenerator.php Add DB group to some files_external tests 8年前
user.php Add \OC\User\Backend 8年前
util.php Fix unit tests 8年前
utilcheckserver.php Use OCP\Util::getVersion instead of the internal private implementation 8年前