Geometrically
e39635c75b
Fix auth (finally) ( #937 )
...
* Finish auth
* Clippy + fix avatar on alts
* add retrying to entitlement request
2023-12-12 20:57:01 -07:00
Geometrically
f7f73b8163
Fix auth refresh ( #631 )
2023-08-18 21:27:42 -04:00
Wyatt Verchere
6d9d403e7b
Hydra local ( #594 )
...
* initial commit
* merge fixes
* added sanitizing
* linter
* Improve sign in UI
* simple simple!
* bump version
---------
Co-authored-by: CodexAdrian <83074853+CodexAdrian@users.noreply.github.com >
Co-authored-by: Jai A <jaiagr+gpg@pm.me >
2023-08-17 20:26:21 -04:00
Geometrically
47e28d24c8
Launcher Auth ( #450 )
...
* Launcher Auth
* Finish auth
* final fixes
2023-08-04 23:38:34 -07:00
Adrian O.V
ddbd08bc8c
Onboarding changes ( #347 )
...
* modal
* Finish tutorial phase
* Finish onboarding, tutorial, and url front end handlng
* Run lint
* Update pnpm-lock.yaml
* Fixed bad refactor
* Fixed #341
* lint
* Fixes #315
* Update ModInstallModal.vue
* Initial onboarding changes
* importing card
* Run lint
* Update ImportingCard.vue
* Fixed home page errors
* Fixes
* Linter
* Login page
* Tweaks
* Update ImportingCard.vue
* Onboarding finishing changes
* Linter
* update to new auth
* bump version
* backend for linking
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me >
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com >
2023-08-03 08:07:35 -07:00
Wyatt Verchere
65c1942037
Misc improvements and fixes ( #109 )
...
* now utilizing tracing better
* better tracing
* fix mac vs pc oppositional env var issue
* modified loading package
* added droppable loadingbarid that sends completion message
* loading bar
* regressed bug on mac
* fixed non-updated loading bar on playground
* Loading bar improvements
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me >
2023-05-08 12:14:08 -07:00
Geometrically
f0b8a708a3
Updating + Profile Repairs + Performance Improvements ( #97 )
...
* repairing
* Main framework for updating
* add jsconfig
* more work
* Improve performance
* Finish updating
* run lint
2023-04-26 10:28:08 -07:00
Geometrically
f8173d3b78
Mod Management API ( #81 )
...
* Profile mod management
* remove print statement
2023-04-13 12:03:15 -07:00
Wyatt Verchere
764d75181f
restructured auto-credentials ( #74 )
...
* restructured auto-credentials
* fix clone
---------
Co-authored-by: Jai A <jaiagr+gpg@pm.me >
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com >
2023-04-07 14:43:21 -07:00
Geometrically
b9a3a6dc11
Modpack support ( #60 )
...
* Modpack support
* Finish feature
* Tauri errors fix (#61 )
* async impl
* working
* fmt and redundancy
* moved ? to if let Ok block
* Finish modpacks support
* remove generated file
* fix compile err
* fix lint
* Fix code review comments + forge support
---------
Co-authored-by: Wyatt Verchere <wverchere@gmail.com >
2023-04-05 19:04:09 -07:00
Wyatt Verchere
f48959a816
Profile bindings ( #55 )
...
* basic framework. still has errors
* added functionality for main endpoints + some structuring
* formatting
* unused code
* mimicked CLI function with wait_for process
* made PR changes, added playground
* cargo fmt
* removed missed println
* misc tests fixes
* cargo fmt
* added windows support
* cargo fmt
* all OS use dunce
* restructured profile slightly; fixed mac bug
* profile changes, new main.rs
* fixed requested pr + canonicaliation bug
* fixed regressed bug in ui
* fixed regressed bugs
* fixed git error
* typo
* ran prettier
* clippy
* playground clippy
* ported profile loading fix
* profile change for real, url println and clippy
* PR changes
---------
Co-authored-by: Wyatt <wyatt@modrinth.com >
2023-03-31 11:00:43 -07:00
Jai A
4875ed4359
Fix clippy issues
2023-03-30 15:18:57 -07:00
Danielle
b223dc7cba
Authentication ( #37 )
...
* Initial authentication implementation
* Store user info in the database, improve encapsulation in profiles
* Add user list, remove unused dependencies, add spantraces
* Implement user remove, update UUID crate
* Add user set-default
* Revert submodule macro usage
* Make tracing significantly less verbose
2022-07-15 08:39:38 -07:00
Danielle
10610e157f
Refactor Library
...
The launcher code was in a position ripe for sphagetti, so this rewrites it in a more robust way.
In addition to cleaner code, this provides the following changes:
- Removal of obsolete Mojang authentication
- The rebasing of some internal state into a Sled database
- Tweaks which make some internal mechanisms more robust (e.g. profiles which fail to load can be removed)
- Additional tooling integration such as direnv
- Distinct public API to avoid messing with too much internal code
- Unified error handling in the form of `theseus::Error` and `theseus::Result`
2022-06-27 15:53:25 -07:00
Jai A
359e81083e
Finish launching modded versions of Minecraft
2021-11-10 21:52:55 -07:00
Jai A
54cd2f873c
Add error handling
2021-07-09 20:05:04 -07:00
Jai A
a0e35ad853
Proof of concept of launching Minecraft from Rust
2021-07-04 22:46:56 -07:00
Jai A
93418edbe7
Downloading launcher files
2021-06-29 22:32:52 -07:00