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
Robin Appelman fd4ca13867
Merge pull request #43471 from nextcloud/cache-path-by-id
2 years ago
..
Accounts fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage 3 years ago
Activity
App fix: Fetch custom app store url without internet connection 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 3 years ago
BackgroundJob Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2 years ago
Cache
Calendar
Collaboration chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2 years ago
Comments feat(comments): Allow mentions of federated users, groups and teams in the future 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 3 years ago
DirectEditing
Encryption add key location to info:file output 2 years ago
Federation
Files Merge pull request #43471 from nextcloud/cache-path-by-id 2 years ago
GlobalScale
Group chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
Hooks
Http Adjust tests to match new expected exception 2 years ago
IntegrityCheck
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
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 fix!: Remove legacy event dispatching Symfony's GenericEvent 3 years ago
PublicNamespace
Remote
Repair chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
RichObjectStrings
Route
Security fix(security): Handle idn_to_utf8 returning false 3 years ago
Session
Settings chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
Share fix: remove old test-only methods 2 years ago
Share20 perf: switch places that always use the first getById result to getFirstNodeById 2 years ago
Support
SystemTag fix: Move SystemTags events to IEventDispatcher 3 years ago
Talk
Template fix(JSResourceLocator): Handle missing translations silently 3 years ago
TextProcessing chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
Traits
Updater chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
User feat: rename users to account or person 2 years ago
Util chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
APITest.php
AllConfigTest.php
AppConfigTest.php new API, new tests 2 years ago
AppScriptSortTest.php
AppTest.php fix: Move AppManager events to IEventDispatcher 3 years ago
AutoLoaderTest.php
CapabilitiesManagerTest.php
ConfigTest.php
ContactsManagerTest.php Fix ContactsManagerTest adressbook mocks having a null key 3 years ago
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 refactor: migrate OC_EventSource to dependency injection 3 years ago
FileChunkingTest.php
HelperStorageTest.php only determine quota_include_external_storage once for quota wrapper 3 years ago
HookHelper.php
ImageTest.php
InfoXmlTest.php chore: Drop \OC_App::getAppInfo 3 years ago
InitialStateServiceTest.php chore: apply changes from Nextcloud coding standards 1.1.1 3 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 fix: Allow to set custom app order on navigation entries added by closures to NavigationManager 3 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
TagsTest.php
TempManagerTest.php
TemplateFunctionsTest.php fix: Correctly add `module` content type to script tags when scripts with versions are used 3 years ago
TestCase.php feat(CI): Allow apps to test with PHPUnit10 3 years ago
TestMoveableMountPoint.php
UpdaterTest.php chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
UrlGeneratorTest.php fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder 3 years ago
UtilCheckServerTest.php Convert isset ternary to null coalescing operator 3 years ago
UtilTest.php