summaryrefslogtreecommitdiff
path: root/frontend/src/updater.ts
AgeCommit message (Collapse)Author
2024-05-25Custom error handler and some misc fixesAAGaming
2024-02-21more major websocket progressAAGaming
2024-02-19clean up updater logicAAGaming
2024-02-15Add event handlerParty Wumpus
2023-12-30port updater to ws, also small refactoringAAGaming
2022-10-30Systemd service updating (#240)v2.3.1-pre2TrainDoctor
* Add services and updated installer files * Loader updates service file during update! * Testing update branch doesn't exist lol * Update to dfl 3.7.12 * Fix services and add working service updater * Revert services but replace their aliases * Fix install scripts as well * Move leftover service files to .systemd dir * No wonder it's not trimming the file... * fix whitespace * Remove unused imports * Remove another un-used import Co-authored-by: AAGaming <aa@mail.catvibers.me>
2022-10-29Add StoreSelect componentTrainDoctor
2022-09-18fix plugin loading after install, move updater reloads to loaderAAGaming
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-09Add api for showing toast notificationsv2.0.4-67426af-preAAGaming
2022-08-05Implement CSRF protectionAAGaming
2022-07-14Updater for decky-loader (#117)AAGaming
* Add an updater in settings for decky-loader * add chmod * remove junk comments