nextcloud-server/tests/lib
Marcel Klehr 044e92bf4e feat(TaskProcessing): Introduce ITriggerableProvider
Signed-off-by: Marcel Klehr <mklehr@gmx.net>

# Conflicts:
#	lib/private/TaskProcessing/Db/TaskMapper.php
2025-10-20 15:59:25 +07:00
..
Accounts refactor: Cleanup some unit tests 2025-10-01 10:11:27 +07:00
Activity refactor: Cleanup some unit tests 2025-10-01 10:11:27 +07:00
App Merge pull request #55405 from nextcloud/carl/cleanup-some-tests 2025-10-01 15:02:00 +07:00
AppFramework refactor: Cleanup some unit tests 2025-10-01 10:11:27 +07:00
Archive chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Authentication refactor(querybuilder): Port away from qb::execute() in tests/ 2025-09-02 11:55:58 +07:00
Avatar chore(rector): Apply current rector config 2025-08-26 16:27:26 +07:00
BackgroundJob refactor(querybuilder): Port away from qb::execute() in tests/ 2025-09-02 11:55:58 +07:00
Cache Revert "perf(base): Stop setting up the FS for every basic auth request" 2025-08-28 17:11:31 +07:00
Calendar fix: iMip reply from outlook.com does not contain organizer property 2025-10-14 12:44:06 +07:00
Collaboration fix: Include email when searching share suggestions 2025-10-09 06:53:51 +07:00
Command chore: run rector 2025-07-01 22:45:52 +07:00
Comments fix(comments): Fix missing return type on new method 2025-08-28 08:58:52 +07:00
Config feat(config): Add UserConfigChangedEvent whenever user config is updated 2025-09-26 14:29:58 +07:00
Contacts/ContactsMenu chore: run rector 2025-07-01 22:45:52 +07:00
DB refactor(dbal): Port away from getDatabasePlatform() instanceof pattern 2025-10-13 13:44:08 +07:00
Diagnostics chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
DirectEditing chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Encryption fix(tests): Fix type issues and other problems with encryption tests 2025-09-09 11:46:18 +07:00
Federation refactor: remove duplicated types and add return types 2025-07-23 15:59:26 +07:00
Files fix(FileAccess): Set filecache size column in tests 2025-10-09 09:27:50 +07:00
FilesMetadata test: add some minimal testing for metadata storage 2024-11-07 16:27:16 +07:00
GlobalScale chore: run rector 2025-07-01 22:45:52 +07:00
Group chore: run rector 2025-07-01 22:45:52 +07:00
Hooks refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Http chore: run rector 2025-07-01 22:45:52 +07:00
IntegrityCheck test: Adjust the hashes and signatures 2025-08-25 13:19:36 +07:00
L10N fix(l10n): Don't fallback from 3-letter languages to 2-letter 2025-10-16 11:46:01 +07:00
Lock refactor(querybuilder): Port away from qb::execute() in tests/ 2025-09-02 11:55:58 +07:00
Lockdown chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Log chore: run rector 2025-07-01 22:45:52 +07:00
Mail feat(ocp): add email address validator 2025-08-14 18:34:36 +07:00
Memcache refactor(Memcache\Factory): move prefix generation to the factory class 2025-08-18 13:24:18 +07:00
Migration chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Net test(net): include test for localhost by IP 2025-10-14 10:33:35 +07:00
Notification chore: run rector 2025-07-01 22:45:52 +07:00
OCS chore: run rector 2025-07-01 22:45:52 +07:00
Preview fix(preview): Make version column a string 2025-10-08 14:07:06 +07:00
Profile/Actions chore: run rector 2025-07-01 22:45:52 +07:00
Remote chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Repair refactor(querybuilder): Port away from qb::execute() in lib/ 2025-09-02 11:55:56 +07:00
RichObjectStrings chore: run rector 2025-07-01 22:45:52 +07:00
Route chore: run rector on tests 2025-06-12 18:31:58 +07:00
Search test(SearchComposerTest): add unit test for getProviders with mixed order values 2025-08-11 09:42:56 +07:00
Security test(net): include test for localhost by IP 2025-10-14 10:33:35 +07:00
Session chore: run rector 2025-07-01 22:45:52 +07:00
Settings chore: run rector 2025-07-01 22:45:52 +07:00
SetupCheck chore: run rector 2025-07-01 22:45:52 +07:00
Share chore: run rector 2025-07-01 22:45:52 +07:00
Share20 refactor: use IEmailValidator.isValid instead of IMailer.validateEmailAddress 2025-10-04 21:54:22 +07:00
Support chore: Fix CrashReport\Registry tests 2025-07-08 13:32:14 +07:00
SystemTag refactor: Run rector 2025-09-27 18:52:58 +07:00
Talk chore: Add SPDX header 2024-05-13 17:41:36 +07:00
TaskProcessing feat(TaskProcessing): Introduce ITriggerableProvider 2025-10-20 15:59:25 +07:00
Template fix: Cleanup and fix tests, and fix related issues in code 2025-09-30 11:53:59 +07:00
TextProcessing chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Traits fix(tests): Fix type issues and other problems with encryption tests 2025-09-09 11:46:18 +07:00
Updater chore: run rector 2025-07-01 22:45:52 +07:00
User chore: run rector 2025-07-01 22:45:52 +07:00
Util chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
AllConfigTest.php chore: run rector 2025-07-01 22:45:52 +07:00
AppConfigIntegrationTest.php refactor(Memcache\Factory): move prefix generation to the factory class 2025-08-18 13:24:18 +07:00
AppConfigTest.php refactor(Memcache\Factory): move prefix generation to the factory class 2025-08-18 13:24:18 +07:00
AppScriptSortTest.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
AppTest.php fix: Deduplicate code by using DependencyAnalyzer in the AppManager 2025-08-18 17:09:40 +07:00
BinaryFinderTest.php test(BinaryFinder): Make sure the test is portable between systems 2025-09-05 09:47:47 +07:00
CapabilitiesManagerTest.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ConfigTest.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ContactsManagerTest.php chore: run rector 2025-07-01 22:45:52 +07:00
DateTimeFormatterTest.php chore: run rector 2025-07-01 22:45:52 +07:00
EmojiHelperTest.php chore: run rector 2025-07-01 22:45:52 +07:00
ErrorHandlerTest.php chore: run rector 2025-07-01 22:45:52 +07:00
EventSourceFactoryTest.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
FilesTest.php refactor: Remove OC_Helper::streamCopy 2025-09-28 12:52:14 +07:00
HelperStorageTest.php chore: run rector 2025-07-01 22:45:52 +07:00
HookHelper.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ImageTest.php chore: run rector 2025-07-01 22:45:52 +07:00
InfoXmlTest.php chore: run rector 2025-07-01 22:45:52 +07:00
InitialStateServiceTest.php chore: run rector 2025-07-01 22:45:52 +07:00
InstallerTest.php chore: Set installShippedApps as non-static in Installer 2025-08-18 16:18:27 +07:00
LargeFileHelperGetFileSizeTest.php chore: run rector 2025-07-01 22:45:52 +07:00
LargeFileHelperTest.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
LegacyHelperTest.php refactor: Remove OC_Helper::streamCopy 2025-09-28 12:52:14 +07:00
LoggerTest.php chore: run rector 2025-07-01 22:45:52 +07:00
MemoryInfoTest.php chore: run rector 2025-07-01 22:45:52 +07:00
NaturalSortTest.php chore: run rector 2025-07-01 22:45:52 +07:00
NavigationManagerTest.php chore: run rector 2025-07-01 22:45:52 +07:00
RepairTest.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ServerTest.php chore: run rector 2025-07-01 22:45:52 +07:00
SetupTest.php chore: run rector 2025-07-01 22:45:52 +07:00
SubAdminTest.php refactor(querybuilder): Port away from qb::execute() in tests/ 2025-09-02 11:55:58 +07:00
TagsTest.php fix(TagsTest): Declare `rootFolder` property 2025-09-15 17:08:03 +07:00
TempManagerTest.php chore: run rector on tests 2025-06-12 18:31:58 +07:00
TemplateFunctionsTest.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
TemplateLayoutTest.php fix: Cleanup and fix tests, and fix related issues in code 2025-09-30 11:53:59 +07:00
TestCase.php fix: Unset classes in container to reduce side-effects between tests 2025-10-13 11:56:13 +07:00
TestMoveableMountPoint.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
UpdaterTest.php fix: Cleanup OC_App uses in Updater class 2025-08-18 16:13:14 +07:00
UrlGeneratorTest.php refactor(files_external): migrate Ajax with `OC_JSON` to proper controller 2025-09-30 20:19:21 +07:00
UtilCheckServerTest.php chore: run rector 2025-07-01 22:45:52 +07:00
UtilTest.php chore: run rector 2025-07-01 22:45:52 +07:00