This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
v1.4.14
Pre-release
Pre-release
Bug Fixes
- Auth: prevent second authorized modal from showing on login
(28bde379) - CSS: ui-bootstrap-csp.css was missing, fixes e.g. calendar popover
(8d9ae70f) - ChangeIPWhitelist: do not allow ips of all wildcards
(2a4e6924) - ChangeLogout: set min logout time to 1 minute
(e99aeb71) - ExportHistory:
- HDAddresses:
- LogoutTime: use timestamps rather than timers for accuracy
(a485a257) - Reminder: error messages for email field, proper spinner
(b5f3b863) - Send:
- Support: update FAQ href
(e5f4b297)
Features
Refactor
- AccountForm: clean account form code, prevents creating multiple accounts with same name
- ChangeIPWhitelist: improve validation and clean up code
- LabelOrigin: convert to a component, apply highlight class externally
Test
- LabelOrigin: add tests for label-origin component