mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-12 17:07:23 +01:00
Add copyright to source files
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { BvTable, ConnectionDisposition, DateFormatter } from "./charting.js";
|
||||
import { spinner } from "../../ui-common/page-header.js";
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { ChartPrefs, NumberFormatter, ChartVue } from "./charting.js";
|
||||
|
||||
export default Vue.component('chart-multi-line-timeseries', {
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { ChartPrefs, NumberFormatter, ChartVue } from "./charting.js";
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
stacked bar chart
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
export default Vue.component('chart-table', {
|
||||
props: {
|
||||
items: Array,
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
|
||||
export class ChartPrefs {
|
||||
static get colors() {
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { DateRange, DateFormatter } from "./charting.js";
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
* reports index page
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { spinner } from "../../ui-common/page-header.js";
|
||||
|
||||
export default Vue.component('message-headers-view', {
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import page_layout from '../../ui-common/page-layout.js';
|
||||
import reports_page_header from './reports-page-header.js';
|
||||
import date_range_picker from './date-range-picker.js';
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
|
||||
import page_layout from '../../ui-common/page-layout.js';
|
||||
import reports_page_header from './reports-page-header.js';
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
|
||||
import chart_multi_line_timeseries from "./chart-multi-line-timeseries.js";
|
||||
import chart_stacked_bar_timeseries from "./chart-stacked-bar-timeseries.js";
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
set of charts/tables showing messages received from internet servers
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
set of charts/tables showing messages sent by local users
|
||||
- number of messages sent over time
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
details on the activity of a remote sender (envelope from)
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
details on the activity of a user
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import page_header from '../../ui-common/page-header.js';
|
||||
|
||||
export default Vue.component('reports-page-header', {
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
import { ValueError } from '../../ui-common/exceptions.js';
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/////
|
||||
///// This file is part of Mail-in-a-Box-LDAP which is released 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. See file LICENSE or go to
|
||||
///// https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
///// details.
|
||||
/////
|
||||
|
||||
/*
|
||||
* This component adds <wbr> elements after all characters given by
|
||||
* `break_chars` in the given text.
|
||||
|
||||
Reference in New Issue
Block a user