aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src
AgeCommit message (Expand)Author
2023-04-02fix: Another set of various clippy fixes (#246)GeckoEidechse
2023-03-27fix: Various clippy fixes (#243)GeckoEidechse
2023-03-27fix: Replace `<=0` with `.is_empty()` (#244)GeckoEidechse
2023-03-27feat: Generate FlightCore release notes (#188)GeckoEidechse
2023-03-27fix: Address regression around persistent store (#227)GeckoEidechse
2023-03-26fix: Remove redundant string conversions (#242)GeckoEidechse
2023-03-26refactor: Replace all `println!()` with log statements (#236)GeckoEidechse
2023-03-26fix: Adjust code for single iteration loop (#232)GeckoEidechse
2023-03-26fix: Remove unnecessary borrows (#231)GeckoEidechse
2023-03-25fix: Update comment regarding Origin install (#237)GeckoEidechse
2023-03-22fix: Address clippy warnings regarding format!() (#229)GeckoEidechse
2023-03-22fix: Remove unnecessary `.to_string()` (#230)GeckoEidechse
2023-03-22feat: Refresh statistics (#228)Rémy Raes
2023-03-22fix: Address clippy errors in glibc parsing code (#226)GeckoEidechse
2023-03-21Add buttons to download PRs (#203)GeckoEidechse
2023-03-21feat: Proper logging (#223)GeckoEidechse
2023-03-20fix: Add error handling if default EA App path (#211)GeckoEidechse
2023-03-19refactor: Fix PR downloads permission issue (#217)GeckoEidechse
2023-03-13feat: Add some breadcrumbs printing install path (#206)GeckoEidechse
2023-03-12feat: Allow opening a window with various repair features (#129)GeckoEidechse
2023-03-02feat: Allow installing PRs from DeveloperView (#139)GeckoEidechse
2023-02-25refactor: Properly set cfg macro for OS conditional compilation (#186)GeckoEidechse
2023-02-14fix: Resolve variable import errorGeckoEidechse
2023-02-14refactor: Get TS package API response from backend (#168)GeckoEidechse
2023-02-13feat: Better stacktrace in Sentry dashboard (#175)GeckoEidechse
2023-02-11refactor: Move various consts to `constants.rs` (#162)GeckoEidechse
2023-02-09feat: Add version number to user-agent (#173)GeckoEidechse
2023-02-07feat: Show mod version in LocalMods View (#159)GeckoEidechse
2023-02-06chore: Bump libthermite version to 0.5.2 (#163)GeckoEidechse
2023-02-06refactor: Parse using serde deserialisation (#158)GeckoEidechse
2023-02-05feat: Auto-generate TS bindings (#140)GeckoEidechse
2023-02-02fix: Prevent ModsView from crashing if Northstar is not installed (#152)Jan
2023-02-02refactor: Deal with `fs::read_dir` failure instead of checking if exists (#155)Jan
2023-01-31refactor: Remove unnecessary use of anyhow (#150)GeckoEidechse
2023-01-22chore: Autoformat Rust source files (#143)GeckoEidechse
2023-01-22fix: Remove unused serde import in `main.rs` (#142)GeckoEidechse
2023-01-22fix: Properly parse mod string (#141)GeckoEidechse
2023-01-13feat: Add backend code for getting playercount (#135)GeckoEidechse
2023-01-13refactor: Bump libthermite (#133)GeckoEidechse
2023-01-08feat: Delete given Thunderstore mod (#111)GeckoEidechse
2023-01-07refactor: Store global const in separate file (#131)GeckoEidechse
2023-01-04feat: Add button to delete Northstar mod (#110)GeckoEidechse
2023-01-04refactor: Remove unnecessary caller function pattern (#128)GeckoEidechse
2023-01-04feat: Show newest version number (#124)GeckoEidechse
2023-01-04refactor: Deserialize into struct directly (#127)GeckoEidechse
2022-12-20feat: Alternatively check if EA App is running (#115)GeckoEidechse
2022-12-13feat: Start Northstar properly detached (#112)GeckoEidechse
2022-12-12feat: Expose installed NS mod directory (#109)GeckoEidechse
2022-12-12fix: Make sure all non-core mods get disabled (#103)GeckoEidechse
2022-12-05refactor: Move variable to global const (#85)GeckoEidechse