• Decrease Text SizeIncrease Text Size

Centralpoint Update 8.11.112


Date of Update: Monday, August 18, 2025  
FeatureSummary
Web.config: Assembly Reference Updates for .NET Core APIAssembly references will be updated in all web.config files to reflect the new .NET Core API naming convention. Specifically, references under the pages/controls/add elements will be changed from "Centralpoint.Web.UI" to "Centralpoint.Web", and handler type declarations containing "Centralpoint.Web.UI" after the comma will be updated to "Centralpoint.Web". These modifications ensure compatibility with the new .NET Core API release and maintain proper assembly binding throughout all web.config files in the installation.
New Data Transfer Source Google Drive (Public Folder Access)This feature allows the data transfer process to access and retrieve files from public Google Drive folders. Instead of requiring individual file permissions or authentication, the system can now connect to publicly shared Google Drive folders using folder URLs and transfer the contents directly to the server. The files will be downloaded into the Temp folder of the website, then into the Google Drive Folder. Example: Temp\GoogleDriveFolderId. When we rerun, we will check the modified date of the files and only re-download the files that have changed or are new.
Script Generator > Export Module ResultsThis tool has been extended to support search results generated from NLS searches. If it does not appear to be working after the site is running v8.11.112, update the query string variable on the JavaScript file to clear browser cache: /Scripting/ModuleResults/Export/Scripts.js?v=8.11.110
New .NET Core API with JWT AuthenticationThis update introduces a new .NET Core API built on .NET 10.0 framework that provides modern web API capabilities to the Centralpoint platform. The API includes JWT (JSON Web Token) authentication support with a dedicated key management system, allowing for secure token-based authentication and authorization. The implementation includes automated database table creation for JWT key storage, secure key rotation capabilities, and integration with the existing Centralpoint infrastructure through new sync methods that handle API creation and JWT key management across both Master and WebSite environments.
Data Sources > Select Command BuilderThe searchable table on the page will render controls that allow users to select rows and download files associated to the selected records.
CpScript ExtTableThe searchable columns feature has been extended with another property named Skipped Searchable Columns. When applying searchable columns, it is possible the table contains columns with non-searchable data that should not receive this functionality. For example, a column with checkboxes or icons has nothing to search. Please use the script builder help file for more details and setup assistance.


See Full History of All Updates