mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-4959] Update license headers to reflect Hyland Copyright Guidelines (#3115)
* [ACS-4959] install eslint-plugin-license-header plugin * [ACS-4959] configure new license * [ACS-4959] aca-folder-rules license update * [ACS-4959] content-ce license update * [ACS-4959] app-e2e license update * [ACS-4959] adf-office-services-ext license update * [ACS-4959] aca-shared update license * [ACS-4959] aca-about license update * [ACS-4959] aca-content license update * [ACS-4959] aca-viewer & aca-preview license update * [ACS-4959] other files license update * [ACS-4959] patern fix * [ACS-4959] vendors updated * [ACS-4959] path fix * [ACS-4959] some more vendors update * [ACS-4959] license update
This commit is contained in:
parent
f0f542b629
commit
7245e994c5
@ -22,7 +22,8 @@
|
|||||||
"unicorn",
|
"unicorn",
|
||||||
"prettier",
|
"prettier",
|
||||||
"ban",
|
"ban",
|
||||||
"@cspell"
|
"@cspell",
|
||||||
|
"license-header"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"ban/ban": [
|
"ban/ban": [
|
||||||
@ -35,6 +36,34 @@
|
|||||||
{ "name": ["test", "only"], "message": "Calls to test.only is not allowed" },
|
{ "name": ["test", "only"], "message": "Calls to test.only is not allowed" },
|
||||||
{ "name": ["describe", "only"], "message": "Calls to describe.only is not allowed" }
|
{ "name": ["describe", "only"], "message": "Calls to describe.only is not allowed" }
|
||||||
],
|
],
|
||||||
|
"license-header/header": [
|
||||||
|
"error",
|
||||||
|
[
|
||||||
|
"/*!",
|
||||||
|
" * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.",
|
||||||
|
" *",
|
||||||
|
" * Alfresco Example Content Application",
|
||||||
|
" *",
|
||||||
|
" * This file is part of the Alfresco Example Content Application.",
|
||||||
|
" * If the software was purchased under a paid Alfresco license, the terms of",
|
||||||
|
" * the paid license agreement will prevail. Otherwise, the software is",
|
||||||
|
" * provided under the following open source license terms:",
|
||||||
|
" *",
|
||||||
|
" * The Alfresco Example Content Application is free software: you can redistribute it and/or modify",
|
||||||
|
" * it under the terms of the GNU Lesser General Public License as published by",
|
||||||
|
" * the Free Software Foundation, either version 3 of the License, or",
|
||||||
|
" * (at your option) any later version.",
|
||||||
|
" *",
|
||||||
|
" * The Alfresco Example Content Application 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 Lesser General Public License for more details.",
|
||||||
|
" *",
|
||||||
|
" * You should have received a copy of the GNU Lesser General Public License",
|
||||||
|
" * from Hyland Software. If not, see <http://www.gnu.org/licenses/>.",
|
||||||
|
" */"
|
||||||
|
]
|
||||||
|
],
|
||||||
"prettier/prettier": "error",
|
"prettier/prettier": "error",
|
||||||
"no-shadow": "off",
|
"no-shadow": "off",
|
||||||
"@typescript-eslint/no-shadow": "error",
|
"@typescript-eslint/no-shadow": "error",
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BrowserModule } from '@angular/platform-browser';
|
import { BrowserModule } from '@angular/platform-browser';
|
||||||
|
@ -1,3 +1,27 @@
|
|||||||
|
/*!
|
||||||
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
|
*
|
||||||
|
* Alfresco Example Content Application
|
||||||
|
*
|
||||||
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
import { BlankPageComponent } from '@alfresco/adf-core';
|
import { BlankPageComponent } from '@alfresco/adf-core';
|
||||||
import { LoginComponent } from './components/login/login.component';
|
import { LoginComponent } from './components/login/login.component';
|
||||||
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.demo.cardView",
|
"$id": "app.demo.cardView",
|
||||||
"$name": "app.demo.cardView",
|
"$name": "app.demo.cardView",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.5.0",
|
"$runtime": "1.5.0",
|
||||||
"$description": "Simple extension that provides Card View toolbar button",
|
"$description": "Simple extension that provides Card View toolbar button",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.debug.plugin",
|
"$id": "app.debug.plugin",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$name": "app.debug.plugin",
|
"$name": "app.debug.plugin",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.5.0",
|
"$runtime": "1.5.0",
|
||||||
"$description": "Plugin for debugging and testing purposes",
|
"$description": "Plugin for debugging and testing purposes",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.demo.metadata",
|
"$id": "app.demo.metadata",
|
||||||
"$name": "metadata-plugin",
|
"$name": "metadata-plugin",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.5.0",
|
"$runtime": "1.5.0",
|
||||||
"$description": "metadata card configuration plugin - testing purpose",
|
"$description": "metadata card configuration plugin - testing purpose",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.debug-search.plugin",
|
"$id": "app.debug-search.plugin",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$name": "app.debug-search.plugin",
|
"$name": "app.debug-search.plugin",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.5.0",
|
"$runtime": "1.5.0",
|
||||||
"$description": "Plugin for debugging and testing purposes",
|
"$description": "Plugin for debugging and testing purposes",
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import ContentAppEnvironment from './environment.interface';
|
import ContentAppEnvironment from './environment.interface';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export default interface ContentAppEnvironment {
|
export default interface ContentAppEnvironment {
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import ContentAppEnvironment from './environment.interface';
|
import ContentAppEnvironment from './environment.interface';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import ContentAppEnvironment from './environment.interface';
|
import ContentAppEnvironment from './environment.interface';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import ContentAppEnvironment from './environment.interface';
|
import ContentAppEnvironment from './environment.interface';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { enableProdMode } from '@angular/core';
|
import { enableProdMode } from '@angular/core';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// This file is required by __karma__.conf.js and loads recursively all the .spec and framework files
|
// This file is required by __karma__.conf.js and loads recursively all the .spec and framework files
|
||||||
|
11
app/src/typings.d.ts
vendored
11
app/src/typings.d.ts
vendored
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* SystemJS module definition */
|
/* SystemJS module definition */
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
"package.json"
|
"package.json"
|
||||||
],
|
],
|
||||||
"words": [
|
"words": [
|
||||||
|
"Hyland",
|
||||||
"ADDFEATURES",
|
"ADDFEATURES",
|
||||||
"afts",
|
"afts",
|
||||||
"androidamw",
|
"androidamw",
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export * from './rules-api';
|
export * from './rules-api';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
type RuleTrigger = 'inbound' | 'update' | 'outbound';
|
type RuleTrigger = 'inbound' | 'update' | 'outbound';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { chromium, FullConfig } from '@playwright/test';
|
import { chromium, FullConfig } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export * from './global.setup';
|
export * from './global.setup';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2023 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export * from './api';
|
export * from './api';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export * from './user-model';
|
export * from './user-model';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { StringUtil } from '@alfresco/adf-testing';
|
import { StringUtil } from '@alfresco/adf-testing';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Locator, Page } from '@playwright/test';
|
import { Locator, Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Locator, Page } from '@playwright/test';
|
import { Locator, Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export * from './data-table.component';
|
export * from './data-table.component';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Page } from '@playwright/test';
|
import { Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BaseComponent } from '../base.component';
|
import { BaseComponent } from '../base.component';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export * from './base.component';
|
export * from './base.component';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Page } from '@playwright/test';
|
import { Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BaseComponent } from './base.component';
|
import { BaseComponent } from './base.component';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Page } from '@playwright/test';
|
import { Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Page } from '@playwright/test';
|
import { Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const env = process.env;
|
const env = process.env;
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export * from './global-variables';
|
export * from './global-variables';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Page } from '@playwright/test';
|
import { Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export * from './base.page';
|
export * from './base.page';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Page } from '@playwright/test';
|
import { Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { GenericLogger, LoggerLike } from '@alfresco/adf-testing';
|
import { GenericLogger, LoggerLike } from '@alfresco/adf-testing';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { PersonalFilesPage, NodesPage } from '../page-objects';
|
import { PersonalFilesPage, NodesPage } from '../page-objects';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Locator, Page } from '@playwright/test';
|
import { Locator, Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Locator, Page } from '@playwright/test';
|
import { Locator, Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BaseComponent } from '@alfresco/playwright-shared';
|
import { BaseComponent } from '@alfresco/playwright-shared';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Locator, Page } from '@playwright/test';
|
import { Locator, Page } from '@playwright/test';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export * from './pages/personal-files.page';
|
export * from './pages/personal-files.page';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BasePage, ToolbarComponent } from '@alfresco/playwright-shared';
|
import { BasePage, ToolbarComponent } from '@alfresco/playwright-shared';
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
/*
|
/*!
|
||||||
* Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved.
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
* Alfresco Example Content Application
|
||||||
* pursuant to a written agreement and any use of this program without such an
|
*
|
||||||
* agreement is prohibited.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BasePage, DataTableComponent } from '@alfresco/playwright-shared';
|
import { BasePage, DataTableComponent } from '@alfresco/playwright-shared';
|
||||||
|
@ -1,3 +1,27 @@
|
|||||||
|
/*!
|
||||||
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
|
*
|
||||||
|
* Alfresco Example Content Application
|
||||||
|
*
|
||||||
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
import { PlaywrightTestConfig, devices } from '@playwright/test';
|
import { PlaywrightTestConfig, devices } from '@playwright/test';
|
||||||
|
|
||||||
require('dotenv').config();
|
require('dotenv').config();
|
||||||
|
@ -1,3 +1,27 @@
|
|||||||
|
/*!
|
||||||
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
|
*
|
||||||
|
* Alfresco Example Content Application
|
||||||
|
*
|
||||||
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
import { test } from '../fixtures/page-initialization';
|
import { test } from '../fixtures/page-initialization';
|
||||||
import { NodeBodyCreate } from '@alfresco/aca-testing-shared';
|
import { NodeBodyCreate } from '@alfresco/aca-testing-shared';
|
||||||
import { ActionType } from '../page-objects/components/actions-dropdown.component';
|
import { ActionType } from '../page-objects/components/actions-dropdown.component';
|
||||||
|
@ -1,3 +1,27 @@
|
|||||||
|
/*!
|
||||||
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
|
*
|
||||||
|
* Alfresco Example Content Application
|
||||||
|
*
|
||||||
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
import { test } from '../fixtures/page-initialization';
|
import { test } from '../fixtures/page-initialization';
|
||||||
import { NodeBodyCreate } from '@alfresco/aca-testing-shared';
|
import { NodeBodyCreate } from '@alfresco/aca-testing-shared';
|
||||||
import { ActionType } from '../page-objects/components/actions-dropdown.component';
|
import { ActionType } from '../page-objects/components/actions-dropdown.component';
|
||||||
|
@ -1,3 +1,27 @@
|
|||||||
|
/*!
|
||||||
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
|
*
|
||||||
|
* Alfresco Example Content Application
|
||||||
|
*
|
||||||
|
* This file is part of the Alfresco Example Content Application.
|
||||||
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
|
* provided under the following open source license terms:
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* The Alfresco Example Content Application 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 Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
import { test } from '../fixtures/page-initialization';
|
import { test } from '../fixtures/page-initialization';
|
||||||
import { NodeBodyCreate } from '@alfresco/aca-testing-shared';
|
import { NodeBodyCreate } from '@alfresco/aca-testing-shared';
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.core",
|
"$id": "app.core",
|
||||||
"$name": "app.core",
|
"$name": "app.core",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.7.0",
|
"$runtime": "1.7.0",
|
||||||
"$description": "Core application extensions and features",
|
"$description": "Core application extensions and features",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.core",
|
"$id": "app.core",
|
||||||
"$name": "app.core",
|
"$name": "app.core",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.7.0",
|
"$runtime": "1.7.0",
|
||||||
"$description": "Core application extensions and features",
|
"$description": "Core application extensions and features",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.core",
|
"$id": "app.core",
|
||||||
"$name": "app.core",
|
"$name": "app.core",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.7.0",
|
"$runtime": "1.7.0",
|
||||||
"$description": "Core application extensions and features",
|
"$description": "Core application extensions and features",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.core",
|
"$id": "app.core",
|
||||||
"$name": "app.core",
|
"$name": "app.core",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.7.0",
|
"$runtime": "1.7.0",
|
||||||
"$description": "Core application extensions and features",
|
"$description": "Core application extensions and features",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.core",
|
"$id": "app.core",
|
||||||
"$name": "app.core",
|
"$name": "app.core",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.7.0",
|
"$runtime": "1.7.0",
|
||||||
"$description": "Core application extensions and features",
|
"$description": "Core application extensions and features",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.core",
|
"$id": "app.core",
|
||||||
"$name": "app.core",
|
"$name": "app.core",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.7.0",
|
"$runtime": "1.7.0",
|
||||||
"$description": "Core application extensions and features",
|
"$description": "Core application extensions and features",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"$id": "app.core",
|
"$id": "app.core",
|
||||||
"$name": "app.core",
|
"$name": "app.core",
|
||||||
"$version": "1.0.0",
|
"$version": "1.0.0",
|
||||||
"$vendor": "Alfresco Software, Ltd.",
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.7.0",
|
"$runtime": "1.7.0",
|
||||||
"$description": "Core application extensions and features",
|
"$description": "Core application extensions and features",
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, SearchResultsPage, BrowsingPage } from '@alfresco/aca-testing-shared';
|
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, SearchResultsPage, BrowsingPage } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { LoginPage, BrowsingPage, RepoClient, NodeContentTree, Utils, AdminActions } from '@alfresco/aca-testing-shared';
|
import { LoginPage, BrowsingPage, RepoClient, NodeContentTree, Utils, AdminActions } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared';
|
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared';
|
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, FILES, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared';
|
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, FILES, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared';
|
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Utils } from '@alfresco/aca-testing-shared';
|
import { Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage } from '@alfresco/aca-testing-shared';
|
import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { LoginPage, BrowsingPage, Utils, AdminActions, UserActions } from '@alfresco/aca-testing-shared';
|
import { LoginPage, BrowsingPage, Utils, AdminActions, UserActions } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Utils } from '@alfresco/aca-testing-shared';
|
import { Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { AdminActions, LoginPage, BrowsingPage, SITE_ROLES, Utils, UserActions } from '@alfresco/aca-testing-shared';
|
import { AdminActions, LoginPage, BrowsingPage, SITE_ROLES, Utils, UserActions } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared';
|
import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared';
|
import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared';
|
import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared';
|
import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared';
|
import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { LoginPage, RepoClient, Utils, AdminActions, FILES, SITE_ROLES, SITE_VISIBILITY, UserActions } from '@alfresco/aca-testing-shared';
|
import { LoginPage, RepoClient, Utils, AdminActions, FILES, SITE_ROLES, SITE_VISIBILITY, UserActions } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Utils } from '@alfresco/aca-testing-shared';
|
import { Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared';
|
import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { BrowsingPage, Viewer, Utils, Menu } from '@alfresco/aca-testing-shared';
|
import { BrowsingPage, Viewer, Utils, Menu } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { AdminActions, UserActions, LoginPage, BrowsingPage, ContentNodeSelectorDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared';
|
import { AdminActions, UserActions, LoginPage, BrowsingPage, ContentNodeSelectorDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { AdminActions, LoginPage, BrowsingPage, ContentNodeSelectorDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared';
|
import { AdminActions, LoginPage, BrowsingPage, ContentNodeSelectorDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { AdminActions, UserActions, LoginPage, BrowsingPage, RepoClient, Utils } from '@alfresco/aca-testing-shared';
|
import { AdminActions, UserActions, LoginPage, BrowsingPage, RepoClient, Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { AdminActions, UserActions, LoginPage, BrowsingPage, ConfirmDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared';
|
import { AdminActions, UserActions, LoginPage, BrowsingPage, ConfirmDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { browser } from 'protractor';
|
import { browser } from 'protractor';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { AdminActions, LoginPage, BrowsingPage, FILES, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared';
|
import { AdminActions, LoginPage, BrowsingPage, FILES, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { AdminActions, LoginPage, BrowsingPage, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared';
|
import { AdminActions, LoginPage, BrowsingPage, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared';
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* @license
|
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
||||||
* Alfresco Example Content Application
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
* Alfresco Example Content Application
|
||||||
*
|
*
|
||||||
* This file is part of the Alfresco Example Content Application.
|
* This file is part of the Alfresco Example Content Application.
|
||||||
* If the software was purchased under a paid Alfresco license, the terms of
|
* If the software was purchased under a paid Alfresco license, the terms of
|
||||||
* the paid license agreement will prevail. Otherwise, the software is
|
* the paid license agreement will prevail. Otherwise, the software is
|
||||||
* provided under the following open source license terms:
|
* provided under the following open source license terms:
|
||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
||||||
@ -16,11 +15,11 @@
|
|||||||
*
|
*
|
||||||
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Lesser General Public License for more details.
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { AdminActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, ConfirmDialog, RepoClient } from '@alfresco/aca-testing-shared';
|
import { AdminActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, ConfirmDialog, RepoClient } from '@alfresco/aca-testing-shared';
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user