-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
24 additions
and
14 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<name>Exchange EWS Connector (Exchange Web Services)</name> | ||
<summary>Exchange Server data sync with Nextcloud</summary> | ||
<description><![CDATA[Exchange EWS Connector (Exchange Web Services) allows you to automatically sync your calendars and contacts from any EWS compatible service with Nextcloud.]]></description> | ||
<version>1.0.0-alpha</version> | ||
<version>1.0.1-alpha</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]">Sebastian Krupinski</author> | ||
<namespace>EWS</namespace> | ||
|
@@ -18,10 +18,10 @@ | |
<repository>https://github.com/ksainc/integration_ews</repository> | ||
<screenshot>https://github.com/ksainc/integration_ews/blob/main/img/EWS%20Notification%20Screen.png?raw=true</screenshot> | ||
<dependencies> | ||
<php min-version="8.0" max-version="8.2" min-int-size="64" /> | ||
<database min-version="9.4">pgsql</database> | ||
<php min-version="8.0" min-int-size="64" /> | ||
<database>pgsql</database> | ||
<database>sqlite</database> | ||
<database min-version="5.5">mysql</database> | ||
<database>mysql</database> | ||
<command>php</command> | ||
<command>ps</command> | ||
<command>kill</command> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
{ | ||
"name": "nextcloud/integration_ews", | ||
"description": "EWS Connector", | ||
"description": "Exchange EWS Connector (Exchange Web Services)", | ||
"type": "project", | ||
"license": "AGPL-3.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Sebastian Krupinski" | ||
"name": "Sebastian Krupinski", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/ksainc/", | ||
"role": "Just another Minion in the cogs of time" | ||
} | ||
], | ||
"require-dev": { | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "integration_ews", | ||
"description": "EWS Connector", | ||
"version": "1.0.0-alpha", | ||
"author": "Sebastian Krupinski", | ||
"description": "Exchange EWS Connector (Exchange Web Services)", | ||
"version": "1.0.1-alpha", | ||
"author": "Sebastian Krupinski <[email protected]> (https://github.com/ksainc/)", | ||
"license": "AGPL-3.0", | ||
"private": true, | ||
"keywords": [ | ||
|