Commit Graph
303 Commits
Author SHA1 Message Date
Yuuki Ebihara 2bd1c6c906 Modify Japanese translation for README. (#2131) 2021-05-14 14:46:25 +01:00
Yuuki Ebihara 56e5002962 Modify Japanese translation for Extending (#2133)
* Modify Japanese translation for Extension Tutorial.

* Modify Japanese translation for Extension Tutorial.
2021-05-14 14:45:30 +01:00
Yuuki Ebihara 36426427c9 Modify Japanese translation for Navigation. (#2134) 2021-05-14 14:45:00 +01:00
Yuuki Ebihara 97f48adf98 Modify Japanese translation for SSO. (#2135) 2021-05-14 14:40:27 +01:00
Yuuki Ebihara bee9ebf603 Modify Japanese translation for Document List. (#2139) 2021-05-14 14:40:00 +01:00
Yuuki Ebihara b7f3ccfe5b Modify Japanese translation for Configuration doc. (#2120) 2021-05-12 09:22:56 +01:00
Yuuki Ebihara 14406f0810 Modify Japanese translation for CORS docs. (#2121) 2021-05-12 09:22:29 +01:00
Yuuki Ebihara ca437eecac Modify Japanese translation. (#2108) 2021-05-07 15:55:55 +01:00
Dharan 6700830c9d [ACA-3897] Extendable viewer navigation (#2109)
* [ACA-3897] Extendable viewer navigation

* Update app.extensions.json
2021-05-07 15:54:18 +05:30
Denys Vuika 72a762f371 Fix security issues and remove cpr dependency (#2102)
* remove cpr dependency

* fix security warnings
2021-05-06 14:50:44 +01:00
Dharan 759099bde7 [ACA-4287] Move hooks to shared library (#2052)
* * move hooks

* * import fixed

* fix prod build

* * refactor hook service

* * fixed test

* * docs added

* * revert tsconfig

* * revert tsconfig

* * docs updated

* * fixed setting testing

* * lint fixed

* * remove duplicate actions
2021-04-29 13:50:25 +05:30
Denys Vuika 9941c91e95 ACA 2.3.0 with ADF 4.3.0 (#2053)
* use ADF 2.3.0

* update package versions

* generate audit reports
2021-03-11 16:28:09 +00:00
Popovics András 2859b16356 [AAE-4628] Release without the About and Settings modules, but have them baked into the app otherwise (#2022) 2021-02-25 21:52:14 +00:00
Francesco Corti 7f1343b504 Wrong extension for two tutorials. (#1972) 2021-02-04 14:24:26 +00:00
Francesco Corti 2aabada18d Type on the tutorial (#1964) 2021-02-01 12:02:17 +00:00
Francesco Corti 2c47c5cc86 Adding two tutorials on extension creation and installation. (#1959) 2021-01-29 16:03:11 +00:00
Denys Vuika 7a5350a06d reduce duplication and code improvements (#1707)
* reduce code duplication

* reduce duplication, fix license headers

* simplify code

* typings fixes

* update tests

* minor fixes

* markdown fixes

* revert changes
2020-12-11 15:47:17 +00:00
Denys Vuika 6049711a5c Release 2.2.0 (#1870)
* update package versions script

* update package versions script

* generate reports script

* bump versions to 2.2.0

* audits

* upgrade to final ADF

* update docs

* update app config
2020-12-09 16:55:39 +00:00
Denys Vuika 99140b3ac9 [ADF-5252] Disable settings and about pages by default (#1750)
* move Settings readme to the plugin itself

* disable settings, update readme

* about plugin readme

* disable about module
2020-11-10 17:03:19 +00:00
Denys Vuika 20f1752b48 [ADF-5247] always enabled language picker (via extensions) (#1730)
* always enabled language picker

* fix tests

* update e2e tests

* fix aos plugin
2020-10-15 08:57:04 +01:00
Denys Vuika b74ed607ca security and license reports 2020-10-14 09:38:54 +01:00
Denys Vuika 9c7ac17161 Various code fixes (#1704)
* fix typings and missing lib

* fix i18n typo, add typings

* code improvements

* fix missing awaits

* more fixes

* fix bug in the evaluators, simplify code

* more fixes
2020-10-04 18:09:27 +01:00
Denys Vuika e3cbddb465 remove broken links to ACA code (#1671) 2020-09-15 10:25:44 +01:00
Denys Vuika 1c6efc5584 release 2.0.1 (#1625) 2020-08-18 18:58:23 +01:00
Denys Vuika b5204e50bd Release 2.0.0 (#1624)
* bump versions to 2.0.0

* update aca-shared dependencies

* audit reports

* upgrade to final ADF

* temporarily disable reload tests

* disable test

* disable test
2020-08-18 17:21:13 +01:00
Denys Vuika 63fdf21386 update docs and schema 2020-08-12 12:05:13 +01:00
Denys Vuika 73611cb575 remove empty tutorial page 2020-08-11 12:57:00 +01:00
Popovics András cd1252cb94 [ACA-3394] Generally available file preview feature for extensions (#1496)
* Adding general purpose preview overlay route

Preparation for file preview feature

Remove unnecessary preview root route and ability to use loadChildren

Extract RouterExtensionService

Remove loadChildren support and use component instead

Cover RouterExtensionService with unit tests

Fix tests

Fix build

Fix rebase issue

Add generally available PluginPreviewAction

Add data option to child routes and navigateBackAsClose option for the preview component

Support plain mode preview

Fix linting

Update to latest alpha of ADF

* Adding documentation

* Rebase fix

* Update to latest adf
2020-08-07 18:24:38 +02:00
Denys Vuika b83a64e4d1 update docs 2020-07-23 11:28:02 +01:00
2854c17cd9 [ADF-5183] Upgrade to Angular 10 (#1506)
* upgrade preparation fixes

* remove fdescribe

* update browserlist config

* ng8

* ngrx 8

* ng9

* ngrx 9

* remove entryComponents

* unit tests

* ng 10

* latest ADF

* fix unit tests

* fix lint

* update deps and travis

* code fixes

* upgrade webdriver

* cleanup libs

* fix test

* update test

* Use browserTarget as target for lite-serve

* Use the update webdriver with CI condition

* Use version console.log('load', path

* Fix path sh

* Try to use remote env

* Add the . to export variabled

* Use hardcoded chrome version

* Remove the run remote

* Avoid to use the escape

* Skip flaky e2e and raise issue ACA-3615

* SKip failing e2e

* Skip flaky e2e and raise issue ACA-3615

* Fix close app toolbar menu and preconditions + tests of  mark-favorite.test.ts  Personal Files section

* Fix mark-favorite tests

* Fix ext-header test

* Fix new-menu tests

* Fix lint

* no message

* Fix viewer tests

Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Cristina Jalba <cristina.jalba@ness.com>
2020-07-09 09:37:06 +01:00
Denys Vuika be9f947f38 unified docs 2020-06-30 15:40:39 +01:00
Denys Vuika 4f3378e5b0 update search docs (#1503) 2020-06-30 11:21:51 +01:00
Denys Vuika a6a05b4a45 Release preparation (#1501)
* 1.12.0

* bump libs

* audit and licenses

* update adf libs
2020-06-29 17:28:42 +01:00
davidcanonieto 85f71f5ae1 [ACA-3427] Remove About tab when it's not useful (#1491)
* [ACA-3427] Remove About tab when it's  not useful

* Add unit tests for isLibraryManager rule

* Fix e2e tests

* Fix e2e tests and add rule to docs

* Fix e2e tests
2020-06-18 22:03:26 +01:00
arditdomi 23e15388fd [ACA-3450] Add missing documentation about parentRoute (#1485) 2020-06-12 16:45:17 +01:00
Silviu PopaandSilviu Popa 33327bb505 [ACA-3315] - add predefined extension guard (#1478)
* [ACA-3315] - add predefined extension guard

* update extension loader

* update doc

* fix lint

* PR changes

* PR changes

* remove unnecesary code

Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
2020-06-02 14:03:46 +02:00
Maurizio Vitale e9f33c554d [ACA-3342] Rename API_HOST to API_CONTENT_HOST (#1475)
* Rename API_HOST to API_CONTENT_HOST

* Use the right property called API_CONTENT_HOST

* Replace missing keys
2020-05-22 09:17:55 +01:00
dhrnandEugenio Romano 3b4579c19c [ACA-3257] Add actions extension capability to info drawer (#1471)
* info drawer action added

* actions added

* * improved docs

* * added unit test

* fixed e2e

* * rename actions to toolbar

* * minor changes

* Update application-features.md

Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-05-19 17:46:11 +01:00
Popovics András 0e7eed3cd5 Add missing documentation for extension loader callbacks (#1457)
* Add missing documentation for extension loader callbacks

* Fix messed up pipeline, how it could work until now???

* Travis yml fix

* Travis yml fix
2020-05-07 23:23:11 +02:00
maurizio vitale 794d6a6c83 Rename branch to develop 2020-05-07 12:44:20 +01:00
Denys Vuika f6c1843b23 customisable header image url (#1449) 2020-05-06 14:17:42 +01:00
Denys Vuika 7dfae34894 fix licence project name 2020-05-04 16:44:51 +01:00
Denys Vuika 2f8c91fdf5 license and audit info (#1443) 2020-05-04 16:34:25 +01:00
Denys Vuika 5c98930520 add missing color header action (#1403) 2020-04-07 14:55:41 +01:00
Denys Vuika 5a88c8c852 [ACA-1743] extension settings (#1399)
* upgrade tslib

* initial settings skeleton

* migrate language picker setting

* support string parameters

* remove process extensions workaround

* update extensions schema

* update docs

* unit tests

* fix unit test
2020-04-06 19:58:41 +02:00
Popovics András 9a87564c8a [ACA-2952] Remove unnecessary build steps for dev-server start, add first bit of .env usage (#1379)
* [ACA-2952] Remove unnecessary build steps for dev-server start, add first bit of .env usage

* Fix doc owner
2020-03-26 17:03:38 +01:00
Baptiste Mahé 0cca87b382 [ACA-2123] Change header colors (#1376)
* [ACA-2123] Change header colors

* [ACA-2123] Update initial state to meet new header background-color
2020-03-26 15:43:16 +00:00
Baptiste Mahé 56e147a96f [ACA-2123] New header background color for AA accessibility (#1366)
* [ACA-2123] New header background for AA accessibility

* [ACA-2123] Remove useless foreground variable

* [ACA-2123]Changed headerColor value in doc and app's initial state
2020-03-19 17:30:54 +00:00
Cilibiu Bogdan 8603d13f71 [ACA-1921] Create folder structure from template (#1309)
* update template actions

* update template effects

* declare menu option

* rename dialog component

* rename service

* update tests

* update docs

* e2e fix locator

* fix translation reference
2020-01-22 10:35:32 +02:00
Cilibiu Bogdan 8b7c7b5ed4 [ACA-2873] Move acaContextActions to aca-shared library (#1301)
* move to aca-shared library

* export directive

* context menu action

* import directive from shared library

* context menu effect

* test

* update docs

* fix production code

* fix imports

* fix licence header

* fix licence headers
2020-01-20 10:42:42 +02:00