summaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Collapse)Author
2022-08-21Add plugin updater, notification badge, fixesv2.0.5-pre15AAGaming
2022-08-18Add CEF Remote Debugging toggle (#129)v2.0.5-pre14Sefa Eyeoglu
* feat: add CEF Remote Debugging toggle * feat: disable remote debugger on startup * refactor: stop debugger instead of disable * feat: add option to allow remote debugging by default Co-authored-by: TrainDoctor <traindoctor@protonmail.com>
2022-08-17Fix log spam from injection related errorsv2.0.5-pre11TrainDoctor
2022-08-14less stupid methodAAGaming
2022-08-14fix loader not re-injecting on restartAAGaming
2022-08-13FINALLY fix the multiple injections bugv2.0.5-pre.8AAGaming
2022-08-13fix injecting twicev2.0.5-pre.7AAGaming
2022-08-11Updater should now find all version tagsv2.0.5-pre.3TrainDoctor
2022-08-09Add api for showing toast notificationsv2.0.4-67426af-preAAGaming
2022-08-09fix: don't pass unzip job to event loop (#136)v2.0.4-0dbdb4a-preSefa Eyeoglu
For some reason this broke installation of plugins when another specific plugin was present (vibrantDeck)
2022-08-08Standardize logging in browser.pyTrainDoctor
2022-08-08Add missing importv2.0.4-6bc8a4f-preTrainDoctor
2022-08-08Use Environment Variables (#123)Derek J. Clark
Uses environment variables instead of hard coding the "deck" user/group. This adds support for systems other than the steam deck that are using the DeckUI. * Use Environment Variables * Use method to get USER from a systemd root process * Fix imports. Add get_user and get_user_group methods in helpers.py. Removed duplicated code * Add separate setters/getters for user vars. Ensure sleep prevents race condition of user setter in while loop
2022-08-05Implement CSRF protectionAAGaming
2022-08-02API for patching existing routes, lower power usev2.0.4-ab6ec98-preAAGaming
2022-07-25Better install process UX, fix reinstallingv2.0.4-afb2c7c-preAAGaming
2022-07-21use fstringv2.0.4-c9bf8d3-preAAGaming
2022-07-21change log to debugAAGaming
2022-07-21fix plugin uninstallingAAGaming
2022-07-15more updater fixesv2.0.4-f015e00-preAAGaming
2022-07-15catch rm errorsAAGaming
2022-07-15fix updaterv2.0.4-103d43e-preAAGaming
2022-07-15wait 30s before first update checkAAGaming
2022-07-15allow users to manually check for updatesAAGaming
2022-07-15fix lockup in _open_socket_if_not_exists, probably fix ci prereleasesAAGaming
2022-07-14Updater for decky-loader (#117)AAGaming
* Add an updater in settings for decky-loader * add chmod * remove junk comments
2022-07-13fix get_tabs oopsiev2.0.4-preAAGaming
2022-07-11Use call instead of Popen (#113)botato
2022-07-03Fixed plugin installation ssl verification issue (#101)WerWolv
* Added cert location debugging * Install certifi * Try adding manual cacert in install request * Properly use ssl * More efficiently load ssl certificate
2022-07-02Merge remote-tracking branch 'origin/main'TrainDoctor
2022-07-02Use deckyState in uninstall menu (fixes #98) (#100)botato
2022-07-02Catch uninstall pluginTrainDoctor
2022-07-02Remove bugged rename invocationTrainDoctor
2022-07-02Properly await uninstallTrainDoctor
2022-07-01Uninstall functionality (#97)botato
* 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-06-30backwards-compatible plugin store, legacy plugin libraryAAGaming
2022-06-29Installing from plugin store now works as intendedTrainDoctor
2022-06-29fix installing pluginsAAGaming
2022-06-22add settings page with install from URL optionAAGaming
2022-06-13fix(loader): multiprocessing.set_start_method once, queue for plugin importJonas Dellinger
2022-06-13fix(loader): eplixcitly set process start method and import fsevents on macJonas Dellinger
2022-06-01React Plugin install dialog (closes #75)AAGaming
2022-05-31Move store opening to frontend onlyJonas Dellinger
2022-05-30react: Add Router hook & fix typescript issues (#68)AAGaming
* 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-26Cleanup after mergeJonas Dellinger
2022-05-26Switch to inotify, RegexMatchingEventHandler and use set for reloading pluginsJonas Dellinger
2022-05-26display overhaul, compatibility with legacy plugins, fixesmarios
2022-05-25Added support for static assets, remove frontend_bundle fieldJonas Dellinger
2022-05-13Work on react frontend loaderJonas Dellinger