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 354da0d
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule IONOS
updated
from 81a053 to 8d72f8
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 |