Commit Graph

445 Commits (fix/upload/reqwest-features)

Author SHA1 Message Date
Lucas Fernandes Nogueira 0cb99bdaf1
fix(dialog): iOS file picker default to file selection instead of photo (#1706)
9 months ago
Tony 17e8014b69
fix(window-state): saving a minimized window's state changes its position to -32000 (#1702)
9 months ago
github-actions[bot] de732d0ab0
publish new versions (#1683)
9 months ago
Lucas Fernandes Nogueira e2e97db519
feat: use PermissionState type from tauri, closes #979 (#1701)
9 months ago
Lucas Fernandes Nogueira 9ea9e05944
chore(deps): update to tauri rc.7 (#1699)
9 months ago
Lucas Fernandes Nogueira 0c040bcc9a
fix(store): remove Android and iOS plugins, closes #1256 (#1695)
9 months ago
Lucas Fernandes Nogueira 0d5e7e2892
feat(fs): `scope-*-recursive` permission allows read dir, closes #1307 (#1696)
9 months ago
mikoto2000 448846b834
feat(fs): resolve content URIs on Android (#1658)
10 months ago
Amr Bashir 3c52f30ea4
chore(deps): update windows-sys crate to `0.59` and global-hotkey to `0.6` (#1665)
10 months ago
Amr Bashir f690777a91
refacator(dialog): mark `FileResponse` as `#[non_exhaustive]` (#1660)
10 months ago
github-actions[bot] f946a7cf1f
publish new versions (#1680)
10 months ago
Lucas Fernandes Nogueira b914775898
fix: explicitly set a minimum macOS version for older Swift versions (#1679)
10 months ago
github-actions[bot] 121f68b449
publish new versions (#1616)
10 months ago
Lucas Nogueira ec067a5997
chore: trigger CI
10 months ago
Lucas Fernandes Nogueira 5d170a5444
chore(deps): tauri 2.0.0-rc.3 (#1671)
10 months ago
Twilight 84f8bd5e1e
fix(http): properly invoke abort (#1662)
10 months ago
mikoto2000 bc7eecf420
feat(dialog): Implemented android save dialog. (#1657)
10 months ago
Lucas Fernandes Nogueira 7701392500
fix(updater): linux not retaining AppImage permissions, enhance tests (#1636)
10 months ago
AHQ 6b079cfdd1
refactor(android): Remove targetSdk = 34 from every gradle build files (#1649)
10 months ago
Lucas Fernandes Nogueira 5f68990297
chore(fs): update API documentation (#1645)
10 months ago
Fabian-Lars 2c00c0292c
fix: use `_` as word boundary in IIFE var names (#1630)
10 months ago
Lucas Nogueira 4db635f19b
feat: bump to RC
10 months ago
Fabian-Lars 9606089b2a
feat: Add geolocation and haptics plugins (#1599)
10 months ago
Lucas Fernandes Nogueira 34df132fb1
feat(shell): enhance regex validators to match on entire string (#1603)
10 months ago
github-actions[bot] 518b529a19
publish new versions (#1590)
10 months ago
Tony 6de87966ec
chore: add missing tauri beta 25 change file (#1597)
10 months ago
Fabian-Lars 99d6ac0f95
chore: Use range specifier for api.js version (#1606)
10 months ago
Tony e847cedc1f
fix(deps): use no default features on tauri (#1402)
10 months ago
Fabian-Lars 2b269f1b6d
fix(fs): Apply requireLiteralLeadingDot config (#1585)
11 months ago
github-actions[bot] 647d8894fe
publish new versions (#1580)
11 months ago
Jacob Bolda 5ec310199f
remove cargo package, publish without verification (#1581)
11 months ago
Jacob Bolda bb09c7ca6e
ci: npm publish with provenance (#1582)
11 months ago
Lucas Fernandes Nogueira 20a1d24ee0
feat(log): add Builder::split to get the raw logger implementation (#1579)
11 months ago
FabianLars d8bfdc73a6
ci: Fix covector getPublishedVersion url config
11 months ago
github-actions[bot] 22bb0e5b61
publish new versions (#1551)
11 months ago
renovate[bot] 37cb9a6681
fix(deps): update rust crate sqlx to 0.8 (v2) (#1575)
11 months ago
Fabian-Lars 725ff4295e
fix(notification/windows): Grant permission without invoking backend (#1556)
11 months ago
FabianLars 93bdb6d133
Revert "fix(notification/windows): Grant permission without invoking backend"
11 months ago
FabianLars 4c120d4176
fix(notification/windows): Grant permission without invoking backend
11 months ago
Jacob Bolda 8824a24e15
covector published pkg check with built-in API call (#1541)
11 months ago
Tony f83b9e9813
enhance(updater): use named tempfile on Windows (#1544)
11 months ago
github-actions[bot] 7d926ee5b9
publish new versions (#1517)
11 months ago
Lucas Fernandes Nogueira 22a17980ff
feat: update to tauri beta.24 (#1537)
11 months ago
Naman Garg 08243e94c7
feat(biometrics): Improve Rust API docs (#1532)
11 months ago
Amr Bashir ac9a25cc12
fix(http): use tokio oneshot channel for detecting abort (#1395)
11 months ago
Amr Bashir 381a466db3
refactor(global-shortcut): enhance `un/register` to accept an array, remove `un/registerAll` (#1117)
11 months ago
Amr Bashir a66549329c
fix(http): set headers on resposne manually (#1526)
11 months ago
Fynn Tang 40ef9a818f
Update package versions and modify OS plugin (#1514)
11 months ago
github-actions[bot] 8f6d341e45
publish new versions (#1479)
11 months ago
renovate[bot] 76daee7aaf
chore(deps): update tauri monorepo (v2) (#1512)
11 months ago
Fabian-Lars 955ed6aec6
fix(updater): Start app after update via msi (#1498)
11 months ago
Tony acce342fcc
chore(deps): migrate `dirs-next` to `dirs` for updater plugin (#1506)
11 months ago
Emin Yilmaz 99d125d86b
feat(clipboard-manager): implement `clear` on iOS and Android (#1462)
11 months ago
Andrew Ferreira f1372adc9d
feat(window-state): add `Builder::map_label` method (#1497)
11 months ago
Fabian-Lars 29751ee939
fix(updater): Escape msi path string (#1495)
12 months ago
Fabian-Lars 1146f068e1
fix(fs): Make read/write commands async to not block the main thread (#1477)
12 months ago
Naman Garg 17c42fd42a
fix(notification): Add permission commands for Actions (#1459)
12 months ago
Amr Bashir 0959fe3757
refactor(os)!: make `platform`, `arch`, `type`, `family`, `version` and `exe_extension` functions sync (#1353)
12 months ago
github-actions[bot] f30a3b0501
publish new versions (#1393)
12 months ago
Amr Bashir bf29a72baa
fix(updater): use msiexec to install .msi updates (#1454)
12 months ago
Lucas Fernandes Nogueira 3779fb5063
refactor(notification): pull notify_rust from crates.io (#1432)
12 months ago
Simon Hyll 0b0088821e
fix(deep-link): typo in js bindings for is_registered command (#1404)
12 months ago
thewh1teagle 4216c0517f
feat(sql): made DbInstances public for managing directly from Rust (#1381)
1 year ago
Amr Bashir da8a7bbe3a
fix(http): fix check logic to decide whether to set `Origin` header (#1438)
1 year ago
Amr Bashir 0f739dbc48
feat(http): allow setting `origin` for unsafe headers (#1392)
1 year ago
github-actions[bot] 554cb902b0
Publish New Versions (v2) (#1387)
1 year ago
Lucas Nogueira acd383af75
fix(android): adjust for Kotlin and project warnings
1 year ago
renovate[bot] 9013854f42
fix(deps): update tauri monorepo (#1382)
1 year ago
github-actions[bot] 0678af3a6c
publish new versions (#1314)
1 year ago
Alexandre Villeneuve 5661cce795
fix(notification): update function dev to is_dev (#1385)
1 year ago
Emin Yilmaz bd4544dbd7
fix(clipboard-manager): match Rust method parameters with native methods (#1379)
1 year ago
Amr Bashir 69e4c2e56f
fix(updater): pass `/NS` and `/UPDATE` to nsis installer to disable creating shortcuts on updates (#1162)
1 year ago
Lucas Fernandes Nogueira 7581576a24
chore: update Android target SDK to 34 (#1368)
1 year ago
renovate[bot] 430bd6f4f3
chore(deps): update tauri monorepo (#1363)
1 year ago
Amr Bashir aff47992b3
fix(shell): make `execute` command async (#1362)
1 year ago
Fabian-Lars cfb3d74d9f
chore(authenticator): Add missing changefile
1 year ago
Amr Bashir cb0a788d17
fix(shell): use serde `untagged` not `flatten` (#1328)
1 year ago
Fabian-Lars db45dfaab3
fix(deep-link): prevent duplicate `;` in .desktop files on Linux (#1357)
1 year ago
Tony 43224c5d5c
feat(updater): add `download` and `install` js binding (#1330)
1 year ago
Amr Bashir 9d7ae45b0e
fix(http): include browser headers if not set by user (#1354)
1 year ago
Tony 806404e96e
chore(updater): disable zip crate default features (#1329)
1 year ago
renovate[bot] 290616d8e3
chore(deps): update tauri monorepo (#1325)
1 year ago
thewh1teagle a940ef6250
feat(sql): preserve column order from query with indexmap (#1305)
1 year ago
Fabian-Lars 224108818d
chore: Remove dialog-js from changefile
1 year ago
Ale Guzman cd57dcdf04
feat(dialog): set `len` and `modified_at` fields in `FileResponse` on desktop (#1295)
1 year ago
Amr Bashir 58330f9ec1
feat(http): enable cookies and set origin header (#1192)
1 year ago
github-actions[bot] ecda84f8d5
Publish New Versions (v2) (#1279)
1 year ago
Fabian-Lars 021d23bef3
feat(deep-link): Add deep link support for desktop (#916)
1 year ago
Amr Bashir eb1679b997
fix(core/shell): speedup `Command.execute` & fix extra new lines (#1299)
1 year ago
Amr Bashir 5c1b7917e4
fix(shell/command): retry sending events when it fails (#1298)
1 year ago
Amr Bashir d9de5b19d1
feat(positioner, window-state): impl `WindowExt` for `WebviewWindow` (#1283)
1 year ago
Graham Held b4efa58d5d
feat(shell) raw-encoded pipe reader directly outputs buffer (no newline scan) (#1231)
1 year ago
github-actions[bot] e94b089e51
publish new versions (#1247)
1 year ago
renovate[bot] 6ea07297f4
chore(deps): change rust crate maplit version to `1` (#1270)
1 year ago
renovate[bot] bd1ed5903f
chore(deps): update tauri monorepo (#1237)
1 year ago
Tony 1fa4d30eab
feat(updater): support non zipped updater (#1174)
1 year ago
Tony 44e47fe98b
fix(window-state): restore window state for stubbed zerord state (#1259)
1 year ago
Amr Bashir 1f16c64d67
refactor(clipboard): refactor clipboard function arguments for better clarity about the needed type (#1218)
1 year ago
Amr Bashir 9c7eb35967
feat(global-shortcut): support pressed/released states (#1244)
1 year ago
Tony edf9a4f29d
fix(fs): missing debouncer rename cache (#1245)
1 year ago
github-actions[bot] 3e5da59abc
Publish New Versions (v2) (#1234)
1 year ago
Lucas Fernandes Nogueira 326df68839
fix(ios): decoding with default value is not supported (#1236)
1 year ago
Fabian-Lars b115fd22e0
fix(fs): Prevent deadlock when scope listeners are registered. (#1221)
1 year ago
github-actions[bot] 9f545c65ad
publish new versions (#1142)
1 year ago
Fabian-Lars 293f363c0d
fix(updater): Enable rustls-tls feature flag by default (#1175)
1 year ago
Amr Bashir e3d41f4011
fix: use webview's resources table (#1191)
1 year ago
Fabian-Lars bb51a41d67
feat: Remove UNC prefix in paths returned to the frontend (#1168)
1 year ago
FabianLars ed46dca74f
Merge remote-tracking branch 'origin/v1' into chore/merge-v1-into-v2
1 year ago
Jesper L. Nielsen 4a5ab18a22
fix(upload): return type on is now a string (#976)
1 year ago
Tony 1f9e7ab4a0
fix(window-state): missing `restore_state` and `filename` js binding permission (#1180)
1 year ago
Amr Bashir 27b258cf31
chore(clipboard): expose `Clipboard` struct (#1185)
1 year ago
Fabian-Lars 500ff10fbd
fix(http): Enable tls support by default (#1166)
1 year ago
Tony 7e2fcc5e74
chore: add missing change files from #1139 (#1146)
1 year ago
Amr Bashir 0e9541fe89
feat(window-state): support using a custom filename (#1138)
1 year ago
github-actions[bot] 815a7073bc
Publish New Versions (v2) (#1116)
1 year ago
Lucas Fernandes Nogueira 772f2bc349
chore: bump tauri to 2.0.0-beta.14 (#1136)
1 year ago
thewh1teagle c013fa52cd
refactor(window-state)!: use json instead of bincode (#1078)
1 year ago
Wito dabac0eedf
feat(single-instance): add MacOs unix domain socket impl (#1035)
1 year ago
venkr a2339195aa
fix(autostart): Fix LaunchAgent macOS autostart (#1118)
1 year ago
Tahmin Ahmed 4cd81126fd
fix(dialog): `open` function return mismatch (#1056)
1 year ago
Amr Bashir f39d362add
feat(fs): enhance scope config to accept string as well (#1053)
1 year ago
Lucas Nogueira fe4ad4dd5c
Revert "add change file"
1 year ago
Lucas Nogueira 9c2fb9306e
add change file
1 year ago
github-actions[bot] 70136b1fe8
Publish New Versions (v2) (#1047)
1 year ago
Lucas Fernandes Nogueira 62ce5df52c
fix(notification): development mode check should use tauri::dev() (#1096)
1 year ago
Lucas Fernandes Nogueira a04ea2f382
refactor: only inject API IIFE script when withGlobalTauri is true (#1071)
1 year ago
阿良仔 9dec9605ed
feat(clipboard): support `readImage` & `writeImage` (#845)
1 year ago
github-actions[bot] cc63614f1e
publish new versions (#471)
1 year ago
i-c-b cb96aa0627
fix(fs): rename `dir` field to `base_dir` in `WatchOptions`, fixes #1081 (#1082)
1 year ago
Tony 1d7dc86ec3
fix(updater): run cleanup before exit on Windows (#1070)
1 year ago
Fabian-Lars 35ea5956d0
fix(dialog): Create dialogs on main thread (#1073)
1 year ago
Tony a3b5396113
refactor!(updater): migrate run updater using powershell to `ShellExecute` (#1054)
1 year ago
Jason Tsai 040004a6b9
chore(shell): change schema property name `command` to `cmd` (#1069)
1 year ago
Lucas Fernandes Nogueira c873e4d6c7
fix(http): inconsistencies on urlpattern usage on scope (#1059)
1 year ago
Tony 4e37316af0
fix(updater): fallback to passive mode & fix `installerArgs` deserialzation (#1051)
1 year ago
Lorenzo Rizzotti 753c7be0a6
feat(http) add unsafe-headers feature flag (#1050)
1 year ago
Amr Bashir 62dafda652
refactor!(global-shortcut): better APIs DX (#969)
1 year ago
github-actions[bot] 644eb448bb
publish new versions (#1042)
1 year ago
Tony 79691e93e0
fix(store): `with_store` and `StoreCollection` become private in #1011 (#1040)
1 year ago
github-actions[bot] 5006717a7f
publish new versions (#986)
1 year ago
Lucas Fernandes Nogueira cacf544d51
chore(deps): update to tauri beta.9 (#1037)
1 year ago
Fabian-Lars 16fc0f2ee3
fix(dialog): Remove Linux specific code for rfd 0.14 compatibility (#1033)
1 year ago
Tahmin Ahmed 735810237e
fix: fix `plugins/fs` infinite loop on autoregen (#1029)
1 year ago
Lucas Fernandes Nogueira ac520a2841
feat(http): enhance scope URL matching via urlpattern (#1030)
1 year ago
Amr Bashir 9586eabd5a
chore(deps): update to `open-rs@5.1` (#1021)
1 year ago
Tony 2397ec5937
fix: single instance doesn't shutdown immediately (#1019)
1 year ago
Fabian-Lars 99bea2559c
chore: Update tauri to beta.8 (#1005)
1 year ago
AHQ 9d4b25cf85
Bump tauri to v2 beta.7 (#1001)
1 year ago
TukanDev dc6d3321e5
feat(clipboard): Implement HTML and clear functionality (#977)
1 year ago
Amr Bashir aa25c91bb0
feat(dialog): allow setting `canCreateDirectories` on macOS (#978)
1 year ago
Amr Bashir ae56b13a4d
fix(http): allow `User-Agent` header to be set (#983)
1 year ago
github-actions[bot] 267e39e250
Publish New Versions (v2) (#982)
1 year ago
Lucas Fernandes Nogueira 6d1e6218b5
fix(single-instance): wrong zbus import, closes #980 (#981)
1 year ago
lucasfernog e0d415e405
publish new versions
1 year ago
Lucas Nogueira 5ca9a80f45
chore: fix covector
1 year ago
Lucas Fernandes Nogueira b1b9a02f9e
Merge pull request #971 from tauri-apps/chore/tauri-beta-3
1 year ago
Lucas Nogueira 14f381acf8
bump msrv
1 year ago
Lucas Nogueira 569defbe94
updates
1 year ago
Lucas Nogueira af6ebc8399
fmt
1 year ago
Lucas Nogueira 78abd7bdfb
comma
1 year ago
Lucas Nogueira d98fa3e9fa
rfd 0.14
1 year ago
Lucas Nogueira 8461cf1d1b
chore: update to tauri beta.3
1 year ago
amrbashir 72db444401
feat(sql,store): add `Builder::new`
1 year ago
Tony 51ba4c5330
fix(fs): make rename third parameter optional (#962)
1 year ago
Amr Bashir e856adc72c
fix(shell): export `open` module (#939)
1 year ago
i-c-b 2f0e30852a
feat(core): recursive fs scope on directory file-drop event (#954)
1 year ago
Amr Bashir 531123cad0
fix(fs/wtacher): fix incorrect type for rename events (#947)
1 year ago
Tony 2e7ef46d8b
refactor!(dialog): change `type` field in JS to `kind` (#945)
1 year ago
Lucas Nogueira 7659b9515d
merge from v2
1 year ago
FabianLars 14f5961569
chore: merge v1 into v2 for the last time
1 year ago
lucasfernog 18e478aba0
publish new versions
1 year ago
Lucas Nogueira 2643a4c331
fix(ci): revert pre.json changes
1 year ago
Tillmann d198c01486
feat: update to tauri beta, add permissions (#862)
1 year ago
Amr Bashir 506ce4835b
refactor(updater): accomodate to new tauri config restructure (#924)
1 year ago
Lucas Fernandes Nogueira 15dc7060e8
fix(shell): deadlock on read line error (#923)
1 year ago
Amr Bashir 70d99086de
fix(window-state): restore window position if the one of the window corners intersects with monitor (#898)
1 year ago
Lucas Fernandes Nogueira 8dea78ac7d
fix(notification): scheduled notifications not working (#909)
1 year ago
Daniel Faust 61edbbec0a
feat(fs/watch): migrate to `notify-debouncer-full` (#885)
1 year ago
Amr Bashir 0879a87a7e
refactor(updater): migrate to tauri's new resource table (#899)
1 year ago
Amr Bashir 8505a756b5
chore: add change file for updater proxy change (#907)
1 year ago
Olivier Lemasle bf5a21d5b2
fix(dialog): On Android, do not add a `Cancel` button to message dialogs (#873)
1 year ago
阿良仔 1b1d795b58
fix(notification): export the missing `Schedule` class (#874)
1 year ago
Amr Bashir ae0cb92438
refactor(http): migrate to tauri's new resource table (#834)
1 year ago
阿良仔 ea8eadce85
fix(fs): match default value of `create` option with js documentation (#865)
1 year ago
hygkui 1a347203a5
fix: fix http plugin fetch init with connectTimeout. (#858)
1 year ago
github-actions[bot] e80626cf81
Publish New Versions (v2) (#854)
1 year ago
Amr Bashir 2e2fc8de69
fix(fs): use correct arg name for unwatch (#857)
1 year ago
Trevor Fitzgerald 85f8419682
fix(fs): Fix DebouncedEvent type to match what notify-rs returns (#848)
1 year ago
Amr Bashir c60123093d
fix(fs): fix panic due to unwrap & truncate by default (#847)
1 year ago
github-actions[bot] 38b5d37b54
Publish New Versions (v2) (#843)
1 year ago
Lucas Fernandes Nogueira 8b1d821a37
fix(deep-link): issue with tauri alpha.20 emit breaking change (#844)
1 year ago
阿良仔 bfa87da848
feat(http): expose proxy configuration (#824)
1 year ago
github-actions[bot] 8c6d96e645
Publish New Versions (v2) (#832)
1 year ago
Lucas Nogueira 7bdc32079c
fix(ci): set dependencies on covector config
1 year ago
Lucas Fernandes Nogueira 10b80391fc
refactor(fs): use scope from tauri core (#825)
1 year ago
Amr Bashir 69a1fa099c
feat(fs): improved API (#751)
1 year ago
Lucas Fernandes Nogueira 2cf8faa3e1
chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 (#839)
1 year ago
Amr Bashir e5f979f91a
fix(core/updater): check if installer args are not empty before passing `-ArgumentList` (#818)
1 year ago
Lucas Nogueira 8df28a9875
feat(mobile): add biometric plugin (#829)
1 year ago
Lucas Nogueira fe79adb5c7
feat(mobile): add NFC plugin (#830)
1 year ago