Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Releases: HospitalRun/hospitalrun-server-routes

1.0.0-beta

05 May 19:47
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

Full Changelog

  • Added web push for offline sync
  • Changed all logins to use OAuth (needed for offline sync)

0.9.11

23 Mar 20:42
Compare
Choose a tag to compare

Full Changelog

  • Load configs from configuration file to config db
  • Fix for slow search
  • Moving from jscs to ESLint

Closed issues:

  • Anyone can view a user's information even without logging in #1

Merged pull requests:

  • Check the CouchDB session to see if requested user is the same as logged in #2 (emadehsan)

0.9.10

16 Feb 19:49
Compare
Choose a tag to compare

Static routes are now in their own file.

Added attachments static route (used for upcoming incident management feature).

0.9.9

08 Sep 13:29
Compare
Choose a tag to compare

Updates for snyk to reduce vulnerabilities

0.9.8

14 Jun 21:13
Compare
Choose a tag to compare

Changed slow search to ignore wildcarding and fuzzy query characters.
Newer versions of hospitalrun frontend use wildcards and fuzzy queries,
so slow search needs to strip out those special characters.

0.9.7

23 May 21:00
Compare
Choose a tag to compare

Fixed error on chkuser when body isn't returned.

0.9.6

03 May 20:23
Compare
Choose a tag to compare

Changed back to using hash location type because it is more friendly for offline.

0.9.5

25 Apr 20:28
Compare
Choose a tag to compare

Fixed error message when unauthorized google user tries to login …
Changing to use history API for HospitalRun frontend

0.9.4

06 Apr 14:00
Compare
Choose a tag to compare

Added snyk

0.9.3

16 Mar 23:52
Compare
Choose a tag to compare

Added support for oauth authentication for couchdb. This is used when google auth is used for authentication.