Derek J. Clark
20094c5f75
Use Environment Variables ( #123 )
...
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-08 11:32:14 -07:00
AAGaming
198591dbd7
whoops don't need it here
v2.0.4-198591d-pre
2022-08-05 21:18:19 -04:00
AAGaming
f21d34506d
Implement CSRF protection
2022-08-05 21:16:29 -04:00
AAGaming
ab6ec98160
API for patching existing routes, lower power use
v2.0.4-ab6ec98-pre
2022-08-02 18:54:55 -04:00
Beebles
f1e809781a
forgot one update ( #125 )
2022-07-30 19:42:16 -07:00
Beebles
789058b72f
Readme.md references incorrect github repo ( #124 )
2022-07-30 18:40:44 -07:00
TrainDoctor
4a68b1430d
Update README.md
2022-07-28 13:50:03 -07:00
TrainDoctor
66c4a7e16e
Update README.md
v2.0.4-66c4a7e-pre
2022-07-25 17:29:56 -07:00
TrainDoctor
b929b2dddf
Update README.md
2022-07-25 17:08:10 -07:00
TrainDoctor
fb0b703438
Fix unintended question mark in "Installing" modal
2022-07-25 16:07:16 -07:00
AAGaming
afb2c7c0ed
Better install process UX, fix reinstalling
v2.0.4-afb2c7c-pre
2022-07-25 17:13:50 -04:00
AAGaming
52dded85ed
quick fix for routes refreshing constantly
v2.0.4-52dded8-pre
2022-07-24 11:51:42 -04:00
AAGaming
2004bdebbf
fix calibration menu in controller settings
v2.0.4-2004bde-pre
2022-07-24 11:37:38 -04:00
AAGaming
c9bf8d357e
use fstring
v2.0.4-c9bf8d3-pre
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
e6dd1c29d8
remove modal box shadow
v2.0.4-e6dd1c2-pre
2022-07-17 16:42:24 -04:00
AAGaming
6e88c7c9ac
Show warning when installing legacy plugins
v2.0.4-6e88c7c-pre
2022-07-17 16:09:42 -04:00
AAGaming
f015e00561
more updater fixes
v2.0.4-f015e00-pre
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
v2.0.4-103d43e-pre
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
a5671e19ce
fix ci AGAIN
v2.0.4-a5671e1-pre
2022-07-15 12:20:05 -04:00
AAGaming
f2fbd399fe
allow users to manually check for updates
2022-07-15 12:16:57 -04:00
AAGaming
28b91963a9
fix ci part 4
...
fix ci part 5
fix ci part 6
fix ci part 7
fix ci part 8
fix ci part 9
fix ci part 10
fix ci part 11
v2.0.4-28b9196-pre
2022-07-15 11:55:39 -04:00
AAGaming
ce2268370f
this slipped through the linter
2022-07-15 10:53:41 -04:00
AAGaming
59462041b1
fix ci part 3: shopt edition
2022-07-15 10:52:08 -04:00
AAGaming
d4d32c8d55
fix ci part 2
2022-07-15 10:45:23 -04:00
AAGaming
e600aeccc7
fix ci startup failure
2022-07-15 10:38:03 -04:00
AAGaming
162d1b561b
fix lockup in _open_socket_if_not_exists, probably fix ci prereleases
2022-07-15 10:34:47 -04:00
Brian Choy
ba824fc921
Fix jq errors in prerelease script ( #118 )
...
* Fix jq errors in prerelease script
* Use multivariable output, add back RELEASE var
2022-07-15 09:12:07 -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
v2.0.4-pre
2022-07-13 23:24:29 -04:00
botato
3c24b37247
change ci again ( #116 )
2022-07-13 21:19:19 -04:00
AAGaming
dbb4bc5ab4
another CI fix from botato
v2.0.2
2022-07-12 12:11:42 -04:00
botato
b00b04ceeb
Fix action not detecting prerelease
v2.0.1
2022-07-11 17:41:11 -04:00
botato
470f16adda
CI revamp ( #110 )
...
* ci: automatically make releases, ...
- option to run manually (for full-fledged releases)
- cron schedule for pre-releases (every day at 1 pm UTC)
- semantic versioning
- Automatically generated release description
* formatting
* more formatting .-.
* Tweak according to latest release
2022-07-11 09:13:56 +02:00
botato
76424174ed
Use call instead of Popen ( #113 )
2022-07-11 08:56:36 +02:00
AAGaming
b618fe1e97
bump lib
2022-07-07 00:03:56 -04:00
AAGaming
45949e8456
support non-ui plugins
2022-07-07 00:03:20 -04:00
TrainDoctor
e3a965329d
Update install_prerelease.sh
2022-07-04 08:27:44 -07:00
TrainDoctor
6ee41578ea
Update plugin-loader.tsx
v2.0.0-pre
2022-07-03 16:56:35 -07:00
TrainDoctor
9404215399
Make legacy tag text readable
2022-07-03 16:18:07 -07:00
AAGaming
b8bf150a74
fix legacy coloring
2022-07-03 19:12:10 -04:00
AAGaming
add3f77c1a
colorize legacy tag
2022-07-03 18:48:58 -04:00
AAGaming
6c42661f86
hack: temp hide example plugin
2022-07-03 17:37:39 -04:00
TrainDoctor
2b3c219e38
* Async onOK
...
* await confirm_plugin_install
* wait until we've exited store to re-open QAM
2022-07-03 14:28:48 -07:00
TrainDoctor
8eb89da373
Update README.md
2022-07-03 13:30:58 -07:00
TrainDoctor
ace9f61e50
Redirect to QAM after installing a plugin, QOL.
2022-07-03 12:52:22 -07: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