Skip to content

Commit

Permalink
Disable contactsinteraction app in nextcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Jan 17, 2021
1 parent 6ee4dbf commit fbdf94d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
sudo docker exec --user www-data nextcloud php occ maintenance:install --admin-user=ncadm --admin-pass=ncadmPassw0rd
sudo docker exec --user www-data nextcloud php occ app:install contacts
sudo docker exec --user www-data nextcloud php occ app:disable contactsinteraction
- name: Check code style compliance with PSR12
run: make stylecheck
- name: Check code compatibility with minimum supported PHP version
Expand Down
8 changes: 0 additions & 8 deletions tests/AccountData.php.dist
Expand Up @@ -94,14 +94,6 @@ final class AccountData
"supports_multiget" => true,
"supports_ctag" => true,
],
"Nextcloud_Recents" => [
"account" => "Nextcloud",
"url" => "http://localhost:8080/remote.php/dav/addressbooks/users/ncadm/z-app-generated--contactsinteraction--recent/",
"displayname" => "Recently contacted",
"supports_synccoll" => true,
"supports_multiget" => true,
"supports_ctag" => true,
],
/*
"Owncloud" => [
"account" => "Owncloud",
Expand Down

0 comments on commit fbdf94d

Please sign in to comment.