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 78842348b2
feat(dependencyinjection): Allow optional (nullable) services
2 years ago
..
Accounts fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage 2 years ago
Activity
App feat(theming): Allow to configure default apps and app order in frontend settings 2 years ago
AppFramework feat(dependencyinjection): Allow optional (nullable) services 2 years ago
Archive
Authentication Add tests for occ user:auth-tokens:delete 2 years ago
Avatar
BackgroundJob feat(backgroundjob): Schedule job after <timestamp> 2 years ago
Cache
Calendar
Collaboration
Command chore(3rdparty): remove opis/closure 2 years ago
Comments Cover expire_date with unit tests 3 years ago
Contacts/ContactsMenu feat(contactsmenu): Show user status 2 years ago
DB fix(sqlite): Remove some old SQLite cheats 2 years ago
Diagnostics
DirectEditing
Encryption update tests 2 years ago
Federation
Files Merge pull request #40499 from nextcloud/known-mtime-wrapper 2 years ago
GlobalScale
Group Add batch methods in user backends 2 years ago
Hooks
Http test: add tests for dns pin middleware 2 years ago
IntegrityCheck
L10N chore: update expected results for CLDR 42 2 years ago
Lock
Lockdown
Log
Mail try to fix tests 3 years ago
Memcache feat: Add factory method for in-memory caches 2 years ago
Metadata
Migration
Net
Notification
OCS
Preview fix!: Remove legacy event dispatching Symfony's GenericEvent 2 years ago
PublicNamespace
Remote
Repair fix(sqlite): Remove no longer required autoincrement fix 2 years ago
RichObjectStrings
Route
Security fix: Make bypass function public API 2 years ago
Session
Settings
Share
Share20 Merge pull request #39863 from nextcloud/sharing-mask-wrapper 2 years ago
Support
SystemTag fix: Move SystemTags events to IEventDispatcher 2 years ago
Talk
Template fix(JSResourceLocator): Handle missing translations silently 3 years ago
TextProcessing Fix various deprecation warnings in tests on PHP 8.3 2 years ago
Traits
Updater Print log message when version could not be got from updater server 2 years ago
User techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 2 years ago
Util Convert isset ternary to null coalescing operator 2 years ago
APITest.php
AllConfigTest.php
AppConfigTest.php
AppScriptSortTest.php
AppTest.php fix: Move AppManager events to IEventDispatcher 2 years ago
AutoLoaderTest.php
CapabilitiesManagerTest.php
ConfigTest.php
ContactsManagerTest.php Fix ContactsManagerTest adressbook mocks having a null key 2 years ago
DateTimeFormatterTest.php chore: update expected results for CLDR 42 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 2 years ago
HookHelper.php
ImageTest.php
InfoXmlTest.php chore: Drop \OC_App::getAppInfo 3 years ago
InitialStateServiceTest.php
InstallerTest.php Remove deprecated at matcher in tests/lib/InstallerTest.php 2 years ago
LargeFileHelperGetFileSizeTest.php
LargeFileHelperTest.php
LegacyHelperTest.php
LoggerTest.php
MemoryInfoTest.php
NaturalSortTest.php
NavigationManagerTest.php fix(tests): Test profile entry 2 years ago
RepairTest.php
ServerTest.php refactor: migrate OC_EventSource to dependency injection 3 years ago
SetupTest.php
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 2 years ago
TestMoveableMountPoint.php
UpdaterTest.php
UrlGeneratorTest.php feat(f2v): migrate Files 2 years ago
UtilCheckServerTest.php Convert isset ternary to null coalescing operator 2 years ago
UtilTest.php