Commit Graph

33 Commits

Author SHA1 Message Date
AAGaming
c9bf8d357e use fstring 2022-07-21 22:03:11 -04:00
AAGaming
09eee761a5 change log to debug 2022-07-21 22:02:47 -04:00
AAGaming
20f43b2fd4 fix plugin uninstalling 2022-07-21 22:02:13 -04:00
AAGaming
f015e00561 more updater fixes 2022-07-15 12:57:51 -04:00
AAGaming
e07827cdb5 catch rm errors 2022-07-15 12:36:16 -04:00
AAGaming
103d43e7c9 fix updater 2022-07-15 12:31:30 -04:00
AAGaming
23b7df0ce2 wait 30s before first update check 2022-07-15 12:25:27 -04:00
AAGaming
f2fbd399fe allow users to manually check for updates 2022-07-15 12:16:57 -04:00
AAGaming
162d1b561b fix lockup in _open_socket_if_not_exists, probably fix ci prereleases 2022-07-15 10:34:47 -04:00
AAGaming
8c8cf180fa Updater for decky-loader (#117)
* Add an updater in settings for decky-loader

* add chmod

* remove junk comments
2022-07-14 22:51:55 -04:00
AAGaming
05d11cfff0 fix get_tabs oopsie 2022-07-13 23:24:29 -04:00
botato
76424174ed Use call instead of Popen (#113) 2022-07-11 08:56:36 +02:00
WerWolv
baa02c129f Fixed plugin installation ssl verification issue (#101)
* Added cert location debugging

* Install certifi

* Try adding manual cacert in install request

* Properly use ssl

* More efficiently load ssl certificate
2022-07-03 08:29:46 +02:00
TrainDoctor
1e6b3edbf2 Merge remote-tracking branch 'origin/main' 2022-07-02 23:14:51 -07:00
botato
085aacea06 Use deckyState in uninstall menu (fixes #98) (#100) 2022-07-02 22:14:43 -04:00
TrainDoctor
675e667a9e Catch uninstall plugin 2022-07-02 17:09:21 -07:00
TrainDoctor
58b2c4208d Remove bugged rename invocation 2022-07-02 16:37:23 -07:00
TrainDoctor
683c51ceac Properly await uninstall 2022-07-02 15:59:15 -07:00
botato
4daf028e7a Uninstall functionality (#97)
* feat: POC uninstallation feature

* Fixes, placeholder

* bugfix: wrong function call

* add oncancel and change function called

* clean up plugin uninstall code

* bugfix, uninstall in store

* Limit scope of feature branch

* feat: PluginLoader.unloadPlugin

* problematic logs
2022-07-01 16:43:17 -07:00
AAGaming
d72f364a8d backwards-compatible plugin store, legacy plugin library 2022-06-30 16:04:29 -04:00
TrainDoctor
518b01f571 Installing from plugin store now works as intended 2022-06-29 11:46:06 -07:00
AAGaming
3f2a2bbc04 fix installing plugins 2022-06-29 12:25:50 -04:00
AAGaming
9619c52720 add settings page with install from URL option 2022-06-22 23:22:27 -04:00
Jonas Dellinger
a95bf94d87 fix(loader): multiprocessing.set_start_method once, queue for plugin import 2022-06-13 10:57:16 +02:00
Jonas Dellinger
12f4c7faff fix(loader): eplixcitly set process start method and import fsevents on mac 2022-06-13 10:34:46 +02:00
AAGaming
86e23686aa React Plugin install dialog (closes #75) 2022-06-01 17:50:10 -04:00
Jonas Dellinger
bd1b2e82fd Move store opening to frontend only 2022-05-31 18:05:26 +02:00
AAGaming
007860f8f7 react: Add Router hook & fix typescript issues (#68)
* add rollup watch command, add pnpm lockfile

* wait for react

* add WIP patcher, window hook, and webpack

* fix typescript, fix React, lint, add pnpm to gitignore

* actually fix react

* show frontend JS errors in console

* cleanup

* Add Router hook

* Remove console.log

* Expose routerHook in createPluginAPI

Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2022-05-30 20:26:54 +02:00
Jonas Dellinger
71dd0ea449 Cleanup after merge 2022-05-26 13:30:14 +02:00
Jonas Dellinger
39e56fed3d Switch to inotify, RegexMatchingEventHandler and use set for reloading plugins 2022-05-26 09:29:49 +02:00
marios
4b923c1dc7 display overhaul, compatibility with legacy plugins, fixes 2022-05-26 04:00:18 +03:00
Jonas Dellinger
d23f1ac56c Added support for static assets, remove frontend_bundle field 2022-05-25 21:35:03 +02:00
Jonas Dellinger
74438a3145 Work on react frontend loader 2022-05-13 19:14:47 +02:00