- Job Completion: Check for free queue slots on each job complete, to speed up queue item throughput.
- Alerts: Include server info in alert_new and alert_cleared activity log entries.
- UI: activity_search_map: Add "master_primary" activity ID to "peers" search group.
- Activity UI: Fix issue where alert invocations were not searchable by "Alerts" menu item, and also show copyable ID in dialogs.
- CSS: Adjust font size of non-styled code in code_viewer
- Comm UI: Only show "reconnecting" progress dialog if a dialog (or code editor) isn't already being displayed.
- api_get_servers API: Drop admin requirement, as this is a read-only API. Fixes #46.
- Also, add call to requireValidUser in api_get_global_state, as it was missing.