Releases: HospitalRun/hospitalrun-server-routes
Releases · HospitalRun/hospitalrun-server-routes
1.0.0-beta
Full Changelog
- Added web push for offline sync
- Changed all logins to use OAuth (needed for offline sync)
0.9.11
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
Static routes are now in their own file.
Added attachments static route (used for upcoming incident management feature).
0.9.9
Updates for snyk to reduce vulnerabilities
0.9.8
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
Fixed error on chkuser when body isn't returned.
0.9.6
Changed back to using hash location type because it is more friendly for offline.
0.9.5
Fixed error message when unauthorized google user tries to login …
Changing to use history API for HospitalRun frontend
0.9.3
Added support for oauth authentication for couchdb. This is used when google auth is used for authentication.