forked from nextcloud/server
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! IONOS(feat): add ionos_processes custom app
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
- Loading branch information
1 parent
a471cba
commit 722b6a1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nc_ionos_processes
updated
14 files
+115 −0 | .github/workflows/phpunit-mysql.yml | |
+103 −0 | .github/workflows/phpunit-sqlite.yml | |
+28 −0 | README.md | |
+21 −1 | composer.json | |
+51 −26 | composer.lock | |
+2 −0 | lib/AppInfo/Application.php | |
+41 −0 | lib/Service/ApiClientService.php | |
+59 −3 | lib/Service/IonosMailerService.php | |
+1 −0 | tests/Listener/ShareCreatedEventListenerTest.php | |
+49 −0 | tests/Service/ApiClientServiceTest.php | |
+155 −0 | tests/Service/IonosMailerServiceTest.php | |
+4 −4 | vendor-bin/cs-fixer/composer.lock | |
+10 −10 | vendor-bin/phpunit/composer.lock | |
+22 −22 | vendor-bin/psalm/composer.lock |