renovate[bot]
cb6f864eae
fix(deps): update tauri monorepo (v1) ( #1433 )
...
* fix(deps): update tauri monorepo
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-06-04 12:35:54 +02:00
renovate[bot]
3aa6e55036
fix(deps): update rust crate base64 to 0.22 (v1) ( #1430 )
...
* fix(deps): update rust crate base64 to 0.22
* fix lockfile
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-06-04 12:33:33 +02:00
renovate[bot]
10a4d76fb3
fix(deps): update rust crate tokio-tungstenite to 0.23 ( #1415 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 14:38:21 +02:00
FabianLars
a6eaae7aba
chore(store): Fix clippy issues
2024-06-03 14:06:28 +02:00
Fabian-Lars
c52978d7ca
chore: Update eslint to v9 with flat config ( #1412 )
...
* chore: Update eslint to v9 with flat config
* disable eslint for that whole example file. v1 not worth it imo
* update ts-eslint
* lock versions
* ci: update pnpm
2024-06-03 13:02:49 +02:00
Jonas Osburg
5c97db96bd
feat(websocket): Add TLS configuration ( #925 )
...
* Allow TLS configuration
* refactor: Added builder pattern
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-04-15 16:41:49 +02:00
matthme
4210cf316a
feat(single-instance): Add semver compatibility check for Windows and Linux ( #502 )
...
* added semver compatibility check for Windows and Linux
* fixed formatting
* put semver feature behind a feature flag
* remove semver from root manifest
* linux compile error
* docs: Add mention for semver feature in readme
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-04-15 15:54:09 +02:00
FabianLars
57e979adaf
chore(store): format readme
2024-04-15 15:37:21 +02:00
Jesper L. Nielsen
4a5ab18a22
fix(upload): return type on is now a string ( #976 )
...
* fix(upload): return type on POST is now string
A POST to a webserver can not always be expected to be a JSON response.
Success is now determined by the HTTP return code.
Upon success the body content is returned as a string.
* feat: add content-length on POST
Not all embedded devices are acceptable to receiving unspecified amounts
of data. Appending the content-length up front helps this devices
succeed.
* fix: return values unified
The return values was not used.
On POST the HTTP error code is returned as an enum.
* fix: upload, return value as string
* Update plugins/upload/src/lib.rs
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
* Update plugins/upload/src/lib.rs
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
* fix: added covector changelog file
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-04-15 15:16:07 +02:00
zenitogr
9144521b90
chore(store): update example in README.md ( #1176 )
2024-04-15 11:43:48 +02:00
renovate[bot]
e39ea8ddf8
fix(deps): update rust crate reqwest to 0.12 ( #1099 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15 09:07:36 +02:00
github-actions[bot]
cc63614f1e
publish new versions ( #471 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-03-18 21:49:08 +01:00
Fabian-Lars
02111b9526
chore: Change workspace inheritance syntax for better covector support ( #1092 )
2024-03-18 21:39:46 +01:00
renovate[bot]
b74ccb6639
chore(deps): update dependency @tauri-apps/cli to v1.5.11 ( #1049 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-10 13:41:49 +01:00
FabianLars
11d98e911e
chore(log): Fix lint and formatting
2024-03-10 13:21:17 +01:00
Victor Aremu
30295ecc8e
feat: improve stronghold readme ( #1027 )
...
* fix: typo
* feat: update client package install commands
* refactor: instruct user to copy code if unable to install via monorepo
2024-03-06 04:13:59 +02:00
Victor Aremu
85c4b8b67a
feat: Improve Stronghold README with usage examples ( #1013 )
...
* docs: add example password hashing using rust-argon2 crate
* feat: add client side usage
* update the todo comment
2024-03-04 17:19:51 +02:00
FabianLars
ed682dd96e
chore: Run cargo fmt
2024-02-28 23:13:56 +01:00
Vova Yatsyuk
c3c55d5b4e
fix(autostart): Use full exe path on macos when LaunchAgent is used ( #841 )
2024-02-28 22:44:55 +01:00
tommyo
0d3b6b8aca
feat(log): added attachLogger ( #717 )
2024-02-28 22:16:08 +01:00
Jarrodsz
382fc3a7bf
chore(store): add AppSettings example ( #573 )
...
* basic example foundation
* add examples to workspace
* cleanup and load fix
* fmt
* reset lockfile
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-02-26 18:34:54 +01:00
Instinct
7c59242905
chore: fix typo in store plugin README.md ( #997 )
2024-02-26 17:32:39 +02:00
renovate[bot]
4cc2e50d16
chore(deps): update dependency @tauri-apps/cli to v1.5.10 ( #967 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-19 16:04:43 +01:00
Amr Bashir
70d99086de
fix(window-state): restore window position if the one of the window corners intersects with monitor ( #898 )
...
* fix(window-state): restore window positions that matches monitor positions
closes #892
* check for intersections of any window corner instead of only top-left
2024-01-25 01:48:46 +02:00
dependabot[bot]
32a5f92c8f
chore(deps-dev): bump vite from 5.0.6 to 5.0.12 ( #910 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.0.6 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-20 12:04:33 +01:00
Fabian-Lars
cf00900298
fix(upload): Prevent duplicate progress reports when using Promise.all ( #908 )
...
* fix(upload): Prevent duplicate progress reports when using Promise.all
* fmt
2024-01-17 16:45:26 +01:00
Matthias Lohscheidt
df5a6483c2
docs(sql): Add migrations section to README (v1) ( #870 )
...
* Update sql plugin README.md
Add section about migration management.
* rm shell plugin (v2 only)
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-01-01 12:21:37 +01:00
renovate[bot]
9b99416965
fix(deps): update tauri monorepo ( #815 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-21 14:19:25 +01:00
Trevor Fitzgerald
7de603ebff
fix(fs-watch): Fix DebouncedEvent type to match what notify-rs returns ( #840 )
2023-12-20 12:03:34 +01:00
FabianLars
46dfb75d92
Revert "fix(deps): update dependency @tauri-apps/api to v1.5.2 ( #814 )"
...
This reverts commit 3af968ce8f .
2023-12-12 11:18:20 +01:00
renovate[bot]
3af968ce8f
fix(deps): update dependency @tauri-apps/api to v1.5.2 ( #814 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 11:14:47 +01:00
Fabian-Lars
eef088dde4
chore(websocket): Convert websocket example to vanilla ts ( #805 )
...
* chore(websocket): Convert ws example to vanilla-ts
* fix gitignore
2023-12-07 15:03:37 +01:00
renovate[bot]
8d00fc08f0
fix(deps): update rust crate tokio-tungstenite to 0.21 ( #804 )
...
* fix(deps): update rust crate tokio-tungstenite to 0.21
* http version mismatch
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-12-07 10:27:31 +01:00
renovate[bot]
c7336bc330
chore(deps): update dependency typescript to v5.3.3 ( #803 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-06 21:46:26 +01:00
renovate[bot]
84208e0a53
chore(deps): update dependency vite to v5.0.6 ( #794 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-06 13:08:24 +01:00
renovate[bot]
2a28c81da6
chore(deps): update dependency vite to v5.0.5 [security] ( #801 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-06 13:03:44 +01:00
renovate[bot]
56750d31e6
chore(deps): update dependency @sveltejs/kit to v1.27.7 ( #799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-05 19:38:37 +01:00
renovate[bot]
b67dc85936
chore(deps): update dependency @tauri-apps/cli to v1.5.7 ( #788 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-01 22:36:17 +01:00
renovate[bot]
aabb440159
fix(deps): update rust crate http to v1 ( #729 )
...
* fix(deps): update rust crate http to v1
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-11-30 13:00:09 +01:00
renovate[bot]
e1eb82fe92
fix(deps): update rust crate byte-unit to v5 ( #764 )
...
* fix(deps): update rust crate byte-unit to v5
* Update Cargo.toml [skip ci]
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-11-30 12:16:17 +01:00
renovate[bot]
a18d442765
chore(deps): update dependency svelte to v4.2.8 ( #786 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-30 12:12:03 +01:00
renovate[bot]
c98545b3ae
fix(deps): update rust crate bytes to v1 ( #783 )
...
* fix(deps): update rust crate bytes to v1
* adapt api
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-11-30 12:04:44 +01:00
renovate[bot]
9b2e9ab6c9
chore(deps): update dependency @tauri-apps/cli to v1.5.6 ( #778 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 14:34:45 +01:00
renovate[bot]
e7b022d62e
fix(deps): update rust crate byteorder to 1.5 ( #781 )
...
* fix(deps): update rust crate byteorder to 1.5
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-11-29 13:07:16 +01:00
renovate[bot]
4195240f36
chore(deps): update dependency vite to v5.0.4 ( #779 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 13:05:47 +01:00
Fabian-Lars
a67f7cb7c8
chore(authenticator): Inline u2f crate ( #780 )
...
* chore(authenticator): Inline u2f crate
* update chrono
* update rustix
* clippy
2023-11-29 12:56:26 +01:00
Fabian-Lars
3f7c4ddc96
chore: Add examples to root cargo workspace ( #777 )
...
* chore: Add examples to cargo workspace
* msrv
* disable default feat
* gitkeep dist
2023-11-29 12:04:37 +01:00
Fabian-Lars
12900556a0
Revert "chore: Disable workspace inheritance for [package] ( #775 )" ( #776 )
...
This reverts commit 4899ae007a .
2023-11-29 11:08:11 +01:00
Fabian-Lars
4899ae007a
chore: Disable workspace inheritance for [package] ( #775 )
2023-11-29 10:59:04 +01:00
renovate[bot]
bd4bf06e6c
chore(deps): update dependency vite to v5.0.3 ( #772 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 22:37:26 +01:00