@unitybase/adminui-vue #

Fixed #

5.24.14 2024-05-20 #
  • Authorization page: prevent a repeat call of login in case password is wrong and user press Enter key on Access deny. Check login name and password dialog
5.24.13 2024-05-07 #
  • allow paste text with \n and \r into <input> - browser will strip it automatically

@unitybase/adminui-pub #

Added #

5.24.86 2024-05-14 #
  • added new property UBComboBox.searchStrategy (as in USelectEntity from adminui-vue). Can be one of like (default) or startsWith. For performance reasons, it is better to set the value startsWith to use the index in the database

Fixed #

5.24.85 2024-05-13 #
  • Organogram: fixed error Expression [ID] should be compared with parameter of type Number but got String while opening diagram
5.24.83 2024-05-06 #
  • Multi-filter: prevent multiple "Filter" action call for the same filter

@unitybase/aws #

Added #

5.24.2 2024-05-20 #
  • Initial release
5.24.0 2024-05-19 #
  • pre-release

@unitybase/base #

Chores #

5.24.6 2024-05-07 #
  • added WARNING for SQL Server procedure call: SET NOCOUNT ON MUST be added; any print statement MUST be removed

@unitybase/blob-stores #

Removed #

5.24.7 2024-05-20 #
  • removed obsolete fileSystemPDFBlobStore.js (very old implementation what uses OLE objects to convert Office files to PDF). Replaced by "@ub-e/to-pdf" many years ago.

Fixed #

5.24.7 2024-05-20 #
  • for historical (historyDepth>0) BLOB-stores, the removal of non-persistent revisions that exceed the historyDepth counter has been fixed. Before this fix, historical revisions were never deleted.

Chores #

5.24.7 2024-05-20 #
  • removed UB@5.22 compatibility checks (App.fsObserve, chunked file upload)
  • saveContentToTempStore implementation is moved to BlobStoreCustom (so all stores by default now support chunked upload)

@unitybase/cdn #

Added #

5.24.12 2024-05-14 #
  • added index for cdn_person.fullFIO

Fixed #

5.24.13 2024-05-20 #
  • cdn_language: make the code attribute unique, delete duplicate for the sq (Albanian) language by migration

@unitybase/logview #

Added #

1.1.31 2024-05-03 #
  • added nginx partial config for /remoteLog access (moved from main nginx template)

@unitybase/mailer #

Added #

5.23.25 2024-05-03 #
  • added GMail and Office365 SMTP parameters sample in README

@unitybase/openid-connect #

Changed #

5.24.8 2024-05-07 #
  • OIDC registerOpenIDEndpoint: in case endpoint already registered - return existed instead of throw

@unitybase/org #

Changed #

5.24.12 2024-05-13 #
  • SECURITY LocalOrgManager: prohibit changing built-in users (admin and root)
  • SECURITY LocalOrgManager: prohibit changing User and Employee data for records with multiple subordinates, to prevent obtaining permission for a denied records
5.24.11 2024-05-07 #
  • Assignments of Our Organization (org_employeeonstaff) algorithm for calculating caption has been changed to include the name of the staff unit

@unitybase/s3-blob-store #

Added #

5.1.1 2024-05-20 #
  • initial release
5.24.0 2024-05-19 #
  • pre-release

@unitybase/ub-pub #

Changed #

5.24.10 2024-05-07 #
  • i18n changed for OpenIDConnect welcome message to include Service Provider name

Fixed #

5.24.11 2024-05-20 #
  • LocalRepository: prevent failing for instances initialized from an empty array. Data fields should be assigned based on fieldList for such case to prevent errors like Using of attribute that not in fieldList is not allowed

@unitybase/ubcli #

Added #

5.25.29 2024-05-03 #
  • nginx configuration template now can use environment variables
{{#$ENV}}variableName{{/$ENV}}
or with default
{{#$ENV}}variableName||defaultValue{{/$ENV}}
  • ubcli generateNginxCfg now can add partial nginx configurations from models nginx-partial.mustache files

Removed #

5.25.31 2024-05-20 #
  • removed dead code what uses runSQL endpoint for sql migrations (UB@50.18.15 compatibility)
5.25.29 2024-05-03 #
  • /remoteLog nginx config moved into LOG model nginx-partial.mustache partial

@unitybase/ubq #

Added #

5.24.9 2024-05-03 #
  • added GMail and Office365 SMTP parameters sample in README