Skip to content

Releases: cozy/cozy-stack

1.4.38

30 Aug 12:04

Choose a tag to compare

Fix loading manifest from a local app

1.4.37: Merge pull request #3092 from cozy/network

09 Aug 09:42
4e4eaa3

Choose a tag to compare

1.4.36: Update module github.com/labstack/echo/v4 to v4.4.0 (#3083)

19 Jul 12:01
7eca73c

Choose a tag to compare

Co-authored-by: Renovate Bot <bot@renovateapp.com>

1.4.35: Update module github.com/spf13/cobra to v1.2.1 (#3072)

05 Jul 08:35
29a1104

Choose a tag to compare

Co-authored-by: Renovate Bot <bot@renovateapp.com>

1.4.34: Update golang.org/x/oauth2 commit hash to d040287 (#3056)

21 Jun 12:36
b5429a7

Choose a tag to compare

Co-authored-by: Renovate Bot <bot@renovateapp.com>

1.4.33: Fix opening an office document from a link (#3020)

24 May 08:19
2cef21d

Choose a tag to compare

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

10 May 13:09
c7e794e

Choose a tag to compare

Allow debounce for @webhook triggers (#3007)

1.4.31: chore(deps): update actions/checkout action to v2 (#2998)

26 Apr 08:07
2f3b629

Choose a tag to compare

Co-authored-by: Renovate Bot <bot@renovateapp.com>

1.4.30: Fix the available apps for intents (#2974)

12 Apr 09:04
62ad2f3

Choose a tag to compare

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.

1.4.29: Forbid the deletion of stack indexes/views (#2966)

29 Mar 12:29
7b6cd92

Choose a tag to compare

The stack needs a few CouchDB design docs for its own indexes and views.
The front applications will no longer be able to delete them with the
DELETE /data/:doctype/_design/:ddoc route.