feat: add spdx headers

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos 2024-10-26 14:57:54 -03:00
parent c16314578d
commit 6ab29c0ac2
No known key found for this signature in database
GPG key ID: B7AB4B76A7CA7318
107 changed files with 425 additions and 419 deletions

22
.github/workflows/reuse.yml vendored Normal file
View file

@ -0,0 +1,22 @@
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0
name: REUSE Compliance Check
on: [pull_request]
jobs:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: REUSE Compliance Check
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0

8
AUTHORS Normal file
View file

@ -0,0 +1,8 @@
<!--
- SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Authors
- Vinicios Gomes <viniciusgomesviana@gmail.com>
- Vitor Mattos <vitor@php.rio>

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
const babelConfig = require('@nextcloud/babel-config') const babelConfig = require('@nextcloud/babel-config')
module.exports = babelConfig module.exports = babelConfig

View file

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
apis: apis:
openapi@v1: openapi@v1:
root: ./openapi.json root: ./openapi.json

View file

@ -1,24 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2021 Lyseon Tech <contato@lt.coop.br> - SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Lyseon Tech <contato@lt.coop.br>
- @author Vinicios Gomes <viniciusgomesvaian@gmail.com>
-
- @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/>.
-
--> -->
<template> <template>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="bullet__wrapper"> <div class="bullet__wrapper">
<span class="bullet__name"> <span class="bullet__name">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<span class="ship-component" :class="`ship-component-${state}`"> <span class="ship-component" :class="`ship-component-${state}`">
<slot /> <slot />

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcDialog v-if="mounted" <NcDialog v-if="mounted"
class="draw-signature" class="draw-signature"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="container-draw"> <div class="container-draw">
<div class="actions"> <div class="actions">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="draw-file-input"> <div class="draw-file-input">
<div class="file-input-container"> <div class="file-input-container">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="container-draw"> <div class="container-draw">
<div class="canva-container"> <div class="canva-container">

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
export const SignatureImageDimensions = Object.freeze({ export const SignatureImageDimensions = Object.freeze({
height: 100, height: 100,
width: 350, width: 350,

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div v-if="currentNodeId > 0" class="content-file" @click="openSidebar"> <div v-if="currentNodeId > 0" class="content-file" @click="openSidebar">
<img v-if="previewUrl && backgroundFailed !== true" <img v-if="previewUrl && backgroundFailed !== true"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<form @submit="e => e.preventDefault()"> <form @submit="e => e.preventDefault()">
<input v-model="value" <input v-model="value"

View file

@ -1,2 +1,6 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import InputAction from './InputAction.vue' import InputAction from './InputAction.vue'
export default InputAction export default InputAction

View file

@ -1,4 +1,8 @@
form{ /*!
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
form{
display: flex; display: flex;
flex-direction: row !important; flex-direction: row !important;
border: 1px solid #cecece; border: 1px solid #cecece;

View file

@ -1,22 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2024 Vitor Mattos <vitor@php.rio> - SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Vitor Mattos <vitor@php.rio>
-
- @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/>.
--> -->
<template> <template>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<VuePdfEditor ref="vuePdfEditor" <VuePdfEditor ref="vuePdfEditor"
width="100%" width="100%"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="absolute left-0 top-0 select-none" <div class="absolute left-0 top-0 select-none"
:style="{ :style="{

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div> <div>
<NcLoadingIcon v-if="loading" :size="64" :name="t('libresign', 'Loading file')" /> <NcLoadingIcon v-if="loading" :size="64" :name="t('libresign', 'Loading file')" />

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import PreviewSignature from './PreviewSignature.vue' import PreviewSignature from './PreviewSignature.vue'
export default PreviewSignature export default PreviewSignature

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="libre-progress" :class="{ infinity }"> <div class="libre-progress" :class="{ infinity }">
<span :style="{width: infinity ? false : `${value}%`}" /> <span :style="{width: infinity ? false : `${value}%`}" />

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div id="account-or-email"> <div id="account-or-email">
<label for="account-or-email-input">{{ t('libresign', 'Search signer') }}</label> <label for="account-or-email-input">{{ t('libresign', 'Search signer') }}</label>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="identifySigner"> <div class="identifySigner">
<AccountOrEmail v-if="methods.account.enabled || methods.email.enabled" <AccountOrEmail v-if="methods.account.enabled || methods.email.enabled"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<nav :style="{ width }" class="page-navigation"> <nav :style="{ width }" class="page-navigation">
<button :disabled="!allowPrevious" class="primary" @click="previous"> <button :disabled="!allowPrevious" class="primary" @click="previous">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcListItem v-bind="{ to, 'counter-number': hasElement ? '📎' : undefined }" <NcListItem v-bind="{ to, 'counter-number': hasElement ? '📎' : undefined }"
:name="displayName" :name="displayName"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcDialog v-if="modal" <NcDialog v-if="modal"
:name="document.name" :name="document.name"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div> <div>
<h3 v-if="filesStore.getSubtitle()"> <h3 v-if="filesStore.getSubtitle()">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div v-if="filesStore.identifyingSigner" <div v-if="filesStore.identifyingSigner"
id="request-signature-identify-signer"> id="request-signature-identify-signer">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcAppSidebar v-if="sidebarStore.isVisible()" <NcAppSidebar v-if="sidebarStore.isVisible()"
ref="rightAppSidebar" ref="rightAppSidebar"

View file

@ -1,22 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2024 Vitor Mattos <vitor@php.rio> - SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Vitor Mattos <vitor@php.rio>
-
- @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/>.
--> -->
<template> <template>

View file

@ -1,24 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2021 Lyseon Tech <contato@lt.coop.br> - SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Lyseon Tech <contato@lt.coop.br>
- @author Vinicios Gomes <viniciusgomesvaian@gmail.com>
-
- @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/>.
-
--> -->
<template> <template>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div> <div>
<NcListItem :name="signer.displayName" <NcListItem :name="signer.displayName"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<ul> <ul>
<Signer v-for="(signer, index) in signers" <Signer v-for="(signer, index) in signers"

View file

@ -1,22 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2024 Vitor Mattos <vitor@php.rio> - SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Vitor Mattos <vitor@php.rio>
-
- @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/>.
--> -->
<template> <template>

View file

@ -1,22 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2024 Vitor Mattos <vitor@php.rio> - SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Vitor Mattos <vitor@php.rio>
-
- @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/>.
--> -->
<template> <template>

View file

@ -1,25 +1,7 @@
<!-- <!--
- @copyright Copyright (c) 2021 Lyseon Tech <contato@lt.coop.br> - SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Lyseon Tech <contato@lt.coop.br> -->
- @author Vinicios Gomes <viniciusgomesvaian@gmail.com>
-
- @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/>.
-
-->
<template> <template>
<router-view /> <router-view />
</template> </template>

View file

@ -1,4 +1,8 @@
.modal-wrapper.--scroll { /*!
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
.modal-wrapper.--scroll {
.modal-container { .modal-container {
overflow-y: scroll !important; overflow-y: scroll !important;
} }

View file

@ -1,4 +1,8 @@
.libre-table { /*!
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
.libre-table {
background-color: white; background-color: white;
color: #363636; color: #363636;

View file

@ -1,4 +1,8 @@
@import 'table'; /*!
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@import 'table';
@import 'modal-mods'; @import 'modal-mods';
.flex{display: flex;} .flex{display: flex;}

View file

@ -1 +1,5 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
export { default as filesService } from './service.js' export { default as filesService } from './service.js'

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import { deburr } from 'lodash-es' import { deburr } from 'lodash-es'
import axios from '@nextcloud/axios' import axios from '@nextcloud/axios'

View file

@ -1 +1,5 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
export { default as settingsService } from './service.js' export { default as settingsService } from './service.js'

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/* eslint-disable valid-jsdoc */ /* eslint-disable valid-jsdoc */
import { isEmpty } from 'lodash-es' import { isEmpty } from 'lodash-es'

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
const SIGN_STATUS = Object.freeze({ const SIGN_STATUS = Object.freeze({
DRAFT: 0, DRAFT: 0,
ABLE_TO_SIGN: 1, ABLE_TO_SIGN: 1,

View file

@ -1,24 +1,6 @@
/** /**
* @copyright Copyright (c) 2021 Lyseon Techh <contato@lt.coop.br> * SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Lyseon Tech <contato@lt.coop.br>
* @author Vinicios Gomes <viniciosgomesviana@gmail.com>
*
* @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 { createPinia, PiniaVuePlugin } from 'pinia' import { createPinia, PiniaVuePlugin } from 'pinia'

View file

@ -1,24 +1,6 @@
/** /**
* @copyright Copyright (c) 2021 Lyseon Techh <contato@lt.coop.br> * SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Lyseon Tech <contato@lt.coop.br>
* @author Vinicios Gomes <viniciosgomesviana@gmail.com>
*
* @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 { loadState } from '@nextcloud/initial-state' import { loadState } from '@nextcloud/initial-state'

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import { Option } from '@marionebl/option' import { Option } from '@marionebl/option'
import { translate as t } from '@nextcloud/l10n' import { translate as t } from '@nextcloud/l10n'

View file

@ -1,3 +1,11 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/**
* @param {string} to To this
* @param {string} from From this
*/
export const isExternal = (to, from) => { export const isExternal = (to, from) => {
if (from.path === '/') { if (from.path === '/') {
return to.path.startsWith('/p/') return to.path.startsWith('/p/')

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
// import store from './store' // import store from './store'
// Init LibreSign // Init LibreSign

View file

@ -1,24 +1,6 @@
/** /**
* @copyright Copyright (c) 2021 Lyseon Techh <contato@lt.coop.br> * SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Lyseon Tech <contato@lt.coop.br>
* @author Vinicios Gomes <viniciosgomesviana@gmail.com>
*
* @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 { createPinia, PiniaVuePlugin } from 'pinia' import { createPinia, PiniaVuePlugin } from 'pinia'

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import Vue from 'vue' import Vue from 'vue'
import Vuelidate from 'vuelidate' import Vuelidate from 'vuelidate'

View file

@ -1,23 +1,6 @@
/** /**
* @copyright Copyright (c) 2021 Lyseon Techh <contato@lt.coop.br> * SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Lyseon Tech <contato@lt.coop.br>
*
* @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 Vue from 'vue' import Vue from 'vue'

View file

@ -1 +1,5 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
export const fetchDocuments = async () => {} export const fetchDocuments = async () => {}

View file

@ -1,24 +1,6 @@
/** /**
* @copyright Copyright (c) 2021 Lyseon Techh <contato@lt.coop.br> * SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Lyseon Tech <contato@lt.coop.br>
* @author Vinicios Gomes <viniciosgomesviana@gmail.com>
*
* @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 { createPinia, PiniaVuePlugin } from 'pinia' import { createPinia, PiniaVuePlugin } from 'pinia'

View file

@ -1,24 +1,6 @@
/** /**
* @copyright Copyright (c) 2021 Lyseon Techh <contato@lt.coop.br> * SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Lyseon Tech <contato@lt.coop.br>
* @author Vinicios Gomes <viniciosgomesviana@gmail.com>
*
* @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 Vue, { set } from 'vue' import Vue, { set } from 'vue'

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
const state = { const state = {
code: 0, code: 0,
message: '', message: '',

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
const state = { const state = {
file: {}, file: {},
files: [], files: [],

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import { defaults } from 'lodash-es' import { defaults } from 'lodash-es'
import { loadState } from '@nextcloud/initial-state' import { loadState } from '@nextcloud/initial-state'

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
const state = { const state = {
status: false, status: false,
} }

View file

@ -1,24 +1,6 @@
/** /**
* @copyright Copyright (c) 2021 Lyseon Techh <contato@lt.coop.br> * SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Lyseon Tech <contato@lt.coop.br>
* @author Vinicios Gomes <viniciosgomesviana@gmail.com>
*
* @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 { createPinia, PiniaVuePlugin } from 'pinia' import { createPinia, PiniaVuePlugin } from 'pinia'

View file

@ -1,3 +1,10 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/**
* @param {string} email The email to validate
*/
export const validateEmail = (email) => { export const validateEmail = (email) => {
const reg = /^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/ const reg = /^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/
return !!reg.test(email) return !!reg.test(email)

View file

@ -1,24 +1,6 @@
/** /**
* @copyright Copyright (c) 2021 Lyseon Techh <contato@lt.coop.br> * SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Lyseon Tech <contato@lt.coop.br>
* @author Vinicios Gomes <viniciosgomesviana@gmail.com>
*
* @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 Vue from 'vue' import Vue from 'vue'

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="content-account"> <div class="content-account">
<div class="user"> <div class="user">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div v-if="enabledFlow" class="documents"> <div v-if="enabledFlow" class="documents">
<h1>{{ t('libresign', 'Your profile documents') }}</h1> <h1>{{ t('libresign', 'Your profile documents') }}</h1>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="user-display-password"> <div class="user-display-password">
<NcButton :wide="true" <NcButton :wide="true"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="signature-fav"> <div class="signature-fav">
<header> <header>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="signatures"> <div class="signatures">
<h1>{{ t('libresign', 'Your signatures') }}</h1> <h1>{{ t('libresign', 'Your signatures') }}</h1>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<script> <script>
import NcAvatar from '@nextcloud/vue/dist/Components/NcAvatar.js' import NcAvatar from '@nextcloud/vue/dist/Components/NcAvatar.js'

View file

@ -1,24 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2021 Lyseon Tech <contato@lt.coop.br> - SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Lyseon Tech <contato@lt.coop.br>
- @author Vinicios Gomes <viniciusgomesvaian@gmail.com>
-
- @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/>.
-
--> -->
<template> <template>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcDialog v-if="signMethodsStore.modal.createPassword" <NcDialog v-if="signMethodsStore.modal.createPassword"
:name="t('libresign', 'Password Creation')" :name="t('libresign', 'Password Creation')"

View file

@ -1,24 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2021 Lyseon Tech <contato@lt.coop.br> - SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Lyseon Tech <contato@lt.coop.br>
- @author Vinicios Gomes <viniciusgomesvaian@gmail.com>
-
- @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/>.
-
--> -->
<template> <template>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<ProgressBar v-if="loading" infinity /> <ProgressBar v-if="loading" infinity />
<div v-else class="is-fullwidth container-account-docs-to-validate with-sidebar--full"> <div v-else class="is-fullwidth container-account-docs-to-validate with-sidebar--full">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="container"> <div class="container">
<div class="container-image"> <div class="container-image">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcDialog v-if="signMethodsStore.modal.readCertificate" <NcDialog v-if="signMethodsStore.modal.readCertificate"
:name="t('libresign', 'Certificate data')" :name="t('libresign', 'Certificate data')"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="wrapper"> <div class="wrapper">
<div class="header"> <div class="header">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="container"> <div class="container">
<div id="container-request"> <div id="container-request">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
/* eslint-disable no-new */ /* eslint-disable no-new */
<template> <template>
<NcDialog v-if="signMethodsStore.modal.resetPassword" <NcDialog v-if="signMethodsStore.modal.resetPassword"

View file

@ -1,24 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2021 Lyseon Tech <contato@lt.coop.br> - SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Lyseon Tech <contato@lt.coop.br>
- @author Vinicios Gomes <viniciusgomesvaian@gmail.com>
-
- @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/>.
-
--> -->
<template> <template>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="form-group"> <div class="form-group">
<label for="optionalAttribute">{{ t('libresign', 'Optional attributes') }}</label> <label for="optionalAttribute">{{ t('libresign', 'Optional attributes') }}</label>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcSettingsSection :name="name" :description="description"> <NcSettingsSection :name="name" :description="description">
<div class="certificate-engine-content"> <div class="certificate-engine-content">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcSettingsSection :name="name" :description="description"> <NcSettingsSection :name="name" :description="description">
<NcCheckboxRadioSwitch type="switch" <NcCheckboxRadioSwitch type="switch"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<!-- eslint-disable vue/no-v-html --> <!-- eslint-disable vue/no-v-html -->
<template> <template>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcSettingsSection :name="name" :description="description"> <NcSettingsSection :name="name" :description="description">
<div class="default-user-folder-content"> <div class="default-user-folder-content">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcSettingsSection :name="name" :description="description"> <NcSettingsSection :name="name" :description="description">
<NcNoteCard v-if="errors.length > 0" type="error" heading="Error"> <NcNoteCard v-if="errors.length > 0" type="error" heading="Error">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcSettingsSection :name="name"> <NcSettingsSection :name="name">
<p> <p>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcSettingsSection :name="name" :description="description"> <NcSettingsSection :name="name" :description="description">
<NcCheckboxRadioSwitch type="switch" <NcCheckboxRadioSwitch type="switch"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcSettingsSection :name="name" :description="description"> <NcSettingsSection :name="name" :description="description">
<div v-for="(identifyMethod, index) in identifyMethods" <div v-for="(identifyMethod, index) in identifyMethods"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcSettingsSection :name="name" :description="description"> <NcSettingsSection :name="name" :description="description">
<div class="legal-information-content"> <div class="legal-information-content">

View file

@ -1,24 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2021 Lyseon Tech <contato@lt.coop.br> - SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Lyseon Tech <contato@lt.coop.br>
- @author Vinicios Gomes <viniciusgomesvaian@gmail.com>
-
- @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/>.
-
--> -->
<template> <template>

View file

@ -1,24 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2021 Lyseon Tech <contato@lt.coop.br> - SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Lyseon Tech <contato@lt.coop.br>
- @author Vinicios Gomes <viniciusgomesvaian@gmail.com>
-
- @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/>.
-
--> -->
<template> <template>

View file

@ -1,24 +1,6 @@
<!-- <!--
- @copyright Copyright (c) 2021 Lyseon Tech <contato@lt.coop.br> - SPDX-FileCopyrightText: 2021 LibreCode coop and LibreCode contributors
- - SPDX-License-Identifier: AGPL-3.0-or-later
- @author Lyseon Tech <contato@lt.coop.br>
- @author Vinicios Gomes <viniciusgomesvaian@gmail.com>
-
- @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/>.
-
--> -->
<template> <template>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcSettingsSection :name="name"> <NcSettingsSection :name="name">
<p> <p>

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="main-view"> <div class="main-view">
<TopBar :sidebar-toggle="true" /> <TopBar :sidebar-toggle="true" />

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcDialog size="normal" <NcDialog size="normal"
:can-close="!loading" :can-close="!loading"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<NcDialog v-if="signMethodsStore.modal.sms" <NcDialog v-if="signMethodsStore.modal.sms"
:name="t('libresign', 'Sign with your cellphone number.')" :name="t('libresign', 'Sign with your cellphone number.')"

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="document-sign"> <div class="document-sign">
<div class="sign-elements"> <div class="sign-elements">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="container-timeline"> <div class="container-timeline">
<div class="content-timeline"> <div class="content-timeline">

View file

@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 LibreCode coop and LibreCode contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<template> <template>
<div class="container"> <div class="container">
<div class="image"> <div class="image">

View file

@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
const stylelintConfig = require('@nextcloud/stylelint-config') const stylelintConfig = require('@nextcloud/stylelint-config')
module.exports = stylelintConfig module.exports = stylelintConfig

Some files were not shown because too many files have changed in this diff Show more