Luke Heath
9651539f75
Update API token modal to include more information ( #5994 )
2022-06-02 18:03:03 -05:00
Luke Heath
0530a86b7c
Fix device page redirect on expired token ( #5976 )
2022-06-02 17:56:26 -05:00
gillespi314
5d68a1fead
Add probability of exploit (EPSS score) to Software page in Fleet Premium ( #5925 )
2022-06-02 17:32:13 -05:00
Luke Heath
258eb278fd
Fix API endpoints in generated flagfile ( #5941 )
2022-05-27 11:19:40 -05:00
gillespi314
baeff6e893
Add validation for pack scheduled query interval ( #5918 )
2022-05-26 16:54:21 -05:00
Luke Heath
49b409904b
Fix export hosts filtering ( #5905 )
2022-05-25 18:48:48 -05:00
Luke Heath
16209b4ec5
Add e2e tests for export hosts feature ( #5895 )
2022-05-25 10:29:50 -05:00
Luke Heath
65a673870f
Fix device refetch page reload error ( #5891 )
2022-05-24 15:42:25 -05:00
Noah Talerman
6d4e64c3a6
Add "Include Fleet Desktop" option to "Add hosts" modal ( #5866 )
...
- In the Fleet UI, expose option to generate an osquery installer that includes Fleet Desktop
2022-05-24 09:24:43 -04:00
Luke Heath
b1028465e1
Export hosts to CSV with selected columns ( #5841 )
2022-05-23 22:46:40 -05:00
Luke Heath
d510db37ef
Fix issue count display ( #5871 )
2022-05-23 17:18:32 -05:00
gillespi314
78b1a60a0d
Add bundle identifier to Software page UI ( #5868 )
2022-05-23 17:08:44 -05:00
gillespi314
546986787a
Remove iptables
from UI ( #5869 )
2022-05-23 17:08:30 -05:00
gillespi314
bbc1891420
Add ability to see Google Chrome profiles on the Hosts page ( #5839 )
2022-05-23 14:27:30 -05:00
gillespi314
2db2c16511
Include MIA hosts under total count for Offline hosts ( #5854 )
2022-05-23 14:11:02 -05:00
Luke Heath
7d87c03eb1
Get license data from device details response ( #5822 )
2022-05-19 22:21:48 -05:00
Luke Heath
5a89d93f73
Remove view all hosts links from device user page ( #5793 )
2022-05-19 17:21:06 -05:00
gillespi314
4a4e832d3a
Increase minimum password length to 12 characters ( #5712 )
2022-05-18 12:03:00 -05:00
Luke Heath
c52604cfb7
Add policies to my device page ( #5787 )
2022-05-18 10:27:03 -05:00
Luke Heath
8eeeebb19f
Add more loading spinners to async actions ( #5742 )
2022-05-17 14:14:09 -05:00
Luke Heath
a6b2d2413a
Add last used column to host details software table ( #5681 )
2022-05-12 11:34:46 -05:00
Luke Heath
a95927340c
Improve homepage latency by removing redundant requests ( #5675 )
2022-05-12 10:58:50 -05:00
Luke Heath
9b857d0233
Set selection header width on tables, fix queries icon ( #5703 )
2022-05-12 09:23:06 -05:00
RachelElysia
34a2d3e483
UI Zendesk integrations ( #5356 )
2022-05-10 21:33:30 -05:00
RachelElysia
e145aa180a
Fix software inventory for device user ( #5620 )
2022-05-09 10:18:00 -05:00
RachelElysia
e3c0e2d3b5
Fix password reset redux auth token issue ( #5630 )
...
Co-authored by: Sarah Gillespie <sarahgillespi314@gmail.com>
2022-05-09 10:16:35 -05:00
RachelElysia
55d2cf1f10
Integrations Page: Remove edit integration from UI, Render duplicate error message, Unique integration naming convention ( #5577 )
2022-05-06 12:31:11 -04:00
RachelElysia
36feff8456
App Settings Page: fix checkbox/dropdown validations ( #5602 )
2022-05-06 08:41:39 -04:00
RachelElysia
af264acdbe
Manage Queries Page error: Fix icon size ( #5591 )
2022-05-06 08:36:33 -04:00
RachelElysia
974d1fed42
Create integration UI: FE validation for https protocol ( #5586 )
2022-05-05 17:08:18 -04:00
RachelElysia
b85105113f
UI bug fix: Mac details > Software tooltip shows correctly on hover ( #5597 )
2022-05-05 16:47:09 -04:00
RachelElysia
1899db5202
Integration page can update to empty array ( #5593 )
2022-05-05 14:04:34 -04:00
RachelElysia
fba916e636
UI Fix padding on live policy warning ( #5521 )
2022-05-04 09:05:52 -04:00
RachelElysia
6b34f32e88
Frontend Tech Debt: All data/page errors use same component ( #5455 )
2022-05-03 16:57:08 -04:00
RachelElysia
88b86d063d
UI Revert empty state for host details users/software ( #5489 )
2022-05-02 18:41:26 -04:00
Roberto Dip
a4725518ac
filter out Google Chrome profiles without an associated email before ingesting ( #5440 )
...
To add support for #400 , we're using the macadmins/osquery-extension to gather Google Chrome profiles from hosts.
Under the hood, the extension looks and parses a json file in which Chrome stores a bunch of data. Given that emails are not required to create Chrome profiles, some of the profiles stored in this file and returned by the query we're using contain empty emails.
The idea after this change is to prevent empty emails from being ingested in the first place instead of filtering them after the fact. I have also included a migration to clean the rows with empty email columns.
Fixes #4780
2022-05-02 09:55:40 -03:00
RachelElysia
0aa8db3a2f
Spiffier UI: Fix empty states ( #5395 )
2022-04-29 15:59:27 -04:00
RachelElysia
390ea4d82f
App Settings Page: Styling fixes ( #5453 )
2022-04-29 14:00:25 -04:00
Luke Heath
2651343be4
Refresh user and config on every route change ( #5425 )
...
* Refresh user and config on every route change
* Fix build error
* Remove stray log
2022-04-29 08:22:02 -07:00
Desmi-Dizney
2cd3508c88
Editor pass - New query and new policy: Identify optional fields to users (2) ( #5413 )
...
Editor pass for: https://github.com/fleetdm/fleet/pull/5167 - frontend/pages/policies/PolicyPage/components/NewPolicyModal/NewPolicyModal.ts
2022-04-28 11:21:40 -05:00
Martavis Parker
0cb8326423
Fixed style for action buttons in all modals ( #5402 )
...
* fixed style for action buttons in all modals
* fixed tests and modified more components
* fixed class reference in test
* removed unused file
2022-04-27 13:40:28 -07:00
RachelElysia
affdb42e31
UI Spiffier: Fix checkbox alignment ( #5407 )
2022-04-27 12:05:08 -04:00
Martavis Parker
32e365c7e9
removed unnecessary check for enter key ( #5403 )
2022-04-27 10:37:47 -05:00
RachelElysia
ced15c2ee3
Bug fix: Display query name when editing a schedule ( #5390 )
2022-04-26 16:57:11 -04:00
RachelElysia
6917331a1b
Host Details Page: Render better messaging for various empty states ( #5294 )
2022-04-26 14:00:47 -04:00
Luke Heath
5f8ec9d780
Add padding above query title on edit query page ( #5323 )
2022-04-26 10:38:56 -05:00
Tharun Rajendran
3b21e8630b
chore(test): remove enzyme from the package.json ( #5359 )
2022-04-25 20:28:41 -05:00
Tharun Rajendran
bd18bf3c7d
chore(test): rewritten scheduled query section test using rtl ( #5358 )
2022-04-25 15:36:42 -05:00
Martavis Parker
384c987389
Removed all traces of Redux from the app! ( #5287 )
...
* clean up routes and useless components
* component clean up
* removed redux from routes
* rename file
* moved useDeepEffect hook with others
* removed redux, fleet, app_constants dirs; added types to utilities
* style cleanup
* typo fix
* removed unused ts-ignore comments
* removed redux packages!!!
* formatting
* fixed typing for simple search function
* updated frontend readme
2022-04-22 09:45:35 -07:00
Martavis Parker
0d30854121
Unified text for private IP address ( #5301 )
...
* unified text for private ip address
* updated capitalization
2022-04-22 00:28:11 -07:00