Skip to content
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

D #1

Merged
merged 40 commits into from
Nov 3, 2019
Merged

D #1

merged 40 commits into from
Nov 3, 2019

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    6c5bc21 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    4638db5 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.12.4-dev

    sulkaharo committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    9897926 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Remove profile conversion warning

    This modal dialog about converting the profile to a format that 0.9.0 or earlier won't support is still popping on fresh installs, shouldn't be required at this point.
    unsoluble authored Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1a26b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23e9db9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. Configuration menu
    Copy the full SHA
    8c9d51f View commit details
    Browse the repository at this point in the history
  2. Allow start nightscout from other directories but cgm-remote-monitor

    If I start nightscout from other path, e.g. from `/opt` and nightscout is in `/opt/cgm-remote-monitor`, it tries to find `/opt/tmp` what does not exist.
    GermanBluefox authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    54ae531 View commit details
    Browse the repository at this point in the history
  3. Formatting

    GermanBluefox authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    5e88388 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c9d5b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Merge pull request #4848 from Erin879/dev

    Fixed plugin settings being displayed in other settings pages
    sulkaharo authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    f7dc1f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4846 from GermanBluefox/patch-1

    Allow start nightscout from other directories but cgm-remote-monitor
    sulkaharo authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    503a029 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4831 from ireneusz-ptak/patch-1

    staleTime div is missing in the clockview
    sulkaharo authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    eacc560 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4833 from bassettb/daytoday-carbs-dont-need-IC-calc

    Don't show calculated insulin next to carbs
    sulkaharo authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    d47fd21 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4837 from unsoluble/patch-6

    Remove profile conversion warning
    sulkaharo authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    98c22d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2b0550 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Merge pull request #1 from nightscout/dev

    Dev
    Erin879 authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    5be345b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    cf89f37 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Merge pull request #4861 from Erin879/dev

    Fixed issue with incorrect temporary target validation
    sulkaharo authored Aug 11, 2019
    Configuration menu
    Copy the full SHA
    0f7c03d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4851 from unsoluble/patch-1

    Update language.js per #4837 and #4838
    sulkaharo authored Aug 11, 2019
    Configuration menu
    Copy the full SHA
    46070c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4838 from unsoluble/patch-7

    Rewording of the "wrong profile" dialog
    sulkaharo authored Aug 11, 2019
    Configuration menu
    Copy the full SHA
    23ac70a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Fix clock if authentication is enabled (#4914)

    * 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 #4860 (review)
    
    * remove .npmignore for now.
    
    should be merged in seperated PR
    
    * small fixes
    PieterGit authored Aug 22, 2019
    Configuration menu
    Copy the full SHA
    d0e14de View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. German language updates (#4895)

    * Updated german Languague for #4851
    
    * added new translations
    herzogmedia authored and PieterGit committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    3b5430d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. upgrade minimed-connect-to-nightscout to fix GuardianConnect for US s…

    …ervers (and update npm dependencies) (#4915)
    
    * upgrade minimed-connect-to-nightscout to 1.30to  fix GuardianConnect for US servers,
    
    see mddub/minimed-connect-to-nightscout#13
    
    * npm update to fix security issue
    
    fixes https://nodesecurity.io/advisories/1118 (Arbitrary Code Execution in eslint-utils
    
    * update to minimed-connect-to-nightscout 1.3.1
    
    * fix typo and make more clear we don't release with insecure dependencies
    PieterGit authored Aug 24, 2019
    Configuration menu
    Copy the full SHA
    20823d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. Wip/clock hide state management (#4944)

    * Add tap-to-show close buttons
    
    * oops, small typos
    
    * remove unused class
    
    * Add state management to the clock close button hiding
    sulkaharo authored Sep 15, 2019
    Configuration menu
    Copy the full SHA
    7c0a005 View commit details
    Browse the repository at this point in the history
  2. api-docs.html -> /api-docs/ (#4942)

    `/api-docs/` seems to be the correct path for the swagger UI.
    
    - change `/api-docs.html` reference to `/api-docs/`
    - also change `/api-docs` to `/api-docs/` as it is more exact
    aviau authored and sulkaharo committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    380f0e3 View commit details
    Browse the repository at this point in the history
  3. mongolab -> mLab (#4926)

    aviau authored and sulkaharo committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    1ddc641 View commit details
    Browse the repository at this point in the history
  4. fixed unit conversion in basal pill, openaps pill, temporary targets,…

    … and treatments (#4923)
    Erin879 authored and sulkaharo committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    db6520f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Use Babel to transpile the client bundle to be compatible with old br…

    …owsers (tested with iOS 9) (#4932)
    sulkaharo authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    8ce6e24 View commit details
    Browse the repository at this point in the history
  2. Rewording the "store hash" label (#4930)

    * Rewording the "store hash" label
    
    (Nobody in the public knows what a "hash" is; this setting is constantly misunderstood.)
    
    * Update languge.js to match
    unsoluble authored and sulkaharo committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    e06e372 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0898ec1 View commit details
    Browse the repository at this point in the history
  4. Fixed error if latestSGV not filled (#4919)

    * (bluefox) add npmignore
    
    * Make it runnable as npm package
    
    * (bluefox) use absolute path for static folder
    
    * Allow start not only from cgm-remote-monitor
    
    * (bluefox) add polling option to make it possible the communication without socket.io
    
    * 0.12.3-2
    Allow slow communication without socket.io
    
    * (bluefox) fix errors
    
    * (bluefox) fix clock with authentication
    
    * (bluefox) fix clock
    
    * fix time
    
    * Formatting
    
    * Fix clock if authentication is enabled
    Add .npmignore file
    
    * Add time to clock view back
    
    * Formatting
    
    * Fix authentication dialog
    Take browser language for auth dialog
    
    * 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
    
    * (bluefox) fix chart if no latestSGV defined
    
    * 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)
    
    * Fix language selection
    
    * Charts were fixed if no latestSGV value found
    HTML formatting for "TDD average" and so on
    
    * Remove .npmignore
    
    * Some code formatting. No relevant changes
    
    * Show "-?-" in clock mode if no measured value found.
    
    * Small CSS Formatting
    GermanBluefox authored and sulkaharo committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    196bcd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    1878833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdfb224 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c99ba7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    146f09a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4927 from nightscout/dev

    Release Nightscout 0.12.4
    sulkaharo authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    698c68e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e490ad5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Configuration menu
    Copy the full SHA
    d59eafa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74e609b View commit details
    Browse the repository at this point in the history
  3. Release 0.12.5 (#5060)

    * Bump version to 0.12.5-dev, remove Node 8 from Travis to speed up builds
    
    * Point release to help users upgrade to the new minimed connect version
    sulkaharo authored Oct 6, 2019
    Configuration menu
    Copy the full SHA
    ddbf1fc View commit details
    Browse the repository at this point in the history