Denys Vuika
2372eadc18
correctly reset search results
2020-06-16 12:57:07 +01:00
Urse Daniel
7130a5c15c
[ACA-3266] Improve version upload component ( #1484 )
...
* added version comparison from ADF
* fix design when smaller device screen
* improved align of content
2020-06-15 15:27:40 +01:00
Mark Steadman
2ddacf4354
fix: proper menuitem aria for screen reader users ( #1482 )
2020-06-15 12:41:24 +01:00
arditdomi
23e15388fd
[ACA-3450] Add missing documentation about parentRoute ( #1485 )
2020-06-12 16:45:17 +01:00
dependabot[bot]
0fb795740c
Bump websocket-extensions from 0.1.3 to 0.1.4 ( #1483 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-09 21:48:18 +01:00
Urse Daniel
42d3d5cd6f
[ACA-45] Drag and Drop a new version ( #1477 )
...
* added functionality to import a file from drag&drop
* handle dropping a file over another and triggering the dialog for manage versions while passing the dropped file
* handle receiving and passing a file to version manager
* handle dropping a file over another.
* refactoring the component by using 2 ADF components and showing them by a specific view case.
* updated the dialog ref based on how the version dialog should behave in order to change/view a file's versions
* handle the new drag&drop to upload a file's version functionality
* removed the custom previous version upload component
* added payload constructor
* added unit test, fixed some misstypes
* fix failing travis unit tests
* fix failing travis unit tests
* added translate module
* added last version and fix failing test
* small fixes and change type workflow to customevent.
* small fix
* fix flaky test
* deleted flaky merge
* ACA-45: Take drag'n'drop pop-up title from ACA rather than the ADF component
* fixed a logical issue
* ACA-45: Fix failing e2e tests
* unit testing error fixing
* unit testing error fixing
* fix unknown word travis
* unlock node after upload success
* unlock node after cancelling upload
* ACA-45: Introduce back fileUnlock asserts
* added unit test for checking if the locked node is unlocked when uploading successfully a new version
* added type of event and small update to unit test
Co-authored-by: kristian <kristian.dimitrov@alfresco.com >
2020-06-09 21:48:03 +01:00
Roxana Diacenco
6e17405787
[ACA-3392] Create aca-testing-shared project to be reused in ADW ( #1480 )
...
* Move e2e framework to aca-shared/testing
* * Update e2e suites imports from @alfresco/aca-shared/testing
* Remove testing framework from 'e2e' directory
* Move e2e testing framework to `aca-testing-shared` project
2020-06-04 22:40:07 +02:00
Silviu 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
cef088794f
Use latest adf to fix issue 3252 ( #1479 )
...
* Use latest adf to fix issue 3252
* Fix unit test
2020-05-29 17:50:01 +01: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
Eugenio Romano
5a12345865
[ACA-2312] Fix inconsistency for My Libraries ( #1473 )
...
* [ACA-2312] Fix inconsistency for My Libraries
* fix quality
* fix e2e
* modify e2e type
* fix file lib
* revert replace all
2020-05-22 00:46:24 +01:00
davidcanonieto
cb1b3fa236
[ACA-3346] Fix build script ( #1476 )
...
* [ACA-3317] Improve build script
* Improve code
* Remove update-commit-sha.sh
2020-05-22 00:45:55 +01:00
davidcanonieto
51b461f859
[ACA-1992] Keep favorite libraries navigation under same path ( #1474 )
...
* [ACA-1992] Keep favorite libraries navigation under same path
* Fix unit test
2020-05-20 13:32:31 +01:00
davidcanonieto
7ffecc546c
[ACA-3317] Show app current deployed commit in About Page ( #1472 )
...
* [ACA-3317] Show app current deployed commit in About Page
* Fix script
* Fix script param
* Remove commit
* Update proxy.conf.js
2020-05-20 13:15:31 +01:00
dhrn
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
Cilibiu Bogdan
234b41b917
[ACA-3296] Header - support actions order ( #1464 )
...
* header action order property
* apply sort for parents and children
* update tests
* use parent class to set style
* render user component through configuration
* header should allow disable actions rendering
* update e2e header resource
2020-05-19 16:56:03 +01:00
Maurizio Vitale
523d9e5bcb
Favorite remove the route evaluation ( #1470 )
...
* Remove the evaluation of routing
* Remove the data from json
* Use JSON parse to evaluate
2020-05-14 12:54:16 +01:00
dhrn
c8c73acd3d
* build fixed ( #1469 )
2020-05-13 09:24:56 +01:00
Eugenio Romano
eb342e9f99
Update .travis.yml
2020-05-12 23:52:09 +01:00
davidcanonieto
6417337f9d
[ACA-3251] Move InfoDrawer and Toolbar components to aca-shared ( #1466 )
...
* moved tool bar
* moved info drawer
* moved appextension service
* moved pagination service
* Fix imports
* * fixed lints
* * fixed space
* added travis configuration
* * comments fixed
* * comments fixed
* * lint fixed
Co-authored-by: dhrn <dharan.g@muraai.com >
2020-05-12 14:34:26 +01:00
arditdomi
6dc01c4b17
[ACA-3182] Add a way to define an extension route as child of a route ( #1463 )
...
* [ACA-3182] Add a way to define an extension route as child of a route
* [ACA-3182] Add unit tests
* [ACA-3182] Add license header
2020-05-12 09:39:33 +01:00
Denys Vuika
ea0cfaa99c
unified env variables for ecm/bpm hosts ( #1465 )
2020-05-12 09:36:51 +01:00
Cilibiu Bogdan
7b0ce29000
[ACA-3278] Header - extension actions not visible ( #1462 )
...
* custom toolbar actions theme
* update tests
2020-05-12 08:53:30 +03:00
Adina Parpalita
03a1a5c0e9
fix flaky tests ( #1461 )
2020-05-09 11:36:28 +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
89e7446bd2
Run on develop branch
2020-05-07 14:01:54 +01:00
maurizio vitale
794d6a6c83
Rename branch to develop
2020-05-07 12:44:20 +01:00
Denys Vuika
b138ec780b
bump shared libs
2020-05-06 14:59:26 +01:00
Denys Vuika
d9de30fb85
1.11.1
2020-05-06 14:58:52 +01:00
Denys Vuika
019757989c
fix issue with the css variable path
2020-05-06 14:28:15 +01:00
Denys Vuika
f6c1843b23
customisable header image url ( #1449 )
2020-05-06 14:17:42 +01:00
Denys Vuika
9c3f3b5987
update publish script
1.11.0
2020-05-05 11:01:43 +01:00
Denys Vuika
ff6738685e
fix release script
2020-05-05 10:26:16 +01:00
Denys Vuika
aee69adc80
upgrade to ADF 3.8.0 final ( #1444 )
2020-05-04 19:18:12 +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
Eugenio Romano
202a235d36
add tag end release ( #1442 )
2020-05-04 15:26:34 +01:00
Denys Vuika
404e74c0e8
bump and align lib versions with the app ( #1441 )
2020-05-04 12:30:06 +01:00
Denys Vuika
0b9df2e2c9
remove submodules ( #1440 )
2020-05-02 18:18:53 +01:00
Denys Vuika
922605f0f5
deprecate tomcat builds ( #1437 )
2020-05-02 11:28:08 +01:00
Denys Vuika
ab137d3145
automatically publish libraries on release ( #1439 )
2020-05-01 17:21:31 +01:00
Irving Navarrete
c0b81d21a2
Updating Readme for release 1.11.0 ( #1438 )
2020-05-01 14:26:59 +01:00
Eugenio Romano
12448d54c4
Update .travis.yml ( #1436 )
2020-05-01 10:30:04 +01:00
Denys Vuika
4230f8415c
[ACA-3153] bump version to 1.11.0 ( #1435 )
...
* 1.11.0
* upgrade testing and cli
* update config file
2020-04-30 16:23:45 +01:00
davidcanonieto
c98482a672
Update to latest ADF libraries ( #1434 )
2020-04-29 19:32:04 +01:00
Popovics András
a21aeab12d
[ACA-3131] Add extension loader guard ( #1426 )
...
* [ACA-3131] Add extension loader guard
* Fix linting issue
* Fix cspell issues
2020-04-29 08:41:49 +01:00
Denys Vuika
5259f840a8
Optimize e2e framework ( #1428 )
...
* reduce breadcrumb page
* imrpove readability of code
* reduce data-table page size
* reduce datetime-picker code
* fix datatable page
* header and info drawer
* update datatable page
* toolbar cleanup
* more test components cleanup
* even move component cleanup
* move wait utils to the Utils
* unified waits
* cleanup menu page
* code fixes
* fix code
* code improvements
* rename api
* fix code
* fix code
* cleanup dialog pages
* more fixes and dead code removal
* code fixes
* try to fix the flaky teset
* fix code
* fix code
* update code
* fix lint
* unified text input
* fix lint
* add missing await
* reduce the wrapper method around clear text
* resolve element value
Co-authored-by: Cilibiu Bogdan <bogdan.cilibiu@ness.com >
2020-04-29 08:40:55 +01:00
Cilibiu Bogdan
ebdaa39209
[ACA-2994] Snackbar- notifications are displayed with wrong colours ( #1431 )
...
* enforce colors
* fix themes order
* remove important
2020-04-27 14:53:25 +01:00
Denys Vuika
bb1ed2d880
fix default language picker value
2020-04-27 14:45:18 +01:00
Gloria Broadbent
dfb7b50e4d
LOC-129 -fixes for UI strings in French and Dutch ( #1432 )
2020-04-27 11:23:40 +01:00