Denys Vuika
65a9d2bbfa
[AAE-5343] add update person api ( #7426 )
...
* add update person api
* fix e2e tests
2021-12-16 11:08:09 +00:00
Eugenio Romano
1cbee53cdb
Retrieve jwt user info from id token ( #7424 )
...
Co-authored-by: Nelson Silva <nsilva@nuxeo.com>
2021-12-14 10:44:19 +01:00
tomgny
a40de80658
[AAE-6389] Remove duplicated identity user service mock ( #7373 )
...
* [AAE-6389] removed duplicate services and refactored existing
* [AAE-6389] improved and moved mocks to proper files
* [AAE-6389] fixed circular dependency
2021-11-24 10:18:20 +00:00
Eugenio Romano
c8688bf0bf
[ACA-4382 ] About Page refactoring to use it across all the platform ( #7365 )
...
* about page refactor for global usage
* Development About
* add storybook
* fix build
* fix
* fix
* fix imports
* fix
* fix lint
* fix
* fix
* fix
* fix
2021-11-23 10:30:10 +00:00
tomgny
6c4650785c
[AAE-5961] Storybook stories for GroupCloud component ( #7326 )
...
* [AAE-5961] added stories and mock files
* [AAE-5961] added interface for identity group service
* [AAE-5961] added few stories
* [AAE-5961] added mock for roles, syntax improvements
* [AAE-5961] improved syntax, removed redundant storybook config files
* [AAE-5961] renamed service interface
* [AAE-5961] removed unused declarations
* [AAE-5961] exported interface from core
* [AAE-5961] restored config files for process cloud lib
* [AAE-5961] improved syntax
2021-10-28 14:07:22 +01:00
tomgny
d3f99a74b0
[AAE-5960] Storybook stories for PeopleCloud component ( #7313 )
...
* [AAE-5953] solved rebase conflict
:wq
* [AAE-5953] solved rebase conflict
* [AAE-5953] added form cloud service interface
* [AAE-5953] fixed lint errors
* [AAE-5953] migrated stories and mocks
* [AAE-5953] migrated task cloud service mock
* [AAE-5953] migrated task cloud service mock
* [AAE-5953] removed redundant mock
* [AAE-5953] refactored and moved mocks
* [AAE-5953] refactor modules import
* [AAE-5960] added stories file and service mock
* [AAE-5960] fixed validation mock
* [AAE-5960] added story for user role
* [AAE-5960] removed uunused properties from primary story
* [AAE-5960] added interface to mock and live identity user service
* [AAE-5960] added mandatory preselected users story
* [AAE-5960] syntax improvements
* [AAE-5960] fixed default value for roles control
* [AAE-5960] refactored imports
* [AAE-5960] improve syntax
* [AAE-5960] refactored services name
* [AAE-5960] removed deprecated argTypes defaultValue
* [AAE-5960] exported new interface from core
* [AAE-5960] fixed import issue with identity user mock service in core
* [AAE-5960] fixed issue with viewer component test
2021-10-22 15:54:56 +01:00
Denys Vuika
941028999e
[MNT-22641] Upload versioning improvements ( #7300 )
...
* support "versioningEnabled" for uploads
* documentation updates
* remove app config and extend the api docs
2021-10-14 15:06:01 +01:00
Maurizio Vitale
dc133643c9
Fetch the appName context from window instead of fetching it from env variable ( #6631 )
...
* Fetch the appName context from window instead of hardcode it
* Remove useless file
* Get rid of the redirectUri variable
Until now the context of the app was created on the backend side and stored on the variable redirectUri. With this fix the context is determined by the FE
* remove useless docker variable
remove
APP_CONFIG_OAUTH2_REDIRECT_LOGIN
APP_CONFIG_OAUTH2_REDIRECT_LOGOUT
the origin and context will be determined by the FE
* Update 30-sed-on-appconfig.sh
removing APP_CONFIG_OAUTH2_REDIRECT_LOGOUT and APP_CONFIG_OAUTH2_REDIRECT_LOGIN
2021-10-06 16:18:57 +01:00
Dharan
8a3c49ebf5
[ADF-5465] Not being redirected to login page when Kerberos is enabled ( #7272 )
...
* Revert "[MNT-22334] ADW - User information not displayed when Kerberos is in use (#7172 )"
This reverts commit 4befb779
* [ADF-5465] Not being redirected to login page when Kerberos is enabled
* * fix user info
* * add providers
* * fix test
2021-10-05 09:24:38 +01:00
Vito
d2910ab078
[ADF-5462] - fixed logout redirect on other tabs ( #7245 )
2021-09-13 14:05:19 +01:00
arditdomi
aac821a1fe
[AAE-5414] - SSO Auth Guard - Add the concept of excluded roles ( #7222 )
...
Co-authored-by: Ardit Domi <arditdomi@apl-c02g64vpmd6t.home>
2021-08-24 09:25:36 +01:00
Eugenio Romano
a25923d1f2
Improve compatibility ( #7214 )
...
* refactor content
* refactor core
* refactor rest
* fix lint
* fix
* lint
* lint
* fix
* fix
* fix
2021-08-16 11:42:29 +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