Skip to content

Commit

Permalink
chore: Add SPDX header
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AndyScherzinger committed Aug 8, 2024
1 parent 381f36e commit a680530
Show file tree
Hide file tree
Showing 245 changed files with 1,099 additions and 413 deletions.
42 changes: 42 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Authors

- Andy Scherzinger <info@andy-scherzinger.de>
- Arthur Schiwon <blizzz@arthur-schiwon.de>
- Christoph Nölke <connium@christoph-noelke.de>
- Cleopatra Enjeck M <patrathewhiz@gmail.com>
- Côme Chilliet <come.chilliet@nextcloud.com>
- Elizabeth Danzberger <spookystuff@protonmail.com>
- FahrJo <johannes.fahr@posteo.de>
- Florian Steffens <flost-dev@mailbox.org>
- ganimed <g@nimed.es>
- grnd-alt <salimbelakkaf@outlook.de>
- Hephi2 <46924014+Hephi2@users.noreply.github.com>
- Hoang Pham <hoangmaths96@gmail.com>
- Joas Schilling <coding@schilljs.com>
- John Molakvoæ <skjnldsv@protonmail.com>
- Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
- Julien Veyssier <julien-nc@posteo.net>
- Julio C. Ortega <jortega@localhost.localdomain>
- Julius Härtl <jus@bitgrid.net>
- Jérémie Tarot <silopolis@gmail.com>
- Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
- Kate <26026535+provokateurin@users.noreply.github.com>
- Kiril Isakov <kirix.isakov@gmail.com>
- Luka Trovic <luka@nextcloud.com>
- Lukas Reschke <lukas@statuscode.ch>
- Marius Henker <derlohlgianer@gmail.com>
- Max <max@nextcloud.com>
- Philipp Hempel <Philipp.Hempel1@web.de>
- provokateurin <kate@provokateurin.de>
- rakekniven <2069590+rakekniven@users.noreply.github.com>
- Rello <Rello@users.noreply.github.com>
- Silikox <69534095+Silikox@users.noreply.github.com>
- simonspa <1677436+simonspa@users.noreply.github.com>
- snehar97 <121554887+snehar97@users.noreply.github.com>
- Thomas Citharel <github@tcit.fr>
- Valdnet <47037905+Valdnet@users.noreply.github.com>
- ಠ_ಠ <51381523+QazCetelic@users.noreply.github.com>
4 changes: 4 additions & 0 deletions css/grid.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/* ===== ROWS ================================ */
.row {
width: 100%;
Expand Down
4 changes: 4 additions & 0 deletions css/modal.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
.x_modal-container {
overflow: auto !important;
}
Expand Down
4 changes: 4 additions & 0 deletions css/tiptap.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
.tiptap-wrapper div[contenteditable=true] {
width: 100% !important;
min-height: 150px;
Expand Down
4 changes: 4 additions & 0 deletions cypress/component/ContentReferenceWidget.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import ContentReferenceWidget from '../../src/views/ContentReferenceWidget.vue'

describe('ContentReferenceWidget', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-datetime.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
const columnTitle = 'date and time'
const tableTitle = 'Test datetime'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-datetimeDate.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
const columnTitle = 'date'
const tableTitle = 'Test datetime date'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-datetimeTime.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
const columnTitle = 'time'
const tableTitle = 'Test datetime time'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-number-progress.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
const columnTitle = 'progress'
const tableTitle = 'Test number progress'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-number-stars.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
const columnTitle = 'stars'
const tableTitle = 'Test number stars'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-number.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
const columnTitle = 'num1'
const tableTitle = 'Test number column'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-selection-check.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
const columnTitle = 'check'
const tableTitle = 'Test selection check'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-selection-multi.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
const columnTitle = 'multi selection'
const tableTitle = 'Test number column'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-selection.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
const columnTitle = 'single selection'
const tableTitle = 'Test number column'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-text-line.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser

describe('Test column text line', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-text-link.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser

describe('Test column text-link', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/column-usergroup.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
let nonLocalUser
const columnTitle = 'usergroup'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/context.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
let nonLocalUser
let tableTitlePrefix = 'test table'
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/spec.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
describe('template spec', () => {
it('passes', () => {
cy.visit('https://example.cypress.io')
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/tables-archive.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser

describe('Archive tables/views', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/tables-export-csv.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser

describe('Import csv', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/tables-favorite.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser

describe('Favorite tables/views', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/tables-fe-filters.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser

describe('FE sorting and filtering', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/tables-import.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser

describe('Import csv', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/tables-rows.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser

describe('Rows for a table', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/tables-share.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
let localUser2

Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/tables-table.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
let targetUserTransfer

Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/tables.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser

describe('The Home Page', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/view-filtering-selection.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser

describe('Filtering in a view by selection columns', () => {
Expand Down
4 changes: 4 additions & 0 deletions cypress/e2e/view.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
let localUser
const title = 'Test view'

Expand Down
4 changes: 4 additions & 0 deletions cypress/integration/api-v2/tables.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
4 changes: 4 additions & 0 deletions cypress/plugins/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
const { downloadFile } = require('cypress-downloadfile/lib/addPlugin')
module.exports = (on, config) => {
on('task', { downloadFile })
Expand Down
4 changes: 4 additions & 0 deletions cypress/styleguide/assets/additional.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@import 'default.css';
@import 'server.css';

Expand Down
4 changes: 4 additions & 0 deletions cypress/styleguide/assets/default.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
:root {
--color-main-background: #ffffff;
--color-main-background-rgb: 255,255,255;
Expand Down
4 changes: 4 additions & 0 deletions cypress/styleguide/assets/icons.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
:root {
--original-icon-add-dark: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik05LjAyIDEzLjk4aC0ydi01aC01di0yaDV2LTVoMnY1bDUtLjAyOFY4Ljk4aC01eiIgZmlsbD0iIzAwMDAwMCIvPjwvc3ZnPgo=);
--original-icon-add-white: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik05LjAyIDEzLjk4aC0ydi01aC01di0yaDV2LTVoMnY1bDUtLjAyOFY4Ljk4aC01eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPgo=);
Expand Down
4 changes: 4 additions & 0 deletions cypress/styleguide/assets/server.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions cypress/styleguide/global.requires.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/* eslint-disable-next-line */
import 'core-js/stable'
import Vue from 'vue'
Expand Down
4 changes: 4 additions & 0 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
// ***********************************************
// This example commands.js shows you how to
// create various custom commands and overwrite
Expand Down
4 changes: 4 additions & 0 deletions cypress/support/component-index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!DOCTYPE html>
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<html>
<head>
<meta charset="utf-8">
Expand Down
4 changes: 4 additions & 0 deletions cypress/support/component.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import { mount } from 'cypress/vue2'
import { translate as t, translatePlural as n } from '@nextcloud/l10n'
import store from '../../src/store/store.js'
Expand Down
4 changes: 4 additions & 0 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
// ***********************************************************
// This example support/e2e.js is processed and
// loaded automatically before your test files.
Expand Down
9 changes: 2 additions & 7 deletions lib/Analytics/AnalyticsDatasource.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<?php
/**
* Analytics data source
* Report Table App data with the Analytics App
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the LICENSE.md file.
*
* @author Marcel Scherello <analytics@scherello.de>
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

namespace OCA\Tables\Analytics;
Expand Down
5 changes: 4 additions & 1 deletion lib/Api/V1Api.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Tables\Api;

use OCA\Tables\Errors\InternalError;
Expand Down
5 changes: 4 additions & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Tables\AppInfo;

use Exception;
Expand Down
Loading

0 comments on commit a680530

Please sign in to comment.