* 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>
* fix(window-state): restore window positions that matches monitor positions
closes#892
* check for intersections of any window corner instead of only top-left
* fix: use correct functions to allow/forbid
Without changing the data structure
* fix: wrong type passed when passing path by ref
* fix: remove '**' before allowing pattern to no trash the scope
* fmt: run fmt
* fix: Remove trailling '*' for non-recursive directories
* fix: remove superfluous asteriks recursively
* info: add changefile
* fix: remove unwated yarn.lock
* fix: simplify directories' fix and apply it to forbid_path too.
* fix: simplify path to str in fix_directory
* don't convert path back to str
* Update persisted-scope-fix-handle-glob-directories.md
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
* ci: set up covector
* remove postpublish
* push new tags to mirrors
* fetch tags of current repo in workflow file
* use our fork of create-pull-request action
* fmt
* use org tokens
* simplify string subst
* fmt again