Skip to content

Tags: cozy/cozy-stack

Tags

1.6.28

Toggle 1.6.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow to download a single page from a PDF (#4434)

1.6.27

Toggle 1.6.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow to interact with a NextCloud via WebDAV (#4392)

1.6.26

Toggle 1.6.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Redirect to clients paywall only if logged in (#4386)

When an instance has more connected OAuth clients than their current
plan and options allows them to, we redirect them to a paywall from
any web app except the Settings app (because it allows disconnecting
clients).

However, if the user is not logged in, the paywall will return an
unauthorized error.

Therefore, we'll make sure the redirection to the paywall only occurs
when the user is logged in (we don't duplicate the logic to redirect
them to the login page in the paywall middleware).

1.6.25

Toggle 1.6.25's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix a typo

1.6.24

Toggle 1.6.24's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix build

1.6.23

Toggle 1.6.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow to use an email_verified_code on flagship login (#4318)

1.6.22

Toggle 1.6.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix cloning a note with images (#4327)

1.6.21

Toggle 1.6.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix sharing stuck because of a missing shared ref (#4309)

It happens that the job for creating an io.cozy.shared has been lost
(stack restart for example), and we need to do something to avoid having
the sharing stuck. The most efficient way to do that is to check that
the file is actually in the sharing directory, and if it is the case, to
create the missing io.cozy.shared.

1.6.20

Toggle 1.6.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix digest comparison for Play Integrity API (#4307)

Google was using a standard base64 for the certificate digest in the
Safety Net API, buit it's now the URL-safe variant for Play Integrity.

1.6.19

Toggle 1.6.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a route to copy an image from a note (#4298)