Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps serve-static and express. These dependencies needed to be updated together.
Updates serve-static from 1.15.0 to 1.16.2

Release notes

Sourced from serve-static's releases.

1.16.0

What's Changed

New Contributors

Full Changelog: expressjs/serve-static@v1.15.0...1.16.0

Changelog

Sourced from serve-static's changelog.

1.16.2 / 2024-09-11

  • deps: encodeurl@~2.0.0

1.16.1 / 2024-09-11

  • deps: send@0.19.0

1.16.0 / 2024-09-10

  • Remove link renderization in html while redirecting
Commits
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.


Updates express from 4.18.2 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

ase-101 and others added 30 commits January 24, 2024 00:07
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: Bunsy <bunsy2014@gmail.com>
…istered Username is entered.

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: Bunsy <bunsy2014@gmail.com>
Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Cherry-picked bug fixes from develop to release branch
Updated sign up and forgot password related messages

Signed-off-by: Anuranjan14 <120705365+Anuranjan14@users.noreply.github.com>
updated the json 

Signed-off-by: Anuranjan14 <120705365+Anuranjan14@users.noreply.github.com>
Reverting back the changes made

Signed-off-by: Anuranjan14 <120705365+Anuranjan14@users.noreply.github.com>
Reverted back the changes made.

Signed-off-by: Anuranjan14 <120705365+Anuranjan14@users.noreply.github.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>
Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>
Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com>
Signed-off-by: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com>
Prafulrakhade and others added 25 commits March 13, 2024 12:02
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
Signed-off-by: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com>
* [DSD-4738] Updated install-all.sh

Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com>

* [DSD-4738] Updated delete-all.sh

Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com>

* [DSD-4738] Updated restart-all.sh

Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com>

---------

Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com>
Signed-off-by: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com>
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
[DSD-4653]Removed artifactory-share copy from copy_cm.sh
* Updated Pom versions for release changes

Signed-off-by: GitHub <noreply@github.com>

* Update pom.xml

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Co-authored-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
* ES-782 (#70)

Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* DSD-4457 (#72)

* fix cookie without secure code

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>

* fix code bug

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>

* update sonar ignore on getChache

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>

* fix null on message

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>

---------

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES 802 (#76)

* Signup service - Changes required in Async notification calls

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>

* throw exception and add test case

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>

---------

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES-973 (#77)

Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* Error message when multiple user attempting to register with same identifier simultaneously should be changed to user friendly message.

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES-789 (#79)

* add local in request header

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>
Signed-off-by: Mengleang <ngounmengleang18@gmail.com>
Signed-off-by: mengleang-0090 <n.mengleang@dgc.gov.kh>
Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>

* update wording

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>
Signed-off-by: Mengleang <ngounmengleang18@gmail.com>
Signed-off-by: mengleang-0090 <n.mengleang@dgc.gov.kh>
Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>

* resolve conflict

Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>

* update test case

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>
Signed-off-by: Mengleang <ngounmengleang18@gmail.com>
Signed-off-by: mengleang-0090 <n.mengleang@dgc.gov.kh>
Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>

* move locale into registration request

Signed-off-by: Mengleang <ngounmengleang18@gmail.com>
Signed-off-by: mengleang-0090 <n.mengleang@dgc.gov.kh>
Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>

* front end move locale into request body

Signed-off-by: Mengleang <ngounmengleang18@gmail.com>
Signed-off-by: mengleang-0090 <n.mengleang@dgc.gov.kh>
Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>

* Issues with cached methods found during redis integration fixed (#68)

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* move locale to req body in Reset password endpoint

Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>

* handle locale registerRequest and resetPasswordRequest null

Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>

* convert 2 to 3 langCode

Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>

* remove locale from header

Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>

---------

Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>
Signed-off-by: Mengleang <ngounmengleang18@gmail.com>
Signed-off-by: mengleang-0090 <n.mengleang@dgc.gov.kh>
Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Co-authored-by: Mengleang <ngounmengleang18@gmail.com>
Co-authored-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* Error message when identifier blocked in the UI can be revised

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-831] [ES-833] Fixed: Error messages are not getting disappeared for below scenarios. Fixed: Otp text boxes are not aligned properly when Otp length is increased 8

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-791] Fixed: User preferred/selected language is not retained during redirection.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* Error message when Username preceded with 0 is not as per story requirements.

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* fix: fix breaking words

Signed-off-by: Bunsy <bunsy2014@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* fix: fix retry button not working

Signed-off-by: Bunsy <bunsy2014@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* fix: reload fully on some devices only

Signed-off-by: bunsy-0900 <bunsy-chhay@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-833] Fixed: Otp text box alignment issue on reset password page.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* Move the language related files to artifactory for signup UI

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-863]

Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-855, ES-856] Updated stoplight API documentation (#96)

Signed-off-by: Balaji Alluru <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* Fix signup UI build fail (#98)

* Fix fail build

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Fix fail build

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

---------

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Co-authored-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES-839: fix color

Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* fix: change favicon

Signed-off-by: Bunsy <bunsy2014@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* fix: change lang flow

Signed-off-by: Bunsy <bunsy2014@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES-741: disable tooltips in sign up form

Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES-741: disable tooltips in sign-up and reset-password forms

Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* improve test coverage (#108)

Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Co-authored-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES-793 scenario 2 (#110)

Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-851] [ES-831] Allowing the user to re-enter the captcha when resend otp is clicked if mosip.signup.send-challenge.captcha-required is enabled true. Clearing the error messages in some scenarios

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES-857  (#113)

* ES-886

Signed-off-by: pr <panharith-an@mptc.gov.kh>

* ES-890

Signed-off-by: pr <panharith-an@mptc.gov.kh>

* ES-887

Signed-off-by: pr <panharith-an@mptc.gov.kh>

* ES-884

Signed-off-by: pr <panharith-an@mptc.gov.kh>

* ES-888

Signed-off-by: pr <panharith-an@mptc.gov.kh>

* ES-885

Signed-off-by: pr <panharith-an@mptc.gov.kh>

* ES-892

Signed-off-by: pr <panharith-an@mptc.gov.kh>

* resolve comment

Signed-off-by: pr <panharith-an@mptc.gov.kh>

---------

Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-832] Fixed: Mobile- Number keypad should be rendered when user navigates to Otp screen.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* Move theme based file to artifactory-ref-impl repo for esignet-signup-ui

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-832] Removed secret attribute from otp pin input.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ADDED] id & name in signup page component

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ADDED] id & name in landing page component

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ADDED] id & name in reset pwd page component

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ADDED] id & name in common & icons component

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES-785 (#121)

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Co-authored-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES-1069

Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-831]: Fixed the issue where the error message in still retaining in signup flow.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ADDED] copy paste in input field

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-833]: Fixed the issue for iPhone15+ where Otp text boxes are not aligned properly when Otp length is increased 8.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-833]: Fixed the issue for iPhone15+ where Otp text boxes are not aligned properly when Otp length is increased 8.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-856]Update esignet-signup-openapi.yaml

