fleet/server/fleet
Roberto Dip 05818902cd
implement OTA enrollment (#21942)
for #21019

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [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] Manual QA for all new/changed functionality
2024-09-10 16:52:17 -03:00
..
policytest Migrate team-related endpoints to new pattern (#3740) 2022-01-19 10:52:14 -05:00
activities.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
agent_options.go Script Timeout Agent Options Part 1 of 2 (#20266) 2024-07-10 14:33:39 -06:00
agent_options_generated.go Update osquery flags to 5.12.2 (#19338) 2024-06-10 17:02:49 -03:00
agent_options_test.go Script Timeout Agent Options Part 1 of 2 (#20266) 2024-07-10 14:33:39 -06:00
aggregated_stats.go Performance stats for live queries (#15440) 2023-12-13 14:46:59 -06:00
app.go MABM: fixes and re-enable integration tests (#21834) 2024-09-05 14:10:35 -03:00
app_test.go Backend support for iOS/iPadOS OS updates (#20649) 2024-07-24 14:34:23 -03:00
apple_mdm.go Profiles batch activity (#21604) 2024-08-30 16:00:35 -05:00
apple_mdm_test.go implement OTA enrollment (#21942) 2024-09-10 16:52:17 -03:00
authz.go Merge conflicts 2024-04-16 10:20:59 -05:00
calendar.go Downloading a software installer package now shows the browser's built-in progress bar (#21341) 2024-08-20 12:37:29 -05:00
calendar_events.go Fixed issue where callback was clearing event body tag. (#20997) 2024-08-05 13:44:30 -03:00
calendar_events_test.go Fixed issue where callback was clearing event body tag. (#20997) 2024-08-05 13:44:30 -03:00
campaigns.go Added a new synchronous live query endpoint: POST /api/v1/fleet/queries/:id/run (#15860) 2024-01-03 09:39:16 -06:00
capabilities.go disable FileVault rotation if the server talks to an old fleetd (#21004) 2024-08-02 16:06:21 -03:00
capabilities_test.go fix panic if concurrent requests write capabilities (#13278) 2023-08-10 19:49:07 -03:00
carves.go report errors that can occur during file carving (#8972) 2022-12-09 13:21:30 -03:00
cron_schedules.go send an APNs push to hosts with pending commands every minute (#19941) 2024-07-12 15:39:59 -03:00
datastore.go implement OTA enrollment (#21942) 2024-09-10 16:52:17 -03:00
db.go Add the fleetctl debug {errors,db-locks} sub-commands (#3168) 2021-12-06 09:26:01 -05:00
device.go Hide "Self-service" in Fleet Desktop and My device page (#20047) 2024-07-02 11:32:49 -05:00
emails.go Custom email device-mapping: implement the CLI (fleetd + fleetctl) changes (#15763) 2023-12-21 11:22:59 -06:00
emails_test.go Custom email device-mapping: implement the CLI (fleetd + fleetctl) changes (#15763) 2023-12-21 11:22:59 -06:00
errors.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
errors_test.go allow clients to report errors back to the server (#13478) 2023-08-24 13:04:27 -03:00
fleetctl.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
gen_activity_doc.go Update docs: Webhooks for global activity (#19863) 2024-06-26 16:48:58 -04:00
geoip.go 🧹 friday cleanup party: substitute deprecated import of go-kit (#19774) 2024-06-17 10:27:31 -03:00
global_schedule.go Remove unneeded interfaces (#1779) 2021-08-24 18:49:56 -03:00
hostresponse.go /api/_version_/fleet/hosts to return bad request instead of server error when passing invalid mdm_enrollment_status (#11242) 2023-04-19 18:43:15 -03:00
hosts.go feat: pre sonoma migration features (#21266) 2024-08-13 16:14:35 -04:00
hosts_test.go feat: pre sonoma migration features (#21266) 2024-08-13 16:14:35 -04:00
installer.go add a new tool to upload installers to blob storage (#6661) 2022-07-14 16:11:52 -03:00
integrations.go Activity feed webhooks backend (#19261) 2024-05-24 11:25:27 -05:00
invites.go Add update invite API (#2837) 2021-11-11 17:33:06 -03:00
jobs.go Allow "not_before" timestamp for worker jobs, schedule more quickly (#11512) 2023-05-03 16:25:36 -04:00
labels.go iOS/iPadOS as platforms/labels (#20126) 2024-07-08 18:05:29 -03:00
live_query_store.go Address multiple redis-related issues observed with live queries (#16855) 2024-02-27 19:35:27 -06:00
logging.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
mdm.go MABM bugfix: fix the expected format of the migrated VPP token (#21761) 2024-09-03 13:23:44 -04:00
mdm_test.go MABM: fixes and re-enable integration tests (#21834) 2024-09-05 14:10:35 -03:00
meta.go Add count to host upcoming activities API response (#16511) 2024-02-06 10:02:38 -06:00
microsoft_mdm.go fix: process Add commands in Windows MDM profiles (#17570) 2024-03-12 15:21:17 -04:00
microsoft_mdm_test.go fix: process Add commands in Windows MDM profiles (#17570) 2024-03-12 15:21:17 -04:00
network_interfaces.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
nudge.go Backend support for iOS/iPadOS OS updates (#20649) 2024-07-24 14:34:23 -03:00
operating_systems.go Check macos version with semver for nudge disabling (#18485) 2024-04-23 10:09:47 -04:00
operating_systems_test.go Check macos version with semver for nudge disabling (#18485) 2024-04-23 10:09:47 -04:00
orbit.go Script Timeout Agent Options Part 1 of 2 (#20266) 2024-07-10 14:33:39 -06:00
orbit_test.go Fix extension delivery bug fix Windows extension paths to .ext.ext (#13986) 2023-09-22 05:17:27 -03:00
osquery.go Added server_settings.query_report_cap (#19692) 2024-06-14 12:24:01 -03:00
packs.go Require a custom Clone for cacheable items, add tooling and CI check to help catch issues (#15458) 2023-12-06 14:34:22 -05:00
packs_test.go Fix incorrect integer conversion (#10188) 2023-02-28 18:01:25 -08:00
policies.go Add GitOps support for policy installers (#21826) 2024-09-06 19:10:28 -03:00
policies_test.go Add validation for policy specs (#13294) 2023-08-21 10:22:07 -06:00
queries.go Move CalculateAggregatedPerfStatsPercentiles reads to the replica (#19206) 2024-05-31 07:08:31 -05:00
queries_test.go 15381 host query report api (#15441) 2023-12-11 15:33:31 -07:00
query_results.go Remove kolide types and packages from backend (#974) 2021-06-06 15:07:29 -07:00
redis_pool.go Use a redis cluster-friendly store for rate limit (#2577) 2021-10-19 16:24:13 -04:00
scheduled_queries.go Updating wall_time from seconds to ms. (#16706) 2024-02-12 07:58:40 -06:00
scripts.go HotFix err on script timeouts for legacy orbit versions (#20462) 2024-07-15 11:17:20 -06:00
scripts_test.go HotFix err on script timeouts for legacy orbit versions (#20462) 2024-07-15 11:17:20 -06:00
service.go implement OTA enrollment (#21942) 2024-09-10 16:52:17 -03:00
sessions.go Change role of existing users only if SSO attributes are present in the SAMLResponse (#11966) 2023-05-30 17:49:59 -03:00
sessions_test.go Change role of existing users only if SSO attributes are present in the SAMLResponse (#11966) 2023-05-30 17:49:59 -03:00
software.go Backend for policy automation to install software (#21650) 2024-08-30 14:13:25 -03:00
software_installer.go Add GitOps support for policy installers (#21826) 2024-09-06 19:10:28 -03:00
software_test.go installer report and rollback fixes (#19046) 2024-05-15 19:18:35 -03:00
statistics.go Add AI features, maintenance window, and Fleet Desktop to usage statistics Story #19693 (#21131) 2024-08-12 15:12:28 -04:00
targets.go Update live query selector logic (OR -> AND) (#9559) 2023-01-30 18:35:56 -03:00
targets_test.go Optimize requests on packs page (#3327) 2021-12-13 21:50:24 -08:00
teams.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
teams_test.go Backend support for iOS/iPadOS OS updates (#20649) 2024-07-24 14:34:23 -03:00
traits.go Add support for downloading a list of hosts in CSV format (#4596) 2022-03-15 15:14:42 -04:00
translator.go Remove unneeded interfaces (#1779) 2021-08-24 18:49:56 -03:00
user_roles.go Remove unneeded interfaces (#1779) 2021-08-24 18:49:56 -03:00
users.go Cap salt length before concatenating with plaintext for password updates (#17068) 2024-02-28 11:16:02 -08:00
users_test.go Cap salt length before concatenating with plaintext for password updates (#17068) 2024-02-28 11:16:02 -08:00
utils.go Flag when the Apple BM terms have expired (#9091) 2023-01-06 17:44:20 -03:00
vpp.go MABM: fix non-integrations skipped tests part 2 (#21805) 2024-09-04 15:17:32 -04:00
vulnerabilities.go Pull xz'd goval-dictionary sqlite files to evaluate vulnerabilities on Amazon Linux hosts (#21506) 2024-08-26 14:07:42 -05:00
windows_mdm.go Profiles batch activity (#21604) 2024-08-30 16:00:35 -05:00
windows_mdm_test.go feat: allow <Add> node in Windows MDM profiles (#17234) 2024-02-28 15:05:13 -05:00
windows_updates.go Feature 7076: Ingest installed windows updates (#7138) 2022-08-26 14:55:03 -04:00
windows_updates_tests.go Feature 7076: Ingest installed windows updates (#7138) 2022-08-26 14:55:03 -04:00