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.
 
 
 
 
 
 
nextcloud-server/tests/lib
Christoph Wurst 69dafd727d
delete the token in case an exception is thrown when decrypting the password
10 years ago
..
activity Move activity manager to the namespace 10 years ago
app allow app developers to specify the minimum int size 10 years ago
appframework Fix inconsistent nameing of AppFramework 10 years ago
archive Move OC_Archive_XX to PSR-4 10 years ago
authentication/token delete the token in case an exception is thrown when decrypting the password 10 years ago
backgroundjob Change the sort order of background jobs to be DESC instead of ASC 10 years ago
cache
command Allow specifing the signing path 10 years ago
comments Limit comment message to 1k chars 10 years ago
db tests: Fix typos (found by codespell) 10 years ago
encryption fix creation of versions of encrypted files on external storages 10 years ago
files Prevent concurrent availability checks 10 years ago
group Move the group dummy backend to test 10 years ago
hooks
http/client
integritycheck Add support for custom values in integrity checker 10 years ago
l10n Do not save the language as request lang for apps when we didn't find any 10 years ago
lock Make lock ttl configurable 10 years ago
log Move OC_Log_xx to \OC\Log namespace 10 years ago
mail
memcache Fix errors in memcached implementation 10 years ago
migration Introduce background repair steps 10 years ago
notification Fix notification tests 10 years ago
ocs
preview Add the DB group for tests that require the database 10 years ago
public
repair Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new interface - refs #24198 10 years ago
security [master] Ignore certificate file if it starts with file:// 10 years ago
session throw SessionNotAvailableException if session_id returns empty string 10 years ago
share Send permalink in internal share notification emails 10 years ago
share20 Fix tests 10 years ago
systemtag tests: Fix typos (found by codespell) 10 years ago
template
traits Merge pull request #22791 from owncloud/enc_master_key_improvements 10 years ago
updater Make update server URL configurable 10 years ago
user fix PHPDoc and other minor issues 10 years ago
util Add \OC\User\Backend 10 years ago
InstallerTest.php OC_Installer -> \OC\Installer 10 years ago
RepairTest.php Remove emitter from class Repair 10 years ago
allconfig.php
api.php
app.php Remove unneeded parameter from OC_App::getEnabledApps 10 years ago
appconfig.php
archive.php
autoloader.php Merge pull request #23819 from owncloud/move-core-completely-to-psr4 10 years ago
avatarmanagertest.php Do not copy skeleton on avatar access 10 years ago
avatartest.php only remove avatars from the folder we store them in 10 years ago
cache.php tests: Fix typos (found by codespell) 10 years ago
capabilitiesmanager.php
configtests.php
contactsmanager.php
datetimeformatter.php tests: Fix typos (found by codespell) 10 years ago
db.php
dbschema.php
errorHandler.php
filechunking.php Added tests 10 years ago
files.php
group.php Move the group dummy backend to test 10 years ago
helper.php
helperstorage.php
hookhelper.php tests: Fix typos (found by codespell) 10 years ago
httphelper.php
image.php
largefilehelper.php
largefilehelpergetfilesize.php
logger.php Remove the password from the validateUserPass() method as well 10 years ago
naturalsort.php
navigationmanagertest.php
ocsclienttest.php Fix unit tests broken after #24457 10 years ago
preview.php
server.php Move activity manager to the namespace 10 years ago
setup.php
streamwrappers.php
subadmin.php
tags.php
template.php
tempmanager.php
testcase.php Add unit testing capabilities for templates (#23708) 10 years ago
testmoveablemountpoint.php
updater.php Move version check code out of class Updater 10 years ago
urlGenerator.php
user.php Add \OC\User\Backend 10 years ago
util.php Fix unit tests 10 years ago
utilcheckserver.php