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
Thomas Citharel ffeb797ecc
refactor(mimeloader): modernize MimeTypeLoader
2 years ago
..
Accounts fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage 2 years ago
Activity composer run cs:fix 3 years ago
App test: Update test for PublicSectorBundle 2 years ago
AppFramework fix xml ocs response for serializable objects 2 years ago
Archive
Authentication feat(perf): add cache for authtoken lookup 2 years ago
Avatar chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
BackgroundJob Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2 years ago
Cache Move CappedMemoryCache to OCP 4 years ago
Calendar composer run cs:fix 3 years ago
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 refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implementation based on getNumberOfUnreadCommentsForObjects 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 feat(directediting): Allow opening by file id 3 years ago
Encryption add key location to info:file output 2 years ago
Federation adjusts tests for CloudIdManager 3 years ago
Files refactor(mimeloader): modernize MimeTypeLoader 2 years ago
GlobalScale Adapt tests to config value typing 3 years ago
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 chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 2 years ago
Lock restore shared lock ttl when releasing 2 years ago
Lockdown composer run cs:fix 3 years ago
Log add unit test for ExceptionSerializer 3 years ago
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 Add remote host validation API 3 years ago
Notification composer run cs:fix 3 years ago
OCS composer run cs:fix 3 years ago
Preview fix!: Remove legacy event dispatching Symfony's GenericEvent 2 years ago
PublicNamespace
Remote
Repair chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
RichObjectStrings
Route DI for Router 3 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 refactor: make share manager buildable 2 years ago
Support Adapt tests to config value typing 3 years ago
SystemTag fix: Move SystemTags events to IEventDispatcher 2 years ago
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 feat: rename users to account or person 2 years ago
Util chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
APITest.php composer run cs:fix 3 years ago
AllConfigTest.php composer run cs:fix 3 years ago
AppConfigTest.php fix(appconfig): Make sure sensitive values stay sensitive 2 years ago
AppScriptSortTest.php
AppTest.php feat(AppManager): Provide `getAppIcon` function 2 years ago
AutoLoaderTest.php
CapabilitiesManagerTest.php composer run cs:fix 3 years ago
ConfigTest.php
ContactsManagerTest.php Fix ContactsManagerTest adressbook mocks having a null key 2 years ago
DateTimeFormatterTest.php chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 2 years ago
EmojiHelperTest.php composer run cs:fix 3 years ago
ErrorHandlerTest.php composer run cs:fix 3 years ago
EventSourceFactoryTest.php refactor: migrate OC_EventSource to dependency injection 3 years ago
FileChunkingTest.php Revert "fix(performance): Do not set up filesystem on every call" 3 years ago
HelperStorageTest.php only determine quota_include_external_storage once for quota wrapper 2 years ago
HookHelper.php
ImageTest.php increase preview_max_memory and make it easier to debug 3 years ago
InfoXmlTest.php chore: Drop \OC_App::getAppInfo 3 years ago
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 Move findBinaryFinder and isFunctionEnabled away from OC_Helper 3 years ago
LargeFileHelperTest.php
LegacyHelperTest.php composer run cs:fix 3 years ago
LoggerTest.php composer run cs:fix 3 years ago
MemoryInfoTest.php Add helper to cast to int|float, fix MemoryInfo on 32bits 3 years ago
NaturalSortTest.php composer run cs:fix 3 years ago
NavigationManagerTest.php feat(AppManager): Provide `getAppIcon` function 2 years ago
RepairTest.php chore: use DI for \OC\Repair 2 years ago
ServerTest.php refactor: migrate OC_EventSource to dependency injection 3 years ago
SetupTest.php fix: Use DI for Setup class and move away from deprecated methods 2 years ago
SubAdminTest.php composer run cs:fix 3 years ago
TagsTest.php composer run cs:fix 3 years ago
TempManagerTest.php composer run cs:fix 3 years ago
TemplateFunctionsTest.php fix: Correctly add `module` content type to script tags when scripts with versions are used 2 years ago
TestCase.php feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the database 2 years ago
TestMoveableMountPoint.php composer run cs:fix 3 years ago
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 Convert isset ternary to null coalescing operator 2 years ago
UtilTest.php