summaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Collapse)Author
2023-12-29feat(backend): enable poetry-dynamic-versioningK900
2023-11-14fix a couple typesmarios8543
2023-11-14change default event DataTypeAAGaming
2023-11-14more progress on websocketsAAGaming
2023-11-14Migrate most of frontend callServerMethod usage over to websocketAAGaming
2023-11-14remove test methodAAGaming
2023-11-14JS -> Python WS now functionalAAGaming
2023-11-14more progress on WS routerAAGaming
2023-11-14more work on websocketsAAGaming
2023-11-14initial WSRouter implementationAAGaming
2023-11-14initAAGaming
2023-11-13Packaging rework (#531)marios8543/async-plugin-method-requestsK900
* fix: get rid of title view jank on latest beta * Count the number of installs for each plugin (#557) * Bump aiohttp from 3.8.4 to 3.8.5 in /backend (#558) * fix: include Decky version in request for index.js This avoids the If-Modified-Since logic in aiohttp and ensures Steam doesn't cache old JS, even if the timestamps are normalized. * fix: clean up shellcheck warnings in act runner script * fix: gitignore settings/ * fix: ensure state directories exist when running without the installer * feat: determine root directory correctly when running from in-tree * fix: fix typo in CI script * refactor: build a proper Python package with poetry * refactor: move decky_plugin under the poetry structure There's no need to special case it anymore, just treat it like any other Python module. * sandboxed_plugin: better fix, attempt 2 --------- Co-authored-by: AAGaming <aagaming@riseup.net> Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31fix sys.modules importmarios8543
2023-10-31fix emit_message mechanismmarios8543
2023-10-31run method calls asynchronouslymarios8543
2023-10-31fix static/lang file fetch and method callmarios8543
2023-10-31fix start/stop methodsmarios8543
2023-10-31fix customtypes importmarios8543
2023-10-31Add message emit mechanismmarios8543
2023-10-31Run response_listener taskmarios8543
2023-10-31Experimental support for async method callsmarios8543
2023-10-31Add localplatform stuff to its own packagemarios8543
2023-10-31Drop support for legacy pluginsmarios8543
2023-10-31fix pathsAAGaming
2023-10-31fix broken importAAGaming
2023-10-31Moved locales folder and requirements.txtWerWolv
2023-10-31Moved main.pyWerWolv
2023-10-31Moved backend entirely into the backend folderWerWolv
2023-10-31remove quotes on some typesAAGaming
2023-10-31move to module importsAAGaming
2023-10-31type hints on main,plugin,updater,utilites.localsocketmarios8543
2023-10-31begin adding static types to backend codeAAGaming
2023-10-31Fix logging.handlers import and improve plugin modulesv2.10.8-pre1marios8543
2023-10-27fix decky imports from pluginsv2.10.7-pre1marios8543
2023-10-26revert decky_plugin pyinstaller to previous version and fix sys pathmarios8543
2023-10-25Merge aa/type-cleanup-py (work by marios, aa, wolv)v2.10.6-pre1TrainDoctor
2023-10-18fix emit_message mechanismmarios8543
2023-10-18run method calls asynchronouslymarios8543
2023-10-18fix static/lang file fetch and method callmarios8543
2023-10-18fix start/stop methodsmarios8543
2023-10-18fix customtypes importmarios8543
2023-10-18Add message emit mechanismmarios8543
2023-10-18fix uninstall bugmarios8543
2023-10-18Run response_listener taskmarios8543
2023-10-17Experimental support for async method callsmarios8543
2023-10-17Add localplatform stuff to its own packagemarios8543
2023-10-17Drop support for legacy pluginsmarios8543
2023-10-17fix pathsAAGaming
2023-10-17fix broken importAAGaming
2023-10-17fix ci (hopefully, because act wont work)AAGaming