nextcloud-server/tests/lib
F. E Noel Nfebe 25bc18c6dc
Merge pull request #52221 from nextcloud/feat/no-issue/add-logging-preview-generation
feat: add logging to preview generation
2025-04-22 12:37:49 +07:00
..
Accounts fix(AccountManager): Sanitize social media handles 2025-02-06 11:58:24 +07:00
Activity fix: Adapt notifications and activity tests to new DI dependency 2024-09-17 15:28:09 +07:00
App fix: Replace getInstalledApps calls with getEnabledApps 2025-02-13 10:19:20 +07:00
AppFramework fix(phpunit): Remove some more withConsecutive calls 2025-03-31 09:43:22 +07:00
Archive chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
Authentication Merge pull request #51130 from nextcloud/fix/credential-passwordless-auth 2025-03-07 16:49:18 +07:00
Avatar refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
BackgroundJob perf(cron): Delay (re)checking timed jobs 2025-03-31 13:21:29 +07:00
Cache refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Calendar fix: add event status and participant status 2025-03-28 03:48:48 +07:00
Collaboration test: Adapt tests to properly use valid email addresses 2025-03-26 11:51:52 +07:00
Command refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Comments test: Improve comments manager test output in case of failure 2025-04-09 13:49:16 +07:00
Config feat(lexicon): configurable default value 2025-01-14 10:36:07 +07:00
Contacts/ContactsMenu feat(contacts): Show time difference for users in different timezones 2025-01-16 18:10:04 +07:00
DB feat: support migrating an instance to sharding 2025-02-25 17:52:40 +07:00
Diagnostics refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
DirectEditing refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Encryption chore: Fix encryption test use statement 2024-09-16 18:11:38 +07:00
Federation fix(federation): Fix returning "no display name" after cache result 2025-04-10 09:20:27 +07:00
Files Merge pull request #51020 from nextcloud/artonge/fix/transfer_ownership 2025-04-14 16:14:45 +07:00
FilesMetadata test: add some minimal testing for metadata storage 2024-11-07 16:27:16 +07:00
GlobalScale refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Group test: fix periodic `Test\Group\DatabaseTest::testSearchGroups` failure 2025-01-22 10:53:03 +07:00
Hooks refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Http fix: do not query CNAME if A succeeded already 2024-11-06 20:21:38 +07:00
IntegrityCheck chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +07:00
L10N fix(rtl): Make clear that the direction is based on language 2024-09-23 17:00:07 +07:00
Lock refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Lockdown test: Fix IStorage return types 2024-09-26 17:29:48 +07:00
Log chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
Mail fix(mail): use matching text color for primary elements 2025-04-17 11:51:46 +07:00
Memcache refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Migration fix: Remove incorrect `@throws` annotations and move away from OC_App 2025-02-24 17:48:34 +07:00
Net fix(tests): Add IpAddressClassifier v6 zone ID test 2024-11-04 09:31:48 +07:00
Notification fix: Adapt notifications and activity tests to new DI dependency 2024-09-17 15:28:09 +07:00
OCS refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Preview feat: add logging to preview generation 2025-04-17 14:24:18 +07:00
Profile/Actions fix(FediverseAction): Ensure valid fediverse links are generated 2025-02-06 11:58:24 +07:00
Remote refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Repair refactor: convert sanitize account properties repair step to background job 2025-02-24 15:16:28 +07:00
RichObjectStrings Revert "refactor(RichObjectStrings): Only log error if key or value is not string in validator" 2025-04-09 08:35:56 +07:00
Route fix(tests): Adapt tests to appManager usage 2025-02-24 17:48:34 +07:00
Security feat(ip): add configurable IPv6 subnet for BFP and throttling 2025-04-17 08:12:03 +07:00
Session refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Settings feat(DeclarativeSettings): Allow to implement value getter and setter directly in Form 2024-10-15 20:33:45 +07:00
SetupCheck feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\CheckServerResponseTrait` 2024-09-16 14:58:21 +07:00
Share chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
Share20 fix(files_sharing): fix share creation error handling 2025-04-09 14:52:42 +07:00
Support chore(tests): Adapt tests to the countUsers refactor 2025-01-14 16:34:15 +07:00
SystemTag feat(systemtags): add setting to block non admin to create system tags 2025-01-22 20:07:24 +07:00
Talk
TaskProcessing fix(taskprocessing): use the event for AppAPI to get list of AI providers 2025-04-09 15:47:48 +07:00
Template fix(phpunit): Remove some more withConsecutive calls 2025-03-31 09:43:22 +07:00
TextProcessing refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Traits fix(UserTrait): Fix backend initialization 2024-10-08 11:12:01 +07:00
Updater chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +07:00
User fix(usermanager): Don't throw when checking if a too long user id is an existing user 2025-04-16 17:47:28 +07:00
Util
AllConfigTest.php feat(user-prefs): IUserPreferences 2024-11-18 20:11:31 +07:00
AppConfigTest.php fix(lexicon): renaming and minor fixes 2024-12-13 11:08:20 +07:00
AppScriptSortTest.php
AppTest.php fix(TemplateLayout): `core` is not an app but the server itself 2025-01-24 15:10:23 +07:00
AutoLoaderTest.php chore: Drop unused legacy `OC_Files` 2024-09-28 13:18:40 +07:00
BinaryFinderTest.php feat: make search path for BinaryFinder customizable. 2024-09-20 17:00:06 +07:00
CapabilitiesManagerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
ConfigTest.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
ContactsManagerTest.php fix(cardav): only show useres from enabled addressBooks in contacts menu 2025-03-17 11:56:34 +07:00
DateTimeFormatterTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
EmojiHelperTest.php
ErrorHandlerTest.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
EventSourceFactoryTest.php
HelperStorageTest.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
HookHelper.php
ImageTest.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
InfoXmlTest.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
InitialStateServiceTest.php
InstallerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
LargeFileHelperGetFileSizeTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
LargeFileHelperTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
LegacyHelperTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
LoggerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
MemoryInfoTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
NaturalSortTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
NavigationManagerTest.php fix: Replace getInstalledApps calls with getEnabledApps 2025-02-13 10:19:20 +07:00
RepairTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
ServerTest.php fix(tests): Remove deprecated tests for ServerTest 2024-09-17 17:48:01 +07:00
SetupTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
SubAdminTest.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
TagsTest.php fix: Replace all usages of OC_User backend method calls by IUserManager 2025-04-10 11:29:21 +07:00
TempManagerTest.php refactor(TempManager): Simplify and unify implementations and remove legacy behavior 2025-03-03 11:11:12 +07:00
TemplateFunctionsTest.php chore: Move template functions out of legacy folder 2025-03-20 10:54:50 +07:00
TemplateLayoutTest.php chore(tests): Adapt TemplateLayoutTest to constructor change 2025-03-25 14:23:40 +07:00
TestCase.php fix: Remove multiple require_once calls for template functions 2025-03-20 10:54:50 +07:00
TestMoveableMountPoint.php
UpdaterTest.php chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +07:00
UrlGeneratorTest.php feat(files): Make the files download action use WebDAV zip download 2024-09-28 13:18:29 +07:00
UtilCheckServerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
UtilTest.php fix: Remove some call and references to deprecated OC_Util class 2025-04-07 17:05:54 +07:00