Commit Graph

688 Commits (fix/notification/installdetection)

Author SHA1 Message Date
Jonas Osburg 5c97db96bd
feat(websocket): Add TLS configuration (#925)
1 year ago
matthme 4210cf316a
feat(single-instance): Add semver compatibility check for Windows and Linux (#502)
1 year ago
FabianLars 57e979adaf
chore(store): format readme
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
zenitogr 9144521b90
chore(store): update example in README.md (#1176)
1 year ago
Amr Bashir c967307706
fix(deps): update vite to fix audit CI (#1187)
1 year ago
Amr Bashir 27b258cf31
chore(clipboard): expose `Clipboard` struct (#1185)
1 year ago
renovate[bot] e39ea8ddf8
fix(deps): update rust crate reqwest to 0.12 (#1099)
1 year ago
Fabian-Lars 500ff10fbd
fix(http): Enable tls support by default (#1166)
1 year ago
Naman Garg 8d7689f6f9
Add `WebviewWindow` to code docs and template (#1144)
1 year ago
Amr Bashir 7fc29c326b
chore: add repository field in Cargo.toml (#1143)
1 year ago
Amr Bashir 0e9541fe89
feat(window-state): support using a custom filename (#1138)
1 year ago
Amr Bashir f9bcc1c21d
chore: add `tslib` as dev dependency in workspace (#1134)
1 year ago
Tony a32e3200de
chore: update dependencies to align with tauri's (#1139)
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
Tony 57d01bf82e
chore(updater): clean up dependencies (#1084)
1 year ago
Vitor Ayres 7be37b1909
v2: fix import path in plugin upload readme (#1122)
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
Alixxx-please fc3667db6a
"recusrive" typo fix (#1103)
1 year ago
Amr Bashir f39d362add
feat(fs): enhance scope config to accept string as well (#1053)
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
Fabian-Lars 02111b9526
chore: Change workspace inheritance syntax for better covector support (#1092)
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
DK Liao 14c858391d
docs: Update positioner readme (#1072)
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
renovate[bot] b74ccb6639
chore(deps): update dependency @tauri-apps/cli to v1.5.11 (#1049)
1 year ago
FabianLars 11d98e911e
chore(log): Fix lint and formatting
1 year ago
Lorenzo Rizzotti 753c7be0a6
feat(http) add unsafe-headers feature flag (#1050)
1 year ago
Naman Garg bff722451d
docs(sql): Fix minor typo (#1048)
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
DK Liao 75d82868b2
docs(positioner): Update positioner readme to new tray api (#1041)
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
Amr Bashir 0f67dfc9b4
feat(http): enhance scope config to accept string as well (#1025)
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
Rigidity d9870f1948
docs: improve `tauri-plugin-store` readme and code example (#996)
1 year ago
Victor Aremu 30295ecc8e
feat: improve stronghold readme (#1027)
1 year ago
Victor Aremu 54cd4a58b8
chore(stronghold): readme typo (#1028)
1 year ago
Victor Aremu 570fb8f335
feat: Improve Stronghold (v2) README with usage examples (#1023)
1 year ago
Ahmed Elkhoudiry 22f5acf240
feat(store): Add android & iOS support (#1011)
1 year ago
Fabian-Lars 8a5e05cd83
fix: Fix comp with latest beta (#1018)
1 year ago
Amr Bashir 9586eabd5a
chore(deps): update to `open-rs@5.1` (#1021)
1 year ago
Victor Aremu 85c4b8b67a
feat: Improve Stronghold README with usage examples (#1013)
1 year ago
Tony 2397ec5937
fix: single instance doesn't shutdown immediately (#1019)
1 year ago
FabianLars ed682dd96e
chore: Run cargo fmt
1 year ago
Vova Yatsyuk c3c55d5b4e
fix(autostart): Use full exe path on macos when LaunchAgent is used (#841)
1 year ago
tommyo 0d3b6b8aca
feat(log): added attachLogger (#717)
1 year ago
Tillmann f59436dad0
Added Security Policy to All Plugins (#930)
1 year ago
Jarrodsz 382fc3a7bf
chore(store): add AppSettings example (#573)
1 year ago
Instinct 7c59242905
chore: fix typo in store plugin README.md (#997)
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 Fernandes Nogueira b1b9a02f9e
Merge pull request #971 from tauri-apps/chore/tauri-beta-3
1 year ago
Lucas Nogueira ac8251774a
remove dbus
1 year ago
Lucas Nogueira 7039c9b995
fmt, clippy
1 year ago
Lucas Nogueira 14f381acf8
bump msrv
1 year ago
Lucas Nogueira e414579b31
fmt, fix check
1 year ago
Lucas Nogueira 569defbe94
updates
1 year ago
Lucas Fernandes Nogueira 31e72f9a41
Merge pull request #968 from tauri-apps/feat/new-method
1 year ago
ppbl 3f81555fbf
fix(http): response with status code 204 (#960)
1 year ago
Lucas Nogueira 4709c343bc
inline notify-rust [skip ci]
1 year ago
Lucas Nogueira a31ef8e67e
rfd disable default features [skip ci]
1 year ago
Lucas Nogueira dbc0c0757e
dist
1 year ago
Lucas Nogueira 9dd1d09797
rebuild
1 year ago
Lucas Nogueira d98fa3e9fa
rfd 0.14
1 year ago
Lucas Nogueira c4fda036cc
delete files
1 year ago
Lucas Nogueira 8461cf1d1b
chore: update to tauri beta.3
1 year ago
Amr Bashir 8645a02aee
docs(global-shortcut): add registering example
1 year ago
renovate[bot] 4cc2e50d16
chore(deps): update dependency @tauri-apps/cli to v1.5.10 (#967)
1 year ago
Amr Bashir 7cefa2b0bd
pub
1 year ago
Amr Bashir fe4fb7dc7a
Update plugin.rs
1 year ago
amrbashir 72db444401
feat(sql,store): add `Builder::new`
1 year ago
amrbashir 696af68c9b
docs(global-shortcut): update examples in README.md closes #965
1 year ago
Tony 51ba4c5330
fix(fs): make rename third parameter optional (#962)
1 year ago
Tony 9b49f0abf7
docs(fs): dir -> baseDir (#961)
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
amrbashir 53c0e89860
docs(global-shortcut): fix cargo name
1 year ago
Tony 2e7ef46d8b
refactor!(dialog): change `type` field in JS to `kind` (#945)
1 year ago
Lucas Nogueira dac8b6331c
fix(ci): commig schemas
1 year ago
Lucas Nogueira 7659b9515d
merge from v2
1 year ago
FabianLars cb5ff764a6
license
1 year ago
FabianLars 0688416425
lint
1 year ago
FabianLars 14f5961569
chore: merge v1 into v2 for the last time
1 year ago
Lucas Nogueira 63afaf1dfa
fmt
1 year ago
Lucas Nogueira abd0176cc1
beta
1 year ago
lucasfernog 18e478aba0
publish new versions
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
Shubham Parihar 18cb861b52
type: add OpenDialogReturn generic type (#919)
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
dependabot[bot] 32a5f92c8f
chore(deps-dev): bump vite from 5.0.6 to 5.0.12 (#910)
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
Fabian-Lars cf00900298
fix(upload): Prevent duplicate progress reports when using Promise.all (#908)
1 year ago
Zhang San 4e2e77580c
feat(updater) support proxy (#891)
1 year ago
Anton Piliugin 8a3db790b8
fix(updater): fix readme and types (#903)
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
lopo be5aebdec9
docs(log): update readme code example for v2 (#869)
1 year ago
Matthias Lohscheidt df5a6483c2
docs(sql): Add migrations section to README (v1) (#870)
1 year ago
Matthias Lohscheidt b9d29a0154
docs(sql): Add migrations section to README (#867)
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
renovate[bot] 9b99416965
fix(deps): update tauri monorepo (#815)
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
Trevor Fitzgerald 7de603ebff
fix(fs-watch): Fix DebouncedEvent type to match what notify-rs returns (#840)
1 year ago
Lucas Nogueira c2115d8d21
chore: fill description field for new crates
1 year ago
github-actions[bot] 8c6d96e645
Publish New Versions (v2) (#832)
1 year ago
Lucas Fernandes Nogueira 10b80391fc
refactor(fs): use scope from tauri core (#825)
1 year ago
Tillmann 1eaf640255
Added Security Policy and Threat Model for Log Plugin (#828)
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
Fabian-Lars 7c59e3785b
feat(dialog): Re-export FileResponse (#837)
1 year ago
Amr Bashir b1c6a7885e
fix(core/dialog): reconstruct path using appropriate separator (#820)
1 year ago