Stirling-PDF/frontend/src/desktop/services
Anthony Stirling f3cf747cfe
possible login fixes (#5444)
# Description of Changes

Disable TLS checks and various cert checks to allow all sorts of
selfhost machines to be connected via tauri app

Version bump

Crop tool correctly shows ghostscript as optional so its not disabled on
java only installations

---

## Checklist

### General

- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md)
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md)
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings

### Documentation

- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/)
(if functionality has heavily changed)
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags)
(for new translation tags only)

### Translations (if applicable)

- [ ] I ran
[`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md)

### UI Changes (if applicable)

- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)

### Testing (if applicable)

- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing)
for more details.
2026-01-28 23:57:43 +00:00
..
apiClient.ts Desktop to match normal login screens (#5122)1 2025-12-04 17:48:19 +00:00
apiClientConfig.ts Builds custom Jar (#5029) 2025-11-26 17:21:42 +00:00
apiClientSetup.ts deps(frontend, tauri): update Tauri, Rust crates, and frontend dependencies (#5569) 2026-01-28 10:35:59 +00:00
authService.ts feat(security): add TOTP-based multi-factor authentication with backend and UI support (#5417) 2026-01-23 21:34:57 +00:00
backendHealthMonitor.ts Fix backend issues in desktop app (#4995) 2025-11-25 13:15:30 +00:00
backendReadinessGuard.ts Improve loading speed of desktop app (#4865) 2025-11-11 11:54:43 +00:00
connectionModeService.ts possible login fixes (#5444) 2026-01-28 23:57:43 +00:00
defaultAppService.ts Use proper Windows APIs for checking/setting default app (#5000) 2025-11-25 21:31:02 +00:00
fileOpenService.ts Fix issues with opening files in desktop app (#4876) 2025-11-12 15:47:37 +00:00
operationRouter.ts Allow login to SaaS for desktop instead of offline mode (#4941) 2025-11-22 00:38:59 +00:00
tauriBackendService.ts Desktop Self-hosted guidance improvements (#5060) 2025-11-28 15:55:37 +00:00
tauriHttpClient.ts possible login fixes (#5444) 2026-01-28 23:57:43 +00:00