Skip to content

Commit cb76e4f

Browse files
Alpha Release
Signed-off-by: SebastianKrupinski <[email protected]>
1 parent 220894c commit cb76e4f

10 files changed

+9
-128528
lines changed

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
/build/
2+
/js/
3+
/node_modules/
4+
/vendor/
5+
/.php_cs.cache
16
.vscode
27
.idea
38
*.iml
4-
/vendor/
5-
/build/
6-
node_modules/
7-
/.php_cs.cache
8-
js/*hot-update.*
9+
*.log
10+
*.log.*

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<repository>https://github.com/SebastianKrupinski/integration_jmapc</repository>
2222
<screenshot>https://github.com/SebastianKrupinski/integration_jmapc</screenshot>
2323
<dependencies>
24-
<php min-version="8.0" max-version="8.3" min-int-size="64" />
24+
<php min-version="8.1" max-version="8.4" min-int-size="64" />
2525
<database>pgsql</database>
2626
<database>sqlite</database>
2727
<database>mysql</database>
2828
<command>php</command>
2929
<command>ps</command>
3030
<command>kill</command>
3131
<lib>curl</lib>
32-
<nextcloud min-version="26" max-version="31"/>
32+
<nextcloud min-version="26" max-version="32"/>
3333
</dependencies>
3434
<commands>
3535
<command>OCA\JMAPC\Commands\Connect</command>

img/EWS Connected Screen.png

-270 KB
Binary file not shown.

img/EWS Initial Screen.png

-126 KB
Binary file not shown.

img/EWS Notification Screen.png

-273 KB
Binary file not shown.

img/EWS Selection Screen.png

-249 KB
Binary file not shown.

0 commit comments

Comments
 (0)