-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/** | ||
* @copyright Copyright (c) 2023 John Molakvoæ <[email protected]> | ||
* | ||
* @author John Molakvoæ <[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/>. | ||
* | ||
*/ | ||
|
||
import { jest } from '@jest/globals' | ||
|
||
export const showMessage = jest.fn() | ||
export const showSuccess = jest.fn() | ||
export const showWarning = jest.fn() | ||
export const showInfo = jest.fn() | ||
export const showError = jest.fn() | ||
export const showUndo = jest.fn() |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"verbatimModuleSyntax": false | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,3 @@ export const action = new FileAction({ | |
}) | ||
|
||
registerFileAction(action) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
<!-- | ||
- @copyright Copyright (c) 2019 John Molakvoæ <[email protected]> | ||
- | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
<template> | ||
<ul> | ||
<SharingEntrySimple ref="shareEntrySimple" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
/** | ||
* @copyright Copyright (c) 2019 Julius Härtl <[email protected]> | ||
* | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
/* eslint-disable node/no-unpublished-import */ | ||
|
||
import { | ||
applyChangesToNextcloud, | ||
configureNextcloud, | ||
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,6 @@ | |
|
||
/*! For license information please see NcActionTextEditable.js.LICENSE.txt */ | ||
|
||
/** | ||
* | ||
* | ||
* @author Jerry Bendy <[email protected]> | ||
* @licence MIT | ||
* | ||
*/ | ||
|
||
/** | ||
* @copyright 2022 Louis Chmn <[email protected]> | ||
* | ||
|
@@ -444,3 +436,10 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
*/ | ||
|
||
/**! | ||
* url-search-params-polyfill | ||
* | ||
* @author Jerry Bendy (https://github.com/jerrybendy) | ||
* @licence MIT | ||
*/ |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ object-assign | |
*/ | ||
|
||
/*! | ||
* focus-trap 7.4.0 | ||
* focus-trap 7.4.3 | ||
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE | ||
*/ | ||
|
||
|
@@ -94,11 +94,11 @@ object-assign | |
*/ | ||
|
||
/*! | ||
* tabbable 6.1.1 | ||
* tabbable 6.2.0 | ||
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE | ||
*/ | ||
|
||
/*! @license DOMPurify 2.4.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.5/LICENSE */ | ||
/*! @license DOMPurify 3.0.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.3/LICENSE */ | ||
|
||
/*! For license information please see NcActionButton.js.LICENSE.txt */ | ||
|
||
|
@@ -182,28 +182,6 @@ object-assign | |
* | ||
*/ | ||
|
||
/** | ||
* @copyright Copyright (c) 2021 Christoph Wurst | ||
* | ||
* @author Christoph Wurst <[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/>. | ||
* | ||
*/ | ||
|
||
/**! | ||
* @fileOverview Kickass library to create and place poppers near their reference elements. | ||
* @version 1.16.1 | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.