Commit fc20ead
Video Consultation Functionality (#380)
* Update application.properties
* add column in create BeneficiaryModel
* Elasticsearch implementation for Beneficiary Search (#324)
* fix: implement functionality to search beneficiaries with Elasticsearch
* fix: remove unwanted import
* fix: update pom.xml
* fix: change the response code
* variable added
* update language
* update language
* Downgrade version from 3.6.1 to 3.6.0
* Elastic Search Implementation for Advanced Search (#327)
* fix: cherry-pick commits for advanced search
* fix: cherry-pick commit for token issue - mobile application
* fix: add the missing properties
* fix: add function to retrieve userid
* fix: move the fetch Userid to jwtUtil
* Remove empty line in application.properties
* fix:signature check for mmu
* Update application.properties
* Update application.properties
* fix: retrive any user without deleted
* implement state wise hide un hide form fields
* implement state wise hide un hide form fields
* implement state wise hide un hide form fields
* enhance welcome sms code
* fix hide unhide form issue
* docs: add DeepWiki badge and documentation link
* Add DeepWiki badge to README
Added DeepWiki badge to README for better visibility.
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* fix hide unhide form issue
* chore(swagger): automate swagger sync to amrit-docs (#354)
* chore(swagger): automate swagger sync to amrit-docs
* chore(swagger): automate swagger sync to amrit-docs
* chore(swagger): automate swagger sync to amrit-docs
* Update the swagger json github workflow (#359)
* chore(swagger): automate swagger sync to amrit-docs
* chore(swagger): automate swagger sync to amrit-docs
* chore(swagger): automate swagger sync to amrit-docs
* fix(swagger): update the workflow and fix the running issue
* fix(swagger): fix the swagger json workflow
* chore(swagger): add fixed branch name in workflow
* chore(ci): prevent multiple swagger sync PRs by using fixed branch
* chore(swagger): add Dev/UAT/Demo servers to OpenAPI config
* chore(swagger): avoid default server URLs
* chore(swagger): remove field injection and inject URLs into OpenAPI bean
* Add /health endpoint and standardize /version response (#331)
* Add /health endpoint and standardize /version response
* Add license headers and Javadocs to health and version controllers
* Enhance /health endpoint to check Database and Redis connectivity
* Improve /health endpoint HTTP status handling and logging
* Enhance database health check with validation query
* Refactor health controller to constructor injection and constants
* Refactor: Extract business logic to HealthService to keep controller lean
* Refactor: Extract business logic to HealthService to keep controller lean
* Fix: Use ObjectProvider for optional health dependencies
* Add advance health check for database (#361)
* chore(swagger): automate swagger sync to amrit-docs
* chore(swagger): automate swagger sync to amrit-docs
* chore(swagger): automate swagger sync to amrit-docs
* fix(swagger): update the workflow and fix the running issue
* fix(swagger): fix the swagger json workflow
* chore(swagger): add fixed branch name in workflow
* chore(ci): prevent multiple swagger sync PRs by using fixed branch
* chore(swagger): add Dev/UAT/Demo servers to OpenAPI config
* chore(swagger): avoid default server URLs
* chore(swagger): remove field injection and inject URLs into OpenAPI bean
* feat(health,version): update version and health endpoints and add advance check for database
* fix(health): normalize severity and fix slow query false positives
* fix(health): avoid false CRITICAL on single long-running MySQL transaction
* fix(health): enforce 3s DB connection timeout via HikariCP
* Merge Release-3.8.0 (3.6.1) to Main (#379)
* Move code to 3.6.1 to 3.8.0 (#372)
* fix: cors spell fixes and import of packages updates
* fix: deployment issue fix
* feat: amm-1959 dhis token for cho report re-direction
* fix: beneficiary history on revisit (#320)
* fix: call type mapper (#322)
* Elasticsearch implementation for Beneficiary Search (#324)
* fix: implement functionality to search beneficiaries with Elasticsearch
* fix: remove unwanted import
* fix: update pom.xml
* fix: change the response code
* variable added
* Elastic Search Implementation for Advanced Search (#327)
* fix: cherry-pick commits for advanced search
* fix: cherry-pick commit for token issue - mobile application
* fix: add the missing properties
* fix: add function to retrieve userid
* fix: move the fetch Userid to jwtUtil
* fix:signature check for mmu
* fix: retrive any user without deleted
* fix: update KM filepath
* FLW-713 Remove All File Upload Options (#350)
* FLW-713 Remove All File Upload Options
* Fix UserServiceRoleRepo dependency issue and codeRabit comment
* fixed coderabit comment
* fix userMappingId issue
* Add SMS functionality in release-3.6.1 (#358)
* Enable SMS Functionality in MMU App to Send Prescriptions (#325)
* fix: sms template save and map mmu (#306)
* Vb/sms (#307)
* fix: sms template save and map mmu
* fix: enable mms for mmu prescription
* Enable SMS Functionality in MMU App to Send Prescriptions (#325)
* fix: sms template save and map mmu (#306)
* Vb/sms (#307)
* fix: sms template save and map mmu
* fix: enable mms for mmu prescription
---------
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
---------
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
Co-authored-by: Sachin Kadam <152252767+sac2kadam@users.noreply.github.com>
Co-authored-by: vanitha1822 <vanitha@navadhiti.com>
Co-authored-by: Saurav Mishra <80103738+SauravBizbRolly@users.noreply.github.com>
* fix: add OTP rate limiting to prevent OTP flooding on sendConsent endpoint (#373)
- Add OtpRateLimiterService with Redis-backed per-mobile rate limits (3/min, 10/hr, 20/day)
- Add OtpRateLimitException for 429 responses
- Integrate rate limiter in BeneficiaryOTPHandlerImpl and BeneficiaryConsentController
- Add otp.ratelimit.* properties to common_ci and common_docker profiles
- Update common_example.properties with new OTP rate limit config
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* Health api (#376)
* Cherry-pick health and version API enhancements to release-3.6.1 (#371)
* feat(health,version): update version and health endpoints and add advance check for database
* fix(health): normalize severity and fix slow query false positives
* fix(health): avoid false CRITICAL on single long-running MySQL transaction
* fix(health): enforce 3s DB connection timeout via HikariCP
* Release 3.6.1 (#374)
* feat(health,version): update version and health endpoints and add advance check for database
* fix(health): normalize severity and fix slow query false positives
* fix(health): avoid false CRITICAL on single long-running MySQL transaction
* fix(health): enforce 3s DB connection timeout via HikariCP
* feat(health): add healthcontroller and fix versioncontroller issues
* fix: build error (#375)
---------
Co-authored-by: KOPPIREDDY DURGA PRASAD <144464542+DurgaPrasad-54@users.noreply.github.com>
Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com>
---------
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
Co-authored-by: Sachin Kadam <152252767+sac2kadam@users.noreply.github.com>
Co-authored-by: Saurav Mishra <80103738+SauravBizbRolly@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: KOPPIREDDY DURGA PRASAD <144464542+DurgaPrasad-54@users.noreply.github.com>
* fix: video consultation functionality
* fix: pom version update
* fix: add cti-server-ip
* fix: comment unwanted code
* fix: update videocall url property
* fix: update cti-server-ip
* docs: add CLAUDE.md for Claude Code guidance
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: KM issue
* fix: KM issue
* fix: remove unwanted imports
* fix: conflicts
* fix: update the temp path
* Fix the OpenKM Issue (#389)
* fix: remove km in application.properties
* fix: update all the properties to fetch from env
* fix: update path
* fix: KM issue
* fix: get file from km
* fix: build issue
* fix: build issue
* fix: remove unwanted imports
* fix: build issue
* fix: remove commented line
* Enable KM configuration in common_example.properties
Uncomment KM configuration properties for OpenKM.
* Fix ConfigProperties to resolve env variable placeholders via Spring Environment (#390)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: update sms issue
* fix: build issue
* fix: update condition
* fix: edit ben issue
* fix: phone number issue for sms
* fix: update the url with jwt token
* fix: jitsi authorization issue
* fix: skip auth
* fix: hash key updation
* fix: jwt type in header for authorization
* fix: update file path
* fix: vc recording path updation
* fix: update video call recording functionality
* fix: remove unwanted codes
* fix: coderabbit comments
---------
Co-authored-by: Saurav Mishra <80103738+SauravBizbRolly@users.noreply.github.com>
Co-authored-by: Saurav Mishra <saurav.mishra@bizbrolly.com>
Co-authored-by: Sachin Kadam <152252767+sac2kadam@users.noreply.github.com>
Co-authored-by: Mithun James <drtechie@users.noreply.github.com>
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: vishwab1 <vishwanath@navadhiti.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
Co-authored-by: DurgaPrasad-54 <prasad8790237@gmail.com>
Co-authored-by: KOPPIREDDY DURGA PRASAD <144464542+DurgaPrasad-54@users.noreply.github.com>
Co-authored-by: Vaishnav Bhosale <vaishnavbharatbhosale@gmail.com>
Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: SnehaRH <sneha@navadhiti.com>1 parent b804de1 commit fc20ead
43 files changed
Lines changed: 1173 additions & 245 deletions
File tree
- src
- main
- environment
- java/com/iemr/common
- config
- encryption
- controller
- dynamicForm
- videocall
- data
- translation
- videocall
- mapper/videocall
- model
- beneficiary
- videocall
- repository
- dynamic_form
- translation
- videocall
- service
- beneficiary
- cti
- feedback
- kmfilemanager
- nhm_dashboard
- notification
- scheme
- services
- sms
- videocall
- welcomeSms
- utils
- config
- http
- km/openkm
- resources
- test/java/com/iemr/common
- controller/videocall
- service/videocall
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 57 | | |
64 | 58 | | |
65 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
| 193 | + | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
197 | 206 | | |
198 | 207 | | |
199 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
| 195 | + | |
197 | 196 | | |
198 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
199 | 207 | | |
200 | 208 | | |
201 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
Lines changed: 76 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
| 25 | + | |
3 | 26 | | |
4 | 27 | | |
5 | 28 | | |
| |||
12 | 35 | | |
13 | 36 | | |
14 | 37 | | |
| 38 | + | |
15 | 39 | | |
| 40 | + | |
16 | 41 | | |
17 | 42 | | |
| 43 | + | |
| 44 | + | |
18 | 45 | | |
19 | 46 | | |
20 | 47 | | |
21 | 48 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 49 | | |
27 | | - | |
| 50 | + | |
28 | 51 | | |
29 | 52 | | |
30 | 53 | | |
| |||
67 | 90 | | |
68 | 91 | | |
69 | 92 | | |
70 | | - | |
| 93 | + | |
| 94 | + | |
71 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
72 | 102 | | |
73 | 103 | | |
74 | 104 | | |
| 105 | + | |
75 | 106 | | |
76 | 107 | | |
77 | 108 | | |
78 | 109 | | |
| 110 | + | |
79 | 111 | | |
80 | 112 | | |
81 | 113 | | |
82 | 114 | | |
83 | 115 | | |
84 | 116 | | |
85 | 117 | | |
86 | | - | |
87 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
88 | 121 | | |
89 | | - | |
| 122 | + | |
90 | 123 | | |
91 | 124 | | |
92 | 125 | | |
93 | 126 | | |
94 | 127 | | |
95 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
96 | 156 | | |
97 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
98 | 164 | | |
0 commit comments