Desmi-Dizney
097f71e76c
Editor Pass - Adding password policy query to the default library ( #6768 )
...
* Editor Pass - Adding password policy query to the default library
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6641
* Update constants.ts
* Update frontend/utilities/constants.ts
2022-07-21 13:51:17 -05:00
gillespi314
0312454f4c
Modify host battery health returned by GET /hosts/:id
( #6782 )
2022-07-20 21:16:03 -05:00
gillespi314
9a1adeb61b
Update documentation and Sails app for additional usage statistics ( #6589 )
2022-07-20 20:53:19 -05:00
RachelElysia
0afa3e4b54
Host UI: Refactored disk space bar graph to a global component ( #6741 )
2022-07-20 12:39:19 -04:00
gillespi314
4792d7a759
Add UI for Fleet Sandbox to download prepackaged installers ( #6721 )
2022-07-19 14:28:06 -05:00
RachelElysia
1c1bec12d2
Tooltip: Spiffier 4 users list ( #6730 )
2022-07-19 15:13:20 -04:00
Gabriel Hernandez
f4b20b6ae5
Add SandboxGate to fleet UI that gates functionality when in sandbox mode ( #6738 )
2022-07-19 19:55:47 +01:00
RachelElysia
2de047b888
Logout of sandbox redirects to marketing site ( #6726 )
2022-07-19 11:43:57 -04:00
RachelElysia
da1868d6ae
Host Details Page: Correct software vulnerabilities count ( #6729 )
2022-07-19 11:43:04 -04:00
RachelElysia
733abe1aa7
Manage Host Page: Render host disk space ( #6593 )
2022-07-18 16:37:38 -04:00
RachelElysia
009d860076
Live Query UI: Fix results count title ( #6719 )
2022-07-18 10:18:57 -04:00
gillespi314
3aa64f93ba
Add isSandboxMode
to AppContext
( #6704 )
2022-07-18 09:13:23 -05:00
RachelElysia
b058365c4e
UI: Spiffier tooltip ( #6642 )
2022-07-15 15:10:35 -04:00
RachelElysia
6b4af5b70b
Pack UI: Do not abbreviate packs frequency units ( #6665 )
2022-07-15 15:08:20 -04:00
RachelElysia
53c2221103
Edit User UI: Converting a user to SSO provides new password of null ( #6689 )
2022-07-15 14:38:19 -04:00
RachelElysia
c80cb324a4
Edit User UI: Fix bug related to editing multiple users ( #6664 )
2022-07-14 16:09:56 -04:00
RachelElysia
fb32520866
Live query UI: Fix export bug ( #6659 )
2022-07-14 12:21:26 -04:00
RachelElysia
9ce5ef2f59
Host Details Page UI: Granulated disk space levels ( #6586 )
2022-07-14 10:21:36 -04:00
Guillaume Ross
7559988000
Adding password policy query to the default library ( #6641 )
...
* Adding password policy query to the default library
Adding a built-in policy to check the minimum password length on macOS using the recently released password_policy table.
* Addding osquery minimum version + adding query to constants.ts
2022-07-13 15:26:31 -04:00
Kelvin Oghenerhoro Omereshone
2514b610b4
Use v1 for osquery endpoints ( #6137 )
...
- Update docs to use `v1` in the osquery endpoints. Ex: /api/v1/osquery/config.
- Update the Fleet UI's (Hosts > Add hosts > Advanced) flagfile.txt to use `v1` in the osquery endpoints.
2022-07-13 14:34:44 -04:00
Luke Heath
f6225cc52c
Add sandbox_enabled property to config interface ( #6598 )
2022-07-13 09:00:16 -07:00
RachelElysia
83d1941d80
Update osquery tables to report corrected platforms ( #6554 )
2022-07-08 12:01:03 -04:00
Luke Heath
b91b2c238b
Fix battery health null check ( #6541 )
2022-07-07 13:43:05 -07:00
RachelElysia
ed33a031db
Fleet UI: Host details / Device user page last restart time bug ( #6500 )
2022-07-06 13:56:31 -04:00
RachelElysia
1e4b76e6fd
Query builder UI: Add docker_container_envs table ( #6510 )
2022-07-06 13:05:53 -04:00
RachelElysia
a40d32501c
UI: Fix sentence case ( #6509 )
2022-07-06 11:54:17 -04:00
Luke Heath
943a1188f1
Add battery health to host details ( #6472 )
2022-07-05 12:17:51 -07:00
Luke Heath
1c6c379f4d
Improve loading states ( #6471 )
2022-07-05 12:10:53 -07:00
RachelElysia
7ad989d7c0
Dashboard UI: Update error states ( #6382 )
2022-07-01 10:21:25 -04:00
RachelElysia
fd3300a962
Host Details UI: Fix software table column width, caret alignment ( #6411 )
2022-06-30 10:46:05 -04:00
RachelElysia
be2c65ebe1
Login UI: Center vertical alignment, align with forgot password box ( #6397 )
2022-06-30 10:44:05 -04:00
RachelElysia
9367464d20
Fleet Desktop Device User Page: Remove unnecessary API call ( #6427 )
2022-06-30 10:42:41 -04:00
RachelElysia
9bfb43b2cf
Fix alignment for dropdown's placeholder and search text ( #6395 )
2022-06-29 09:49:27 -04:00
Roberto Dip
b2d07e56b5
report error analytics ( #6341 )
...
Related to #5898 , this reports an anonymized summary of errors stored in Redis into the analytics payload.
For each error stored, this includes:
- A `count` attribute with the number of occurrences of the error
- A `loc` attribute with the 3 topmost lines in the stack trace. Note that stack traces only contain package name + line number (example: github.com/fleetdm/fleet/server.go:12
This also includes a minor refactor around error types.
2022-06-28 16:31:14 -03:00
gillespi314
58892fee2e
Fix false negatives for os version policies generated by UI ( #6375 )
2022-06-24 12:42:51 -05:00
gillespi314
b6a816fe52
Remove last
keyword from UI SQL parser config ( #6362 )
2022-06-24 10:19:06 -05:00
Luke Heath
e16010f1f9
Improve SSO error messaging ( #6339 )
2022-06-23 10:32:20 -07:00
Martin Angers
8f66a50f2b
Add hosts enrolled by operating system to anonymous usage stats ( #6329 )
2022-06-22 16:38:11 -04:00
Martin Angers
dc9e158153
Add weekly active users count in anonymous usage stats ( #6317 )
2022-06-22 15:20:57 -04:00
gillespi314
7413ab45d5
Restyle links on admin page, software page ( #6254 )
2022-06-16 14:08:12 -05:00
gillespi314
03d7784beb
Revise manage automations modal to remove error no policies, add error no integration ( #6253 )
2022-06-16 14:07:39 -05:00
Luke Heath
546ef0746a
Fix actions popup alignment on user management page ( #6246 )
2022-06-16 08:29:27 -07:00
Luke Heath
1f3001b97e
Update API token modal to use new clipboard icon ( #6234 )
2022-06-15 12:30:36 -07:00
gillespi314
1258048000
Relocate sort click handler if column filter ( #6225 )
2022-06-14 17:57:43 -05:00
gillespi314
21837ed8ac
Enable ticket workflow for failing policies automation ( #6066 )
2022-06-13 18:21:24 -05:00
gillespi314
7621a0b290
Show count of visible results after a column is filtered on live query page ( #6199 )
2022-06-13 18:20:57 -05:00
Luke Heath
7822666603
Improve password recovery flow ( #6185 )
2022-06-13 07:51:37 -07:00
gillespi314
c146ea4aa4
Add new "Fleet Desktop" section to global settings page ( #6161 )
2022-06-11 12:23:02 -05:00
gillespi314
44f902218c
Improve live query UX ( #5749 )
2022-06-10 13:29:45 -05:00
Guillaume Ross
bda0ad90ad
Fix linting issue ( #6178 )
...
* Fix linting issue
Removing a query that eslint is complaining about. Will fix next week - wether by adding ignore rules or figuring out a way to escape the tons of backslashes windows wants
* Fix linting issue
Putting query back in but with escaped backslashes, which should fix the linting issue and still work in the UI.
2022-06-10 13:17:29 -04:00