Drew Ansbacher
a54dfd96a3
only one modal submit block needed
2021-08-31 16:37:01 -06:00
Drew Ansbacher
952205f85a
misc changes
2021-08-31 16:37:01 -06:00
Drew Ansbacher
601604a3d0
misc fixes
2021-08-31 16:37:01 -06:00
Drew Ansbacher
f78d6c3034
logs pr
2021-08-31 16:37:01 -06:00
Matt Hill
fc82fc2ec4
react to enter key for alerts and modals. Styling and logic
2021-08-31 16:37:01 -06:00
Matt Hill
89229cdd1f
begin logs improvement and combination
2021-08-31 16:37:01 -06:00
Aiden McClelland
72f3fee54a
initialize database better
2021-08-31 11:53:49 -06:00
Aiden McClelland
33dba5853f
load os tor key from db
2021-08-31 11:44:08 -06:00
Aiden McClelland
18df3c77b4
address bugs
2021-08-30 13:31:56 -06:00
Drew Ansbacher
ae01c0e0c4
wizard encrypt
2021-08-27 11:40:21 -06:00
Drew Ansbacher
0abc53423e
checkpoint
2021-08-27 11:40:21 -06:00
Keagan McClelland
3160da6e9f
Feature/tor health checks ( #426 )
...
* wip
* wraps up core tor health check feature, still need to fix the boundaries with the rest of embassyd
* need to please borrow checker
* please the borrow checker
* wire it in
* finishes the feature
* Apply suggestions from code review
* fixes tor restart functionality
* makes tor replacement more resilient, adds embassyd service in init and replace
2021-08-26 17:30:22 -06:00
Lucy Cifferello
e304995c7f
update torut with fork for dependency fix
2021-08-26 09:52:57 -06:00
Aiden McClelland
bc1e698a22
fix for volumeid serializer
2021-08-24 22:48:39 -06:00
Aiden McClelland
e411cfb7b0
cleanup wip; change cbor lib
2021-08-24 16:26:13 -06:00
Aiden McClelland
0aca612f2a
completion bool fixes
2021-08-24 11:01:46 -06:00
Matt Hill
28d2b18f09
fix unsubscribes on logout, better connection monitoring, and better message for lost connection
2021-08-23 15:06:24 -06:00
Drew Ansbacher
bcc8ab579b
errs fixed
2021-08-23 10:37:04 -06:00
Drew Ansbacher
18ff528ceb
page limit added
2021-08-23 10:37:04 -06:00
Drew Ansbacher
1172ef3934
comments-addressed
2021-08-23 10:37:04 -06:00
Drew Ansbacher
8b862b8172
no page or limit
2021-08-23 10:37:04 -06:00
Drew Ansbacher
0549c86048
logs for server as well
2021-08-23 10:37:04 -06:00
Drew Ansbacher
69db42959d
inf scroll up
2021-08-23 10:37:04 -06:00
Matt Hill
9c723dba3c
make start9 logo clickable
2021-08-21 16:01:34 -06:00
Matt Hill
e24051b1f3
switch to warning, general cleaning up tech debt
2021-08-21 16:01:34 -06:00
Drew Ansbacher
b71adb24d3
all items crossed off
2021-08-21 16:01:34 -06:00
Drew Ansbacher
b8381cabfe
more items crossed off
2021-08-21 16:01:34 -06:00
Matt Hill
636cf8deca
improve loading screen for sessions
2021-08-21 16:01:34 -06:00
Matt Hill
55ac111e8e
remove refreshLAN feature
2021-08-21 16:01:34 -06:00
Matt Hill
954b6971d2
better change warnings
2021-08-21 16:01:34 -06:00
Drew Ansbacher
85a9728007
undo interfaces change
2021-08-21 16:01:34 -06:00
Drew Ansbacher
ed3a618b24
fixes
2021-08-21 16:01:34 -06:00
Drew Ansbacher
f23ed1081c
wizard cleanup
2021-08-20 07:51:12 -06:00
Aiden McClelland
94e7ae9bd4
config changes; cleanup wip
2021-08-19 13:12:06 -06:00
Keagan McClelland
cc211b85a4
Feature/wifi ( #409 )
...
* initial commit for wifi feature
* implements wifi.get
* implements signal strength, removes macro system, makes compatible with rust stable
* remove selected row from wifi info
* refactor to correctly use rpc-toolkit
* remove redundant line from invoke error rendering
* Apply suggestions from code review
* adds display for wifi.get
* use invoke
* use remove
* use tokio native timeout
* use correct null output
* Apply suggestions from code review
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
* fix borrowing issues
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
2021-08-19 12:26:16 -06:00
Keagan McClelland
1ff0db0b84
adds avahi base service to init function of mdns controller ( #407 )
...
* adds avahi base service to init function of mdns controller
* Apply suggestions from code review
* adds hostname set to startup sequence
* Apply suggestions from code review
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
2021-08-19 11:42:17 -06:00
Drew Ansbacher
09c85b79c3
live backend setup
2021-08-18 17:46:04 -06:00
Drew Ansbacher
c232ee6a81
new favicon
2021-08-18 17:46:04 -06:00
Drew Ansbacher
674e311a9d
wizard edits
2021-08-18 17:46:04 -06:00
Drew Ansbacher
d5b420be9c
commit
2021-08-18 17:44:50 -06:00
Drew Ansbacher
94b3a1a43c
union bug fix
2021-08-18 15:46:19 -06:00
Matt Hill
048f147bc7
minor cosmetics
2021-08-17 21:44:16 -06:00
Matt Hill
70a9bc96e8
revamp wifi, fix error messaging in forms
2021-08-17 19:01:43 -06:00
Keagan McClelland
0f43414e25
Feature/server metrics ( #405 )
...
* adds skeleton structure to task runners
* finishes server metrics
* Apply suggestions from code review
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
* cleans up meminfo call
* changes error creation method
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
2021-08-17 17:32:07 -06:00
Aiden McClelland
be7b2ec016
migrations
2021-08-17 17:21:05 -06:00
Aiden McClelland
5e50a9b7b5
more idempotent installs
2021-08-17 12:12:17 -06:00
Aiden McClelland
1a61c5450c
allow access to readonly volumes during sandboxed
2021-08-16 17:48:50 -06:00
Matt Hill
6ea04dbeb8
cosmetics plus a slew of little frontend rendering bugs
2021-08-13 16:16:32 -06:00
Aiden McClelland
c223894943
assorted fixes
2021-08-13 12:35:03 -06:00
Matt Hill
26dd880633
cleaning up
2021-08-12 17:20:33 -06:00