Lucas Fernandes Nogueira
|
0d5e7e2892
|
feat(fs): scope-*-recursive permission allows read dir, closes #1307 (#1696)
We could instead document that you should also enable `scope-*-index`, it is more a matter of semantics.
|
2024-08-27 14:17:30 -03:00 |
|
mikoto2000
|
448846b834
|
feat(fs): resolve content URIs on Android (#1658)
* Implemented writeTextFile on Android.
* Added license headers.
* fix fmt checks.
* implement more file APIs
* change file
* cleanup
* refactor dialog plugin to leverage new FS APIs
* implement metadata functions
* fix build
* expose FS rust API
* resolve resources on android
* update pnpm
* update docs
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2024-08-23 13:35:53 -03:00 |
|
Richard Stromer
|
0ee590366b
|
fix(docs): add missing "permits" to fs reference.md (#1493)
* add missing "permits" to scope description
* autogenerated permissions with typo fix
|
2024-06-24 11:25:28 +03:00 |
|
Amr Bashir
|
e9977eb2f8
|
chore(fs): distinct description for *meta and *meta-recursive permissions (#1250)
closes #1249
|
2024-04-25 00:59:29 +02:00 |
|
Alixxx-please
|
fc3667db6a
|
"recusrive" typo fix (#1103)
* Update app.toml
* Update appcache.toml
* Update appconfig.toml
* Update appdata.toml
* Update applocaldata.toml
* Update applog.toml
* Update audio.toml
* Update cache.toml
* Update config.toml
* Update data.toml
* Update desktop.toml
* Update document.toml
* Update download.toml
* Update exe.toml
* Update font.toml
* Update home.toml
* Update localdata.toml
* Update log.toml
* Update picture.toml
* Update public.toml
* Update resource.toml
* Update runtime.toml
* Update temp.toml
* Update template.toml
* Update video.toml
* actually update build script :)
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2024-03-26 11:37:13 -03:00 |
|
Amr Bashir
|
f39d362add
|
feat(fs): enhance scope config to accept string as well (#1053)
* feat(fs): enhance scope config to accept string as well
* clippy
* Update protocol.rs
* regression resolving path variables
* add change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2024-03-26 11:37:03 -03:00 |
|
Lucas Fernandes Nogueira
|
a04ea2f382
|
refactor: only inject API IIFE script when withGlobalTauri is true (#1071)
* refactor: only inject API IIFE script when withGlobalTauri is true
* fmt
* update tauri
|
2024-03-19 15:03:20 -03:00 |
|
Tahmin Ahmed
|
735810237e
|
fix: fix plugins/fs infinite loop on autoregen (#1029)
* Created safety check for redundant autogenerations
* Accounted for empty file case, added .changes file
* Update plugins/fs/build.rs
|
2024-03-06 19:30:13 +02:00 |
|
Tillmann
|
d198c01486
|
feat: update to tauri beta, add permissions (#862)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
|
2024-02-03 15:14:41 -03:00 |
|