Commit Graph

1230 Commits

Author SHA1 Message Date
hosted-fornet
8200ecb6a7 improve robustness of runtime build (esp w kit) 2024-12-02 16:19:06 -08:00
hosted-fornet
aed5758ed9 kernel: dont replace last_blob with None 2024-11-19 18:04:06 -08:00
hosted-fornet
bdf7fb171b Merge branch 'develop' into v0.10.0
Conflicts:
      Cargo.lock
      Cargo.toml
      kinode/Cargo.toml
      kinode/packages/app-store/ui/src/components/ManifestDisplay.tsx
      kinode/packages/app-store/ui/src/components/NotificationBay.tsx
      kinode/packages/app-store/ui/src/pages/MyAppsPage.tsx
      kinode/packages/app-store/ui/src/pages/MyDownloadsPage.tsx
      kinode/packages/app_store/ui/src/pages/MyDownloadsPage.tsx
      kinode/src/vfs.rs
      lib/Cargo.toml
2024-11-13 11:47:18 -08:00
hosted-fornet
d568465282 add some small fixes 2024-11-12 16:12:32 -08:00
dr-frmr
348155e165
fix: blog widget println import 2024-11-11 15:02:15 -05:00
doria
4e594c38e0
Merge pull request #599 from kinode-dao/bp/appstorenotifs
app_store improvements
2024-11-11 14:22:40 -05:00
dr-frmr
6f0a47556e
surface auto_install error 2024-11-11 14:22:29 -05:00
hosted-fornet
ffb43bb626 vfs: fix bad change from d3ee13e that broke caps 2024-11-08 17:21:57 -08:00
hosted-fornet
325d5f3ce1 bump version to 0.9.9 2024-11-08 17:18:49 -08:00
bitful-pannul
9d1f2e56e0 app_store: respond with sender errors and show them on receiver UI 2024-11-08 21:43:19 +04:00
bitful-pannul
016c34fbe8 app_store ft_worker: do not create received zip file before first chunk 2024-11-08 21:42:48 +04:00
bitful-pannul
fee991191a app_store UI: better manifest display 2024-11-08 17:31:11 +04:00
bitful-pannul
5e77a5807d app_store UI: add wip notification bay 2024-11-07 20:59:39 +04:00
bitful-pannul
6eb02b0670 app_store: add pending auto_updates state, /manifest http GET 2024-11-07 20:59:19 +04:00
bitful-pannul
95005b51f5 app_store UI: fix npm run dev open url, ws url 2024-11-07 20:58:42 +04:00
dr-frmr
e2209f8b38
pronto proto 2024-11-06 16:43:57 -05:00
dr-frmr
84738b7b5b
302->303 2024-11-06 16:35:30 -05:00
doria
f71bc7ba35
Merge pull request #598 from kinode-dao/dr/login-redirect-2
fix login ?redirect
2024-11-06 15:25:32 -05:00
dr-frmr
8e01ca524d
login redirect working 2024-11-06 15:24:59 -05:00
dr-frmr
be93b5a290
fix: remove app store secure subdomain from links 2024-11-05 14:48:01 -05:00
github-actions[bot]
a703b2c916
Format Rust code using rustfmt 2024-11-05 01:59:31 +00:00
hosted-fornet
2aec659de5 fix backoff 2024-11-04 15:42:10 -08:00
dr-frmr
ec66b58f2b
WIP 2024-11-04 13:43:24 -05:00
doria
2d74041f32
Merge pull request #590 from kinode-dao/bp/fakenetupdates
fakenet: new addresses
2024-11-04 23:22:02 +09:00
dr-frmr
2b001b48d6
0.9.7->0.9.8 2024-11-04 09:21:37 -05:00
dr-frmr
bd00406646
add redirect param to login page for loads where user already has cookie 2024-11-04 08:25:43 -05:00
github-actions[bot]
e39bfdf01f
Format Rust code using rustfmt 2024-11-02 05:30:53 +00:00
hosted-fornet
c55e195942 kernel: add restart backoff (WIP: not yet compiling) 2024-11-01 22:30:29 -07:00
github-actions[bot]
1c197c6ae3
Format Rust code using rustfmt 2024-11-02 00:22:24 +00:00
hosted-fornet
e2c2f26e44 fix bugs & add more safeguards/checks 2024-11-01 17:22:01 -07:00
github-actions[bot]
fa449a3d84
Format Rust code using rustfmt 2024-11-01 04:18:42 +00:00
hosted-fornet
12f9ccdcb2 fix it: dont check by default; add .check() method 2024-10-31 21:18:12 -07:00
github-actions[bot]
b40b5da580
Format Rust code using rustfmt 2024-10-30 22:54:57 +00:00
hosted-fornet
3f6b94076c clean up calls that use Address::try_into() under the hood 2024-10-30 15:52:56 -07:00
hosted-fornet
530b20c5f7 get rid of Address::new 2024-10-30 15:38:16 -07:00
hosted-fornet
bf73d60084 improve devex by getting rid of stupid Address new vs try_new 2024-10-30 15:30:47 -07:00
bitful-pannul
ecf3618b7b fakenet: update addresses 2024-10-30 22:26:41 +01:00
hosted-fornet
95ef9b37c7 get it compiling again 2024-10-30 10:31:32 -07:00
bitful-pannul
a33390a27f
Merge pull request #587 from kinode-dao/bp/uninstalls
app_store UI: enable uninstalling local (unlisted) packages
2024-10-30 16:45:59 +01:00
hosted-fornet
f713696534 lib: error when parsing if not kimap safe 2024-10-29 10:43:14 -07:00
hosted-fornet
4899489ee3 re-ignore app-store built ui 2024-10-29 08:52:29 -07:00
github-actions[bot]
834017a7e6
Format Rust code using rustfmt 2024-10-29 04:14:37 +00:00
hosted-fornet
0298b979c9 change _s to -s in distro modules/processes 2024-10-28 21:14:03 -07:00
hosted-fornet
70586f6134 bump versions to 0.10.0 2024-10-28 20:55:33 -07:00
doria
777a09c57b
Merge pull request #582 from kinode-dao/dr/move-app-store-to-ssd
Dr/move app store to ssd
2024-10-29 01:58:57 +09:00
doria
4c24852396
Merge pull request #586 from jaxs-ribs/main
Reduce log spam in case of inexistent processes being messaged
2024-10-29 01:56:28 +09:00
bitful-pannul
9f7c945d96 app_store UI: my-downloads -> my-apps page, enable uninstalling unlisted packages 2024-10-28 17:54:46 +01:00
bitful-pannul
2dbed61cfd app_store UI: app icon css tweak 2024-10-28 17:53:55 +01:00
jaxs-ribs
d1cac2d4e1 Reduce log spam in case of inexistent processes being messaged 2024-10-28 11:37:35 +01:00
dr-frmr
7b59e50e33
Merge branch 'develop' into dr/move-app-store-to-ssd 2024-10-25 19:49:11 -04:00