Releases: cozy/cozy-stack
Releases · cozy/cozy-stack
1.4.39
Fix build
1.4.38
Fix loading manifest from a local app
1.4.37: Merge pull request #3092 from cozy/network
Improve http client options
1.4.36: Update module github.com/labstack/echo/v4 to v4.4.0 (#3083)
Co-authored-by: Renovate Bot <[email protected]>
1.4.35: Update module github.com/spf13/cobra to v1.2.1 (#3072)
Co-authored-by: Renovate Bot <[email protected]>
1.4.34: Update golang.org/x/oauth2 commit hash to d040287 (#3056)
Co-authored-by: Renovate Bot <[email protected]>
1.4.33: Fix opening an office document from a link (#3020)
When a directory is shared with a link in read+write mode, and an office document is opened from this link, the stack must use the edit mode of OnlyOffice. It was forced to view (read-only) before this commit for all documents opened from a sharing link.
1.4.32
Allow debounce for @webhook triggers (#3007)
1.4.31: chore(deps): update actions/checkout action to v2 (#2998)
Co-authored-by: Renovate Bot <[email protected]>
1.4.30: Fix the available apps for intents (#2974)
When no installed app can be used to answer an intent request, the stack makes requests to the apps registry to look if other available applications could do the job. Those requests were overwritting the path without taking in account the different spaces of apps registy. This commit fixes this issue by appending to the app registry path.