Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <[email protected]>
  • Loading branch information
SebastianKrupinski committed Oct 22, 2024
1 parent 165f75e commit 6ccd4da
Show file tree
Hide file tree
Showing 75 changed files with 4,940 additions and 5,586 deletions.
3 changes: 3 additions & 0 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<licence>agpl</licence>
<author mail="[email protected]">Sebastian Krupinski</author>
<namespace>JMAPC</namespace>
<types>
<dav/>
</types>
<documentation>
<developer>https://github.com/SebastianKrupinski/integration_jmapc</developer>
</documentation>
Expand Down
17 changes: 7 additions & 10 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@
return [
'routes' => [
['name' => 'AdminConfiguration#depositConfiguration', 'url' => '/admin-configuration', 'verb' => 'PUT'],
['name' => 'UserConfiguration#listServices', 'url' => '/service-list', 'verb' => 'GET'],
['name' => 'UserConfiguration#ConnectAlternate', 'url' => '/connect-alternate', 'verb' => 'GET'],
['name' => 'UserConfiguration#ConnectMS365', 'url' => '/connect-ms365', 'verb' => 'GET'],
['name' => 'UserConfiguration#Disconnect', 'url' => '/disconnect', 'verb' => 'GET'],
['name' => 'UserConfiguration#Harmonize', 'url' => '/harmonize', 'verb' => 'GET'],
['name' => 'UserConfiguration#fetchCollections', 'url' => '/fetch-collections', 'verb' => 'GET'],
['name' => 'UserConfiguration#fetchCorrelations', 'url' => '/fetch-correlations', 'verb' => 'GET'],
['name' => 'UserConfiguration#depositCorrelations', 'url' => '/deposit-correlations', 'verb' => 'PUT'],
['name' => 'UserConfiguration#fetchPreferences', 'url' => '/fetch-preferences', 'verb' => 'GET'],
['name' => 'UserConfiguration#depositPreferences', 'url' => '/deposit-preferences', 'verb' => 'PUT'],
//['name' => 'UserConfiguration#Connect', 'url' => '/connect', 'verb' => 'GET'],
//['name' => 'UserConfiguration#Disconnect', 'url' => '/disconnect', 'verb' => 'GET'],
//['name' => 'UserConfiguration#Harmonize', 'url' => '/harmonize', 'verb' => 'GET'],
//['name' => 'UserConfiguration#serviceList', 'url' => '/service-list', 'verb' => 'GET'],
//['name' => 'UserConfiguration#remoteCollectionsFetch', 'url' => '/remote-collections-fetch', 'verb' => 'GET'],
//['name' => 'UserConfiguration#localCollectionsFetch', 'url' => '/local-collections-fetch', 'verb' => 'GET'],
//['name' => 'UserConfiguration#localCollectionsDeposit', 'url' => '/local-collections-deposit', 'verb' => 'PUT'],
]
];
76 changes: 38 additions & 38 deletions js/integration_jmapc-adminSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4160,25 +4160,25 @@ __webpack_require__.r(__webpack_exports__);
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.runtime.esm.js");
/* harmony import */ var _nextcloud_l10n__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @nextcloud/l10n */ "./node_modules/@nextcloud/l10n/dist/index.mjs");
/**
* @copyright Copyright (c) 2023 Sebastian Krupinski <[email protected]>
*
* @author Sebastian Krupinski <[email protected]>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
* @copyright Copyright (c) 2023 Sebastian Krupinski <[email protected]>
*
* @author Sebastian Krupinski <[email protected]>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/



Expand Down Expand Up @@ -61730,25 +61730,25 @@ __webpack_require__.r(__webpack_exports__);
/* harmony import */ var _language_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./language.js */ "./src/language.js");
/* harmony import */ var _components_AdminSettings_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./components/AdminSettings.vue */ "./src/components/AdminSettings.vue");
/**
* @copyright Copyright (c) 2023 Sebastian Krupinski <[email protected]>
*
* @author Sebastian Krupinski <[email protected]>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
* @copyright Copyright (c) 2023 Sebastian Krupinski <[email protected]>
*
* @author Sebastian Krupinski <[email protected]>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/



Expand Down
2 changes: 1 addition & 1 deletion js/integration_jmapc-adminSettings.js.map

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions js/integration_jmapc-popupSuccess.js

This file was deleted.

1 change: 0 additions & 1 deletion js/integration_jmapc-popupSuccess.js.map

This file was deleted.

Loading

0 comments on commit 6ccd4da

Please sign in to comment.