summaryrefslogtreecommitdiffstats
path: root/docs/submodules/portal.git
AgeCommit message (Collapse)AuthorFilesLines
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 5f652908e3cffe593c03a4f352ab0d33663b1639 - Merge "FunctionalMenuItem DB constraints add" - FunctionalMenuItem DB constraints add Java Bean Validation SR 380 annotations added to classes Unnecessary boxing removed. Issue-ID: PORTAL-626 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ic1c20870fd781d46061077fd14b81a65dea93e6e
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 9d730f0c98561e566be9adba12c0b044f5924a9f - Merge "XSS Vulnerability fix in DashboardSearchResultController" - XSS Vulnerability fix in DashboardSearchResultController Custom Validator is used to secure this endpoints. Issue-ID: OJSI-15 Change-Id: Idf523a53bc5fe9e1df8110526d56336953759c86 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to a5e70096b0cf77fb10d18e4ecd4e67be40ceedaf - Merge "Custom data validator" - Custom data validator By creating custom data validator we can reduce code duplications. Issue-ID: OJSI-15 Change-Id: I39decf1d6ded559322c4445f0956fad2a159878d Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 682773f88ca8b69b5ba9dee3515d437522817148 - Merge "XSS Vulnerability fix in TicketEventController" - XSS Vulnerability fix in TicketEventController @SafeHtml and SecureString used to fix this issue; Issue-ID: OJSI-209 Change-Id: I588872839696c824135bab88c100b31c23d960ba Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 5b6231bb65d5033f911827b13572bc70756d7b1d - Merge "XSS Vulnerability fix in RoleManageController" - XSS Vulnerability fix in RoleManageController @SafeHtml and SecureString used to secure this class Issue-ID: OJSI-208 Change-Id: Ie01799933add3419cacf0fc716ce2da6da0a2853 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 9abe14fca14a8f15a7ee58cab1e92908282fef0b - Merge "Fix sql injection vulnerability" - Fix sql injection vulnerability Use a variable binding instead of concatenation. Add new test for function 'createLocalUserIfNecessary'. Issue-ID: OJSI-174 Change-Id: Iddd65893bb2cb16c90d4f8db59816fdf261874bc Signed-off-by: Dominik OrliƄski <d.orlinski@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to e496b1b94a07e7995fefd8113c0fbe25953322ea - Merge "XSS Vulnerability fix in AppsOSController" - XSS Vulnerability fix in AppsOSController SecureString class used to secure PathVariable. Issue-ID: OJSI-207 Change-Id: I6275c5db4d8d97dc60ef1676b651e3d8802ad9f7 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3462e289aec5880f3e2f2f23ce4b5f70160ba7f4 - Merge "XSS Vulnerability fix in AppsControllerExternalRequest" - XSS Vulnerability fix in AppsControllerExternalRequest @SafeHtml annotation is used to fix this problem. This patch also fix some minor issues: * isAuxRESTfulCall() method delete. Method was nowhere used. * '.length() == 0' changed to '.isEmpty()' Issue-ID: PORTAL-604 Change-Id: Ib7091622081f507812654b50275ad7ac4c97bfc3 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to d0983c06165682e054af165621ae84d858b08117 - Merge "Sonar issue: Correct this "&" to "&&" in MicroserviceServiceImpl" - Sonar issue: Correct this "&" to "&&" in MicroserviceServiceImpl This patch also fix some minor issues: * 'fori' loop replaced with 'foreach' * Sonar issue: Replace the type specification in this constructor call with the diamond operator ("<>"). * redundant 'throws'. Exception will never throw * unnecessary temporary local variable Issue-ID: PORTAL-603 Change-Id: If23afb9f4a10f0ad06c712cb95a38b54dc5cd089 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to d86f64c663b7b82f529617b6c8c0ea69a926f950 - Merge "XSS Vulnerability fix in MicroserviceController" - XSS Vulnerability fix in MicroserviceController @SafeHtml annotation is used to fix this problem. This commit also fix: * redundant local variable issue * sonar issue: Replace the type specification in this constructor call with the diamond operator ("<>"). * performance issue - String concatenation argument as argument to 'StringBuilder.append()' call * redundant cast * redundant 'throws Exception'. 'Exception' is never thrown * access static member via instance reference * unused declarations Issue-ID: PORTAL-602 Change-Id: Id92fe2d9cfe239474403f611f3d5d0170acf63cc Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 2341313316b631be275294622ca9d4281e1f20bc - Merge "XSS Vulnerability fix in DashboardSearchResultController" - XSS Vulnerability fix in DashboardSearchResultController @SafeHtml annotation is used to fix this problem. New class 'SecureString' must be added to project to valid incoming Strings from '@RequestParam String incoming String' pom.xml file update. This patch also fix: * remove unnecessary semicolon * Sonar issue: Replace the type specification in this constructor call with the diamond operator ("<>") Issue-ID: PORTAL-601 Change-Id: Id214b6e65f0c486141679fd23725a7fb66443acd Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-13Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to f4359045f50372d8cf5c8ce0eb08d4b6c2cf26ba - Merge "Fix sonar issue: Override "equals(Object obj)"" - Fix sonar issue: Override "equals(Object obj)" This commit provide equals method for CentralV2UserApp and test for this method. Issue-ID: PORTAL-599 Change-Id: Ied44c680032831ec6a02211f658ec16f0aad8f4a Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-11Update git submodulesWelch, Lorraine (lb2391)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to e98d94edaa2276b33959f5ef6d45f3fdeeab37ee - Updated Dublin Release Notes Issue-ID: PORTAL-592 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: I4d1e7e8bd83ed2adb7df25ccf4c694b1c81ef879
2019-06-07Update git submodulesWelch, Lorraine (lb2391)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 708ef7b50e2d81ebd85c11a20211042b630bc99f - Added lorraineawelch to INFO.yaml Issue-ID: PORTAL-618 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: I3d7f57c8cc20347f8adeefbada2eaffde0940262
2019-05-30Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 40c8f073970f3664786d1bb4d4c69ed3f57b8b45 - Merge changes I1c586793,I47249407,Idad22dea,I5c3bee06,I5cb96956 * changes: Document OJSI-190 vulnerability Document OJSI-174 (CVE-2019-12318) vulnerability Document OJSI-92 (CVE-2019-12121) vulnerability Document OJSI-65 (CVE-2019-1212) vulnerability Document OJSI-15 (CVE-2019-12317) vulnerability - Document OJSI-190 vulnerability Issue-ID: OJSI-190 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I1c586793b744a5807e7b1a7a1d416dfd43409ab0 - Document OJSI-174 (CVE-2019-12318) vulnerability Issue-ID: OJSI-174 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I47249407ccb62ca7ffd1d8edc9ada8793f4c53c9 - Document OJSI-92 (CVE-2019-12121) vulnerability Issue-ID: OJSI-92 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Idad22deafb262da539c52fa8733e7ea098fd1361 - Document OJSI-65 (CVE-2019-1212) vulnerability Issue-ID: OJSI-65 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I5c3bee06c2b1da3eca2bb583c57decb35b0f32c0 - Document OJSI-15 (CVE-2019-12317) vulnerability Issue-ID: OJSI-15 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I5cb96956f25e09a390ef24a52f6222c0cc7b9e94
2019-05-30Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 88f48d47dc427e73842c0b65a6b544c8229c2773 - Merge "Don't give the user the exact stack trace of the exception" - Don't give the user the exact stack trace of the exception Catching the exception in the SecurityXssFilter class. Issue-ID: OJSI-192 Change-Id: I8d9d7a3032f98afcb58285b13b13d5ce35fddadd Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
2019-05-30Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to ee8d6a877f7709f28da43b0f10baf659876c4bed - Merge "Don't give user the exact exception description" - Don't give user the exact exception description 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-28Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to ba546e970d779a5e87a07b3058a85e1446c39129 - Merge "Removed user password from portal's profile API" - Removed user password from portal's profile API 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-28Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 59eebbf3cb31d01345d973098a73a866b1d08466 - Document OJSI-106 vulnerability Issue-ID: OJSI-106 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I549009cf3c313b0f5307b99ce22b56243e933f8f
2019-05-28Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 43262c8109f8a65d67e0d273a7b08db202520ff4 - Document OJSI-105 vulnerability Issue-ID: OJSI-105 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I8c3a00ce98886f7175e5cf85f09309bd50ef702c
2019-05-28Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 66c406115811a0e83a67791fe4eaa35c54edb2b1 - Document OJSI-97 vulnerability Issue-ID: OJSI-97 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I56d194918b91580d5d9f6b25e564923fe29c51f3
2019-05-28Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 53de06c9d6b3c52f9f23ed4904968074b3f833d2 - Improve security release notes In order to provide users with more details of project's state in terms of security let's divide the security release notes into three sections: - Fixed Security Issues Contains a list of security fixes merged during this release (especially those reported via OJSI tickets). - Known Security Issues Contains a list of vulnerabilities detected in project during release which have not been fixed yet and thus should be mitigated by the user. - Known Vulnerabilities in Used Modules Contains information about NexusIQ scan results Issue-ID: SECCOM-238 Change-Id: Ief8825c38c7723c26e8c7e10a6a13f4b8f9c169d Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2019-05-23Update git submodulesWelch, Lorraine (lb2391)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 5260297bb0fdd7ca1640b45a4c9b96b7fd158a1e - Dublin Release Notes for Portal Issue-ID: PORTAL-592 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: I93a2ff82f52f709d12bfa92c0d14859d2298b6a1
2019-05-10Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 306d89bd2673a76939e57186d15ffcd2a504d498 - Merge "Added Functional Menu Entries, del bad thumbnail" - Added Functional Menu Entries, del bad thumbnail Issue-ID: PORTAL-515 Change-Id: Ibac6ae65fc4df39a7bab2a98946d664bf47413b8 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-05-09Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 742e3582bdd70f3117bcfa8f1c4541d77412aa5f - Merge "Revert "Update oparent version"" - Revert "Update oparent version" Issue-ID: PORTAL-571 This reverts commit 64c7491aa9208ed3024b81ab78a73751c1cc859e. Change-Id: I72fefbceccea7d723d02e0b38efebf9aafc7018e Signed-off-by: statta <statta@research.att.com>
2019-05-03Update git submodulesstatta1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 0c0b45e71bc863d585e1a36d100a9e19794b787e - Update version text Issue-ID: PORTAL-557 Change-Id: Id3feb4f800d6593c373efd5a35b6f19e4ddc7044 Signed-off-by: statta <statta@research.att.com>
2019-05-02Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 97a7ae6735326720f78067a8996b6b6ae07ddc48 - Merge "Fix Sonar Bugs NullPointers" - Fix Sonar Bugs NullPointers 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 git submodulesk.kazak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 729f4611202be657c7672aa92ec70844cafffede - update .gitignore 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-02Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 10df99f8ffc45b03f5557a30eec5bcc307503cc6 - Merge "Fix unknow language option display bug" - Fix unknow language option display bug Change-Id: Ice97b508145a057ec07b7db584f20a27fa16ad3d Issue-ID: PORTAL-565 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-05-02Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3ae49aa2258be96fca2ff34e4dc87dd0e0bae161 - Merge "Fix no name language option bug" - Fix no name language option bug Change-Id: I0bfc185ea41324d040ffa23c831bbbaa8f51ef3c Issue-ID: PORTAL-566 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-05-02Update git submodulesJessica Wagantall1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 64c7491aa9208ed3024b81ab78a73751c1cc859e - Update oparent version 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-30Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 805f0753b9b3f71393aa181abacd78ae6522ff13 - Merge "Fix Sonar Bugs NullPointers" - Fix Sonar Bugs NullPointers 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-29Update git submodulesguochuyicmri1-0/+0
* Update docs/submodules/portal.git from branch 'master' to c0a6b04ff93ff4e45a443a932feeaadf7ca24c7f - Fix no reaction bug about changing language option Change-Id: Ie1f75224d0cc70a87e77f5c357ed6e34b0cb3220 Issue-ID: PORTAL-565 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-25Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/portal.git from branch 'master' to b04f71de6f585687eb81333ab1fd909df0d8b71f - Use all available information in audit log output 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-23Update git submodulesWelch, Lorraine (lb2391)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to a543a773266e13155d739e00c4b9d4b0d1529abf - App_id chged to 11, Acumos logo fixed Issue-ID: PORTAL-563 Change-Id: I10b9d63e4c27410ab73a64028c7a94814305b901 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-23Update git submodulesArindam Mondal1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 8dc7c79b05b1059392974055628dec0463616002 - Sonar fix too mnay method param +) 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-18Update git submodulesk.kazak1-0/+0
* Update docs/submodules/portal.git from branch 'master' to c97fca88eab7acc8a6b4bbfc469d7478f03f3112 - fix .gitattributes for *.rst 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-16Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 9c152c3c93793fb15e7ba9a311de4f3974f712fb - Merge "Rel Notes for HTTP security check for SDC" - Rel Notes for HTTP security check for SDC Issue-ID: PORTAL-555 Change-Id: I4e7c15ca60b92aa6185eba596920c2c26dcbc92b Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-16Update git submodulesstatta1-0/+0
* Update docs/submodules/portal.git from branch 'master' to e97570dca9ddbfbb253f7c5b4f073b2dab071974 - Update Docker Image Number Issue-ID: PORTAL-557 Change-Id: I1e828f922f23a7d04e6fdeff2265e0260b308b87 Signed-off-by: statta<statta@research.att.com>
2019-04-16Update git submodulesWelch, Lorraine (lb2391)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 1b9bedf55c76bd925bc1e129f518a49c813733cb - Added work around for VID access in the rel. notes Issue-ID: PORTAL-555 Change-Id: Ic1a207cd93894c601358502b101bae22a7e2d578 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3825afb074f3a44391473a1fa20859d796724913 - Merge "Add multi-language APIs into BE-common" - Add multi-language APIs into BE-common Change-Id: Ia9fddbe81bb2eb8d3e0786fcc81f0469ed45bfa0 Issue-ID: PORTAL-376 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to d350340d41cc5e53d0b212c3fd2c3f80cae60a51 - Merge "Add language tables and init data into DB-common" - Add language tables and init data into DB-common Change-Id: I0a20395435cc600f8b710e9879bea60fea9abc9d Issue-ID: PORTAL-376 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to f4da16d901833464b5d572dcc335e6888d0d8d45 - Merge "Modify html label to support multi-language" - Modify html label to support multi-language Change-Id: I2f189dd935307488d8e63db624931ddbb1a18e95 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 4dbf178bb6f1c6a642d6c8ddeb3c283ec8c5c5cd - Merge "Add translate javascript into FE-common" - Add translate javascript into FE-common Change-Id: I6001019f07eb03e550906accbd85e174a883ab2d Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3c177c38c83976553b0e10a69ab0b3568de9f668 - Merge "Modify html label to support multi-language" - Modify html label to support multi-language Change-Id: I080a1abce7daeebab1a1c3ab01c6ad9af94e13ed Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 31d54eac90ae119c6d424617059c1a1114af180d - Merge "Add multi-language APIs configuration into FE-os" - Add multi-language APIs configuration into FE-os Change-Id: I23a9c59d34ed17344504b17dd0cfb4de77418842 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to f0c13343a863f6053f20421aaaf20659bd6cc8ff - Merge "Add language files into FE-os" - Add language files into FE-os Change-Id: If315a0788b198590b380e995a90fc65bb41ac62d Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 082b5ed2b6d36bec3003638124c512302e8642b5 - Merge "Add angular-translate plugin into FE-os" - Add angular-translate plugin into FE-os Change-Id: I8f443ed760a4522e0bc83f5fcfb359f3316da3b1 Issue-ID: PORTAL-377 Signed-off-by: shentao999 <shentao@chinamobile.com>
2019-04-11Update git submodulesManoop Talasila1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 4cd2af8401bdc64aa5d28629b0365c1067f8ed28 - Merge "Updated Release Notes on Keystore cert" - Updated Release Notes on Keystore cert Issue-ID: PORTAL-549 Change-Id: Id32954cd47469cff79c68220821f36fdb0d95f4d Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-04-11Update git submodulesWelch, Lorraine (lb2391)1-0/+0
* Update docs/submodules/portal.git from branch 'master' to a09f7a4a532e35f216cf5215e49d2a7c179b0270 - Added Acumos link, News, Event Issue-ID: PORTAL-467 Change-Id: I320911c24bca48e6bf09658f4344eb5ab62f6ac7 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>