mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 06:58:30 +00:00
#21467 - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [X] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [X] Added/updated tests - [X] If database migrations are included, checked table schema to confirm autoupdate - For database migrations: - [X] Checked schema for all modified table for columns that will auto-update timestamps during migration. - [X] Confirmed that updating the timestamps is acceptable, and will not cause unwanted side effects. - [X] Ensured the correct collation is explicitly set for character columns (`COLLATE utf8mb4_unicode_ci`). - [X] Manual QA for all new/changed functionality |
||
|---|---|---|
| .. | ||
| .keep | ||
| 7476-fix-ui-overflow-os-settings-table | ||
| 17558-validation-errs | ||
| 18897-shoe-zeroes | ||
| 19551-policy-software-automations | ||
| 19808-prof | ||
| 20320-uninstall-packages | ||
| 20535-sw-table-loading | ||
| 20757-profiles-batch-activity | ||
| 20764-fix-cron-with-duplicate-host-uuid-windows-mdm | ||
| 20828-better-appid-error | ||
| 20846-vuln-virtual-box | ||
| 20868-turn-off-mdm | ||
| 20895-policy-software-install-gitops | ||
| 21019-ota-enrollment | ||
| 21264-fix-reserved-team-names | ||
| 21315-vpp-premium-license | ||
| 21402-improve-windows-mdm-enabled-error-message | ||
| 21404-minio-false-positive | ||
| 21412-remove-node-key-from-server-logs | ||
| 21428-policy-automatic-install-software | ||
| 21428-prevent-install-when-already-pending | ||
| 21467-policies-for-no-team | ||
| 21557-ota-profile-endpoint | ||
| 21559-add-end-user-enrolment-page | ||
| 21683-apns-cert-validation-on-start | ||
| 21866-startup-expired-abm-cert | ||
| 21890-vpp-token-error | ||
| apns-errors | ||
| update-go1.23.1 | ||