* * Simplified bundling to just one bundle
* Removed cache invalidation token from bundling
* Generate strong persistent random string on deploy to use for JWT signing
* WIP: moving api-secret and JWT signing to a separate centralized security component
* Moved some server components away from project root
* Fix issues reported by linter
* Ignore detect-object-injection everywhere but the client
* Make admin message button red
* Remove alarms for some security alerts on code
* api_secret is now fully contained in the enclave
* Revised translation (nb)
Revised translation after a first pass through the Norwegian (nb) translation.
* Added missing translations in Day to day report
Missing translation of 'Bolus average , 'Basal average' and 'Base basal average' from daytoday.js
* Translate (nb) missing translations in Day to day report
* Minor changes Day to day report
* Missing translation from glucosedistributon.js of
'Out of Range RMS is calculated by squaring the distance out of range for all glucose readings for the examined period, summing them, dividing by the count and taking the square root. This metric is similar to in-range percentage but weights readings far out of range higher. Lower values are better.')
* Translate (nb) Out of range RMS....
'Out of Range RMS is calculated by squaring the distance out of range for all glucose readings for the examined period, summing them, dividing by the count and taking the square root. This metric is similar to in-range percentage but weights readings far out of range higher. Lower values are better.'
* Translate (nb) Reports: Percentile Chart
* Reports - Treatments: Added missing translation of 'Carbs/Food/Time' from
cgm-remote-monitor\lib\report_plugins\treatments.js
* Transkate (nb) Carbs/Food/Time
* Nitpicking
* Finished first round of translation for Hungarian language
* Added hungarian language to the readme file
* Fixes
* WIP
* Typo fixes and changes to translations
* Update language.js
Fixed some mistyped language keys
Co-authored-by: Andy Feher <andras.feher@smildonis.com>
Co-authored-by: Sulka Haro <sulka@sulka.net>
* Corrected db size config for virtual assistants
* Language fix, improvements, added dbsize to virtAsst config
* Using env
* Added logging
* Debug logging
* Different logging
* More troubleshooting
* Another try
* Reverted stuff, added dbsize to server defaults
* Fixed test
* Fixed another test
* Database size plugin - pill that displays current mongoDB database size
* Enabled dbsize by default
* Fixed bug with dbsize not shownig when size is (rounded) 0% but real bytes > 0
* Cleanup & update to iconfont generation manual
* Changed how warning/urgent levels are configured - from absolute MiB to percentage of DBSIZE_MAX
* Release 13.0.1 (#5329)
* Release ref update v2 (#5301)
* Updated release name and number
* Added missing version number
* Added missing version number
* Fix auth dialog sizing error (#5315)
* Fix auth dialog sizing error (#5314)
* Fix auth dialog sizing error
* Fix Client Init After Auth
(cherry picked from commit 1bf416c3bb964ed555850c3fc55977d69980b8e5)
* update NS minor version
* Added handlers and translations for CGM info
* Defined translate()
* Fixed sensor state reference
* Improved wording for tx age response
* Improved wording for session duration response
* Updated documentation and templates
* Updated README.md TOC and a reference to it
* Added CGM battery info
* Added unit reference to CGM battery levels
* Added handlers and translations for CGM info
* Defined translate()
* Fixed sensor state reference
* Improved wording for tx age response
* Improved wording for session duration response
* Updated documentation and templates
* Updated README.md TOC and a reference to it
* Added CGM battery info
* Added unit reference to CGM battery levels
* Updated API reference in Google Home template
Co-authored-by: Caleb <inventor96@users.noreply.github.com>
* Added support for asking delta
* Added time reference
* Made delta reading more informative
* Corrected time reference
* Try shortening the response
* Revert attempt
* Updated templates and documentation
* Minor improvement in response when delta is 0
* Revert "change default back to 3HR"
This reverts commit e60ff3aa9d.
* shorten HR to H to avoid line-wrapping on mobile
* try larger label font: 35 instead of 25 (vs. 40)
* add comma
* deviceInfo.recent null check
* default back to 3, w/ 4 as an option
* re-add H to single-digit hours
* * Don't use cache manifest all all for development
* Add 4 hours option to view and change the labelling to remove language issues
* Have page scale the minor pill widths more gracefully
* Allow auth tokens to be passed in the api-secret header and used in the client in place of the API secret
* Fix unit test
* Fix admin test
* Reload page when token is used as a secret
* Copied work done by mdomox
* Updates and fixes to CONTRIBUTING.md
* Spacing unification
* One more fix for CONTRIBUTING.md
* Minor code formatting improvements
* One more time...
* Renamed Alexa stuff to virtAsst for generic-ness
* Corrected missed translate() text
* Updated googlehome plugin to mimic the alexa plugin
* Changed order of operations
* Fixed parameter referencing in googlehome
* Yet another CONTRIBUTING fix
* Removed extra google stuff
* Migrated standalone intents to MetricNow intent
* Simplified route handling
* Added logging
* Added forgotten path selector
* Separated instructions for adding virtual assistant support in a plugin
* A few typo fixes
* Improved logging
* Updated Google Home plugin instructions
* Attempt to trigger download of template file
* Small wording tweaks
* Updated Alexa plugin documentation
* Updated test files
* Re-added handler count tests so devs are prompted to write tests for new handlers
* Updated Alexa documentation
* Small typo fix
* Clarification
* Further clarifications and typos
* Added language info to Google Home plugin doc
* URL correction
* URL fix v2
* Wording clarification
* Ugh...
* Minor instruction fix
* Sub steps fix
* Fixed Alexa references in Google Home
* Added a couple steps for improved user experience
* One more forgotten step
* Updated pump reservoir handler to handle undefined values
* Updated titles and unknown-value responses
* Modified forecast responses to use translate()
* Updated tests
* Improved training phrases
* Wording improvements
* Google Home setup instruction corrections
* Corrected how metric selection is found
* changed gitter shield to discord
* changed discord shield text to discord chat instead of just chat
* changed gitter shield to discord
* need to fix my md error
* Rewording the "store hash" label
(Nobody in the public knows what a "hash" is; this setting is constantly misunderstood.)
* Update languge.js to match
* Fix clock if authentication is enabled
Add .npmignore file
* Add time to clock view back
* Formatting
* Select browser language for authentication dialog
Make authentication dialog bigger to suit for other languages.
* Update hashauth.js
* Update hashauth.js
* Update hashauth.js
* Update hashauth.js
* Select language from localStorage
And get suitable language for the very first auth dialog (before the settings were read from server or user can select language in the configuration)
* remove extra `/ ` from clockview, otherwise bundle will not load and search for domain `bundle`
fixes https://github.com/nightscout/cgm-remote-monitor/pull/4860#pullrequestreview-277209223
* remove .npmignore for now.
should be merged in seperated PR
* small fixes