Skip to content

Releases: cozy/cozy-stack

1.4.39

20 Sep 12:00
Compare
Choose a tag to compare
Fix build

1.4.38

30 Aug 12:04
Compare
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
Compare
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
Compare
Choose a tag to compare

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

05 Jul 08:35
29a1104
Compare
Choose a tag to compare

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

21 Jun 12:36
b5429a7
Compare
Choose a tag to compare

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

24 May 08:19
2cef21d
Compare
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
Compare
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
Compare
Choose a tag to compare

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

12 Apr 09:04
62ad2f3
Compare
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.