summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-05-28Don't give user the exact exception descriptionPiotr Borelowski1-0/+8
The exact description of the exception especially if related to cryptography cannot be given to the user as it may be abused by the attacker. To fix that, we started to use @ExceptionHandler for all exceptions in the LoginController as well. CVE: CVE-2019-12121 Issue-ID: OJSI-92 Change-Id: I100b37ff33d28ebccc2411c3acc62bdb7ce11ca8 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Reviewed-by: Krzysztof Opasiak <k.opasiak@samsung.com> Acked-by: Manoop Talasila <talasila@research.att.com>
2019-05-28Removed user password from portal's profile APIr.bogacki3-13/+7
ONAP Portal allowed to retrieve password of currently active user via "/portalApi/loggedinUser" endpoint. Prefilled "Login Password" field has been changed to "*****" and password is not send anymore to the frontend. Only after change of this default value password will be updated. Confirm Password field has been removed from the UI. In the future password change could be additionally also checked on the backend side to verify current password before updating it. Issue-ID: OJSI-65 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Reviewed-by: Krzysztof Opasiak <k.opasiak@samsung.com> Acked-by: Manoop Talasila <talasila@research.att.com> Change-Id: I00b7713557247d211927c437f31f118095ad0726
2019-05-23Dublin Release Notes for PortalWelch, Lorraine (lb2391)1-1/+51
Issue-ID: PORTAL-592 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: I93a2ff82f52f709d12bfa92c0d14859d2298b6a1
2019-05-10Merge "Added Functional Menu Entries, del bad thumbnail"Manoop Talasila1-60/+73
2019-05-09Merge "Revert "Update oparent version""Manoop Talasila2-56/+56
2019-05-08Revert "Update oparent version"Sunder Tattavarada2-56/+56
Issue-ID: PORTAL-571 This reverts commit 64c7491aa9208ed3024b81ab78a73751c1cc859e. Change-Id: I72fefbceccea7d723d02e0b38efebf9aafc7018e Signed-off-by: statta <statta@research.att.com>
2019-05-03Update version textstatta1-1/+1
Issue-ID: PORTAL-557 Change-Id: Id3feb4f800d6593c373efd5a35b6f19e4ddc7044 Signed-off-by: statta <statta@research.att.com>
2019-05-02Added Functional Menu Entries, del bad thumbnailWelch, Lorraine (lb2391)1-60/+73
Issue-ID: PORTAL-515 Change-Id: Ibac6ae65fc4df39a7bab2a98946d664bf47413b8 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-05-02Merge "Fix Sonar Bugs NullPointers"Manoop Talasila4-96/+137
2019-05-02Fix Sonar Bugs NullPointersk.kazak4-96/+137
Fix Sonar bugs - potential NullPointerException in portal-BE-common: ExternalAppsRestfulController and ApplicationRestClientServiceImpl Changed Tests for updated method in ExternalAppsRestfulController Added new test Formatted according to ONAP formatting guidelines Change-Id: I7c0587127e32ba3f06a138a0b4b2526fa10ea1f6 Issue-ID: PORTAL-556 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-05-02update .gitignorek.kazak1-0/+2
Add Intellij IDEA project files to .gitignore Change-Id: I88cbd101369ed74842cb85e61f9058ae5dd65221 Issue-ID: PORTAL-572 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-05-02Merge "Fix unknow language option display bug"Manoop Talasila1-0/+6
2019-05-02Merge "Fix no name language option bug"Manoop Talasila1-11/+27
2019-05-01Update oparent versionJessica Wagantall2-56/+56
Update oparent version to 2.0.0 which supports global-jjb maven-stage job. Change-Id: I3aa28f3369164a7ca28ecc20a1334f949611d5b8 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-04-30Merge "Fix Sonar Bugs NullPointers"Manoop Talasila6-39/+111
2019-04-30Fix unknow language option display bugshentao9991-0/+6
Change-Id: Ice97b508145a057ec07b7db584f20a27fa16ad3d Issue-ID: PORTAL-565 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-30Fix no name language option bugshentao9991-11/+27
Change-Id: I0bfc185ea41324d040ffa23c831bbbaa8f51ef3c Issue-ID: PORTAL-566 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-29Fix Sonar Bugs NullPointersk.kazak6-39/+111
Fix Sonar bugs - potential NullPointerException Remove unused code Add/Update Tests for updated methods Change-Id: Iaf28a0ee5f6507da1caf4b497e2d73bf35bc0b58 Issue-ID: PORTAL-556 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-04-29Fix no reaction bug about changing language optionguochuyicmri4-17/+19
Change-Id: Ie1f75224d0cc70a87e77f5c357ed6e34b0cb3220 Issue-ID: PORTAL-565 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-24Use all available information in audit log outputPawel Wieczorek1-1/+1
Comment is now also appended to the audit log. Issue-ID: PORTAL-553 Change-Id: Ia30d6f61b04131d4456dfc55575b1f7678e26967 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-04-23App_id chged to 11, Acumos logo fixedWelch, Lorraine (lb2391)1-1/+6
Issue-ID: PORTAL-563 Change-Id: I10b9d63e4c27410ab73a64028c7a94814305b901 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-19Sonar fix too mnay method paramArindam Mondal4-3828/+3872
+) Reduced too many method param ++) Code format Issue-ID: PORTAL-561 Change-Id: I2c27344477b318ab0f1a77442579be459c3597fd Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2019-04-18fix .gitattributes for *.rstk.kazak1-0/+1
Fixed line endings setting for *.rst files Change-Id: If2d86d51dc330fedc32329b1e07ee48805af37c4 Issue-ID: PORTAL-560 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-04-16Merge "Rel Notes for HTTP security check for SDC"Manoop Talasila1-1/+3
2019-04-16Rel Notes for HTTP security check for SDCWelch, Lorraine (lb2391)1-1/+3
Issue-ID: PORTAL-555 Change-Id: I4e7c15ca60b92aa6185eba596920c2c26dcbc92b Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-16Update Docker Image Numberstatta1-1/+1
Issue-ID: PORTAL-557 Change-Id: I1e828f922f23a7d04e6fdeff2265e0260b308b87 Signed-off-by: statta<statta@research.att.com>
2019-04-15Added work around for VID access in the rel. notesWelch, Lorraine (lb2391)1-0/+8
Issue-ID: PORTAL-555 Change-Id: Ic1a207cd93894c601358502b101bae22a7e2d578 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-11Merge "Add multi-language APIs into BE-common"Manoop Talasila10-3/+302
2019-04-11Merge "Add language tables and init data into DB-common"Manoop Talasila2-1/+46
2019-04-11Merge "Modify html label to support multi-language"Manoop Talasila12-113/+130
2019-04-11Merge "Add translate javascript into FE-common"Manoop Talasila2-0/+173
2019-04-11Merge "Modify html label to support multi-language"Manoop Talasila4-7/+17
2019-04-11Merge "Add multi-language APIs configuration into FE-os"Manoop Talasila1-1/+4
2019-04-11Merge "Add language files into FE-os"Manoop Talasila2-0/+114
2019-04-11Merge "Add angular-translate plugin into FE-os"Manoop Talasila2-1/+23
2019-04-11Merge "Updated Release Notes on Keystore cert"Manoop Talasila1-0/+12
2019-04-10Updated Release Notes on Keystore certWelch, Lorraine (lb2391)1-0/+12
Issue-ID: PORTAL-549 Change-Id: Id32954cd47469cff79c68220821f36fdb0d95f4d Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-02Add multi-language APIs into BE-commonshentao99910-3/+302
Change-Id: Ia9fddbe81bb2eb8d3e0786fcc81f0469ed45bfa0 Issue-ID: PORTAL-376 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-02Add language tables and init data into DB-commonshentao9992-1/+46
Change-Id: I0a20395435cc600f8b710e9879bea60fea9abc9d Issue-ID: PORTAL-376 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-02Modify html label to support multi-languageshentao99912-113/+130
Change-Id: I2f189dd935307488d8e63db624931ddbb1a18e95 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-02Add translate javascript into FE-commonshentao9992-0/+173
Change-Id: I6001019f07eb03e550906accbd85e174a883ab2d Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-02Modify html label to support multi-languageshentao9994-7/+17
Change-Id: I080a1abce7daeebab1a1c3ab01c6ad9af94e13ed Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-02Add multi-language APIs configuration into FE-osshentao9991-1/+4
Change-Id: I23a9c59d34ed17344504b17dd0cfb4de77418842 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-02Add language files into FE-osshentao9992-0/+114
Change-Id: If315a0788b198590b380e995a90fc65bb41ac62d Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-02Add angular-translate plugin into FE-osshentao9992-1/+23
Change-Id: I8f443ed760a4522e0bc83f5fcfb359f3316da3b1 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-03-27Added Acumos link, News, EventWelch, Lorraine (lb2391)1-2/+7
Issue-ID: PORTAL-467 Change-Id: I320911c24bca48e6bf09658f4344eb5ab62f6ac7 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-03-20CADI AAF Integration and merging the codehb123f89-1654/+4868
Issue-ID: PORTAL-319 CADI AAF Integration and code merge Change-Id: I6e44f3b2741858d8d403b77a49ec9a0153084801 Signed-off-by: hb123f <hbindu@research.att.com>
2019-03-04Reduce image size of containersSylvain Desbureaux2-33/+55
CIA project goal is to reduce image size of container and make the container multi architecture. Portal images are already multi architecure ready and portal-wms and portal-db are also done in an efficient way. Portal-app and portal-sdk although can be shrinked, using multi stage docker builds. This commit allow a noticeable shrink for both of them: from 708Mb to 298Mb for portal-app and from 388Mb to 257Mb for portal-sdk. Change-Id: Id5cca8b78d0d9ee1724259dab40b7ccff910c628 Issue-ID: INT-939 Issue-ID: INT-922 Issue-ID: INT-881 Issue-ID: INT-925 Issue-ID: INT-936 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-02-08updated version changesKotta, Shireesha (sk434m)1-4/+4
Issue-ID: PORTAL-356 updated DDL/DML version changes Change-Id: Ic0f2ebe772caefce5c0bb659f72035bb05b0a4fe Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
2019-02-08Upgrade Portal dockerFilesManoop Talasila3-3/+3
To use openjdk:8-alpine rather than frolvlad/alpine-oraclejdk8:slim as it is not available anymore in docker hub. Issue-ID: PORTAL-518 Change-Id: I1159065100aaba1db1cd83701be3ad66f1a0902e Signed-off-by: Manoop Talasila <talasila@research.att.com>