Browse Source
Merge pull request #4079 from nextcloud/fix/matterbridge-binary-exec-perm
Merge pull request #4079 from nextcloud/fix/matterbridge-binary-exec-perm
Make sure matterbridge binary is executablepull/4095/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 102 additions and 7 deletions
-
7lib/Controller/MatterbridgeSettingsController.php
-
28lib/Exceptions/WrongPermissionsException.php
-
28lib/MatterbridgeManager.php
-
17lib/Settings/Admin/AdminSettings.php
-
23src/components/AdminSettings/MatterbridgeIntegration.vue
@ -0,0 +1,28 @@ |
|||
<?php |
|||
|
|||
declare(strict_types=1); |
|||
/** |
|||
* @copyright Copyright (c) 2020 Julien Veyssier <eneiluj@posteo.net> |
|||
* |
|||
* @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/>. |
|||
* |
|||
*/ |
|||
|
|||
|
|||
namespace OCA\Talk\Exceptions; |
|||
|
|||
class WrongPermissionsException extends \Exception { |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue