------------------------------------------------------------------------------ upKeeper Manager Web 5.1.0 ----------------------------------------------------------------- New functions Organizational level windows update search (14112): for each org, a custom statement can be added for filtering windows updates. Administrator user groups (7583): Ability to view computer's local administrators on the machine as part of the inventory task. Date on windows update (10260): In device -> inventory -> updates, the date for the update is displayed. Display computers with low CPU, Memory and Disk space (6081): Admin web can now display computers with low CPU, Memory or/and disk space. It's now possible to search for all disabled devices Bug fixes Assign computers to applications when you hit license roof (11743): If api throws error we empty the list of computers in applications. Scheduling of task don't save correctly (12559): Fixed so it reports times in acceptable UTC format. 2FA email verification when no email is registered (11791): Removed the option to use email as 2FA when no email is registered. Passwords and secret keys are hidden (14106): Password fields are treated as password types and not shown. A checkbox has been added if the user wants to edit the hidden content. Adding a user from organization (15896): The ability to add roles to user from the organization on admin view have been implemented. Show how many computers have been selected (6638): An indication on how many computers/applications have been selected. CRON Expression (14115): Implemented a CRON library and built functionality to handle CRON expressions to schedule tasks. Patch Tuesday (14116): With CRON expression we can handle patch Tuesday, an example on this on the admin web. Application Priority in view (14114): On all modals and displays that contains Application the priority of the application is displayed. Message overflow on Home (18070): Long words could overflow the div. An fix for this has been implemented and its no longer possible. Zendesk tickets on Computer (18073): A bug where a zendesk tickets on a computer couldn't get added. An undefined check has been implemented and its working as intended again. Messages on homescreen overflowing div (18070): Fix for where an long message could overflow the message div. The filtering of devices will now be persistent when switching tabs or viewing device details. ------------------------------------------------------------------------------ Admin API 5.1.0 ------------------------------------------------------------------------------ New functions SMTP username and password length (11957): User name and password lengths maximum size now at 255 characters instead of the usual 50. Date on windows update (10260): Admin API includes date for an update. It's now possible to prohibit the usage of Email as TFA. This is done by adding the configuration AllowEmailTFA:false in UpkeeperSettings To enable logging of files from clients, a new configuration named ComputerLogFileFolder is needed that points to the folder where to store uploaded files. Bug fixes Assign computers to applications when you hit license roof (11743): Added a filter on computers so it filters out applications that hit license roof. Filter on Application that has hit license roof. When you do a search on users you always get upKeeper Admin user (14295): Created and use of Display Classes (DTO) instead of returning entities. When searching on a user you always get users tied to the same organization (14296): Created and use of Display Classes (DTO) instead of returning entities. Update javascript library (14233): Updated Angular, Bootstrap, jquery, jquery-ui and lodash. Passwords and secret keys are hidden (14106): API no longer sends back sensitive data, does a check if empty string comes in to not overwrite old data. Adding a user from organization (15896): Built out to handle adding user from organization. CRON Expression (14115): Built functionality to add/view and describe a CRON Task. Application Priority in view (14114): DisplayApplication takes priority from database to be able to view it in frontend. Show OS Version on Device listing (14107): When Device becomes DisplayComputer we use OS version as its platform. Ultra VNC in wrong format (18385): Fixed an issue with a broken endpoint in settingscontroller causing the ultra vnc file the be in the incorrect format. ------------------------------------------------------------------------------ Application server 5.1.0 --------------------------------------------------------------- New functions CRON (14115): Appserver now has CRON string support. It's now possible to synchronize groups from Azure AD. Group membership for devices synchronized from AAD will also be synchronized when enabled. Bug fixes Certain Lenovo models don't give correct warranty information (12516): Updated the Regex that handles Lenovo devices. ------------------------------------------------------------------------------ Client API 5.1.0 ----------------------------------------------------------------------- New functions Client api reports issues if over threshold: new tab in orgsettings that sets whether the client api reports issues with computer. Date on windows update (10260): API for update includes date. Display computers with low CPU, Memory and Disk space (6081): API for CPU, Memory and disk space reporting. To enable logging of files from upKeeper Logger to Admin API, new configuration is needed in Client API. WebApiEndpoint must be set to the Admin API endpoint, and WebApiAccessToken must be an long life access token for a user, that has a role assigned with the permission Log_addWithFile. Bug fixes Client selectable apps ignored limited apps (18535): Client selectable apps do not show in MyupKeeper if they are limited. ------------------------------------------------------------------------------ Windows Client 5.1.0 ------------------------------------------------------------------- New functions Organizational level windows update search (14112): the client can optionally use a filtering statements for windows update Date on windows update (10260): Client includes date when update happens. Display computers with low CPU, Memory and Disk space (6081): Clients collect data over time regarding its performance and report it periodically. MaximumMeasuringPoints MinimumDiscSpaceRemainingPercent MinimumMemoryRemainingPercent MaximumProcessorUsagePercent are valid keys for the registry. Publishtime uninstall dependent (14108): Client api refuses to send app to uninstall unless publishtime is surpassed Uninstallation sends back process block information (14109): The client api sends back information about an app being process blocked, which causes the client to handle it as it does with installations. The dependency on Asp.Net.Core components has been removed, reducing output file size of about 20MB. CRON (14115): Appserver now has CRON string support. Bug fixes When client cancel a application all application changes will cancel until restart (13714): After client cancel an installation se set AbortInstallation back to false. Configuration file for UltraVNC have format UTF8-BOM (14060): Updated UltraVNC to use format UTF-8 instad of UTF8-BOM. Cant add distro point of type OneDrive (14607): Updated onedrive distro point header name. Trayclient memory leak (18420): PubSub was causing memory leaks, reverted to an older version of it to resolve this. registry optional clean (18588): It is now optional for the upKeeper installer to remove the registry to prevent crashes. ------------------------------------------------------------------------------ Windows SOS Client 5.1.0 --------------------------------------------------------------- New functions The dependency on Asp.Net.Core components has been removed, reducing output file size of about 20MB. Bug fixes N/A ------------------------------------------------------------------------------ WSUS Service 5.1.0 ------------------------------------------------------------------ New functions N/A Bug fixes N/A ------------------------------------------------------------------------------ upKeeper Files 5.1.0 ------------------------------------------------------------------ New functions N/A Bug fixes N/A ------------------------------------------------------------------------------ upKeeper Logger 5.1.0 ------------------------------------------------------------------ New functions It's now possible to send a file via upKeeper logger. The file is included by argument -f "filepath" Bug fixes