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
Julien Veyssier 1acc57b5c0
feat(bg-jobs): allow setting a job class list instead of a single class in cron.php and the job worker occ command
2 years ago
..
Accounts fix: Apply new coding standard to all files 2 years ago
Activity fix(activity): Add a dedicated exception when not all fields are set while publishing an activity 2 years ago
App fix: Lazy load IURLGenerator from AppManager to avoid installation crash 2 years ago
AppFramework fix: Fix tests following OC_App migrations to IAppManager 2 years ago
Archive
Authentication Refactor `OC\Server::getHasher` 2 years ago
Avatar test: Update tests 2 years ago
BackgroundJob feat(bg-jobs): allow setting a job class list instead of a single class in cron.php and the job worker occ command 2 years ago
Cache
Calendar
Collaboration chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2 years ago
Comments fix: Apply new coding standard to all files 2 years ago
Contacts/ContactsMenu test(php): Fix the unit tests 2 years ago
DB fix(tests): Make PostgreSQL unit tests less flacky by ordering 2 years ago
Diagnostics chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
DirectEditing
Encryption add key location to info:file output 2 years ago
Federation fix(federation): ICloudId->getRemote() should contain the protocol 2 years ago
Files test: add test for jail watcher 2 years ago
GlobalScale
Group chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Hooks
Http Adjust tests to match new expected exception 2 years ago
IntegrityCheck feat(appconfig): switching integrity check to lazy config values 2 years ago
L10N fix: Fix tests following OC_App migrations to IAppManager 2 years ago
Lock restore shared lock ttl when releasing 2 years ago
Lockdown Refactor `OC\Server::getLockdownManager` 2 years ago
Log
Mail Add "-i" to MailTest's pipe 2 years ago
Memcache adjust redis compareSetTTL to use a lua script 2 years ago
Migration fix: Make Repair object injectable and fix BackgroundRepair test 2 years ago
Net
Notification
OCS
Preview Refactor `OC\Server::getRootFolder` 2 years ago
PublicNamespace
Remote
Repair chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
RichObjectStrings
Route fix: Fix RouterTest by adding IAppManager 2 years ago
Security fix(security): Handle idn_to_utf8 returning false 2 years ago
Session
Settings fix: add missing copyrights and strict types 2 years ago
Share chore: remove long depricated share code 2 years ago
Share20 fix(tests): Fix tests when daytime saving time change happened recently 2 years ago
Support
SystemTag
Talk
Template fix(JSResourceLocator): Consider configured app roots for files 2 years ago
TextProcessing chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Traits
Updater fix(updatenotification): spread the use of new appconfig 2 years ago
User fix(session): Do not update authtoken last_check for passwordless 2 years ago
Util chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
APITest.php
AllConfigTest.php fix(config): Make sure user keys are strings 2 years ago
AppConfigTest.php fix(appconfig): returns correct value on details 2 years ago
AppScriptSortTest.php
AppTest.php fix: Migrate a few more classes away from OC_App::getAppPath 2 years ago
AutoLoaderTest.php
CapabilitiesManagerTest.php
ConfigTest.php
ContactsManagerTest.php
DateTimeFormatterTest.php chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 2 years ago
EmojiHelperTest.php
ErrorHandlerTest.php
EventSourceFactoryTest.php
FileChunkingTest.php
HelperStorageTest.php
HookHelper.php
ImageTest.php fix: Drop workarounds for unsupported obsolete PHP versions 2 years ago
InfoXmlTest.php
InitialStateServiceTest.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
InstallerTest.php Refactor `OC\Server::getAppFetcher` 2 years ago
LargeFileHelperGetFileSizeTest.php
LargeFileHelperTest.php
LegacyHelperTest.php
LoggerTest.php
MemoryInfoTest.php
NaturalSortTest.php
NavigationManagerTest.php feat(AppManager): Provide `getAppIcon` function 2 years ago
RepairTest.php chore: use DI for \OC\Repair 2 years ago
ServerTest.php Refactor `OC\Server::getCommentsManager` 2 years ago
SetupTest.php fix: Use DI for Setup class and move away from deprecated methods 2 years ago
SubAdminTest.php
TagsTest.php
TempManagerTest.php
TemplateFunctionsTest.php
TestCase.php fix: Apply new coding standard to all files 2 years ago
TestMoveableMountPoint.php
UpdaterTest.php fix(updatenotification): spread the use of new appconfig 2 years ago
UrlGeneratorTest.php fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder 2 years ago
UtilCheckServerTest.php
UtilTest.php