Geometrically
3fa0e99de2
Various final backend fixes ( #117 )
...
* Various final backend fixes
* Add FS watching
* run lint
* Autodetect installed jars
2023-05-16 15:30:04 -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
Wyatt Verchere
b120b5cfa8
Event handling ( #75 )
...
* working on amcros
* fleshed out draft
* added feature support
* finished loading
* Fixed issue with multiple data types in macro
* Working, and added more loading uses
* added window scopes
* clippy, fmt
* working other variants
* fmt; clippy
* prettier
* refactored emissions to use increment
* fixed deadlock
* doc changes
* clippy, prettier
* uuid change
* restructured events to util
* loading restructure
* merge fixes
* comments mistake
* better cfg tauri feature structuring
* added extra fields to some loading enum variants
* removed Option<>
* added pack + version labels
* doc change
2023-04-16 10:12:37 -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
Wyatt Verchere
34005dd2e2
Jre api ( #66 )
...
* basic push
* actual push
* JRE detection, and autosetting
* removed a println, retrying CI/CD
* new game version compare; preset java 7 and 8 using our jre
* 1.8 mislabeled
* working JRE changes
* fixed bugs with JRE setup
* fixed bugs with JRE setup
* manual merge
* prettier
* fixes + jre 17
* clippy, prettier
* typo
* forgot to hook up a function
* pr fix + comment fix
* added loader_version
* take 2
2023-04-07 13:31:06 -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
6a05276a21
Auth bindings ( #58 )
...
* basic framework. still has errors
* added functionality for main endpoints + some structuring
* formatting
* unused code
* mimicked CLI function with wait_for process
* added basic auth bindings
* 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
* auth bindings + semisynch flow
* fixed dropping task error
* prettier, eslint, clippy
* removed debugging modifications
* removed unused function that eslinter missed :(
* fixed settings not being released
---------
Co-authored-by: Wyatt <wyatt@modrinth.com >
2023-03-31 18:44:26 -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
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