summaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Collapse)Author
2022-09-18Grab Plugin path from find_plugin_folder plugin name is not always folder ↵v2.1.0-pre4Trent Callan
anme (#178)
2022-09-18Download Remote Binaries during Store Install (#177)v2.1.0-pre3Trent Callan
* Download Remote Binaries during store install. Fix Manual Install Modal Type * Use Unix Line endings. (Thanks WSL) * Fix Merge Commit with main branch.
2022-09-18fix plugin updatingv2.1.0-pre2AAGaming
2022-09-18don't crash when plugin backends doAAGaming
2022-09-18add more URLs to bypass authenticationAAGaming
2022-09-18fix plugin loading after install, move updater reloads to loaderAAGaming
2022-09-17fix updater for new installs, fix file picker patch, fix scrolling on patch ↵AAGaming
notes, fix tasks dir
2022-09-17Update updater.pyTrainDoctor
2022-09-17fix spacing [skip ci]AAGaming
2022-09-17fix asyncio error on get_branchAAGaming
2022-09-09add file picker, add library file picker patch, bump lib, logger tweaksAAGaming
2022-09-01Addition of proper branch slection (#168)TrainDoctor
* This is a bit better, but branch selection still isn't working -_- * I'm the king of oversight * Selecting different branch checks for updates * Stable doesn't detect old versions, which indicates it doesn't work * Start adding deckyState for plugin updating * Few tweaks * Disable nightly selection * Update decky-frontend-lib and move useSetting set setting to async
2022-08-31Give SettingsManager a default directoryv2.0.5-pre20TrainDoctor
2022-08-31Fix LimitOverrunError when a lot of data is passed to the backend (fixes ↵Philipp Richter
#158) (#161) * Fix LimitOverrunError when a lot of data is passed to the backend * Raise socket's buffer limit to something more sensible
2022-08-29Moved traceback to higher log level for cleaner logsTrainDoctor
2022-08-29Fix plugin uninstallingv2.0.5-pre19TrainDoctor
2022-08-26Refractor plugin backend (#111)v2.0.5-pre18botato
* refractor uninstall plugin backend * refractor plugin installation method * Change formatting in browser.py * Manually format main.py * Manually format utilities.py * remove inconsistency * remove unnecessary linebreaks * lol what * last minute pythoning * Fix async missing * lint * more refractor * await forgotten * fix: menu not disappearing after first click * lint * bug: fix double click on uninstall * depricate request installs * basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend * refractor uninstall plugin backend * Change formatting in browser.py * Manually format main.py * Manually format utilities.py * remove unnecessary linebreaks * lol what * last minute pythoning * Fix async missing * rebase onto main * fix error, fix React crash if patch notes are opened before remote version info is loaded Co-authored-by: TrainDoctor <traindoctor@protonmail.com> Co-authored-by: AAGaming <aa@mail.catvibers.me>
2022-08-26basic patch notes viewer, lazy-load settings and store, build frontend as ↵AAGaming
esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend
2022-08-24Hide branch select until it's workingv2.0.5-pre17TrainDoctor
2022-08-24Settings API for loader, preview branch selectAAGaming
2022-08-24set gid along with uid (#152)Chris Simons
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