Skip to content

Trident 1.4.6 Release-candidate 1

Pre-release
Pre-release

Choose a tag to compare

@bapril bapril released this 07 Oct 14:20

Trident 1.4.6 Release-candidate 1

The release crank is turning again! We ran into a snag with package generation that SHOULD now be clear and moving freely again. The team is growing and we're looking to tackle more of the outstanding bugs. Please work any new features against the new DEV_1.4.7 branch. Please indicate DEV_1.4.6 for any issues related to this release.

This is the RC1 for 1.4.6, way too long in the making. This release includes lots of cleanup and small bug-fixes.

  • #82 Documentation work.
  • #84 Page_Show -> PageShow.
  • #88 SQL Cleanup.
  • #72 Add dep for pitchfork-data package.
  • (PF59) Make iptrk timeout and number of login attempts config variables.
  • (T97) Group Member Vouch overview shows wrong affiliation.
  • (T93) Add a note in UI and email about the characters used in the recovery token
  • (PF Merge 163) Typo Fix by wesdawg
  • (PF Merge 160) Fix PGP download link by wesdawg
  • Support ARF files.
  • (PF108) PGP Keys downloading, Documentation, Refactor Sysadmin infrastructure.
  • (PF140) Fix passing in the correct name for groups by calling GetGroupName().

Changes required to the /etc/trident/trident.conf file.

@@ -102,6 +102,15 @@
  	"translation_default": "en-US",
  	"translation_languages": [ "en-US.json" ],
  
 +	# Maximum IPTrk count, before being locked out
 +	"iptrk_max": 5,
 +
 +	# JWT Timeout in minutes
 +	"jwt_timeout": 30,
 +
 +	# Maximum Login attempts (tracked and checked per-account)
 +	"loginattempts_max": 5,
 +
  	# Application specific settings
  	"application": {
  		# Application Database version