Eugenio Romano
b2119b317b
fix
2021-08-16 10:06:51 +02:00
Eugenio Romano
3b80b55c4a
fix
2021-08-16 09:45:56 +02:00
Eugenio Romano
47bdb909d4
fix
2021-08-16 09:42:14 +02:00
Eugenio Romano
b04308deaa
refactor core
2021-08-15 20:07:50 +02:00
Eugenio Romano
f30b20cc46
[ADF-5426] Remove compatibility layer from Lib ( #7110 )
...
* remove compatibility step 1
* remove compatibility step 2
* remove compatibility step 3
* remove compatibility step 4
* remove compatibility step 5
2021-08-04 17:31:35 +02:00
siva kumar
5d5b582e32
[AAE-5529] Include sorting params in the PeopleContentQueryRequestModel ( #7193 )
2021-08-02 11:40:46 +02:00
Dharan
4befb779f8
[MNT-22334] ADW - User information not displayed when Kerberos is in use ( #7172 )
...
* [MNT-22334] ADW - User information not displayed when Kerberos is in use
* * enable kerberos
* * added test
* Revert "* enable kerberos"
2021-08-02 11:30:09 +02:00
siva kumar
4940ffb006
[AAE-5529] Include sorting params in the PeopleContentQueryRequestModel ( #7182 )
...
* [AAE-5529] Include sorting params in the PeopleContentQueryRequestModel
* * Added unit tests to the recent changes on people content service
* * Fixed comment
2021-07-28 13:17:15 +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
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
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
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
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
Dharan
4c1e462364
[ACA-4454] The create library button should get disabled after being clicked once ( #7046 )
2021-05-24 09:22:25 +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
Dharan
8b5e45f4eb
[ADF-5366] initialize discovery and version compatibility service for oauth based session ( #6864 )
...
* [ADF-5366] initialize discovery and version compatibility service for oauth based session
* better error message
* * fix spaces
* * revert the search service
* * fix build
* * check properties after type update
* * check properties after type update
* * check properties after type update
* * fix infinite loop
* * fix test without title
* * wait for options
* * wait for session
* Update metadata-content-type.e2e.ts
* Update metadata-content-type.e2e.ts
* Update protractor.excludes.json
* Update protractor.excludes.json
2021-04-29 13:40:49 +01:00
Thomas Hunter
9cbae9abd8
[AAE-5021] Add listPeople method to PeopleContentService ( #6947 )
...
* [AAE-5021] Add listPeople method to PeopleContentService
* lint
* Replace Person with EcmUserModel
* Update imports to @alfresco/adf-core
* Change to const + lint
2021-04-28 16:50:53 +01:00
arditdomi
574db8d7cc
[AAE-4985] - Make SSO Role Service accept a content admin role that is not part of the JWT token ( #6942 )
...
* Add ability to check if the user is an ACS_ADMIN - not part of JTW token
* Make get user api call only once
* Add unit tests
* Add documentation
* Fix comments
* Exclude flaky tests, dependent on another test
* Fix unit test
* Fix comments
* Update documentation
2021-04-26 14:27:22 +01:00
siva kumar
bf70e471ce
[AAE-4995] Expand ADF PeopleContentService to create new person ( #6931 )
...
* [AAE-4995] Expose create/list content users API in ADF PeopleContentService
* * Updated documentation
* * Removed listPeople api
* * Added unit tests and improved old tests
* * Updated doc with js-api doc link
* *Fixed lint errors
* * Fixed failing unit tests
2021-04-21 19:17:54 +05:30
Denys Vuika
84ce202ad2
[AAE-4966] Extensible app config ( #6914 )
...
* merge app config from the extensions
* improved service injection in unit tests
* extra unit test
* fix content tests
* update code as per review
* fix lint
* fix lint
* update code and tests
* update schema
2021-04-13 14:16:29 +01:00
Denys Vuika
145c05321d
improved language picker ( #6890 )
...
* improved language picker
* fix import path
* update tests
2021-04-06 10:35:41 +01:00
Eugenio Romano
cd915b307b
Remove demo shell test and make cloud a bit more stable ( #6781 )
...
* remove demo shell test and make cloud a bit more stable
* fix lint
* Update restore-content-directive.e2e.ts
* Update restore-content-directive.e2e.ts
* Update restore-content-directive.e2e.ts
* try fix attach
* Update .travis.yml
* sleep...
* remove about e2e demo shell....
* fix
* lint fix
* configure
* refactor buuild
* names and remove demo shell build from libs
* fix new build approach
* fix
* fix
* .
* uncomment
* .
* .
* fix
* fix
* .
* fix
* lock update
* fix demo shell errors
* use replay subject
* fix some console log error
* suffix problem
* split process e2e
* not need to check everywhere the pagination e2e
* split content
* fix
* fix
* fix
* fix
* reorg
# Conflicts:
# .travis.yml
2021-03-17 15:17:46 +00:00
Thomas Hunter
a47045ab18
[AAE-3543] Attach button enabled only when all files uploaded ( #6731 )
...
* [AAE-3543] Attach button enabled only when all files uploaded
* [AAE-3543] Add unit tests
* [AAE-3543] Corrected name of unit test
* [AAE-3543] Merged isQueueFinishedUploading() with isUploading()
* [AAE-3543] Added spacing to unit tests
2021-02-26 19:10:11 +00:00
Eugenio Romano
819921deec
Create Image from PR if request ( #6705 )
...
* [create docker image]
fix
fix e2e
[MNT-21636] Use URLTree for redirect (#6691 )
* use URLTree for redirect
* use always urltree
* fix e2e
* fix
* fix
* Update release-docker.sh
* update js-api
* update lock
2021-02-23 21:52:26 +00:00
Eugenio Romano
4a381b46a5
[MNT-21636] Use URLTree for redirect ( #6691 )
...
* use URLTree for redirect
* use always urltree
* fix e2e
* fix
2021-02-18 17:42:57 +00:00
Vito
e62c752f1f
[ADF-5305] - Added aspect list component ( #6549 )
...
* [ADF-5305] - Creation of aspect list and aspect list dialog components
* [ADF-5305] - unit test for aspect list
* [ADF-5305] - added filtering for aspects
* [ADF-5305] - enabling tests
* [ADF-5305] - added filtering and unit test
* [ADF-5305] - added context action to demo shell
* [ADF-5305] - added button on metadata card for opening aspects
* [ADF-5305] - fixed unit test for filtering aspects
* [ADF-5305] - added documentation
* [ADF-5305] - fixed lint
* [ADF-5305] - Updated the js-api calls
* [ADF-5305] - Removed circle dependency
* [ADF-5305] - Simplified code
* [ADF-5305] - revert changes on package.json
* [ADF-5305] - removed extra cspell word
* [ADF-5305] - added filtering on aspect list service
* [ADF-5305] - fix unit test for aspect service
* [ADF-5305] - reverted changes to package-loc
* [ADF-5305] - removed unused changes
* [ADF-5305] - attempt to fix PR #§
* [ADF-5305] - attempt to fix PR #2
* [ADF-5305] - attempt to fix PR #3
* [ADF-5305] - attempt to fix PR #4
* [ADF-5305] - attempt to fix PR #5
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
2021-02-17 11:13:35 +00:00
Eugenio Romano
c00682213b
Update auth-guard-base.ts ( #6671 )
2021-02-12 12:41:24 +00:00
Vito
eb9e555ba9
[ADF-5316] - Content Type ( #6602 )
...
* [ADF-5316] - added content type editing for nodes
* [ADF-5316] - added content type editing for nodes
* [ADF-5316] - fix unit test #1
* [ADF-5316] - fix unit test #2
* [ADF-5316] - fix unit test - final
* Removed failing lint word
* [ADF-5316] - added alfresco api real calls
* Build fixed
* [ADF-5316] - fixed second loop trigger on model
* [ADF-5316] - fixed unit tests
* [ADF-5316] - removed unused stream
* [ADF-5316] - fixed package.json
* [ADF-5316] - added missing unit tests
* [ADF-5316] - fixed wrong import
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
2021-02-12 09:33:01 +00:00
Eugenio Romano
205c324f4e
[MNT-21636] Refactor redirect URL ( #6658 )
...
* refactor redirect URL
* fix unit test
2021-02-10 23:36:22 +00:00
Eugenio Romano
8f0633b133
[MNT-21636] Fix redirect URL for viewer ( #6564 )
...
* fix redirect URL for viewer
* fix unit
fix login SSO show when user is logged in
* update js-api
* remove protractor change
2021-01-22 17:17:14 +00:00
Eugenio Romano
8e12e51fb3
Fix loop scenario when the login page is not present in silent login ( #6512 )
...
* fix loop scenario when the login page is not present in silent login
* fix build
* fix
* remove isECM
* fix unit
* fix
2021-01-11 09:31:11 +00:00
Eugenio Romano
1c51b2a1a6
Use hash strategy in demo shell as the other apps ( #6402 )
...
* hash startegy
* use hash in e2e
* trigger build
* fix
* fix
* remove children router overwrite crazynes
* Update login.module.ts
* revert not needed changes
* some fixes
* fix
* remove fdescribe
* fix
* fix
* Update share-file.e2e.ts
* Update lock-file.e2e.ts
* Update share-file.e2e.ts
* some fix
* some other fixes
* username as id
* fix after rebase
* username
* fix usernamee
* Fix the errorComponent
* Attempt to fix unit test - to check
* * Fixed circular dependency error while building adf-testing package
* * Fixed failing UT
* fix
* use username
* some fixes
* some fix
* fix
Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
Co-authored-by: sivakumar414ram <siva.kumar@muraai.com>
2020-12-16 18:46:56 +00:00
davidcanonieto
567ea6cb0d
[ADF-5295] Fix Session not reloaded after User logs in in other tab ( #6399 )
2020-12-02 00:00:54 +00:00
Silviu Popa
6e07c3ecec
[ACA-3957] - Replace icons on process cloud ( #6355 )
...
* replace icons on process cloud
* replace ic-process icon
* replace process and task icon
* revert icon on demo-shell
2020-11-18 16:45:00 +00:00
Vito
7eda1bcad5
[ACS-827] - added whitelisted element and method for checking them ( #6329 )
...
* [ACS-827] - added whitelisted element and method for checking them
* [ACS-827] - changed method name with clear one
* [ACS-827] - pr review changes
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
2020-11-10 09:55:21 +00:00
Denys Vuika
456e0424e7
remove spamming of i18n warnings to console log ( #6295 )
2020-10-29 13:07:52 +00:00
davidcanonieto
de580b64f2
[ACA-3870] Fix Version Compatibility Initialization ( #6288 )
2020-10-29 10:42:57 +00:00
Silviu Popa
1f163d58ec
[ACA-3706] implement startedBy process filter property ( #6077 )
...
* [ACA-3706] implement startedBy filter property
* fix lint
* [ACA-3706] implement startedBy filter
* replace initiator with people cloud component
* small changes
* fix user selection mode
* revert unnecesary change
* fix e2e
* fix process filter e2e tests
* fix more e2e
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
2020-10-23 11:33:03 +02:00
Maurizio Vitale
aabc086ac6
Return the createUrlTree to see the redirect ( #6243 )
2020-10-13 17:35:54 +01:00
Maurizio Vitale
01fb4fa2b6
Override the redirectTo with the loginFragment ( #6239 )
...
* Override the redirectTo with the loginFragment
* Add check
2020-10-12 23:40:25 +01:00
Eugenio Romano
e8b5b3ab32
fix delete cookie in path ( #6236 )
...
[skip ci]
2020-10-09 15:55:32 +01:00
Eugenio Romano
a7ebfa9fba
Fix Redirect URL ( #6229 )
...
* Fix Redirect URL
* fix unit test
* browser false
* workaround
2020-10-08 16:59:19 +01:00
Maurizio Vitale
7c83f2eb18
[AAE-3199] - Add support for searchable content model properties (new search filters panel in the attach file widget) ( #6134 )
...
* Create new panel component and search refactoring
* Replace
* First refactoring - Fix global search and service injection issues
* More refactoring
* Fix service injection - create one new instance for content-node-selector component
* Avoid having more services extending BaseQueryBuilderService
* more refactoring, remove injecting the SearchQueryBuilderService from the content node selector service
* Fix build errors to launch unit tests
* Fix existing unit tests
* Fix wrong import and constructor injection comments
* Fix wrong import
* Fix comments
* Fix api compatibility
* Revert demo shell causing e2e fail
Co-authored-by: adomi <ardit.domi@alfresco.com>
2020-10-01 09:11:23 +01:00
Sushmitha V
f0af0c4113
[ACA-3957] Added correct Icon for save-as button in task filter and process filter ( #6190 )
2020-09-30 17:46:24 +01:00
davidcanonieto
3b02233481
[ADF-5237] Unexclude C362240 and C362241 ( #6137 )
...
* [ADF-5237] Unexclude C362240 and C362241
* Fix initialization bug
2020-09-22 09:52:41 +01:00
dhrn
e765239cbf
[MNT-21789] ADW - Disable ACS Thumbnail Generation cause ADF Upload Service to fail any file upload with 501 error ( #6114 )
...
* Disable ACS Thumbnail Generation cause ADF Upload Service to fail any file upload with 501 error
* * fixed config
2020-09-10 18:51:50 +01:00