@unitybase/adminui-pub #
Added #
4.2.25 2017-08-29 #
- Allow localizing application name on
adminUI
login form by specifyingapplicationName
inubConfig
as an object with keys=locale instead of string. Thanks to Sergey.Severyn for contribution
4.2.24 2017-08-22 #
- Simple certificate authentication support in adminui. Password is not needed. The user name is extracted from the certificate or entered by the user.
4.2.22 2017-08-09 #
- new
uiSettings.adminUI.favoriteCategoryCount
config property allow to set up to three favotite column (star) colors
Changed #
4.2.24 2017-08-22 #
- The ability to use different libraries for certificate authorization.
Fixed #
4.2.22 2017-08-09 #
- Show unhandled Promise rejection messages in dialog box (replace when->es6-promise Promise polufill)
4.2.20 2017-08-08 #
- UB.ux.form.field.UBDateTime. Prevent exception when picker opened and button TAB pressed. [UB-1862]
@unitybase/uba #
Added #
4.1.22 2017-08-03 #
- new attribute
uba_usercertificate.revocationDate
- not null in case certificate is revoked
4.1.21 2017-08-03 #
- new entity uba_advSecurity: advanced security (Associating a user with a keyMedia, IP address & device fingerprint) + new version 1.0.0.7 of IITCrypto feature [UB-1817] [UB-1818] [UB-1819]
- new shortcut
Advanced security
- Session.on('logon') event now take a req: THTTPRequest input param
- grant rights to uba_advSecurity for Supervisor role
- store a request headers during uba_audit LOGIN event
- user can upload certificate in user form
Fixed #
4.1.21 2017-08-03 #
--set uba_user.lastPasswordChangeDate = maxDate in case create domain users.
@unitybase/ubcli #
Fixed #
1.0.34 2017-08-28 #
- prepareGZIP command now work properly (adding @unitybase/compressors dependency)
@unitybase/ubs #
Fixed #
4.1.25 2017-08-16 #
- Prevent use a browser cache template/code block in report edit form (ubs_report)