Commit Graph

666 Commits

Author SHA1 Message Date
silentrald cab2a287cf [feat-906] changed linux home directory to XDG_DATA_HOME 2025-08-17 14:44:52 +08:00
Meivyn d210c0f38d [bugfix] prevent corruption of the game when installing BSIPA (#894) 2025-07-12 09:45:07 +02:00
silentrald 46556cf3cc [fix] added error logging when getting the steam version path (#890) 2025-07-01 08:54:22 +02:00
silentrald 06c242eb01 [fix] fixed issue with double http prepending on http proxy (#889) 2025-06-21 13:54:04 +02:00
silentrald c6500f7cf6 [fix] use a caching method for ipv4/6 request calls (#872)
* Revert "[bugfix] Remove the ipv4/ipv6 stuff that cause more issue than is solves"

This reverts commit c763e0fefc.

* [fix] use a caching method for ipv4/6 request calls

* Add caching logs

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2025-06-21 10:35:28 +02:00
silentrald feb6ea3f87 [feat] added auto update option on advance settings for windows (#773)
* [feat] added auto update option on advance settings for windows

* minor fixes + translations

* [feat] added popover for manual bsm update

* [feat] added logic on update and restart

* [feat] fixed sonar issues and added missing translations

* Fix availve update and current app version were the same

* Add a "See changelog"

* Set autoupdate always enabled by default

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2025-06-12 18:58:41 +02:00
silentrald f46fee7ee7 [fix] handle downloadMap error within downloadPlaylistSongs (#873) 2025-06-10 14:47:23 +02:00
Sapphire dfe63e525e [bugfix] Fix mod installation on NixOS (#870)
* fix(services/bs-mods-manager): inherit env on linux when starting bsipa

* fix(services/linux,bs-mods-manager): use proton wine on nixos
2025-06-08 15:43:06 +02:00
MathieuG-P faf6c0f121 [bugfix] Fix uninstall mod error (#862) 2025-04-25 14:42:45 +02:00
silentrald 79be1a842c [feat] added a naive way to parse mod metadata (#855) 2025-04-25 13:59:09 +02:00
silentrald cc4061fd38 [bugfix] fix mod loading by removing side effects (#860)
* added more loading when loading mods
2025-04-24 15:09:53 +02:00
silentrald e842cfa7eb [bugfix] allow env overriding with launch options (#854) 2025-04-19 19:28:43 +02:00
MathieuG-P b2f855bec0 [chore] add logs in oculus downloader (#851) 2025-04-12 09:57:41 +02:00
silentrald 3a4ddc13c1 [bugfix] add system env to beat saber exe launch command for oculus (#848) 2025-04-11 06:48:23 +02:00
Zagrios edc4f1cbf4 Fix lint errors 2025-04-07 07:03:53 +02:00
MathieuG-P 135bff8192 Merge branch 'master' into master 2025-04-06 14:32:03 +02:00
MathieuG-P d552d0a011 Merge pull request #839 from Zagrios/bugfix/remove-ipv6-ipv4-stuff
[bugfix] Remove the ipv4/ipv6 stuff that cause more issue than is solves
2025-04-03 15:42:15 +02:00
Zagrios cb32765c50 Merge branch 'master' of https://github.com/Zagrios/bs-manager 2025-04-03 15:37:45 +02:00
Zagrios baa1ec60a1 Include download url of the map in the log 2025-04-03 15:37:39 +02:00
Zagrios 188aa68b86 [bugfix] use URL to join url parts 2025-04-03 15:37:17 +02:00
Zagrios c763e0fefc [bugfix] Remove the ipv4/ipv6 stuff that cause more issue than is solves 2025-04-03 15:28:24 +02:00
silentrald aba9a7de6d [bugfix] fix issue with extracting root map files 2025-04-01 10:22:05 +08:00
Arimodu ba0b40e0ac Fix SteamVR opening in FPFC
- Wait for the game to either close (keep it refed) or the user closes the app (unref and restore)
2025-04-01 03:27:40 +02:00
silentrald 6b07fdebe0 [bugfix] use system wine for nixos 2025-03-30 16:38:36 +08:00
Zagrios 4435df2fd7 [bugfix-821] Add error messages for Beat Saber uninstallation 2025-03-22 20:29:20 +01:00
MathieuG-P fa2f69f800 Merge pull request #810 from silentrald/chore/lint-error-fixes
[chore] fixed some lint issues
2025-02-21 16:39:23 +01:00
silentrald b525cac250 [chore] removed log decorators 2025-02-21 23:32:11 +08:00
MathieuG-P f800118d10 Merge pull request #807 from LiamillionSS/bugfix/806
bugfix/806 fix linux UUID folders not deleting
2025-02-20 18:28:47 +01:00
LiamillionSS df8c7f2376 bugfix/806 fix linux UUID folders not deleting, non async 2025-02-20 19:37:59 +11:00
MathieuG-P 5f46faf6ee Merge pull request #809 from silentrald/bugfix/oculus-path-linux
[bugfix-801] fixed issue when downloading oculus version in linux
2025-02-19 19:15:29 +01:00
Zagrios a7d00f22c5 Convert throwed object to CustomError 2025-02-19 19:07:45 +01:00
MathieuG-P 4f18ba3a42 Merge pull request #811 from silentrald/chore/readable-log-timestamp
[chore] updated log names to readable timestamp
2025-02-19 18:54:46 +01:00
silentrald 8c21a0f3f2 [bugfix] use deleteFolder instead of deleteFile for linked folder paths 2025-02-19 21:01:55 +08:00
silentrald c4a56d7036 [chore] updated log names to readable timestamp 2025-02-19 09:18:22 +08:00
silentrald 701b3bf141 [chore] fixed some lint issues 2025-02-16 10:39:44 +08:00
silentrald 60af42fe1d [bugfix-801] fixed issue when downloading oculus version in linux 2025-02-16 10:28:13 +08:00
Zagrios ed3a09e4a8 Merge branch 'master' into bugfix/beatmods-connection 2025-02-13 16:14:33 +01:00
MathieuG-P 2af84326c1 Merge branch 'master' into bugfix/linux-wineprefix-fallback 2025-02-10 22:40:38 +01:00
Zagrios 41628d4e6e Backend should be as frontend-agnostic as possible 2025-02-10 22:37:32 +01:00
silentrald 7fafbb316e [bugfix] show error when BSManager can't connect to beatmods 2025-02-08 20:44:09 +08:00
silentrald 6fc3fed6dd [bugfix] block mods grid if wineprefix is not yet setup 2025-02-08 11:29:41 +08:00
silentrald ff3d82238f [bugfix] don't fallback on wineprefix and show error on mod install 2025-02-08 11:29:17 +08:00
silentrald 7aae6ae6bc [bugfix] fixed issue with null folderVersion 2025-02-06 12:49:18 +08:00
Zagrios 59432da5bf Add base headers to requests in RequestService 2025-02-03 19:31:24 +01:00
silentrald 49fb694aaf [feat] added logs when deleting files/folders 2025-01-31 21:53:39 +08:00
Zagrios 4ef821adc9 Fix angry TS 2025-01-29 22:40:59 +01:00
Zagrios 21f4eacefb [hotfix] Fix no mods available if an error occurs while resolving installed mods 2025-01-29 22:37:04 +01:00
Zagrios 72738a256b [chore] this error is already logged by request.service 2025-01-29 22:21:34 +01:00
Zagrios a54c146772 [hotfix] show skip steam only if the lauch option is enabled 2025-01-29 22:15:27 +01:00
Zagrios 39d481467a [hotfix] Fix false error when deleting a playlist with no maps installed 2025-01-29 21:43:59 +01:00