Pablo Martinez Garcia
8be6bbaf3c
[AAE-4241] Fix date and date time not being populated when node metadata is retrieved ( #7025 )
...
* AAE-4241 Fix date and date time not being populated when node metadata is retrieved
* AAE-4241 Fix unit tests
* [AAE-4241] Fix validation messages
* [AAE-4241] Fix unit tests
* [AAE-4241] Fix error log messages
* [AAE-4241] Fix unit tests
* [AAE-4241] Fix e2e tests
2021-07-13 07:22:27 +02:00
Denys Vuika
a4c3f3a95b
[ADF-5415] remove deprecated async method ( #7171 )
...
* remove deprecated async method
* fix tests and code
* test fixes
* fix tests
2021-07-12 20:09:47 +01:00
Eugenio Romano
71abca0348
4.5.0 bump ( #7158 )
2021-07-07 19:50:54 +01:00
Alfresco Build User
d6499792bd
Update branch for JS-API PR#3674 ( #7154 )
...
* [ci:force][auto-commit] Update JS-API to 4.5.0-3672 for branch: update-js-api originated from JS-API PR: 3674
* Update search-filters.e2e.ts
Co-authored-by: Travis CI User <travis@example.org>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2021-07-07 11:36:29 +02:00
Dharan
8024f828f7
* fix adf lint ( #7152 )
2021-07-05 16:55:02 +02:00
Gloria Camino
93a31f6306
LOC-314 -Updated UI files in 16 languages for ADF 4.5 release ( #7141 )
2021-07-05 12:57:30 +02:00
Eugenio Romano
05c3ed01d7
[7094] Fix empty save people groups ( #7137 )
...
* fix empty save people groups
* fix
2021-07-01 12:36:13 +02:00
Thomas Hunter
0fa677c92a
[ACA-4455] Fix horizontal scroller sometimes showing up on datatable ( #7135 )
2021-06-30 13:24:36 +01:00
Silviu Popa
40e48d2444
fix disable complete button on invalid datetime ( #7134 )
2021-06-29 18:20:58 +02:00
Thomas Hunter
2ef7596620
[ACA-4455] Fixed row column scrolling on small width screens ( #7133 )
2021-06-29 17:01:53 +01:00
arditdomi
7f7b61bda1
[ACA-4479][ACA-4480] - Enable Save button when the form is invalid ( #7131 )
...
* [ACA-4479][ACA-4480] - Enable Save button when the form is invalid
* Add a unit test for form cloud
* Fix e2e
2021-06-29 14:36:19 +01:00
Alfresco Build User
2e377731c9
Update branch for JS-API PR#3648 ( #7129 )
...
* [ci:force][auto-commit] Update JS-API to 4.5.0-3646 for branch: update-js-api originated from JS-API PR: 3648
* [ci:force][auto-commit] Update JS-API to 4.5.0-3650 for branch: update-js-api originated from JS-API PR: 3651
Co-authored-by: Travis CI User <travis@example.org>
2021-06-29 14:00:14 +01:00
Vito
82a57c9c05
[ACA-4436] - added option for select item to display None ( #7113 )
...
* [ACA-4436] - added option for select item to display None
* [ACA-4436] - added unit test and fixed wrong default behaviour
* [ACA-4436] - fixed property check
* [ACA-4436] - fixed unit test
* [ACA-4436] - fixed unit test
2021-06-25 11:19:16 +02:00
Dharan
26d180e661
[ACA-4486] support search widget chips layout ( #7122 )
...
* [ACA-4486] support search widget chips layout
* * revert to old config
* * resolved rebase conflicts
* [ci:force] force e2e
* [ci:force] docs update and remove directive added
* [ci:force] config updated
* [ci:force] add missing app config schema to prod build
2021-06-25 10:54:12 +02:00
Alfresco Build User
87be0b0b70
Update branch for JS-API PR#3612 ( #7111 )
...
* [ci:force][auto-commit] Update JS-API to 4.5.0-3611 for branch: update-js-api originated from JS-API PR: 3612
* [ci:force][auto-commit] Update JS-API to 4.5.0-3629 for branch: update-js-api originated from JS-API PR: 3631
* [ci:force][auto-commit] Update JS-API to 4.5.0-3637 for branch: update-js-api originated from JS-API PR: 3639
Co-authored-by: Travis CI User <travis@example.org>
2021-06-25 10:18:09 +02:00
arditdomi
462f40827e
Revert "[AAE-5392] - Add find people api call ( #7119 )" ( #7121 )
...
This reverts commit 1e251ab8aa4efcccdb7d72a94a34f30c7b040673.
2021-06-24 09:57:27 +01:00
arditdomi
1e251ab8aa
[AAE-5392] - Add find people api call ( #7119 )
...
* [AAE-5392] - Add find people api call
* Add documentation
2021-06-22 18:08:01 +01:00
Denys Vuika
829805e201
[ADF-5432] component template and code fixes after testing Angular strict mode ( #7118 )
...
* process list fixes
* template error fixes
* template and code fixes
* bug fixes in templates and types
* bugs, bugs are everywhere
* fix test
* test fixes
* enable strict templates for extensions lib
* enable strict mode for insights lib
* enable strict mode for core lib
* enable strict mode for content lib
* strict mode for process lib
* strict mode for process cloud
* fix demo shell template issues
* fix process cloud types
2021-06-22 16:36:06 +01:00
Thomas Hunter
e2b8557f4b
[AAE-5362] Add option to make actions button visible only on hover ( #7117 )
...
* [AAE-5362] Add option to make actions button visible only on hover
* [AAE-5362] Refactor
* Unrelated linting fixes
2021-06-22 16:28:38 +01:00
Denys Vuika
3079aa48c3
[ADF-5422] remove deprecated "async()" from unit tests ( #7109 )
...
* remove angualar async from content services
* upgrade more tests
* upgrade core tests
* upgrade tests
* fix deprecated constant
* fix tests
* fix after rebase
2021-06-15 16:16:15 +01:00
Dharan
ba03c60adb
[ADF-5417] Support multiple search configuration in app config json ( #7096 )
...
* [ACS-1642] Support multiple search configuration in app config json
* [ci:force] unit test added
* adf component added
* [ci:force] check compatibility
* [ci:force] * run all e2e
* * revert initvalue
* [ci:force] revert app config
* [ci:force] docs update
2021-06-15 14:52:46 +02:00
Alfresco Build User
111742ff42
Update branch for JS-API PR#3583 ( #7093 )
...
* [ci:force][auto-commit] Update JS-API to 4.5.0-3576 for branch: update-js-api originated from JS-API PR: 3583
* [ci:force][auto-commit] Update JS-API to 4.5.0-3603 for branch: update-js-api originated from JS-API PR: 3604
Co-authored-by: Travis CI User <travis@example.org>
2021-06-14 12:21:24 +02:00
Denys Vuika
eb71a79d1e
prepare tests for ng-12 upgrade ( #7099 )
...
* prepare tests for ng12 upgrade
* fix lint
* fix tests
* test fixes
* fix code and tests
* fix code and tests
* test fixes
* test fixes
2021-06-11 07:36:32 +01:00
Eugenio Romano
558056b05c
test if we can remove compatibility ( #7064 )
...
remove compatibility
2021-06-10 14:38:12 +02:00
Dharan
9a2a62255f
[ADF-5369] HTTP 500 response in adf-upload-button is emitted as a success event ( #7087 )
...
* [ADF-5369] HTTP 500 response in adf-upload-button is emitted as a success event
* [ci:force] unit test fixed
2021-06-08 09:00:04 +01:00
Alfresco Build User
95d680b143
Update branch for JS-API PR#3558 ( #7080 )
...
* [ci:force][auto-commit] Update JS-API to 4.5.0-3557 for branch: update-js-api originated from JS-API PR: 3558
* lock fix remove snyk
* rebase
* [ci:force][auto-commit] Update JS-API to 4.5.0-3561 for branch: update-js-api originated from JS-API PR: 3562
Co-authored-by: Travis CI User <travis@example.org>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
2021-06-02 14:54:44 +01:00
Thomas Hunter
40bbeb13f0
[AAE-5208] Add pagination info to listPeople function in PeopleContentService ( #7055 )
...
* [AAE-5208] Add pagination info to listPeople function in PeopleContentService
* Change documentation
2021-06-02 11:49:47 +01:00
Dharan
1a0f2f5bcc
[ADF-5148] ContentService.hasPermissions() should check inhertied permission ( #7059 )
...
* [ADF-5148] ContentService.hasPermissions() should check inherited permission
* * fixed permission method
2021-06-01 09:45:59 +01:00
Denys Vuika
e94b2f99bd
[ADF-5406] SCSS and HTML template path fixes ( #7063 )
...
* remove useless mixin
* fix scss paths
* style fixes
* fix styles
* style fixes
* style fixes
* style fixes
* style fixes
* insights fixes
* css and template path fixes
* bug fixes
2021-06-01 09:21:00 +01:00
Urse Daniel
200cfb8dba
fixed overflow issues ( #7060 )
2021-05-25 17:14:57 +01:00
Dharan
4c1e462364
[ACA-4454] The create library button should get disabled after being clicked once ( #7046 )
2021-05-24 09:22:25 +01:00
Cilibiu Bogdan
272e2d67e3
outline current page thumbnail ( #7042 )
2021-05-21 11:43:02 +01:00
Eugenio Romano
5478c88683
Update activiti-alfresco.service.ts ( #7041 )
2021-05-21 11:42:50 +01:00
Eugenio Romano
6e0ad4ce43
4.4.0 ( #7030 )
...
* 4.4.0
* Update README.md
* Update upgrade43-44.md
* Update readme
* lock update
Co-authored-by: arditdomi <32884230+arditdomi@users.noreply.github.com>
2021-05-20 09:50:30 +01:00
Cilibiu Bogdan
f03d133899
prevent children events from bubbling up ( #7040 )
2021-05-18 14:04:10 +01:00
Gloria Camino
2335143546
LOC-300 Second commit of updated UI files in 16 languages ( #7036 )
2021-05-17 16:44:16 +01:00
Eugenio Romano
5e3bc08594
Form fix style ( #7038 )
2021-05-17 16:44:08 +01:00
Nanna Setämaa
f7ec24d1bb
[AAE-4009] Fix horizontal scroll issue for pdf-viewer ( #7023 )
...
* [AAE-4009] Fix horizontal scroll issue for pdf-viewer
* [AAE-4009] Rewrite method with single exit
2021-05-17 11:35:26 +01:00
Urse Daniel
afd3a7c93d
[ACA-4423] VIEWER - when closing the upload dialog the filename changes to "Unknown" ( #7024 )
...
* fix blob type instead of image
* set new crop
* improve test
* removed onchanges watcher
2021-05-14 15:22:06 +01:00
Vito
2b9535e90c
Fixing header style as now it's not aligned anymore ( #7028 )
2021-05-14 14:52:36 +01:00
Eugenio Romano
77e1a08b23
[ADF-5379] change notification history service storage variable ( #7026 )
...
* change notification history service storage variable
* fix mark as read
2021-05-14 14:52:28 +01:00
Urse Daniel
11b66338d0
center the container always based on the width&height of the image ( #7027 )
2021-05-14 15:43:33 +03:00
Alfresco Build User
9f33fb81d7
[ci:force][auto-commit] Update JS-API to 4.4.0-3493 for branch: update-js-api originated from JS-API PR: 3494 ( #7019 )
...
Co-authored-by: Travis CI User <travis@example.org>
2021-05-12 18:04:19 +01:00
Cilibiu Bogdan
3a558d701a
as dependency ( #7015 )
2021-05-11 20:11:57 +01:00
Dharan
e603486b00
[AAE-5139] User name style and Discovery service initialization fix ( #7010 )
...
* [AAE-5139] User name style fix and Discovery serice fixed
* * fixed unit test
* * fixed test and us latest js-api events
* * tests fixed
* * update js api
* * fixed test and lint
2021-05-12 00:10:21 +05:30
Gloria Camino
e74705d66d
LOC-300 Updated UI files in 16 languages ( #7014 )
2021-05-11 15:28:59 +01:00
Alfresco Build User
4c09d5fd35
[ci:force][auto-commit] Update JS-API to 4.4.0-3475 for branch: update-js-api originated from JS-API PR: 3476 ( #6999 )
...
Co-authored-by: Travis CI User <travis@example.org>
2021-05-10 13:16:39 +01:00
Dharan
87d87a4ce1
[ACA-4407] unit test for data table custom header ( #7004 )
...
* [ACA-4407] unit test for data table custom header
* * fix icon size
2021-05-10 13:15:05 +01:00
Adina Parpalita
c45808053d
add missing event on image viewer ( #7007 )
2021-05-10 13:07:31 +01:00
davidcanonieto
bd805cb34b
[ADF-5390] [ADF-5391] Add multivalue cardview for Date, Datetime, Integers and Decimal properties. ( #6980 )
...
* [ADF-5390] Addd multivalue cardview for Date, Datetime, Integers and Decimal properties
* Fix unit test
* Fix linting
* Fix e2e tests
* fix e2e
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
2021-05-09 04:05:26 +01:00