nextcloud-swarm-plugin/lib/AppInfo/Application.php
Henry Bergström 608e3a5892
Release 20250313 (#117)
* Support-from-NC29-to-NC31 (#115)

* Feature/sentry integration (#110)

* new setting page

* unit tests

* settings page

* Unit test

* chore: fix code style

* update settingscontroller

* chore: fix code style

* add: sentry to composer.json

* chore: fix code style

* fix: sending to sentry

* chore: fix code style

* update(settings): new explain text and service status link

* add sentry library in vendor-bin

* chore: fix code style

* adjusted autoload path for sentry

* chore: fix code style

* sentry ready

* chore: fix code style

* feat(sentry): remove vendor-bin from repo
- update: makefile to install composer in release and appstore
- update: move require of vendor-bin to register method
- add: gitignore entry for vendor-bin

* chore: fix code style

* chore(sentry): remove test exception

* style: better readability for settings page

* enable telemetry by default

* feat(docker): add install ocs api viewer app (#108)

* bugfix/correct-install-docker-windows (#106)

* - Correction to docker-compose for Windows installations.
- Added README for known issues

* Update README.md

bugfix(correct-install-docker-windows): add supporting images

* - add: formatting changes to README.md

---------

Co-authored-by: Take one <rontrevor@hotmail.com>

* Feature #1192 feedback form js (#111)

* Adding Feedback form

* Not working yet.
Probably need to change strategy and send request to nc first

* Feedback js working.
Something might be improved:
// TODO - Get API Url from beeswarmtrait or another place
// TODO - Improve layout with css
// TODO - Remove wiget when not is not in swarm folders

* chore: fix code style

* feat(env): upgrade get
- update: return null if key is not found

* feat(feedback): add api url
- add: app const
- add: env example

* feat(curl): add post and get methods
- update: swarm endpoints to use new methods

* feat(feedback): update feedback request

* refactor(curl): rename curl to request

* feat(curl): add accept headers to getLink
- refactor: use get for download instead of exec

* style(feedback): improve feedback from ui

* style(feedback): improve feedback from ui

* feat(feedback): use custom exception

* feat(feedback): add status code to exception

* feat(feedback): return correct status code

* feat(feedback): add feedback js as dependency
- remove: manual added js file
- add: npm package
- update: the code usage

---------

Co-authored-by: JoaoSRaposo <1598265+JoaoSRaposo@users.noreply.github.com>
Co-authored-by: Mahyar Iranibazaz <mahiarirani@pm.me>

* bugfix(feedback): remove the removed script load

* feat(curl): check url for protocol

* fix: ensure environment

* Feature #1192 feedback form js (#111)

* Adding Feedback form

* Not working yet.
Probably need to change strategy and send request to nc first

* Feedback js working.
Something might be improved:
// TODO - Get API Url from beeswarmtrait or another place
// TODO - Improve layout with css
// TODO - Remove wiget when not is not in swarm folders

* chore: fix code style

* feat(env): upgrade get
- update: return null if key is not found

* feat(feedback): add api url
- add: app const
- add: env example

* feat(curl): add post and get methods
- update: swarm endpoints to use new methods

* feat(feedback): update feedback request

* refactor(curl): rename curl to request

* feat(curl): add accept headers to getLink
- refactor: use get for download instead of exec

* style(feedback): improve feedback from ui

* style(feedback): improve feedback from ui

* feat(feedback): use custom exception

* feat(feedback): add status code to exception

* feat(feedback): return correct status code

* feat(feedback): add feedback js as dependency
- remove: manual added js file
- add: npm package
- update: the code usage

---------

Co-authored-by: JoaoSRaposo <1598265+JoaoSRaposo@users.noreply.github.com>
Co-authored-by: Mahyar Iranibazaz <mahiarirani@pm.me>

* bugfix(feedback): remove the removed script load

* feat(curl): check url for protocol

* feat(toast): add nextcloud dialogs (#112)

- add: library package
- update: fileactions.js usage
- update: swarm logo remove xml

* use .env to get environment

* chore: fix code style

* remove debug line

* fix: makefile include correct directories in vendor-bin

* fix: telemetry to be autoenabled

* chore: fix code style

* fix: exclude changelog.md in build

* chore: remove old admin page

* Support-from-NC29-to-NC31 (#115)

* Release 20250307 (#114)

* Improving github and NC app store documentation (#102)

* fix(curl): upload SSL verification (#105)

- remove: verify parameters to default to curl
- add: only in dev env

* feat(upload): add filename as meta param when uploading (#103)

* Improve settings information (#104)

* Improve settings information

* feat(settings): add server host URL as default value

* style(settings): remove extra wordings

---------

Co-authored-by: Mahyar Iranibazaz <mahiarirani@pm.me>

* Feature: secure API communication upgrade (#107)

* feat(exception): throw separate exceptions

* feat(api): separate token from api link
- update: merge getLink into a single function
- add: Dto for Links results
- pass: token in authorization header
- update: upload and download to use new api links
- refactor: remove extra isVersion input

* chore: fix code style

---------

Co-authored-by: mahiarirani <10583381+mahiarirani@users.noreply.github.com>

* bugfix: exception handling to ensure the response is handled correctly (#109)

* bugfix: correct exception handling to ensure the response is handled correclty by calling test() function.
- update: do not assume an array (json) response from the api. The response is not always json which cause the json_decode() to return null;
- add: use StorageNotAvailableException to ensure a user-friendly error message to be displayed on the front.end;
- update: return value can be a string

* chore: fix code style

* feat(api): check status
- update: response based on status code
- add: specific error for invalid code

* chore: fix code style

---------

Co-authored-by: Take one <rontrevor@hotmail.com>
Co-authored-by: Mahyar Iranibazaz <mahiarirani@pm.me>
Co-authored-by: mahiarirani <10583381+mahiarirani@users.noreply.github.com>

* feat(docker): add install ocs api viewer app (#108)

* bugfix/correct-install-docker-windows (#106)

* - Correction to docker-compose for Windows installations.
- Added README for known issues

* Update README.md

bugfix(correct-install-docker-windows): add supporting images

* - add: formatting changes to README.md

---------

Co-authored-by: Take one <rontrevor@hotmail.com>

* Feature #1192 feedback form js (#111)

* Adding Feedback form

* Not working yet.
Probably need to change strategy and send request to nc first

* Feedback js working.
Something might be improved:
// TODO - Get API Url from beeswarmtrait or another place
// TODO - Improve layout with css
// TODO - Remove wiget when not is not in swarm folders

* chore: fix code style

* feat(env): upgrade get
- update: return null if key is not found

* feat(feedback): add api url
- add: app const
- add: env example

* feat(curl): add post and get methods
- update: swarm endpoints to use new methods

* feat(feedback): update feedback request

* refactor(curl): rename curl to request

* feat(curl): add accept headers to getLink
- refactor: use get for download instead of exec

* style(feedback): improve feedback from ui

* style(feedback): improve feedback from ui

* feat(feedback): use custom exception

* feat(feedback): add status code to exception

* feat(feedback): return correct status code

* feat(feedback): add feedback js as dependency
- remove: manual added js file
- add: npm package
- update: the code usage

---------

Co-authored-by: JoaoSRaposo <1598265+JoaoSRaposo@users.noreply.github.com>
Co-authored-by: Mahyar Iranibazaz <mahiarirani@pm.me>

* feat(curl): check url for protocol

* bugfix(feedback): remove the removed script load

* feat(toast): add nextcloud dialogs (#112)

- add: library package
- update: fileactions.js usage
- update: swarm logo remove xml

* Fix/#1085  adding moodle to the documentation (#100)

* Adding moodle documentation

* FIxing link formating  error

---------

Co-authored-by: JoaoSRaposo <joaosraposo@gmail.com>
Co-authored-by: Mahyar Iranibazaz <mahiarirani@pm.me>
Co-authored-by: mahiarirani <10583381+mahiarirani@users.noreply.github.com>
Co-authored-by: retrevor <75954541+retrevor@users.noreply.github.com>
Co-authored-by: Take one <rontrevor@hotmail.com>
Co-authored-by: JoaoSRaposo <1598265+JoaoSRaposo@users.noreply.github.com>

---------

Co-authored-by: frozenbanana <3958329+frozenbanana@users.noreply.github.com>
Co-authored-by: Mahyar Iranibazaz <mahiarirani@pm.me>
Co-authored-by: mahiarirani <10583381+mahiarirani@users.noreply.github.com>
Co-authored-by: retrevor <75954541+retrevor@users.noreply.github.com>
Co-authored-by: Take one <rontrevor@hotmail.com>
Co-authored-by: JoaoSRaposo <joaosraposo@gmail.com>
Co-authored-by: JoaoSRaposo <1598265+JoaoSRaposo@users.noreply.github.com>

* update version deployed

* bump version

---------

Co-authored-by: JoaoSRaposo <joaosraposo@gmail.com>
Co-authored-by: frozenbanana <3958329+frozenbanana@users.noreply.github.com>
Co-authored-by: Mahyar Iranibazaz <mahiarirani@pm.me>
Co-authored-by: mahiarirani <10583381+mahiarirani@users.noreply.github.com>
Co-authored-by: retrevor <75954541+retrevor@users.noreply.github.com>
Co-authored-by: Take one <rontrevor@hotmail.com>
Co-authored-by: JoaoSRaposo <1598265+JoaoSRaposo@users.noreply.github.com>
2025-03-13 16:57:10 +01:00

141 lines
5.1 KiB
PHP
Executable file

<?php
/**
* @copyright Copyright (c) 2022, MetaProvide Holding EKF
* @author Ron Trevor <ecoron@proton.me>
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*/
declare(strict_types=1);
namespace OCA\Files_External_Ethswarm\AppInfo;
use OCA\Files\Event\LoadAdditionalScriptsEvent;
use OCA\Files_External\Lib\Config\IAuthMechanismProvider;
use OCA\Files_External\Lib\Config\IBackendProvider;
use OCA\Files_External\Service\BackendService;
use OCA\Files_External_Ethswarm\Auth\License;
use OCA\Files_External_Ethswarm\Backend\BeeSwarm;
use OCA\Files_External_Ethswarm\Exception\BaseException;
use OCA\Files_External_Ethswarm\Notification\Notifier;
use OCA\Files_External_Ethswarm\Utils\Env;
use OCP\AppFramework\App;
use OCP\AppFramework\Bootstrap\IBootContext;
use OCP\AppFramework\Bootstrap\IBootstrap;
use OCP\AppFramework\Bootstrap\IRegistrationContext;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\IConfig;
use OCP\Util;
use Psr\Log\LoggerInterface;
use Sentry;
class Application extends App implements IBootstrap, IBackendProvider, IAuthMechanismProvider {
public function __construct(array $urlParams = []) {
parent::__construct(AppConstants::APP_NAME, $urlParams);
}
public function getBackends() {
$container = $this->getContainer();
return [
$container->query(BeeSwarm::class),
];
}
public function boot(IBootContext $context): void {
$container = $this->getContainer();
$config = $container->get(IConfig::class);
// Initialize Sentry if telemetry is enabled and the nextcloud version is supported
$environment = Env::get('ENV') ?? 'production';
$logger = $container->get(LoggerInterface::class);
// if telemetry is not set, set it to true
// but if it is set to false, don't override it
if ('' === $config->getSystemValue('telemetry.enabled')) {
$config->setSystemValue('telemetry.enabled', true);
$logger->info('Telemetry option has not been set, setting it to true');
}
// Get telemetry enabled status and current nextcloud version
$currentNextcloudVersion = $config->getSystemValue('version');
$isSupported = version_compare($currentNextcloudVersion, AppConstants::TELEMETRY_MINIMUM_SUPPORTED_NEXTCLOUD_VERSION, '>=');
if ($config->getSystemValue('telemetry.enabled') && $isSupported) {
Sentry\init([
'dsn' => AppConstants::TELEMETRY_URL,
'traces_sample_rate' => 1.0,
'environment' => $environment,
]);
$logger->info('Telemetry is enabled and the nextcloud version is supported');
} elseif ($config->getSystemValue('telemetry.enabled') && !$isSupported) {
$logger->info('Telemetry is enabled but the nextcloud version '.$currentNextcloudVersion.' is not supported');
} elseif (false === $config->getSystemValue('telemetry.enabled')) {
$logger->info('Telemetry is disabled');
}
$context->injectFn([$this, 'registerEventsScripts']);
$context->injectFn(function (BackendService $backendService) {
$backendService->registerBackendProvider($this);
$backendService->registerAuthMechanismProvider($this);
});
// Load custom JS
Util::addScript(AppConstants::APP_NAME, 'admin-settings');
// Add feedback CSS
Util::addStyle(AppConstants::APP_NAME, 'feedback-js');
/** @var IEventDispatcher $dispatcher */
$dispatcher = $context->getAppContainer()->get(IEventDispatcher::class);
$dispatcher->addListener('OCA\Files::loadAdditionalScripts', function () {
Util::addScript(AppConstants::APP_NAME, 'fileactions');
Util::addScript(AppConstants::APP_NAME, 'menuobserver');
});
$dispatcher->addListener(LoadAdditionalScriptsEvent::class, function () {
Util::addScript(AppConstants::APP_NAME, 'nextcloud-swarm-plugin-fileactions');
Util::addInitScript(AppConstants::APP_NAME, 'nextcloud-swarm-plugin-newfilemenu');
Util::addScript(AppConstants::APP_NAME, 'nextcloud-swarm-plugin-feedbackform');
});
$this->getAuthMechanisms();
}
public function registerEventsScripts(IEventDispatcher $dispatcher) {}
public function register(IRegistrationContext $context): void {
$context->registerNotifierService(Notifier::class);
// Register autoloader of sentry
$autoloadPath = __DIR__.'/../../vendor-bin/sentry/vendor/autoload.php';
if (!file_exists($autoloadPath)) {
throw new BaseException('Vendor autoload.php not found at: '.$autoloadPath);
}
require_once $autoloadPath;
}
public function getAuthMechanisms() {
$container = $this->getContainer();
return [
// AuthMechanism::BASIC HTTP mechanisms
$container->get(License::class),
];
}
}