waterplea
d85e621bb3
chore: address comments
2024-07-05 18:23:18 +05:00
Aiden McClelland
822dd5e100
Feature/UI sideload ( #2658 )
...
* ui sideloading
* remove subtlecrypto import
* fix parser
* misc fixes
* allow docker pull during compat conversion
2024-06-28 21:03:01 +00:00
Matt Hill
c16d8a1da1
fix setup wizard styles and remove diagnostic from angular.json ( #2656 )
2024-06-25 20:58:24 -06:00
Lucy Cifferello
dd196c0e11
remove mismatched type for now
2024-06-25 18:00:56 -04:00
Matt Hill
0c188f6d10
fix ca trust test and snek high score
2024-06-25 10:54:09 -06:00
Lucy Cifferello
6e2cf8bb3f
fix version sorting and icon display for marketplace
2024-06-24 17:49:57 -04:00
Matt Hill
68ed1c80ce
update todos
2024-06-22 21:47:18 -06:00
waterplea
e6abf4e33b
feat: get rid of cyclic dep between patch-db and api service
...
Signed-off-by: waterplea <alexander@inkin.ru >
2024-06-21 15:51:04 +05:00
Matt Hill
f39b85abf2
bump to 036
2024-06-20 10:08:00 -06:00
Matt Hill
c6c97491ac
add boot param to logs subscription
2024-06-20 10:07:39 -06:00
Matt Hill
da3720c7a9
Feat/combine uis ( #2633 )
...
* wip
* restructure backend for new ui structure
* new patchdb bootstrap, single websocket api, local storage migration, more
* update db websocket
* init apis
* update patch-db
* setup progress
* feat: implement state service, alert and routing
Signed-off-by: waterplea <alexander@inkin.ru >
* update setup wizard for new types
* feat: add init page
Signed-off-by: waterplea <alexander@inkin.ru >
* chore: refactor message, patch-db source stream and connection service
Signed-off-by: waterplea <alexander@inkin.ru >
* fix method not found on state
* fix backend bugs
* fix compat assets
* address comments
* remove unneeded styling
* cleaner progress
* bugfixes
* fix init logs
* fix progress reporting
* fix navigation by getting state after init
* remove patch dependency from live api
* fix caching
* re-add patchDB to live api
* fix metrics values
* send close frame
* add bootId and fix polling
---------
Signed-off-by: waterplea <alexander@inkin.ru >
Co-authored-by: Aiden McClelland <me@drbonez.dev >
Co-authored-by: waterplea <alexander@inkin.ru >
2024-06-19 19:51:44 +00:00
Aiden McClelland
3f380fa0da
feature: pack s9pk ( #2642 )
...
* TODO: images
* wip
* pack s9pk images
* include path in packsource error
* debug info
* add cmd as context to invoke
* filehelper bugfix
* fix file helper
* fix exposeForDependents
* misc fixes
* force image removal
* fix filtering
* fix deadlock
* fix api
* chore: Up the version of the package.json
* always allow concurrency within same call stack
* Update core/startos/src/s9pk/merkle_archive/expected.rs
Co-authored-by: Jade <2364004+Blu-J@users.noreply.github.com >
---------
Co-authored-by: J H <dragondef@gmail.com >
Co-authored-by: Jade <2364004+Blu-J@users.noreply.github.com >
2024-06-12 17:46:59 +00:00
Lucy Cifferello
b8eb8a90a5
fix hero icon
2024-06-07 14:59:43 -04:00
Jade
2c12af5af8
Feature/network ( #2622 )
...
* Feature: Add in the clear bindings
* wip: Working on network
* fix: Make it so the config gives the url
* chore: Remove the repeated types
* chore: Add in the todo's here
* chore: UPdate and remove some poorly name var
* chore: Remove the clear-bindings impl
* chore: Remove the wrapper
* handle HostnameInfo for Host bindings
Co-authored-by: Jade <Blu-J@users.noreply.github.com >
* ??
* chore: Make the install work
* Fix: Url's not being created
* chore: Fix the local onion in url
* include port in hostname
* Chore of adding a comment just to modify.
---------
Co-authored-by: Aiden McClelland <me@drbonez.dev >
Co-authored-by: Jade <Blu-J@users.noreply.github.com >
2024-06-06 21:39:54 +00:00
Lucy Cifferello
bd4d89fc21
fixes and backwards compatability with new registry types
2024-06-06 16:57:51 -04:00
waterplea
6234391229
feat: add mobile view for all the tables
...
Signed-off-by: waterplea <alexander@inkin.ru >
2024-06-03 15:10:49 +05:00
Aiden McClelland
fd7c2fbe93
Feature/registry package index ( #2623 )
...
* include system images in compat s9pk
* wip
* wip
* update types
* wip
* fix signature serialization
* Add SignatureHeader conversions
* finish display impl for get
---------
Co-authored-by: Shadowy Super Coder <musashidisciple@proton.me >
2024-05-31 18:13:23 +00:00
waterplea
7689cbbe0d
chore: add sections
...
Signed-off-by: waterplea <alexander@inkin.ru >
2024-05-30 12:04:38 +01:00
waterplea
f0ae9e21ae
refactor: change navigation
...
Signed-off-by: waterplea <alexander@inkin.ru >
2024-05-28 13:20:25 +01:00
waterplea
755f3f05d8
chore: input-file on mobile
2024-05-21 10:29:29 +01:00
waterplea
5d8114b475
chore: address comments
2024-05-20 21:59:46 +01:00
waterplea
230838c22b
chore: types imports
2024-05-16 12:28:59 +01:00
Matt Hill
47ff630c55
fix dependency errors and navigation
2024-05-14 07:02:21 -06:00
waterplea
70dc53bda7
chore: add backups info
2024-05-14 11:34:14 +01:00
waterplea
7e1b433c17
refactor: change service page to the new design
2024-05-12 16:53:01 +01:00
Dominion5254
800b0763e4
More svc effect handlers ( #2610 )
...
* complete get_primary_url fn
* complete clear_network_interfaces fn
* formatting
* complete remove_address fn
* get_system_smtp wip
* complete get_system_smtp and set_system_smtp
* add SetSystemSmtpParams struct
* add set_system_smtp subcommand
* Remove 'Copy' implementation from `HostAddress`
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
* Refactor `get_host_primary` fn and clone resulting `HostAddress`
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
* misc fixes and debug info
* seed hosts with a tor address
---------
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2024-05-10 19:20:24 +00:00
Aiden McClelland
9b14d714ca
Feature/new registry ( #2612 )
...
* wip
* overhaul boot process
* wip: new registry
* wip
* wip
* wip
* wip
* wip
* wip
* os registry complete
* ui fixes
* fixes
* fixes
* more fixes
* fix merkle archive
2024-05-06 16:20:44 +00:00
waterplea
1786b70e14
chore: add todo
2024-04-26 18:06:19 +03:00
waterplea
7f525fa7dc
chore: fix comments
2024-04-26 13:17:25 +03:00
Aiden McClelland
003d110948
build multi-arch s9pks ( #2601 )
...
* build multi-arch s9pks
* remove images incrementally
* wip
* prevent rebuild
* fix sdk makefile
* fix hanging on uninstall
* fix build
* fix build
* fix build
* fix build (for real this time)
* fix git hash computation
2024-04-22 17:40:10 +00:00
waterplea
8b89e03999
feat: implement metrics on the dashboard
2024-04-18 13:45:35 +07:00
Matt Hill
932b53d92d
deprecate wifi
2024-04-09 21:06:06 -06:00
Aiden McClelland
e9166c4a7d
fix wifi types
2024-04-09 15:24:05 -06:00
Aiden McClelland
f07992c091
misc fixes
2024-04-09 14:04:31 -06:00
Lucy Cifferello
3c0e77241d
fix preview loader
2024-04-09 13:29:54 -04:00
Lucy Cifferello
87461c7f72
fix gap space
2024-04-09 12:42:28 -04:00
Lucy Cifferello
a67f2b4976
add back variables
2024-04-09 12:42:11 -04:00
waterplea
8594781780
refactor: completely remove ionic
2024-04-09 12:45:47 +07:00
Lucy Cifferello
05f4df1a30
fix changig registry
2024-04-08 10:33:02 -04:00
Lucy Cifferello
35fe06a892
fix registry connect styles and remove view complete listing link
2024-04-05 16:56:06 -04:00
Lucy Cifferello
cd933ce6e4
fix sideload display and other misc style adjustments
2024-04-05 14:14:23 -04:00
Lucy Cifferello
0b93988450
feedback fixes
2024-04-05 09:26:32 -04:00
Matt Hill
3b9298ed2b
Feature/dependency autoconfig ( #2588 )
...
* dependency autoconfig
* FE portion
---------
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2024-04-03 11:48:26 -06:00
Lucy Cifferello
12a323f691
fix dependency icon and layout
2024-04-03 12:35:27 -04:00
Lucy Cifferello
9c4c211233
fix preview versions, icons, and misc styling
2024-04-03 12:34:46 -04:00
Lucy Cifferello
74ba68ff2c
fix scroll areas and side menu
2024-04-03 12:32:57 -04:00
Lucy Cifferello
7273b37c16
cleanup dep item for new type
2024-04-01 18:10:16 -04:00
Lucy Cifferello
0d4ebffc0e
marketplace release fixes and refactors
2024-04-01 18:09:28 -04:00
Matt Hill
352b2fb4e7
Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/major
2024-04-01 15:19:33 -06:00
Aiden McClelland
cc1f14e5e9
Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/minor
2024-04-01 14:57:20 -06:00