-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update before moving data to mLab #2
base: master
Are you sure you want to change the base?
Commits on Dec 10, 2021
-
prep development area post 14.2.5 release
This helps create an area for developing towards the next version.
Configuration menu - View commit details
-
Copy full SHA for 1ad4867 - Browse repository at this point
Copy the full SHA 1ad4867View commit details
Commits on Dec 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c09616c - Browse repository at this point
Copy the full SHA c09616cView commit details
Commits on Dec 14, 2021
-
obscure private device provenance
Allow users to choose whether or not to reveal the provenance of the data to consumers. This is intended to help protect data rights to portability and access. If consumers start abusing or discriminating against Nightscout users due to the source of the data, this allows users to conceal this information.
Configuration menu - View commit details
-
Copy full SHA for 4b38e32 - Browse repository at this point
Copy the full SHA 4b38e32View commit details
Commits on Dec 15, 2021
-
de facto standard LOW and HIGH values
Disregard brand of device when considering glucose values. By de facto usage, the meaning of LOW and HIGH within Nightscout means that glucose is beyond limits. LOW means 40 or lower. HIGH means 400 or higher. Both tend to invite questioning therapy options, including inspecting if the device is working correctly, as well as potential treatment options.
Configuration menu - View commit details
-
Copy full SHA for a2f2751 - Browse repository at this point
Copy the full SHA a2f2751View commit details -
ensure obfuscation only affects rendered values
The results to render may come from an in-memory cache, or from the database. If they came from the in-memory cache, it's possible that obscurring the device field could actually change the values in memory. When obscurring, the device field, this patch copies all of the values in order to ensure that the in-memory copies are unaffected. With this patch, cached objects should not be affected.
Configuration menu - View commit details
-
Copy full SHA for 6b98e01 - Browse repository at this point
Copy the full SHA 6b98e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de4b94 - Browse repository at this point
Copy the full SHA 0de4b94View commit details -
ensre that objects from api/v2 are also obscured
With this change, any code referencing the sandbox or /api/v2/properties for plugin will also benefit from having the device information obscured.
Configuration menu - View commit details
-
Copy full SHA for 4b96124 - Browse repository at this point
Copy the full SHA 4b96124View commit details -
Merge branch 'wip/bewest/obscure-provenance' of github.com:nightscout…
…/cgm-remote-monitor into wip/bewest/obscure-provenance
Configuration menu - View commit details
-
Copy full SHA for 4e91c91 - Browse repository at this point
Copy the full SHA 4e91c91View commit details -
Merge pull request #7249 from nightscout/wip/bewest/obscure-provenance
obscure private device provenance
Configuration menu - View commit details
-
Copy full SHA for 5ceb82d - Browse repository at this point
Copy the full SHA 5ceb82dView commit details
Commits on Jan 5, 2022
-
Fixes an issue where treatment units were all rewritten on load, rega…
…rdless of units (#7273)
Configuration menu - View commit details
-
Copy full SHA for aca8d5a - Browse repository at this point
Copy the full SHA aca8d5aView commit details
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4625050 - Browse repository at this point
Copy the full SHA 4625050View commit details
Commits on Jan 28, 2022
-
Point readme to correct location of swagger.yaml
Jakob Sandberg committedJan 28, 2022 Configuration menu - View commit details
-
Copy full SHA for dd0c7f0 - Browse repository at this point
Copy the full SHA dd0c7f0View commit details
Commits on Feb 16, 2022
-
mark compatible with node 14 and node 16
Temporarily use git references to share2nightscout-bridge and minimed-connect-to-nightscout in order to help test similar changes in those packages.
Configuration menu - View commit details
-
Copy full SHA for 6dc2b2b - Browse repository at this point
Copy the full SHA 6dc2b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fabd798 - Browse repository at this point
Copy the full SHA fabd798View commit details
Commits on Feb 20, 2022
-
Merge pull request #7285 from nightscout/MilosKozak-patch-2
Change deduping interval
Configuration menu - View commit details
-
Copy full SHA for 9ccba7e - Browse repository at this point
Copy the full SHA 9ccba7eView commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ded6fa9 - Browse repository at this point
Copy the full SHA ded6fa9View commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5a96281 - Browse repository at this point
Copy the full SHA 5a96281View commit details
Commits on Mar 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1a356a0 - Browse repository at this point
Copy the full SHA 1a356a0View commit details
Commits on Mar 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 47d1831 - Browse repository at this point
Copy the full SHA 47d1831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74495b1 - Browse repository at this point
Copy the full SHA 74495b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28bf9e1 - Browse repository at this point
Copy the full SHA 28bf9e1View commit details
Commits on Mar 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f02d51 - Browse repository at this point
Copy the full SHA 6f02d51View commit details
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c8a1a9c - Browse repository at this point
Copy the full SHA c8a1a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce3920 - Browse repository at this point
Copy the full SHA 9ce3920View commit details
Commits on Apr 19, 2022
-
Merge pull request #7380 from ps2/omnipod-reservoir
Omnipod reservoir fixes
Configuration menu - View commit details
-
Copy full SHA for ad1bcbf - Browse repository at this point
Copy the full SHA ad1bcbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb8b71c - Browse repository at this point
Copy the full SHA eb8b71cView commit details
Commits on Apr 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 537ed5e - Browse repository at this point
Copy the full SHA 537ed5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d080b95 - Browse repository at this point
Copy the full SHA d080b95View commit details
Commits on Apr 21, 2022
-
Merge pull request #7375 from ps2/fix-apns-expiration
Fix expiration time on remote notifications for Loop
Configuration menu - View commit details
-
Copy full SHA for d53f574 - Browse repository at this point
Copy the full SHA d53f574View commit details
Commits on Apr 30, 2022
-
Merge pull request #7385 from ps2/automatic-bolus
Support automatic bolus volumes in the enacted field for loop status.
Configuration menu - View commit details
-
Copy full SHA for 555f699 - Browse repository at this point
Copy the full SHA 555f699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06012e5 - Browse repository at this point
Copy the full SHA 06012e5View commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 30cc5ca - Browse repository at this point
Copy the full SHA 30cc5caView commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 38c9a21 - Browse repository at this point
Copy the full SHA 38c9a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for e601717 - Browse repository at this point
Copy the full SHA e601717View commit details
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a1a2e74 - Browse repository at this point
Copy the full SHA a1a2e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cf72ce - Browse repository at this point
Copy the full SHA 5cf72ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e2520b - Browse repository at this point
Copy the full SHA 3e2520bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e715cd2 - Browse repository at this point
Copy the full SHA e715cd2View commit details -
Merge pull request #7468 from samihusseingit/master
Results could be null and can crash the website
Configuration menu - View commit details
-
Copy full SHA for e72924c - Browse repository at this point
Copy the full SHA e72924cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cef684e - Browse repository at this point
Copy the full SHA cef684eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ead83e0 - Browse repository at this point
Copy the full SHA ead83e0View commit details -
Merge branch 'wip/bewest/upgrade-node' of github.com:nightscout/cgm-r…
…emote-monitor into wip/bewest/upgrade-node
Configuration menu - View commit details
-
Copy full SHA for 08e2225 - Browse repository at this point
Copy the full SHA 08e2225View commit details -
Revert "npm audit fix" due to test failure
This reverts commit ead83e0. Minor differences are causing the tests to fail consistently.
Configuration menu - View commit details
-
Copy full SHA for 0d1aed7 - Browse repository at this point
Copy the full SHA 0d1aed7View commit details -
Merge pull request #7343 from nightscout/wip/bewest/upgrade-node
Wip/bewest/upgrade node
Configuration menu - View commit details
-
Copy full SHA for 40b7cbf - Browse repository at this point
Copy the full SHA 40b7cbfView commit details
Commits on Jul 18, 2022
-
rm package-lock.json && npm install
npm ls fsevent didn't list any output. I'm running on linux, and regenerating this file after removing it seems to remove the fsevent package from the file. It's likely that fsevent may be used in development mode as part of one of the build utilities, but it shouldn't block anyone from deploying. #7475
Configuration menu - View commit details
-
Copy full SHA for 27a882f - Browse repository at this point
Copy the full SHA 27a882fView commit details -
The build still fails for node 12.x. Skip optional dependencies. https://stackoverflow.com/a/48953213
Configuration menu - View commit details
-
Copy full SHA for 5d0d320 - Browse repository at this point
Copy the full SHA 5d0d320View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39936b9 - Browse repository at this point
Copy the full SHA 39936b9View commit details -
Merge pull request #7488 from ps2/loop-enacted-fixes
Fix incorrect appending for loop enacted status. LGTM.
Configuration menu - View commit details
-
Copy full SHA for cd5c983 - Browse repository at this point
Copy the full SHA cd5c983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1f459 - Browse repository at this point
Copy the full SHA 3e1f459View commit details
Commits on Aug 8, 2022
-
n 10; rm package-lock.json && npm install
Remove npm list from engine as it is intended to be advisory.
Configuration menu - View commit details
-
Copy full SHA for c9f3a12 - Browse repository at this point
Copy the full SHA c9f3a12View commit details -
Merge branch 'wip/bewest/issue-7475' of github.com:nightscout/cgm-rem…
…ote-monitor into wip/bewest/issue-7475
Configuration menu - View commit details
-
Copy full SHA for a9dfc76 - Browse repository at this point
Copy the full SHA a9dfc76View commit details
Commits on Aug 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4172a67 - Browse repository at this point
Copy the full SHA 4172a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a83292 - Browse repository at this point
Copy the full SHA 1a83292View commit details -
make github tested workflows and node entines match
This makes the testing framework and the advertised node versions match, one for one.
Configuration menu - View commit details
-
Copy full SHA for b15e436 - Browse repository at this point
Copy the full SHA b15e436View commit details -
Merge pull request #7487 from nightscout/wip/bewest/issue-7475
rm package-lock.json && npm install
Configuration menu - View commit details
-
Copy full SHA for a5c67b5 - Browse repository at this point
Copy the full SHA a5c67b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 755bdc9 - Browse repository at this point
Copy the full SHA 755bdc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5fcc84 - Browse repository at this point
Copy the full SHA a5fcc84View commit details -
Merge pull request #7512 from gestrich/bugfix/remote-carb-created-date
Allow Remote Carb Entries in Past or Future
Configuration menu - View commit details
-
Copy full SHA for df85fd2 - Browse repository at this point
Copy the full SHA df85fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3213835 - Browse repository at this point
Copy the full SHA 3213835View commit details
Commits on Aug 15, 2022
-
update Node requirements. This is a follow up from #7417 since @bewest …
…already merged his branch to dev add NodeJS 16.x support. drop NodeJS 12.x support.It reached End-of-Life status on 30 April 2022 allow NodeJS 18.x support to run for CI upgrade webpack and webpack-cli update browserlist and browser documentation, config is now at .browserslistrc update README.md for browsers and Node versions fix typos in comments in lib/client/hashauth.js and webpack/webpack.config from #7440
Configuration menu - View commit details
-
Copy full SHA for fb4d467 - Browse repository at this point
Copy the full SHA fb4d467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a81915 - Browse repository at this point
Copy the full SHA 0a81915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 652baed - Browse repository at this point
Copy the full SHA 652baedView commit details
Commits on Aug 16, 2022
-
upgrade mocha to 8.4.0 and nodemon to 2.0.19 and recreate package-loc…
…k.json with node v10.24.1
Configuration menu - View commit details
-
Copy full SHA for b7ee1bf - Browse repository at this point
Copy the full SHA b7ee1bfView commit details -
remove two critical vulnerabilities in npm packages. Remove codacy-co…
…verage pacakge (see issue #7515 ).
Configuration menu - View commit details
-
Copy full SHA for 4a64be2 - Browse repository at this point
Copy the full SHA 4a64be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c516d5 - Browse repository at this point
Copy the full SHA 3c516d5View commit details
Commits on Aug 28, 2022
-
Experimenting around changing build artefact location to go to node_m…
…odules, so the content is retained across cached builds in various PAAS environments
Configuration menu - View commit details
-
Copy full SHA for 7b01d49 - Browse repository at this point
Copy the full SHA 7b01d49View commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 37a2a0d - Browse repository at this point
Copy the full SHA 37a2a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6eb156 - Browse repository at this point
Copy the full SHA a6eb156View commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec3cf94 - Browse repository at this point
Copy the full SHA ec3cf94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c03dcd - Browse repository at this point
Copy the full SHA 6c03dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6978a90 - Browse repository at this point
Copy the full SHA 6978a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4551e - Browse repository at this point
Copy the full SHA 2e4551eView commit details
Commits on Sep 13, 2022
-
Build Docker image for arm64 architecture (#7043)
* Build docker image for arm64 architecture * Add `platforms` input * Merge `master` and `dev` jobs together into one * Run job on master or dev branch
Configuration menu - View commit details
-
Copy full SHA for 3d9a60d - Browse repository at this point
Copy the full SHA 3d9a60dView commit details
Commits on Sep 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0bf616b - Browse repository at this point
Copy the full SHA 0bf616bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e7f695 - Browse repository at this point
Copy the full SHA 2e7f695View commit details
Commits on Oct 1, 2022
-
Merge branch 'dev20220815' of github.com:PieterGit/cgm-remote-monitor…
… into PieterGit-dev20220815
Configuration menu - View commit details
-
Copy full SHA for 9f622c2 - Browse repository at this point
Copy the full SHA 9f622c2View commit details -
The '^' prefix makes this meaingless, there's no reason to refuse to run less than 16.16.0 if it's still some 16.x.
Configuration menu - View commit details
-
Copy full SHA for 64d93e6 - Browse repository at this point
Copy the full SHA 64d93e6View commit details -
Merge pull request #7568 from nightscout/wip/bewest/PieterGit-dev2022…
…0815 Wip/bewest/pieter git dev20220815
Configuration menu - View commit details
-
Copy full SHA for a8da747 - Browse repository at this point
Copy the full SHA a8da747View commit details -
Configuration menu - View commit details
-
Copy full SHA for aed9998 - Browse repository at this point
Copy the full SHA aed9998View commit details -
Merge pull request #7526 from sulkaharo/new_cache_location
New build artefact cache location
Configuration menu - View commit details
-
Copy full SHA for 8706658 - Browse repository at this point
Copy the full SHA 8706658View commit details -
inject text instead of HTML name
Avoid HTML injection called out by CODEQL.
Configuration menu - View commit details
-
Copy full SHA for 2e1ee38 - Browse repository at this point
Copy the full SHA 2e1ee38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db4047 - Browse repository at this point
Copy the full SHA 1db4047View commit details -
Merge pull request #7569 from nightscout/wip/bewest/code-ql-analysis
Wip/bewest/code ql analysis
Configuration menu - View commit details
-
Copy full SHA for 74ce49c - Browse repository at this point
Copy the full SHA 74ce49cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbce9db - Browse repository at this point
Copy the full SHA dbce9dbView commit details -
Merge pull request #7570 from nightscout/wip/bewest/code-ql-analysis
codeql text/html injection in food.js
Configuration menu - View commit details
-
Copy full SHA for 09c9f81 - Browse repository at this point
Copy the full SHA 09c9f81View commit details
Commits on Oct 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0fd05c2 - Browse repository at this point
Copy the full SHA 0fd05c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78a63f - Browse repository at this point
Copy the full SHA e78a63fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed7fdf7 - Browse repository at this point
Copy the full SHA ed7fdf7View commit details
Commits on Nov 1, 2022
-
Merge pull request #7647 from k2s/fix-empty-import-config
Fix empty import config
Configuration menu - View commit details
-
Copy full SHA for 2c6ba28 - Browse repository at this point
Copy the full SHA 2c6ba28View commit details
Commits on Nov 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bcfe437 - Browse repository at this point
Copy the full SHA bcfe437View commit details -
Configuration menu - View commit details
-
Copy full SHA for efc994b - Browse repository at this point
Copy the full SHA efc994bView commit details -
Merge pull request #7513 from gestrich/bugfix/remove-remote-override-otp
Remove unused OTP field from Remote Override form.
Configuration menu - View commit details
-
Copy full SHA for 4aa0657 - Browse repository at this point
Copy the full SHA 4aa0657View commit details
Commits on Dec 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8594a2d - Browse repository at this point
Copy the full SHA 8594a2dView commit details -
Change the SHA1 validation to be case insensitive (#7780)
Co-authored-by: Ben West <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd40046 - Browse repository at this point
Copy the full SHA bd40046View commit details -
* New translations en.json (Hungarian) * New translations en.json (Turkish) * New translations en.json (Hungarian) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Arabic) * New translations en.json (Turkish) * New translations en.json (Slovak) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Hungarian) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Estonian) * New translations en.json (Estonian) * New translations en.json (Estonian) * New translations en.json (Norwegian Bokmal) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Italian) * New translations en.json (Italian) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Ukrainian) * New translations en.json (Ukrainian) * New translations en.json (Ukrainian) * New translations en.json (Ukrainian) * New translations en.json (German) * New translations en.json (Spanish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Estonian) * New translations en.json (Estonian)
Configuration menu - View commit details
-
Copy full SHA for 79e80c5 - Browse repository at this point
Copy the full SHA 79e80c5View commit details -
Bump jsonwebtoken from 8.5.1 to 9.0.0 (#7787)
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08d07c0 - Browse repository at this point
Copy the full SHA 08d07c0View commit details
Commits on Dec 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 05bbc55 - Browse repository at this point
Copy the full SHA 05bbc55View commit details
Commits on Jan 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad7706d - Browse repository at this point
Copy the full SHA ad7706dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6834822 - Browse repository at this point
Copy the full SHA 6834822View commit details -
Update socket.io and uuid packages (#7793)
* This commit updates the uuid and socket.io packages to latest versions and enables compression over websocket * Drop the compression threshold down to 512 bytes * Enable http compression down to 512 bytes and request long poll transport only, as per current release * Add the socket.io-client back in * Use polling with the NS client * Update express to latest in 4.x line, fix tests
Configuration menu - View commit details
-
Copy full SHA for 6ad4ef1 - Browse repository at this point
Copy the full SHA 6ad4ef1View commit details -
* check if d1 is not nil before call getTime Co-authored-by: Sulka Haro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba76940 - Browse repository at this point
Copy the full SHA ba76940View commit details -
* Use 'forwarded' always Getting the remote IP from the socket doesn't work behind a reverse proxy. 'Forwarded' is there to fix there, but wasn't used here. * Consistently use getRemoteIP() throughout Stay in line with other modules that do this * Use getRemoteIP consistently One more missing case; in this file it isn't helpful, but it is consistent with other files. Co-authored-by: Sulka Haro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2dfc471 - Browse repository at this point
Copy the full SHA 2dfc471View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f75cb - Browse repository at this point
Copy the full SHA e1f75cbView commit details -
Refactor moment to be loaded from ctx (#7331)
* Experimental branch that replaces momentjs with dayjs in the client * Revert unintentional change * feat * Turns out dayjs is a no-go, but this has some good restructuring so submitting that
Configuration menu - View commit details
-
Copy full SHA for 3a06295 - Browse repository at this point
Copy the full SHA 3a06295View commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e59864 - Browse repository at this point
Copy the full SHA 8e59864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bccede - Browse repository at this point
Copy the full SHA 6bccedeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30216aa - Browse repository at this point
Copy the full SHA 30216aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3636f37 - Browse repository at this point
Copy the full SHA 3636f37View commit details
Commits on Jan 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bdcb706 - Browse repository at this point
Copy the full SHA bdcb706View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1de8a5 - Browse repository at this point
Copy the full SHA c1de8a5View commit details
Commits on Jan 12, 2023
-
Fixes a bug introduced in #7273 (#7825)
* Fixes a bug introduced in #7273 * Oops somehow managed to commit a wrong file version * Cleaner code based on feedback from Ben
Configuration menu - View commit details
-
Copy full SHA for fd701e9 - Browse repository at this point
Copy the full SHA fd701e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ad678 - Browse repository at this point
Copy the full SHA a6ad678View commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2927301 - Browse repository at this point
Copy the full SHA 2927301View commit details -
Configuration menu - View commit details
-
Copy full SHA for a09e586 - Browse repository at this point
Copy the full SHA a09e586View commit details
Commits on Jan 15, 2023
-
Merge master to dev so Git is in sync (#7834)
* Allow DELETE via PATCH/UPDATE operation too * rollback wrong commit Co-authored-by: Milos Kozak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc8ccc8 - Browse repository at this point
Copy the full SHA bc8ccc8View commit details
Commits on Jan 17, 2023
-
apiv3 fix patch operation (#7807)
Co-authored-by: Sulka Haro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c343719 - Browse repository at this point
Copy the full SHA c343719View commit details
Commits on Jan 23, 2023
-
Delete v3 api identifiers when cloning a record in profile editor (#7839
) * Delete v3 api identifiers when cloning a record * Refactored to use lodash omit * Move cleaning logic to correct function, add _id to list of cleaned properties * Add back a line that was accidentally deleted * profileeditor: add created_at, srvModified too on save to simulate API v3 Co-authored-by: Milos Kozak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05de94e - Browse repository at this point
Copy the full SHA 05de94eView commit details
Commits on Jan 24, 2023
-
Downgrade jsdom to version 11.11.0 (#7851)
* rollback compatibility issues for tests Revert "Bump jsonwebtoken from 8.5.1 to 9.0.0 (#7787)" This rolls back changes to node_modules via package-lock.json as a result of new dependencies. More work is needed before involving these changes. Without this rollback, the tests do consistently complete within the allowed time in a reproducible way. * Test Github Actions with jsdom 11.11.0 * Upgrade github actions as requested by the actions runner * Lock generated using 6.14.18 * Upgrade actions/checkout@v2 to v3 * restore jsonwebtoken upgrade Co-authored-by: Ben West <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26a8cf1 - Browse repository at this point
Copy the full SHA 26a8cf1View commit details -
Fix api v3 users seeing gaps in CGM data (#7853)
* Change runtime cache to support item timestamp be defined in either mills or date field. * Fix typo * Return mills in v1 api when returning data from cache * Also parse created_at in the cache * Fix copy paste error
Configuration menu - View commit details
-
Copy full SHA for 0426b01 - Browse repository at this point
Copy the full SHA 0426b01View commit details -
daytoday reports are always in the profile's time zone
Midnight for the profile should always be at the start of the day (midnight) for the chart.
Configuration menu - View commit details
-
Copy full SHA for 0541e2a - Browse repository at this point
Copy the full SHA 0541e2aView commit details -
pin start of day in profile's timezone
This more closely mirrors logic in loopalyzer, as well as the intent from the surrounding code in reportclient.js.
Configuration menu - View commit details
-
Copy full SHA for a47b367 - Browse repository at this point
Copy the full SHA a47b367View commit details -
ensure timezones assigned once in daily reports
This fixes the label on the days in the daytoday charts. Passing a moment object that is already zoned prevents toLocaleDateString from reinterpreting the zone information when the date is already relative to the profile. This also ensures that the datefilter is adjusted to the profile's zone rather than truncating the time to the end or beginning of the day. This should prevent incorrectly wrapping arounnd the dateline.
Configuration menu - View commit details
-
Copy full SHA for 0330e13 - Browse repository at this point
Copy the full SHA 0330e13View commit details -
ensure daily reports dates translate to profile timezone
To illustrate the difference, I used chrome "sensors" feature to change my timezone to one that spans the dateline. > moment.tz('2023-01-19', 'America/Los_Angeles').endOf('day').format( ) '2023-01-19T23:59:59-08:00' > moment.tz(moment('2023-01-19'), 'America/Los_Angeles').endOf('day').format( ) '2023-01-18T23:59:59-08:00' The old code uses a string replacement, which is equivalent to the first test. This causes the dates on the reports to be off by one, as well as risks the data wrapping around the dateline so it can't be seen. For example, replacing "23:59:59" with "00:00:00" in the first example doesn't correctly wrap around the dateline. The patch introduces a way to parse the dates requested in the browser's time zone, and then translates them to the profile's timezone. The difference is shown in the second example above. With this change, the correct date label should be rendered, and the data should start at midnight without wrapping around the dateline.
Configuration menu - View commit details
-
Copy full SHA for 8983713 - Browse repository at this point
Copy the full SHA 8983713View commit details -
clock at the end of the day is 23:59:59.999
Ensure that the test fixtures will return; the previous changes correctly forward the time to end of day across zones and datelines. One side effect is that the date formatted for the end of the day uses all the microseconds for the day as well. This changes the query from the form of 23:59:59.000Z to 23:59:59.999Z. This also ensures that anything that happens during that one second will be included rather than excluded.
Configuration menu - View commit details
-
Copy full SHA for f51fac9 - Browse repository at this point
Copy the full SHA f51fac9View commit details -
Possibly fix Loop time zones not being recognised in profile editor a…
…nd reports (#7833) * * Change profile editor so it works when client uploads profiles where string case doesn't match editor expectations * Re-enable culling down time zone data sent to client * Add a workaround to fix Loop uploading non-ISO compliant time zone identifier
Configuration menu - View commit details
-
Copy full SHA for 28e75a6 - Browse repository at this point
Copy the full SHA 28e75a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a543c8 - Browse repository at this point
Copy the full SHA 6a543c8View commit details -
* New translations en.json (German) * New translations en.json (Russian)
Configuration menu - View commit details
-
Copy full SHA for 250b808 - Browse repository at this point
Copy the full SHA 250b808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee0712 - Browse repository at this point
Copy the full SHA 0ee0712View commit details -
Merge branch 'wip/bewest/daytoday-redo-03' of github.com:nightscout/c…
…gm-remote-monitor into wip/bewest/daytoday-redo-03
Configuration menu - View commit details
-
Copy full SHA for 8e0ec88 - Browse repository at this point
Copy the full SHA 8e0ec88View commit details
Commits on Jan 26, 2023
-
Revert "clock at the end of the day is 23:59:59.999"
This reverts commit f51fac9.
Configuration menu - View commit details
-
Copy full SHA for a4f9271 - Browse repository at this point
Copy the full SHA a4f9271View commit details -
Revert "Revert "clock at the end of the day is 23:59:59.999""
This reverts commit a4f9271.
Configuration menu - View commit details
-
Copy full SHA for f6b2d4f - Browse repository at this point
Copy the full SHA f6b2d4fView commit details -
daytoday: Align start of day with data across zones
This change correctly aligns the name of the day in the current zone with the start of the data for the equivalent day in the profile's zone. This makes it so that viewing a day to day report in any timezone works going both east and west directions.
Configuration menu - View commit details
-
Copy full SHA for 10dd236 - Browse repository at this point
Copy the full SHA 10dd236View commit details -
Configuration menu - View commit details
-
Copy full SHA for b376239 - Browse repository at this point
Copy the full SHA b376239View commit details
Commits on Jan 27, 2023
-
Update Mongo URL parser to 1.0.2 to fix issues Scott H found (#7606)
* Update Mongo URL parser to 1.0.2 to fix issues Scott H found * Reset the lockfile * Update lock to include new component
Configuration menu - View commit details
-
Copy full SHA for d185cf6 - Browse repository at this point
Copy the full SHA d185cf6View commit details -
minimum attempt to protect /api/v2/ endpoints (#7554)
* minimum attempt to protect /api/v2/ endpoints These endpoints should be protected as reported in #7546. * remove spurious line Co-authored-by: Sulka Haro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b7528a - Browse repository at this point
Copy the full SHA 3b7528aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d3268a - Browse repository at this point
Copy the full SHA 5d3268aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d1ae3 - Browse repository at this point
Copy the full SHA 48d1ae3View commit details -
Merge branch 'wip/bewest/daytoday-redo-03' of github.com:nightscout/c…
…gm-remote-monitor into wip/bewest/daytoday-redo-03
Configuration menu - View commit details
-
Copy full SHA for 664efe6 - Browse repository at this point
Copy the full SHA 664efe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a805939 - Browse repository at this point
Copy the full SHA a805939View commit details
Commits on Jan 28, 2023
-
Merge pull request #7857 from nightscout/wip/bewest/daytoday-redo-03
Wip/bewest/daytoday redo 03
Configuration menu - View commit details
-
Copy full SHA for 903669a - Browse repository at this point
Copy the full SHA 903669aView commit details
Commits on Feb 9, 2023
-
Add logging limits to all services (mongo, nightscout and traefik) (#…
…7884) Parameters defined in x-logging extension field with options: max-size: '10m' max-file: '5'
Configuration menu - View commit details
-
Copy full SHA for adc70b7 - Browse repository at this point
Copy the full SHA adc70b7View commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2795892 - Browse repository at this point
Copy the full SHA 2795892View commit details
Commits on Feb 18, 2023
-
Fixed pushover callbacks not being processed (#7876)
Co-authored-by: Sulka Haro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1fe8f5 - Browse repository at this point
Copy the full SHA d1fe8f5View commit details -
Added charging state to the uploader battery pill when it's provided …
…by AAPSClientV3. (#7873) Co-authored-by: Sulka Haro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f69153 - Browse repository at this point
Copy the full SHA 0f69153View commit details -
Fix loading JWT when auth subject has no permissions (#7894)
* Fix an issue reported by Milos, when a JWT is loaded with a subject that has no permissions * Add unit test to cover this case
Configuration menu - View commit details
-
Copy full SHA for 4e1f364 - Browse repository at this point
Copy the full SHA 4e1f364View commit details -
Alarm sockets for api v3 (#7858)
* Alarm sockets for api v3 * Migrate to alarm websockets * Fix unit tests --------- Co-authored-by: Sulka Haro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89d7eb6 - Browse repository at this point
Copy the full SHA 89d7eb6View commit details -
Api3 remove auth token (#6863)
* APIv3: removing authorization by accessToken from codebase and adjusting tests * APIv3: updating docs --------- Co-authored-by: Petr Ondrůšek <[email protected]> Co-authored-by: Sulka Haro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac1a7d1 - Browse repository at this point
Copy the full SHA ac1a7d1View commit details
Commits on Feb 21, 2023
-
cheat for tests across different time zones
There is a bug generating the window for time ranges across different timezones, which results in different queries wrapping around day boundaries. This provides the fixture with three variants of the queries, in some ways better documenting the bug, and allowing the tests to pass.
Configuration menu - View commit details
-
Copy full SHA for 93df3c4 - Browse repository at this point
Copy the full SHA 93df3c4View commit details -
Merge pull request #7905 from nightscout/wip/bewest/fix-timezone-test
cheat for tests across different time zones
Configuration menu - View commit details
-
Copy full SHA for 97a4ee7 - Browse repository at this point
Copy the full SHA 97a4ee7View commit details
Commits on Feb 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32b2376 - Browse repository at this point
Copy the full SHA 32b2376View commit details -
* Add a unit test to check the /entries endpoint returns values in co…
…rrect order * Fix a bug in CGM entry insertion, where entries that were inserted without a dateString but with a numeric date were always using the current time
Configuration menu - View commit details
-
Copy full SHA for d7f4432 - Browse repository at this point
Copy the full SHA d7f4432View commit details -
Merge pull request #7911 from nightscout/wip/sulka/fix_entries_api
Fixes #7910 LGTM, tests work, merging.
Configuration menu - View commit details
-
Copy full SHA for a4d07cd - Browse repository at this point
Copy the full SHA a4d07cdView commit details
Commits on Feb 26, 2023
-
Ensure indexes for Roles and Subjects collections as part of boot (#7902
) * Allow DELETE via PATCH/UPDATE operation too * rollback wrong commit * Ensure indexes for Roles and Subjects collections as part of boot --------- Co-authored-by: Milos Kozak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 867fc96 - Browse repository at this point
Copy the full SHA 867fc96View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec83b57 - Browse repository at this point
Copy the full SHA ec83b57View commit details
Commits on Mar 29, 2023
-
* New translations en.json (French) * New translations en.json (Bulgarian) * New translations en.json (Bulgarian)
Configuration menu - View commit details
-
Copy full SHA for aa4faa6 - Browse repository at this point
Copy the full SHA aa4faa6View commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 25672ea - Browse repository at this point
Copy the full SHA 25672eaView commit details
Commits on Apr 8, 2023
-
pass new sbx via event argument
This allows consumers, such as nightscout-connect to receive a new sbx without creating a new one.
Configuration menu - View commit details
-
Copy full SHA for 1020ec3 - Browse repository at this point
Copy the full SHA 1020ec3View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 37a4ec1 - Browse repository at this point
Copy the full SHA 37a4ec1View commit details -
Merge pull request #7828 from nightscout/wip/bewest/document-data-rights
Wip/bewest/document data rights
Configuration menu - View commit details
-
Copy full SHA for 9874a50 - Browse repository at this point
Copy the full SHA 9874a50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9258cdc - Browse repository at this point
Copy the full SHA 9258cdcView commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 728b7be - Browse repository at this point
Copy the full SHA 728b7beView commit details
Commits on May 29, 2023
-
Increase debounce for data loads to 15 seconds and trigger a data-loa…
…ded event to process local data updates even if the call is debounced
Configuration menu - View commit details
-
Copy full SHA for cf5646b - Browse repository at this point
Copy the full SHA cf5646bView commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8faf5dc - Browse repository at this point
Copy the full SHA 8faf5dcView commit details -
Merge branch 'wip/bewest/nightscout-connect' of github.com:nightscout…
…/cgm-remote-monitor into wip/bewest/nightscout-connect
Configuration menu - View commit details
-
Copy full SHA for 4b4b9b0 - Browse repository at this point
Copy the full SHA 4b4b9b0View commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93ffb25 - Browse repository at this point
Copy the full SHA 93ffb25View commit details -
* Fix storage so tests pass with new Mongo driver
* Removes old openaps-storage feature
Configuration menu - View commit details
-
Copy full SHA for 32163a0 - Browse repository at this point
Copy the full SHA 32163a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d29ff5c - Browse repository at this point
Copy the full SHA d29ff5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65707ad - Browse repository at this point
Copy the full SHA 65707adView commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea56b79 - Browse repository at this point
Copy the full SHA ea56b79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f96435b - Browse repository at this point
Copy the full SHA f96435bView commit details
Commits on Jun 4, 2023
-
* Creates new V2 API to load minimized current system state in one re…
…quest for use in watchfaces and other display-only applications * Cleans V2 API implementation * Removes unnecessary server init calls in API calls that were unnecessary * Expose latest SBX state through the CTX object
Configuration menu - View commit details
-
Copy full SHA for 7f05018 - Browse repository at this point
Copy the full SHA 7f05018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69dba90 - Browse repository at this point
Copy the full SHA 69dba90View commit details
Commits on Jun 6, 2023
-
* Preprocess temp basals and profile to create a temp basal dataset * Cleaner profile output * Support hours GET parameter (up to 48 hours)
Configuration menu - View commit details
-
Copy full SHA for d2c9838 - Browse repository at this point
Copy the full SHA d2c9838View commit details -
Configuration menu - View commit details
-
Copy full SHA for d09355e - Browse repository at this point
Copy the full SHA d09355eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a152f - Browse repository at this point
Copy the full SHA 99a152fView commit details
Commits on Jun 7, 2023
-
With this patch, the new version of nightscout-connect will support all the features of share2nightscout-bridge, minimed-connect-to-nightscout, and more.
Configuration menu - View commit details
-
Copy full SHA for 6beb8a4 - Browse repository at this point
Copy the full SHA 6beb8a4View commit details -
Merge remote-tracking branch 'official/easystate-api' into wip/bewest…
…/nightscout-connect
Configuration menu - View commit details
-
Copy full SHA for c2199c1 - Browse repository at this point
Copy the full SHA c2199c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5231543 - Browse repository at this point
Copy the full SHA 5231543View commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5064984 - Browse repository at this point
Copy the full SHA 5064984View commit details -
introduce connect, initiate deprecation for bridge and mmconnect.
Introduce nightscout-connect in the README. Issue warnings in the logs when the older plugins are used.
Configuration menu - View commit details
-
Copy full SHA for 4397fa7 - Browse repository at this point
Copy the full SHA 4397fa7View commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6354494 - Browse repository at this point
Copy the full SHA 6354494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f953df - Browse repository at this point
Copy the full SHA 5f953dfView commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7e04fc - Browse repository at this point
Copy the full SHA e7e04fcView commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e37db6b - Browse repository at this point
Copy the full SHA e37db6bView commit details -
Merge pull request #7983 from nightscout/wip/bewest/nightscout-connect
support for nightscout-connect + easystate summary API v2
Configuration menu - View commit details
-
Copy full SHA for 9d55ea5 - Browse repository at this point
Copy the full SHA 9d55ea5View commit details
Commits on Jun 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e9d087d - Browse repository at this point
Copy the full SHA e9d087dView commit details
Commits on Jun 19, 2023
-
Merge branch 'wip/bewest/nightscout-connect' of github.com:nightscout…
…/cgm-remote-monitor into wip/bewest/nightscout-connect
Configuration menu - View commit details
-
Copy full SHA for 8b39822 - Browse repository at this point
Copy the full SHA 8b39822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f84c1 - Browse repository at this point
Copy the full SHA 29f84c1View commit details -
Merge pull request #8039 from nightscout/wip/bewest/nightscout-connect
Wip/bewest/nightscout connect
Configuration menu - View commit details
-
Copy full SHA for f3afaec - Browse repository at this point
Copy the full SHA f3afaecView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 726a99a - Browse repository at this point
Copy the full SHA 726a99aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd766c2 - Browse repository at this point
Copy the full SHA cd766c2View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e99a166 - Browse repository at this point
Copy the full SHA e99a166View commit details
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2f1108 - Browse repository at this point
Copy the full SHA c2f1108View commit details -
Configuration menu - View commit details
-
Copy full SHA for f63566b - Browse repository at this point
Copy the full SHA f63566bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34bd1ff - Browse repository at this point
Copy the full SHA 34bd1ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20675cc - Browse repository at this point
Copy the full SHA 20675ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d500fd8 - Browse repository at this point
Copy the full SHA d500fd8View commit details
Commits on Aug 4, 2023
-
Merge pull request #8042 from nightscout/crowdin_incoming
New Crowdin updates
Configuration menu - View commit details
-
Copy full SHA for 282a992 - Browse repository at this point
Copy the full SHA 282a992View commit details
Commits on Aug 5, 2023
-
Merge pull request #8047 from gestrich/feature/2023/06/bg/node-apn-up…
…grade Upgrade APN Library & Support Time-Sensitive Notifications
Configuration menu - View commit details
-
Copy full SHA for 613a699 - Browse repository at this point
Copy the full SHA 613a699View commit details -
update nightscout-connect 0.0.8
This provides better support for several vendors, notably Medtronic and Glooko.
Configuration menu - View commit details
-
Copy full SHA for a5acd9b - Browse repository at this point
Copy the full SHA a5acd9bView commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6296a75 - Browse repository at this point
Copy the full SHA 6296a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for d602de1 - Browse repository at this point
Copy the full SHA d602de1View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b4ab7ce - Browse repository at this point
Copy the full SHA b4ab7ceView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79df562 - Browse repository at this point
Copy the full SHA 79df562View commit details
Commits on Sep 3, 2023
-
allow client to load successfully without requiring API SECRET
This patch allows the operator to control whether or not the API Secret authentication dialog will display by default or not. Historically Nightscout allows a configuration to be readable and to send alarm information to all displays. A change in in dev in February to support authentication and api v3 introduced a new configuration where websocket communication is authenticated, and the API Secret modal will display if it authenticates in error. The side-effect is that all new instances, even readable instances with glucose data, can't be seen or monitored without putting in the API Secreet or explicitly dismissing it. This patch returns to the default behavior while allowing to select the new one using authenticationPromptOnLoad in the settings communicated from server to client. If people strongly prefer, we can reverse to the new behavior over time. To select the old behavior with no API Secret needed for readabable data, do nothing. To select the new behavior where the API Secret prompts occur on load, set `AUTHENTICATION_PROMPT_ON_LOAD=1`.
Configuration menu - View commit details
-
Copy full SHA for 9f2f98b - Browse repository at this point
Copy the full SHA 9f2f98bView commit details -
Merge pull request #8085 from nightscout/wip/bewest/api-secret-free-r…
…eads Wip/bewest/api secret free reads
Configuration menu - View commit details
-
Copy full SHA for 5488df4 - Browse repository at this point
Copy the full SHA 5488df4View commit details
Commits on Sep 13, 2023
-
README.md: use shareous1 for Nightscout connect using Dexcom share
Please see nightscout/nightscout-connect#18 for the proposed code change.
Configuration menu - View commit details
-
Copy full SHA for 203f16f - Browse repository at this point
Copy the full SHA 203f16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba788d - Browse repository at this point
Copy the full SHA 2ba788dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e485b4 - Browse repository at this point
Copy the full SHA 0e485b4View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c591292 - Browse repository at this point
Copy the full SHA c591292View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b0756cc - Browse repository at this point
Copy the full SHA b0756ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b44d5d - Browse repository at this point
Copy the full SHA 0b44d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed10ca1 - Browse repository at this point
Copy the full SHA ed10ca1View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b5c3d8 - Browse repository at this point
Copy the full SHA 8b5c3d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f722bb6 - Browse repository at this point
Copy the full SHA f722bb6View commit details
Commits on Oct 3, 2023
-
Merge pull request #8100 from nightscout/apiv3sync
APIv3 sync only on srvModified
Configuration menu - View commit details
-
Copy full SHA for 5f8c734 - Browse repository at this point
Copy the full SHA 5f8c734View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 10cd789 - Browse repository at this point
Copy the full SHA 10cd789View commit details -
Merge pull request #8073 from bjornoleh/shareous
README.md: use shareous1 for Nightscout connect using Dexcom share
Configuration menu - View commit details
-
Copy full SHA for b1eb27e - Browse repository at this point
Copy the full SHA b1eb27eView commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e1c69f - Browse repository at this point
Copy the full SHA 6e1c69fView commit details -
Merge pull request #7312 from jakobsandberg/readme-swagger-link
Point readme to correct location of swagger.yaml
Configuration menu - View commit details
-
Copy full SHA for 4a461e5 - Browse repository at this point
Copy the full SHA 4a461e5View commit details -
allow running any version of LTS
Given node 18 and 20, allow running on any LTS version of node. We can block out bad versions if needed.
Configuration menu - View commit details
-
Copy full SHA for 3893eb4 - Browse repository at this point
Copy the full SHA 3893eb4View commit details -
Use npm install under node 14 generates different lock file.
Configuration menu - View commit details
-
Copy full SHA for ebece1b - Browse repository at this point
Copy the full SHA ebece1bView commit details -
set expectation to take around 15 seconds for first load
This patch adjusts the user feedback while the server is initializing to communicate that Nightscout startup sequence should take closer to 15 second than 5 seconds.
Configuration menu - View commit details
-
Copy full SHA for 48dfa22 - Browse repository at this point
Copy the full SHA 48dfa22View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c0a0a - Browse repository at this point
Copy the full SHA c6c0a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7819223 - Browse repository at this point
Copy the full SHA 7819223View commit details -
Record output of npm instlal using oldest supported version.
Configuration menu - View commit details
-
Copy full SHA for 6964916 - Browse repository at this point
Copy the full SHA 6964916View commit details -
upgrade nightscout-connect@^0.0.12, npm install
Record changes from upgrading nightscout-connect to at least the latest release, 0.0.12.
Configuration menu - View commit details
-
Copy full SHA for 97a603f - Browse repository at this point
Copy the full SHA 97a603fView commit details -
Merge pull request #8026 from nightscout/less_frequent_db_updates
Mongo driver update & less frequent database polls
Configuration menu - View commit details
-
Copy full SHA for 2757fe5 - Browse repository at this point
Copy the full SHA 2757fe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d18433 - Browse repository at this point
Copy the full SHA 2d18433View commit details
Commits on Oct 13, 2023
-
Merge pull request #8082 from nightscout/crowdin_incoming
New Crowdin updates
Configuration menu - View commit details
-
Copy full SHA for 5d83048 - Browse repository at this point
Copy the full SHA 5d83048View commit details
Commits on Oct 18, 2023
-
Merge pull request #7809 from nightscout/dev
dev - candidate for release 15.0.0
Configuration menu - View commit details
-
Copy full SHA for da3b2ee - Browse repository at this point
Copy the full SHA da3b2eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a59ee - Browse repository at this point
Copy the full SHA b2a59eeView commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e65b1d - Browse repository at this point
Copy the full SHA 2e65b1dView commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 89354e5 - Browse repository at this point
Copy the full SHA 89354e5View commit details -
Merge pull request #8115 from nightscout/hotfix/revert/8026
Revert "Merge pull request #8026 from nightscout/less_frequent_db_upd…
Configuration menu - View commit details
-
Copy full SHA for bfecbe7 - Browse repository at this point
Copy the full SHA bfecbe7View commit details -
Merge pull request #8109 from nightscout/dev
Releasing 15.0.1, hotfix to revert series of changes affecting mongodb that were not quite ready.
Configuration menu - View commit details
-
Copy full SHA for f46f869 - Browse repository at this point
Copy the full SHA f46f869View commit details -
Configuration menu - View commit details
-
Copy full SHA for c22b9e6 - Browse repository at this point
Copy the full SHA c22b9e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe89c8 - Browse repository at this point
Copy the full SHA cfe89c8View commit details
Commits on Oct 21, 2023
-
socket.io: enable legacy v2 connections
The allowEIO3, when set to true allows v2 clients to connect while the default is false. This patch should allow versions of AndroidAPS older than 3.2 to connect to NS15 and above. Thanks to Dave Carlson for researching and experimenting with this option! https://socket.io/docs/v4/migrating-from-2-x-to-3-0/#how-to-upgrade-an-existing-production-deployment https://socket.io/docs/v4/server-options/#alloweio3
Configuration menu - View commit details
-
Copy full SHA for b166afc - Browse repository at this point
Copy the full SHA b166afcView commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40dc7b0 - Browse repository at this point
Copy the full SHA 40dc7b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19be01d - Browse repository at this point
Copy the full SHA 19be01dView commit details -
Merge pull request #8127 from nightscout/wip/bewest/restore-v2
socket.io: enable legacy v2 connections
Configuration menu - View commit details
-
Copy full SHA for 73c8089 - Browse repository at this point
Copy the full SHA 73c8089View commit details -
alarmSocket: customizing authorization requirements
This patch is intended to allow customizing the behavior for whether or not to prompt for authorization before subscribing or acknolweding alarms. There was a bug in previous attempts where the profileeditor would be double initialized, causing the profileeditor to remove some buttons from the GUI. This patch adds checking for a permission specifically related to acknolwedging alarms, as well as avoids double-initializing the editor, which causes the issue with the GUI.
Configuration menu - View commit details
-
Copy full SHA for 0fbacfd - Browse repository at this point
Copy the full SHA 0fbacfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c35bc - Browse repository at this point
Copy the full SHA e0c35bcView commit details -
alarmSocket: document and prep concept
This patch eliminates debugging logging in favor of commentary to capture how, where, and why alarmSocket feature is causing different pages to demand the authentication prompt in a variety of circumstances.
Configuration menu - View commit details
-
Copy full SHA for d8fe025 - Browse repository at this point
Copy the full SHA d8fe025View commit details -
alarmSocket: don't double initialize, stub out non-global-ack
Create an opportunity to respond with something other than a global ack when someone that is not authorized sends an acknolwedgement to an alarm. Eliminate double-initializing when subscribing to alarms. The `callback` variable is not local to the function, anyway.
Configuration menu - View commit details
-
Copy full SHA for 1fa6af4 - Browse repository at this point
Copy the full SHA 1fa6af4View commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c089286 - Browse repository at this point
Copy the full SHA c089286View commit details -
add notes regarding handling unauthorized ACK request
When someone is looking at Nightscout and needs the alarm silenced, it is very desirable to always silence the local UI. This patch documents some of the working code around handling the alarm notification process, as well as provides commentary on handling unauthorized scenarios. There are some open questions such as how to update the permission set after authorization.
Configuration menu - View commit details
-
Copy full SHA for a7ebb30 - Browse repository at this point
Copy the full SHA a7ebb30View commit details
Commits on Oct 24, 2023
-
Merge pull request #8132 from nightscout/wip/bewest/8107-profile-buttons
alarmSocket: customizing authorization requirements
Configuration menu - View commit details
-
Copy full SHA for 44f70db - Browse repository at this point
Copy the full SHA 44f70dbView commit details
Commits on Oct 25, 2023
-
Merge pull request #8128 from nightscout/dev
Dev branch for next release, 15.0.2
Configuration menu - View commit details
-
Copy full SHA for 21e0591 - Browse repository at this point
Copy the full SHA 21e0591View commit details