Releases: schorschii/OCO-Server
Releases · schorschii/OCO-Server
Version 1.1.11
- fixed deployment assistant when deploying packages with NULL value in compatible OS/version/architecture field
- fixed self-service deployment view
- append extension version as GET parameter to JS and CSS includes to avoid caching issues
- MDM: improved management of assigned profiles and apps
- MDM: command buttons as known from computer objects
- Android MDM: change
config_idcolumn tounsiged bigint- Google Play generates really big config ids - Android MDM: fixed incorrect config store behavior in some cases
- removed the Nmap command button by default since it is rarely used
- if you still need it, you can create a simple OCO extension for that (see example extensions repo)
- changed package
last_updateto NULL by default - allow line break in CSV exports
- handle autofocus in explorer-content AJAX requests
- updated documentation
Version 1.1.10
- many MDM improvements
- improved password rotation feature
- new: CheckMK local check script
- new: architecture compatibility field for packages
- agent timestamp is now stored in separate field to avoid problems with time difference on server and client
- last change username is now stored with packages
- show created_by username in brackets after date in computer, package, job container view
- get correct agent remote IP if a proxy is used
Version 1.1.7
- Android MDM preview
- show if a computer partition is encrypted (requires agent v1.1.7)
- show local users of computers (requires agent v1.1.7)
- show battery level of notebooks (requires agent v1.1.7)
- new HMAC auth for agent communication instead of plaintext auth (requires agent v1.1.7)
- show computer warn/crit service count in services tab header
- option to set a manual server key when creating a new computer
- improved message boxes for long texts
- rearranged tree view (for mobile device features)
- refactored homepage for mobile devices
- code improvements (group objects - breadcrumbs)
Version 1.1.6
- improved DB schema: removed id from log and setting table
- improved password rotation and macOS support
- fixed some PHP warnings
- updated translations
Version 1.1.3
- local user password rotation feature
- update remote address on every agent.hello request
- update download behavior when renewing jobs in same container
- added missing permission for superadminsto create subgroups in package groups
- add API call for general server info
- improved iOS MDM beta
- updated translations
Version 1.1.2
- iOS Mobile Device Management feature preview (very early stage of development but feedback is appreciated)
- Client Extension on Windows: avoid cmd window when starting VNC and RDP
- improved explorer tree expand/collapse buttons
- improvements for navigating in the explorer tree with keyboard only
- Self Service LDAP sync: option to use the username as unique identifier
Version 1.1.1
- correctly show 100% used space if free space is 0
- remove (invisible) JS error on login page
- redirect to target page after login via GET parameter
- fixed software installation count
- now using input type "search" for search text boxes, this shows a clear button in Chrome
- automatically extract MSI product code for uninstall command when creating MSI packages (needs Wine installed)
- simple software package license count/overview feature
- auto build OCO Client Extension via Github workflow
- fixed package family link in package group view
- improved translations
Version 1.1.0
Service Pack 1
- support for agent download progress and job output reporting while job is running
- close dialogs via ESC, removed unused buttons
- show compressed and real size in package content view
- orderd package family list in package edit dialog by name
- generic monospace font as fallback for monospace text boxes
- improved docs & DB schema image
- fixed issue with special chars in software view
- fixed MySQL 'Serialization failure: 1213 Deadlock found when trying to get lock' when many clients try to update their service status
- updated OS deployment init script for bypassing Windows 11 hardware restrictions
- fixed settings page for usage with web servers other than Apache (removed
apache_get_version()call) - show system/domain user UID in system/domain user management table
- fix for PHP 8.1: passing null to strtotime() and htmlspecialchars() is deprecated
Version 1.0.4
RC1 for 1.1.0 (Service Pack 1)
- support for agent download progress and job output reporting while job is running
- close dialogs via ESC, removed unused buttons
- show compressed and real size in package content view
- orderd package family list in package edit dialog by name
- generic monospace font as fallback for monospace text boxes
- improved docs & DB schema image
- fixed issue with special chars in software view
Version 1.0.3
- minor fix in the deployment assistant for Firefox
- some multibyte text improvements
- improved DUI DB schema upgrader
- full JSON-RPC compliance for client API: batch requests, error objects
- improved docs