Commit Graph

572 Commits

Author SHA1 Message Date
Aiden McClelland
cdca5e1b67 address bugs 2022-01-21 20:35:52 -07:00
Drew Ansbacher
c278e7fbc2 wizard encrypt 2022-01-21 20:35:52 -07:00
Drew Ansbacher
a4b769f982 checkpoint 2022-01-21 20:35:52 -07:00
Keagan McClelland
982ebc01a4 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
2022-01-21 20:35:52 -07:00
Lucy Cifferello
89246b4dd4 update torut with fork for dependency fix 2022-01-21 20:35:52 -07:00
Aiden McClelland
a8db75099b fix for volumeid serializer 2022-01-21 20:35:52 -07:00
Aiden McClelland
1f48fcfb97 cleanup wip; change cbor lib 2022-01-21 20:35:52 -07:00
Aiden McClelland
269ee0cf01 completion bool fixes 2022-01-21 20:35:52 -07:00
Matt Hill
6e82ef48ca fix unsubscribes on logout, better connection monitoring, and better message for lost connection 2022-01-21 20:35:52 -07:00
Drew Ansbacher
056452faca errs fixed 2022-01-21 20:35:52 -07:00
Drew Ansbacher
8e9daaa056 page limit added 2022-01-21 20:35:52 -07:00
Drew Ansbacher
0b618d7a68 comments-addressed 2022-01-21 20:35:52 -07:00
Drew Ansbacher
5ed99520ae no page or limit 2022-01-21 20:35:52 -07:00
Drew Ansbacher
3d5ac47a82 logs for server as well 2022-01-21 20:35:52 -07:00
Drew Ansbacher
0adead0298 inf scroll up 2022-01-21 20:35:52 -07:00
Matt Hill
c35ef1bed0 make start9 logo clickable 2022-01-21 20:35:52 -07:00
Matt Hill
f0d331b222 switch to warning, general cleaning up tech debt 2022-01-21 20:35:52 -07:00
Drew Ansbacher
2e6513ed03 all items crossed off 2022-01-21 20:35:52 -07:00
Drew Ansbacher
a61cdb088f more items crossed off 2022-01-21 20:35:52 -07:00
Matt Hill
b27748b839 improve loading screen for sessions 2022-01-21 20:35:52 -07:00
Matt Hill
038a7263f3 remove refreshLAN feature 2022-01-21 20:35:52 -07:00
Matt Hill
2475c08648 better change warnings 2022-01-21 20:35:52 -07:00
Drew Ansbacher
1eeb5e03ea undo interfaces change 2022-01-21 20:35:52 -07:00
Drew Ansbacher
f3190cc68f fixes 2022-01-21 20:35:52 -07:00
Drew Ansbacher
88ed581d95 wizard cleanup 2022-01-21 20:35:52 -07:00
Aiden McClelland
0aa75ee008 config changes; cleanup wip 2022-01-21 20:35:52 -07:00
Keagan McClelland
6c7dc71ed4 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>
2022-01-21 20:35:52 -07:00
Keagan McClelland
da5a0d622b 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>
2022-01-21 20:35:52 -07:00
Drew Ansbacher
46fc276822 live backend setup 2022-01-21 20:35:52 -07:00
Drew Ansbacher
053ec47e90 new favicon 2022-01-21 20:35:52 -07:00
Drew Ansbacher
3721d419a3 wizard edits 2022-01-21 20:35:52 -07:00
Drew Ansbacher
8cf945b738 commit 2022-01-21 20:35:52 -07:00
Drew Ansbacher
9d612a51fc union bug fix 2022-01-21 20:35:52 -07:00
Matt Hill
3ee06a556e minor cosmetics 2022-01-21 20:35:52 -07:00
Matt Hill
62b523ebde revamp wifi, fix error messaging in forms 2022-01-21 20:35:52 -07:00
Keagan McClelland
bcb6d9d673 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>
2022-01-21 20:35:52 -07:00
Aiden McClelland
5a13320921 migrations 2022-01-21 20:35:52 -07:00
Aiden McClelland
3588d0342e more idempotent installs 2022-01-21 20:35:52 -07:00
Aiden McClelland
8b1daabb05 allow access to readonly volumes during sandboxed 2022-01-21 20:35:52 -07:00
Matt Hill
7dc53a4e85 cosmetics plus a slew of little frontend rendering bugs 2022-01-21 20:35:52 -07:00
Aiden McClelland
c18a119c70 assorted fixes 2022-01-21 20:35:52 -07:00
Matt Hill
7aaeefc180 cleaning up 2022-01-21 20:35:52 -07:00
Matt Hill
eb03d1ed04 product key page 2022-01-21 20:35:52 -07:00
Matt Hill
f61637f86f remove unused class 2022-01-21 20:35:52 -07:00
Drew Ansbacher
e277eefcb2 complete flow 2022-01-21 20:35:52 -07:00
Drew Ansbacher
613625c012 checkpoiint 2022-01-21 20:35:52 -07:00
Drew Ansbacher
ca19ffd9f7 setup wizard style 2022-01-21 20:35:52 -07:00
Drew Ansbacher
7661626a94 Market over embassy (#404)
* marketplace proxy'd through embassy

* http not rpc

* fix up marketplace
2022-01-21 20:35:52 -07:00
Keagan McClelland
73526976a1 adds log querying (#401)
* adds log querying

* Apply suggestions from code review

Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>

* formatting

Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
2022-01-21 20:35:52 -07:00
Keagan McClelland
f92db6fac8 Feature/sound (#389)
* WIP sound lib

* basically finishes sound interface, still needs circle of fifths for updates etc.

* finishes sound interface, includes light testing

* fixes loops to use euclidian remainder

* implements locking for the sound interface

* stop sleeping on blocks
2022-01-21 20:35:52 -07:00