Skip to content

Commit

Permalink
Merge pull request #15 from ksainc/main
Browse files Browse the repository at this point in the history
Merged changes from main branch
  • Loading branch information
ksainc authored Sep 21, 2023
2 parents 2755fc5 + 1523e91 commit 5b41f3b
Show file tree
Hide file tree
Showing 32 changed files with 214,740 additions and 1,277 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file.

## 1.0.3 - 2023-09-21
### Additions
- Added ability to disable SSL verification
- Added request and response, header and body retention and retrival functionality to EWS Client
### Modifications
- Update node and dependencies
- Modified O365 and Alternate client creation meschanis
- Modified connection settings retieveal and deposit functionallity

## 1.0.1 – 2023-09-01
### Additions
- Added support for Exchange 365 user information
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-beta</version>
<version>1.0.3-beta</version>
<licence>agpl</licence>
<author mail="[email protected]">Sebastian Krupinski</author>
<namespace>EWS</namespace>
Expand Down
54 changes: 54 additions & 0 deletions js/integration_ews-_4f7e-_3e83-_19e6-_0cc0-_aeb7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/integration_ews-_4f7e-_3e83-_19e6-_0cc0-_aeb7.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58,749 changes: 58,747 additions & 2 deletions js/integration_ews-adminSettings.js

Large diffs are not rendered by default.

70 changes: 0 additions & 70 deletions js/integration_ews-adminSettings.js.LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion js/integration_ews-adminSettings.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion js/integration_ews-popupSuccess.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/integration_ews-popupSuccess.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59,863 changes: 59,861 additions & 2 deletions js/integration_ews-userSettings.js

Large diffs are not rendered by default.

74 changes: 0 additions & 74 deletions js/integration_ews-userSettings.js.LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion js/integration_ews-userSettings.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5b41f3b

Please sign in to comment.