Signed-off-by: Balaji Alluru <74903654+balaji-alluru@users.noreply.github.com>

* Update esignet-signup-openapi.yaml

Signed-off-by: Balaji Alluru <74903654+balaji-alluru@users.noreply.github.com>

* [MOSIP-31575] Updated docker file. (#118)

* [MOSIP-31575] Updated docker file.

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

* [MOSIP-31575] Updated docker file.

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

* [MOSIP-31575] Updated docker file.

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

* Update push-trigger.yml

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

* [MOSIP-31575] Updated docker file.

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

* Update push-trigger.yml

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

* Update push-trigger.yml

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

---------

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

* Updated release pom versions

Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-1125] Updated pom file

Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

---------

Signed-off-by: pr <panharith-an@mptc.gov.kh>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: mengleang-ngoun <mengleang-ngoun@mptc.gov.kh>
Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Mengleang <ngounmengleang18@gmail.com>
Signed-off-by: mengleang-0090 <n.mengleang@dgc.gov.kh>
Signed-off-by: mengleang-0090 <mengleang-ngoun@mptc.gov.kh>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Bunsy <bunsy2014@gmail.com>
Signed-off-by: bunsy-0900 <bunsy-chhay@mptc.gov.kh>
Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>
Signed-off-by: Balaji Alluru <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>
Co-authored-by: panharith-0118 <148301211+panharith-0118@users.noreply.github.com>
Co-authored-by: mengleang-0090 <148198934+mengleang-0090@users.noreply.github.com>
Co-authored-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Co-authored-by: Mengleang <ngounmengleang18@gmail.com>
Co-authored-by: ase-101 <sunkadaeanusha@gmail.com>
Co-authored-by: GurukiranP <talk2gurukiran@gmail.com>
Co-authored-by: Bunsy <bunsy2014@gmail.com>
Co-authored-by: bunsy-0900 <bunsy-chhay@mptc.gov.kh>
Co-authored-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>
Co-authored-by: rathanak-0080 <148197234+rathanak-0080@users.noreply.github.com>
Co-authored-by: pr <panharith-an@mptc.gov.kh>
Co-authored-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Co-authored-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>
* [MOSIP-31132] Added limit for wrong attempts in OTP login (#135)

* added changes to tackle multiple invalid attempts in verifyChallenge

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>

* changed the property name

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>

* changed the property name

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>

* added testcase for exceeded attempts

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>

* changed the message for excceded attempts

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>

---------

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Co-authored-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* ES-943 (#124)

* Refactor code for custom Theme

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Add translation for logo alt

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Add image download

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Revert root themse change

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Revert root themse change

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Revert root themse change

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

---------

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Co-authored-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* Revert "ES-943 (#124)"

This reverts commit 9aeccf6.

Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

---------

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Co-authored-by: Kaif Siddique <74772315+kaifk468@users.noreply.github.com>
Co-authored-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Co-authored-by: rathanak-0080 <148197234+rathanak-0080@users.noreply.github.com>
Co-authored-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: pr <panharith-an@mptc.gov.kh>
* Refactor code for custom Theme

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Add translation for logo alt

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Add image download

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Revert root themse change

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Revert root themse change

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* Revert root themse change

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

---------

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Co-authored-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
… Otp button is clicked. (#153)

* [ES-851]: Fixed - Displayed invalid captcha error message when resend Otp button is clicked. (#149)

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [ES-851]: Fixed - Displayed invalid captcha error message when resend Otp button is clicked. (#150)

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [ES-851]: Fixed - Displayed invalid captcha error message when resend Otp button is clicked. (#151)

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

---------

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>
…d text alignment is not proper in pop up message. (#162)

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Co-authored-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
…creen (#161)

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Co-authored-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
… collection (#190)

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Co-authored-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Signed-off-by: Balaji Alluru <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
[MOSIP-31132] Reverted the security fix
* Updated Pom versions for release changes

Signed-off-by: GitHub <noreply@github.com>

* release changes]

Signed-off-by: techno-467 <prafulrakhade02@gmail.com>

* Update pom.xml

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Co-authored-by: techno-467 <prafulrakhade02@gmail.com>
Co-authored-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...v1.16.2)

Updates `express` from 4.18.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.18.2...4.21.0)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.