Commit Graph

135 Commits

Author SHA1 Message Date
Alexandr Stelnykovych
0cb17a16bb Revert "[desktop] Force <img> elements to use Angular HttpClient for image downloads (bypassing WebView)"
This reverts commit 76289610ee.
2025-04-24 14:36:00 +03:00
Alexandr Stelnykovych
0f74763fb8 Removed Tauri-generated files from repository 2025-04-24 14:19:54 +03:00
Alexandr Stelnykovych
f1b6d85e54 [desktop] Removed "tauri-apps/plugin-http" from UI project dependencies 2025-04-24 14:17:26 +03:00
Alexandr Stelnykovych
5053ef1a23 [desktop] Use custom Tauri command for HTTP requests instead of http-client plugin
Replaced the http-client plugin, as it does not support keep-alive connections.
Each request opened a new TCP connection to the service, which was inefficient.

The new custom `send_tauri_http_request` command, exposed to the UI, uses an application-wide `reqwest::Client`, which supports idle (persistent) connections.
2025-04-24 14:00:15 +03:00
Alexandr Stelnykovych
a42f0a6084 [desktop] Tauri HTTP interceptor: respect request data type 2025-04-23 16:26:16 +03:00
Alexandr Stelnykovych
bd20714db6 [desktop] Tauri WebSocket connection 2025-04-18 12:13:10 +03:00
Alexandr Stelnykovych
8dfa004d34 [desktop] minor fix in dashboard component 2025-04-17 17:19:00 +03:00
Alexandr Stelnykovych
76289610ee [desktop] Force <img> elements to use Angular HttpClient for image downloads (bypassing WebView) 2025-04-17 17:16:38 +03:00
Alexandr Stelnykovych
d11bc077cf [desktop] Custom pipe for '<img>' 'src' to bypass WebView image downloads 2025-04-17 17:09:04 +03:00
Alexandr Stelnykovych
73174cdca8 [desktop] Force to use custom HttpClient from portmaster-api 2025-04-17 17:06:06 +03:00
Alexandr Stelnykovych
1e7baff6bd [desktop] Tauri HTTP interceptor: content-type support 2025-04-17 16:58:44 +03:00
Alexandr Stelnykovych
4ef04c72ca [desktop] Tauri HTTP interceptor 2025-04-12 23:34:07 +03:00
Vladimir Stoilov
9524138f0f [destkop] Add tauri http and websocket plugins 2025-04-01 14:54:25 +03:00
Alexandr Stelnykovych
90ce30e842 [desktop] Windows Installer: unregister V1 uninstaller 2025-03-27 15:47:53 +02:00
Alexandr Stelnykovych
4a8c64067d [desktop] Windows uninstaller fixes 2025-03-27 15:13:05 +02:00
Alexandr Stelnykovych
af4035feda [desktop] Windows Installer: stop service (when running) before install 2025-03-27 13:38:20 +02:00
Alexandr Stelnykovych
27235ad7b7 Revert "[desktop] Fix tray menu spn status and button"
This reverts commit 8aab22a9ec.
2025-03-26 14:44:10 +02:00
Alexandr Stelnykovych
731ad885bb Merge pull request #1821 from safing/feature/installer-migration
Feature/installer migration
2025-03-25 17:06:35 +02:00
Vladimir Stoilov
8aab22a9ec [desktop] Fix tray menu spn status and button 2025-03-25 14:47:13 +02:00
Vladimir Stoilov
6b958fd93d [desktop] Fix installer migration leftovers Win 2025-03-24 16:43:52 +02:00
Alexandr Stelnykovych
4de155fafd Bump UI version 2025-03-21 15:49:52 +02:00
Alexandr Stelnykovych
aada179191 Merge branch 'v2.0' into feature/installer-migration 2025-03-21 15:41:29 +02:00
Alexandr Stelnykovych
b970a98055 Bump binaries versions to v2 2025-03-21 12:16:51 +00:00
Alexandr Stelnykovych
15bd31adb5 [desktop] Fix: Failed to display "News" on the dashboard 2025-03-21 13:38:10 +02:00
Alexandr Stelnykovych
69a3d03a4f [packaging] Set the correct versions for compiled binaries and installers based on the Git tag 2025-03-20 09:50:52 +00:00
Alexandr Stelnykovych
1ed666e863 [packaging] fix: incorrect dependency in DEB package 2025-03-14 00:10:05 +02:00
Alexandr Stelnykovych
ef080cc3fb [packaging] Added missing intel artifacts to installers 2025-03-14 00:08:51 +02:00
Alexandr Stelnykovych
8a0aacd446 [packaging] Excluded binary index from installers 2025-03-14 00:07:26 +02:00
Vladimir Stoilov
009ad6b2f1 [desktop] Delete files after uninstall from NSIS 2025-03-12 16:22:33 +02:00
Alexandr Stelnykovych
260449e59b [packaging] (Windows) Ability to run "generate_windows_installers.ps1" from any location. 2025-03-06 15:21:38 +02:00
Vladimir Stoilov
df6e95dcd7 [packaging] Add migration for linux installers 2025-03-05 16:13:00 +02:00
Vladimir Stoilov
d74083ced8 [desktop] Improve tauri update doc 2025-03-04 18:09:10 +02:00
Vladimir Stoilov
161b75e39e [desktop] Improve NSIS migration installer 2025-03-04 18:08:17 +02:00
Vladimir Stoilov
0200404eac [desktop] Add migration and improve msi installer 2025-03-04 18:07:56 +02:00
Vladimir Stoilov
c3f6eec7d6 Fix Earthly build 2025-03-01 01:13:51 +02:00
Vladimir Stoilov
1d15b45341 [installer] Add migration to the NSIS installer 2025-02-25 16:37:34 +02:00
Vladimir Stoilov
b2907e9475 [desktop] Add rust-dark-light as direct dependency 2025-02-25 11:34:21 +02:00
Vladimir Stoilov
9ff7ec96d1 [desktop] Tauri update v2.2.5 2025-02-24 10:44:13 +02:00
Vladimir Stoilov
fed64e6fbd Fix loggin dir 2024-12-12 16:33:02 +02:00
Vladimir Stoilov
c21a93a4d6 Add missing TODOs 2024-12-10 14:21:34 +02:00
Vladimir Stoilov
3101d0a7aa Fix windows installers 2024-12-10 13:46:31 +02:00
Vladimir Stoilov
5ae261f062 [WIP] Fix tauri notifications 2024-12-03 17:28:40 +02:00
Vladimir Stoilov
d15ede9f53 [WIP] Fix winodws service installer 2024-12-03 17:27:33 +02:00
Vladimir Stoilov
b52cde15c5 [WIP] Fix installers bundle files 2024-11-29 10:53:01 +02:00
Vladimir Stoilov
374c1c2748 Merge branch 'develop' into feature/new-installer 2024-11-28 13:23:13 +02:00
Vladimir Stoilov
85031e861b [desktop] Update tauri (#1760) 2024-11-28 10:41:14 +02:00
Daniel
706ce222d0 WIP 2024-11-27 16:16:15 +01:00
Vladimir Stoilov
ca88c6d8ad [desktop] Update tauri (#1760) 2024-11-26 16:59:06 +02:00
Vladimir Stoilov
eb74b6cc1d [WIP] Fix path of the windows installers 2024-10-11 19:23:06 +03:00
Vladimir Stoilov
96b1280b5c [WIP] Fix tauri compile issue 2024-10-11 11:40:28 +03:00