Commit Graph
7249 Commits
Author SHA1 Message Date
Mike McNeil 6eb9718309 Better way to sell (#10704)
relates to moving the file out of `free-for-all/`:
https://github.com/fleetdm/confidential/pull/2327

..
2023-03-22 22:57:31 -05:00
EricandMike McNeil f970f6fb8d Website: Remove extra dashes from markdown links (#10657)
Closes: #10458

Changes:
- Updated the generated id's for headings in Markdown content to remove
extra dashes in words that have multiple letter casings (e.g., `#my-sql`
» `#mysql`, `#git-hub-security` » `#github-security`)
- Updated links to Markdown headings that have changed.
.  ..

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-03-22 19:34:59 -05:00
EricandMike McNeil c40e780a8d Website: Change APNS CSR email attachment filename (#10682)
Closes: #10417

Changes:
- Changed the filename of the APNS CSR attachment:
`apple-apns-request.txt` » `apple-apns-csr.txt`

.

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-03-22 19:30:39 -05:00
Mike McNeil db5ebd7cec Unblock merging #10657 (#10698) 2023-03-22 19:21:54 -05:00
JDandEric a0a8e3a8dd Fleet 4.29.0 release notes (#10694)
# Checklist for submitter

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

#10608

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2023-03-22 15:54:23 -07:00
Katheryn Satterlee 34e721b0fd Update installation methods (#10691)
Updated list of installation methods to reflect current guides.

# Checklist for submitter

Documentation-only change
2023-03-22 16:34:34 -05:00
Josh Brower c83bc3dd68 CIS WIN10 - 18.5.4.1 - 18.2.11.4 (#10686) 2023-03-22 16:39:10 -04:00
Luke Heath 547111d5b6 Prepare 4.29.0 (#10610) 2023-03-22 15:14:51 -05:00
Taylor Hughes 4b0de73b40 handbook changed g people to help classified (#10683)
...
2023-03-22 12:54:16 -05:00
Mo Zhu 80237a0262 fix casing of bullets 2023-03-22 09:43:24 -07:00
Mike McNeil 71fb3fad27 Consolidation, deduplication, and pruning old content (#10670)
Accompaniment to https://github.com/fleetdm/fleet/pull/10669
2023-03-22 09:42:10 -07:00
Mike McNeil 66535ab93c Peepops => bizops (#10677) 2023-03-22 11:17:11 -05:00
Roberto Dip 5391091dbb ingest empty disk encryption keys (#10671)
this cover edge cases when the `/var/db/FileVaultPRK.dat` is not
present, but the disk is still encrypted and thus we're not able to get
the encryption key.


https://github.com/fleetdm/fleet/issues/10672
2023-03-22 10:06:36 -03:00
Roberto Dip c1aa0f04b6 fix DEP enrollment by setting configuration_web_url if empty (#10662)
https://github.com/fleetdm/fleet/issues/10661

- [x] Manual QA for all new/changed functionality
2023-03-22 10:00:41 -03:00
Mike McNeil f5c8daacf0 Add missing links (#10669)
..
2023-03-22 01:12:18 -05:00
Mike McNeil 1ec14fc144 Fix outdated label (#10668) 2023-03-21 23:18:45 -05:00
Mike McNeil a031dfdc37 correct #g-cx label (#10667) 2023-03-21 23:13:46 -05:00
Zachary Winnerman 501c3a0f2f Add org wide cloudtrail logging (#10666)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-21 23:30:11 -04:00
Luke Heath e61f3b8ccf Fix uppercase (#10665)
.
2023-03-21 21:49:29 -05:00
Mike McNeil 5b041115be Simplify mappings (#10664) 2023-03-21 20:35:44 -05:00
Mike McNeil e5495fd439 Use crown jewels (#10663) 2023-03-21 20:13:17 -05:00
Mike McNeil ea1ba6bf78 Add custom request issue. (#10660) 2023-03-21 17:25:33 -05:00
Roberto Dip 5667755042 account for currently unsupported user enrollments (#10658)
This modifies the query we use to list profiles to add/remove to account
for (currently) unsupported User enrollments.

#10659
2023-03-21 18:42:10 -03:00
Juan Fernandez 5c465549e7 Bug 10631: Updated SearchHost authorization action (#10655)
Updated authorization on 'host/search' endpoint so that logged in users can list hosts.
2023-03-21 15:29:59 -04:00
Luke Heath f30fe7e4a9 MDM profile: Re-enable software automatic downloads (#10652) 2023-03-21 14:28:12 -05:00
Mike McNeil 51bed59e8b Tracking hours (#10654) 2023-03-21 13:39:42 -05:00
RachelElysia 01e5742d60 CIS - WIN10 - 18.9.89 to 18.9.91 (#10641) 2023-03-21 14:23:00 -04:00
Mike McNeil 7c73bb3b42 Non-US consulting agreements (#10653) 2023-03-21 13:21:56 -05:00
Luke Heath 7ebf308b0c Revert fleetctl apply token (#10647) 2023-03-21 12:51:41 -05:00
Eric c98cb2761b Website: Fix pageOrderInSection meta tag on MDM docs page. (#10648)
Changes:
- Removed the backtick from the pageOrderInSection meta tag in
`docs/using-fleet/mobile-device-management.md`
2023-03-21 12:24:50 -05:00
Mo Zhu e330c7e6ff re-create the landing page for MDM (#10646) 2023-03-21 09:43:10 -07:00
Luke Heath d514998f3a Use gitops API token (#10639) 2023-03-21 11:23:08 -05:00
Sharon Katz 1543ac730b Customer events postmortem (#10574) 2023-03-21 12:22:25 -04:00
Gabriel Hernandez 849a90c99e quick fixes for updating disk encryption link and activity item UI (#10640)
relates to #10637

quick fixes for disk encryption:

- updates a link
- bolds the name in the activity item
2023-03-21 16:20:43 +00:00
Mo Zhu 8c8165285f update DRI for creating blog post to be HOP (#10643) 2023-03-21 09:15:36 -07:00
Mo Zhu 995f278114 Update release blog post process (#10642) 2023-03-21 09:07:23 -07:00
Luke Heath 94085da058 Testing MDM: Disable OS downloads (#10635) 2023-03-21 10:33:15 -05:00
RachelElysia 45bc73be3c CIS - WIN10 - 18.9.18 to 18.9.27 (#10633) 2023-03-21 11:25:24 -04:00
Luke Heath 09b469322e Only use gravatar fallback if explicitly set to false (#10614) 2023-03-21 09:35:40 -05:00
RachelElysia c82026e930 CIS - WiN10 - 18.9.31 to 18.9.45 (#10632) 2023-03-21 09:51:26 -04:00
Mike McNeil 15cad38998 Update README.md (#10630)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-21 02:49:01 -05:00
Mike McNeil a4c630f4d4 Update ceo-handbook.md (#10629)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-21 02:11:01 -05:00
Mike McNeil f1c38da8b1 Update ceo-handbook.md (#10628)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-21 02:08:36 -05:00
Mike McNeil 5add26028f Automate one ritual (#10627)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-21 01:59:23 -05:00
Mike McNeil 2fead89aeb full fledged fleeties and other flun flacts (#10626)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-21 01:39:41 -05:00
Mike McNeil 3bf0944b8c clarify SLA for monthly close (#10625)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-21 01:24:39 -05:00
Mike McNeil f3053e2541 Better linkable heading (#10624)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-21 01:13:35 -05:00
Mike McNeil ea815cfb6e Fix formatting (#10623)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-21 01:09:45 -05:00
Mike McNeil eebe37e596 Formatting and further impovments to hiring process (#10622) 2023-03-21 00:52:24 -05:00
Mo ZhuandMike McNeil a11514b66d Update hiring handbook (#10544)
.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-03-20 23:58:17 -05:00