-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* App storage move (#111) * app storage move * pear shift * make fs ops async * gc * gc folder may not be there, but it does not matter, ignore the error * fix * Trust dialog poc (#110) * Implement title bar buttons for generic plaforms like linux * introduced trust dialog * add platform trust report * renamed report to permission required * linux frame tweaks * resize window to fit trust dialog * pear-rpc * inf wakeup loop fix * sidecar starting * wakeup align * run align * refs no longer needed, dep fix, arg fix * fixes * refactor gui layer to its own folder, pear-rpc now also between renderer and main * fix * desktop rpc almost there * gui dual export (renderer and main), desktop rpc proven * sucessfully opens on desktop, remaining sidecar ipc statebug * pear-rpc -> pear-ipc * unloading on ipc instance in electron-main fix * explicit forwarding * desktop working * stage fix, naming, tidy-up * graceful-goodbye needed for bootstrap script * bump pear-ipc * add verbose (#96) * uncomment ipc call * readded used imports * port in 5d5083f (app upgrades fix) * conflict fix * Adapt tests to pear-ipc (#97) * adapt helper * adapt helper * adapting smoke test * add shutdown test * cleanup * client freelist lives in pear-ipc * fix * Adapt tests to pear-ipc (#100) * adapt helper * add shutdown test * cleanup * add tests * desktop wakeup fix, desktop close fix * ipc reports stream * fix ipc close bug * close client on session teardown * test fixes, messages fix * adapt to pear-rpc * exposed trust method * ipc close namespace clash fix * added id in ipc.restart call from trust-dialog * update test improve, helper improve, RPCStream not ending case in terminal example * improve smoke eval code * preferences * use hypercore-id-encoding from version * updates test working * lint * yeild null to close streams * fixed decal.html for pear-rpc (#104) Co-authored-by: rafapaezbas <[email protected]> * use-after-close destroy fix * client restart fix * --detached fix * platform restart fix * devtools opening fix * client close when not tearing down * improve client close * fix cancel and confirm buttons * fix mac os traffic lights * restore ERR_PERMISSION_REQUIRED throw * title bar dragable * move permission required report to ctx sidecar * replaced trusted set with array * revert set trust set change and fixed key check * * * added spawned flag * dont bundle app if key is not trusted * replace throw with return bail * remove sidecar untrusted else * mac titlebar drag fix * format fix * reverted uneeded changes * Revert "mac titlebar drag fix" This reverts commit f036b99. * fix for mac titlebar drag * fix mac bar * mac traffic lights / drag bar fix --------- Co-authored-by: jb <[email protected]> Co-authored-by: rafapaezbas <[email protected]> Co-authored-by: dmc <[email protected]> Co-authored-by: Dan <[email protected]> * copy/paste text only using right-click (#123) * use right-click to copy/paste text only * fix Inspect Element menu * Pear info <channelName> (#108) * pear info channel * remove display nested props * bring json to end of usage info * use parse defaults * handle in ipc info handler * keys as metadata * parsed as ternary * join bundle, close bundle * update usage, newline in full changelog * ignore stdio for --detached run (#129) * ignore stdio for --detached run * Revert "ignore stdio for --detached run" This reverts commit e52d862. * ignore stdio for --detached run --------- Co-authored-by: rafapaezbas <[email protected]> * Clean up errors (#125) * added errors class and replaced gui errors * clean up errors in preload, parse and run * refactored sidecar errors * replaced iface InputError * reverted errors clean up in cmd and prefixed with ERR * removed static functions from PearError * added ERR_ASSERTION * added invalid storage error * added ERR_INSTANCE_CLOSED * reverted changes in cmd/seed * renamed ERR_SHIFT_STORAGE to ERR_SHIFT_STORAGE_ERROR * reverted error cleanup in gui/* files --------- Co-authored-by: rafapaezbas <[email protected]> * filter Linux Electron error logs (#134) Co-authored-by: rafapaezbas <[email protected]> * worker * config.links & trust links when key is trusted * retrust (cheap) to get new links on start & Pear.config.links * should never be a json parse error by this point, but just in case there is avoid throwing a SyntaxError (+ other error case output refinement) * use bundle.drive * lint 😒 * trust fix + win fix for openSync(3) when parent) * cannot spawn attached from renderer on windows, spawning from electron-main solves * working on Windows * use isBare instead of global.Bare * move noop * syntax tidy * free pipe on close * spacing * ERR_INVALID_PACKAGE_JSON * propagate close/destroy * post conflict res syntax fixes --------- Co-authored-by: rafapaezbas <[email protected]> Co-authored-by: jb <[email protected]> Co-authored-by: rafapaezbas <[email protected]> Co-authored-by: Dan <[email protected]> Co-authored-by: yasser <[email protected]>
- Loading branch information
1 parent
f2cd5b0
commit 02c9056
Showing
11 changed files
with
214 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.