Commit Graph

1433 Commits

Author SHA1 Message Date
Aiden McClelland
f3a30e40fe run fsck on startup (#1350)
* add code to un e2fsck on startup

* fix imports

* don't auto undo

* switch enum to newtype

* more explicit caller variable
2022-03-23 17:24:46 -05:00
Aiden McClelland
e7f4aefb72 allow for charset (#1354) 2022-03-23 14:31:45 -06:00
Lucy Cifferello
476b9a3c9c add kernel log display to server show page 2022-03-23 14:59:45 -05:00
Aiden McClelland
659af734eb add endpoint for dmesg logs 2022-03-23 14:59:45 -05:00
Lucy C
39a2685506 Fix/config obj list (#1351)
* remove deprecated build check

* fixed config types for object and union; cleaned up mock api fixtures

* make form object element transition times consistent and emit expand event on list object items
2022-03-23 09:39:55 -06:00
Aiden McClelland
5e0b83fa4a fix init 2022-03-22 14:23:46 -05:00
Alex Inkin
7ea3aefdd5 feat(marketplace): extract common components (#1338)
* feat(marketplace): extract common components

* chore: fix service provide

* feat(markdown): allow Observable content

* chore: remove unnecessary module import

* minor styling for marketplacee list

* only show loading for marketplace show if version change

* chore: get rid of unnecessary server request

* chore: fix version switching

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
2022-03-21 13:50:06 -06:00
Aiden McClelland
8b286431e6 handle new content-types from marketplace.get 2022-03-17 17:17:02 -05:00
Aiden McClelland
c640749c7c allow websockets to containers (#1340)
* allow websockets to containers

* fix format string
2022-03-17 16:51:45 -05:00
Aiden McClelland
cb5bb34ed8 whitelist samsung T7 (#1333)
* whitelist samsung T7

* add drive model to comment

Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>

Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>
2022-03-16 10:26:53 -06:00
Matt Hill
90d72fb0d4 include shared scss in setup-wizard and diagnostic-ui (#1334) 2022-03-15 15:07:39 -06:00
Aiden McClelland
20b3ab98df use consistent config file type 2022-03-15 13:19:36 -06:00
J M
227b7a03d7 Fix/wifi (#1326)
* fix: Fix the missing wifi's still list.

* chore: Exclude the interface maybe

* chore: Don't add if already there, just modify

* chore: Minor changes

* no timeouts, regex on pw input (#1327)

Co-authored-by: Drew Ansbacher <drew@start9labs.com>

* fix: Allow more than 8

* Update wifi.page.ts

Co-authored-by: Drew Ansbacher <drew.ansbacher@gmail.com>
Co-authored-by: Drew Ansbacher <drew@start9labs.com>
2022-03-15 13:09:03 -06:00
Alex Inkin
8942c29229 feat(marketplace): add separate package and move some entities in it (#1283)
* feat(marketplace): add separate package and move some entities in it

* feat(marketplace): refactor release notes and list

* feat(marketplace): refactor showing a package

* chore: fix install progress

* chore: fix angular.json

* chore: properly share stream
2022-03-15 11:11:54 -06:00
Drew Ansbacher
72cb451f5a fix back button 2022-03-08 11:32:02 -07:00
Aiden McClelland
8a7181a21c fix logic for validating image tags 2022-03-03 15:56:41 -07:00
Matt Hill
47186f6cd0 fix duplicate v0.3.0 2022-02-28 16:29:19 -07:00
Aiden McClelland
39d9ed538a add delay between bep and chime 2022-02-28 15:28:11 -07:00
Aiden McClelland
aa3af09e69 blacklist upgrade kit usb adapters 2022-02-28 15:27:31 -07:00
Keagan McClelland
a95c9f4f2d treat the old config as null when we install/recover for the first time (#1297)
* treat the old config as null when we install/recover for the first time

* reduce scope of change

Co-authored-by: Aiden McClelland <me@drbonez.dev>
2022-02-28 15:24:10 -07:00
Aiden McClelland
86823e063a better rate limiting (#1296)
* better rate limiting

* actually reset counter
2022-02-28 13:06:27 -07:00
Aiden McClelland
b57f12f7ae mute crash notifs during shutdown
and increase startup grace period
2022-02-28 11:38:07 -07:00
Matt Hill
2622f787fe base64 encode cert (#1295) 2022-02-28 11:13:42 -07:00
Matt Hill
ad8d1ff850 dont nav to app show when launching app ui from list 2022-02-27 22:50:23 -07:00
Matt Hill
36f8d5ef4e copy change in backup drives component 2022-02-27 22:50:23 -07:00
Drew Ansbacher
61ee46f289 no init
setup complete fix and minor copy changes

return SetupResult on setup.complete
2022-02-27 22:50:23 -07:00
Drew Ansbacher
df16943502 last minute changes 2022-02-27 22:50:23 -07:00
Aiden McClelland
a6e00449f6 fix path 2022-02-27 16:25:28 -07:00
Aiden McClelland
b1aa2ddf75 prevent initialization from writing the quirk string twice 2022-02-27 15:37:23 -07:00
Aiden McClelland
c3045bcec1 update cargo.lock 2022-02-26 15:20:23 -07:00
Aiden McClelland
ec3b83eee2 update version in Cargo.toml 2022-02-26 13:28:54 -07:00
Aiden McClelland
faf0b4db6e update Makefile to use js script 2022-02-26 10:58:12 -07:00
Drew Ansbacher
4637aa6262 snek height fix (#1284)
* snek height fix

* close button to od welcome plus snek reposition

* remove console logs

Co-authored-by: Drew Ansbacher <drew@start9labs.com>
Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
2022-02-26 10:56:13 -07:00
Matt Hill
840fa8d49b send id to marketplace 2022-02-25 21:58:13 -07:00
Aiden McClelland
184381b536 beta flag for backend 2022-02-25 17:24:39 -07:00
Matt Hill
94a6cd4ff6 add registries.json and use real marketplace name 2022-02-25 17:21:17 -07:00
Keagan McClelland
798e17f636 adds warnings for extra manifest keys (#1278)
* adds warnings for extra manifest keys

* default to warn log level if env not specified
2022-02-25 17:18:55 -07:00
kn0wmad
6ef7da9732 Fix links in UI to point to new website (#1249)
* Fix links in UI to point to new website

* Typo

* Update README.md

* Update success.page.html

* Update app.component.ts

* Update backup-drives.component.html

* Update lan.page.html
2022-02-25 17:07:33 -07:00
Drew Ansbacher
b326ae5ea8 add details 2022-02-25 16:11:53 -07:00
Aiden McClelland
47e7b35924 update patch-db to improve disk sync reliability 2022-02-25 13:34:56 -07:00
Drew Ansbacher
422bc48956 no space before colon 2022-02-25 10:20:20 -07:00
Drew Ansbacher
0e82825da1 mplace service install refactor 2022-02-25 10:20:20 -07:00
Drew Ansbacher
e3b002f2dd slow-snek 2022-02-25 10:20:20 -07:00
Drew Ansbacher
d229aaf1b2 marketplace url install fix 2022-02-24 16:45:57 -07:00
Drew Ansbacher
8cb0186621 Feature/snake (#1256)
* snake game

Co-authored-by: Drew Ansbacher <drew@start9labs.com>
2022-02-24 16:20:52 -07:00
Aiden McClelland
63f0a3bca8 add success-message instead of description on health checks (#1268) 2022-02-24 12:58:56 -07:00
Drew Ansbacher
3f26f20e85 health check success (#1267)
* health check success

Co-authored-by: Drew Ansbacher <drew@start9labs.com>
2022-02-24 12:55:30 -07:00
Aiden McClelland
16de45e4fd start with clean tor state 2022-02-24 12:04:36 -07:00
Matt Hill
563172688c only show attach prompt if product key present (#1263) 2022-02-23 18:31:12 -07:00
Keagan McClelland
7678cee5be fix NO_KEY initialization (#1262)
* fix NO_KEY initialization

* hex encode instead of shasum
2022-02-23 18:19:17 -07:00