Commit Graph

572 Commits

Author SHA1 Message Date
bitful-pannul
63e3ec4379 paths now need to contain processId before the actual path 2023-10-20 00:10:58 +02:00
bitful-pannul
509e4124d2 refactor params matching into url 2023-10-19 22:59:17 +02:00
github-actions[bot]
0c3dbe764d
Format Rust code using rustfmt 2023-10-19 17:40:50 +00:00
realisation
aa2839cdec adjusted register handle boot to know if keyfile is being reset. included new member on BootInfo in types.rs 2023-10-19 13:40:27 -04:00
bitful-pannul
612ee0e872 convert http_proxy 2023-10-19 16:38:20 +02:00
github-actions[bot]
926d3343eb
Format Rust code using rustfmt 2023-10-19 14:27:41 +00:00
bitful-pannul
4c1b4aa06f make rpc+app_store flow work 2023-10-19 16:27:13 +02:00
bitful-pannul
519e04f790
fs: unify Write and Replace(id) (#27) 2023-10-19 02:51:20 +02:00
bitful-pannul
14e94f25ee chess working typo 2023-10-19 02:36:00 +02:00
github-actions[bot]
5fb9e0256e
Format Rust code using rustfmt 2023-10-19 00:29:39 +00:00
bitful-pannul
02093988cd login homepage working 2023-10-19 02:29:02 +02:00
bitful-pannul
64ef9fcc41 convert chess tesst 2023-10-19 02:05:16 +02:00
bitful-pannul
9bb9a74f11 convert homepage 2023-10-19 01:51:14 +02:00
bitful-pannul
0475b2c188 init move to http_server 2023-10-19 01:51:00 +02:00
realisation
75a9da069f Merge branch 'main' into jf/invite 2023-10-18 17:27:19 -04:00
dr-frmr
c9010147d6
kernel: bugfixes and print adjustments 2023-10-18 15:36:28 -04:00
realisation
4552b56ae9 merge complete 2023-10-18 08:41:24 -04:00
realisation
0ff08267e0 cargo fmt 2023-10-18 08:40:47 -04:00
realisation
cf511b3a7c adjustment to has-keyfile route 2023-10-18 08:39:55 -04:00
dr-frmr
58fcb1e42c
additions to process_lib 2023-10-17 23:08:45 -04:00
github-actions[bot]
fa1ea11a7b
Format Rust code using rustfmt 2023-10-17 23:10:23 +00:00
realisation
be79403536 handled vetting keyfile when it is present and when user is supplying. removed old code. 2023-10-17 19:09:54 -04:00
realisation
50362c0ce8 added types for vetting keyfiles 2023-10-17 19:08:53 -04:00
dr-frmr
3b7f567fde
Merge pull request #23 from uqbar-dao/dr/app-tracker-work
app_tracker: create pkg distribution
2023-10-17 13:01:00 -04:00
dr-frmr
a4c271e81e
remove old WASI stuff, update app store transfer lib 2023-10-17 13:00:21 -04:00
realisation
a9b7106b35 Merge branch 'jf/invite' of github.com:uqbar-dao/uqbar into jf/invite 2023-10-17 11:16:34 -04:00
realisation
8afec6a158 cargo fmt 2023-10-17 11:16:32 -04:00
github-actions[bot]
7e26dfd27d
Format Rust code using rustfmt 2023-10-17 15:11:35 +00:00
dr-frmr
237be21bb7
kernel: add flag to wait for final end of boot sequence before starting any process 2023-10-17 11:11:05 -04:00
github-actions[bot]
95fe24162c
Format Rust code using rustfmt 2023-10-17 15:04:43 +00:00
realisation
57a655fcac merged 2023-10-17 11:04:07 -04:00
realisation
2b1111d744 setting cookies and our.name correctly 2023-10-17 11:03:31 -04:00
dr-frmr
ad109ba13b
add version to uqbar.wit 2023-10-16 22:00:20 -04:00
dr-frmr
252e4c5d0a
Update README.md 2023-10-16 17:53:42 -04:00
dr-frmr
c74dd520e8
Update README.md 2023-10-16 17:53:24 -04:00
dr-frmr
82a0a96e43
Update README.md 2023-10-16 17:52:23 -04:00
github-actions[bot]
dc5dba9786
Format Rust code using rustfmt 2023-10-16 21:45:33 +00:00
realisation
ac7e413fba Merge branch 'main' into jf/invite 2023-10-16 17:45:22 -04:00
realisation
1b9c773a55 Merge branch 'jf/invite' of github.com:uqbar-dao/uqbar into jf/invite 2023-10-16 17:45:03 -04:00
realisation
2784260c53 reorganized register code to create keyfile on boot route 2023-10-16 17:44:58 -04:00
dr-frmr
aafee037a2
remove excess prints 2023-10-16 17:43:02 -04:00
github-actions[bot]
4546ac9beb
Format Rust code using rustfmt 2023-10-16 21:39:31 +00:00
dr-frmr
114def40fc
BIG change:
- add `inherit` to Response
- refactor repo to match
- make remote app distribution work
2023-10-16 17:39:00 -04:00
dr-frmr
ae766b4e9a
remote installs? 2023-10-16 15:56:26 -04:00
dr-frmr
b85413339a
manifest: remove grant_messaging in favor of public 2023-10-16 13:48:14 -04:00
dr-frmr
2da972fd31
Merge branch 'main' into dr/app-tracker-work 2023-10-16 10:11:43 -04:00
bitful-pannul
53e34314f3
app_tracker: fix request_caps (#26) 2023-10-16 13:05:20 +03:00
github-actions[bot]
c713bb8f81
Format Rust code using rustfmt 2023-10-16 01:11:16 +00:00
realisation
165746204a modified keygen.rs::decode_keyfile to return a Result with a Keyfile (newly in types.rs) or an Err. Invoking this new function signature in register.rs 2023-10-15 21:10:48 -04:00
bitful-pannul
f14b1ee64f
fs fix2 (#25) 2023-10-15 00:51:50 +03:00