Skip to content

Releases: dongliu/traveler

APS Release v1.0.1

05 Feb 20:23
Compare
Choose a tag to compare

Resolve the issue with the upload directory path.
Resolve the issue with fetching uploads.

APS Release v1.0.0

01 Feb 13:47
Compare
Choose a tag to compare

Merge with the latest version of FRIB Traveler

  • New look, binders and other new functionality included in latest version
  • Restore the APS specific functionality.
  • Extend configurations layer to control more UI features.
  • Add radio button functionality allowing users to add a radio button

APS Release v0.2.2

27 Oct 13:05
Compare
Choose a tag to compare

Update CDB utility to support the new revision of CDB.

APS release v0.2.1

26 May 12:44
Compare
Choose a tag to compare
  • Bug Fix. Application would crash when checking for additional permission on travelers.

APS release v0.2

25 Apr 14:58
Compare
Choose a tag to compare
  • Merged improvements and features from versions 2.4.0 & 2.4.1
  • Added API functionality for configuring a traveler.

APS release v0.1.2

22 Feb 21:06
Compare
Choose a tag to compare

Added mongodb backup & restore scripts.

APS Release v0.1.1

22 Dec 17:09
Compare
Choose a tag to compare
  • automated setup scripts for installation of all required support software.
  • api and app could either be configured to run on ssl or without depending weather required ssl certificated are specified.
  • automated configuration scripts for support software and traveler module.
  • control scripts for properly running the daemon with mongodb, traveler module, and mongo-express (if needed for viewing mongodb).
  • control scripts for easy control of various
  • cloning forms
  • New roles added
    • 'read_all_forms', 'write_active_travelers'
  • LDAP login
    • It is no longer required to run a CAS. traveler module can also perform ldap authentication.
  • Improved configuration.
    • LDAP configuration allows specifying attributes specific to facility.
    • LDAP configuration allows specifying a ssl certificate to accept when connecting.
    • Default roles could be applied to new roles
    • UI configuration allows specifying terminology for forms and travelers specific to facility.
    • App configuration allows specifying URLS that could be placed on top bar of the application.
    • Configuration controller allows placement of configuration files in various paths allows for easy changes to configurations across the entire application.
  • API improvement
    • Fixed a vulnerability allowing a user to log into api using any credential in the configuration file (ex: api:3443)
    • Writing to traveler db is now possible if an api_write user has been added.
  • Devices
    • Added support for Component Database (CDB)
    • Designed for easy integration for fetching device names from various device applications specific to facility.
  • Added routes utilities for reuse of code amongst various routes.
  • More fixes and improvements.