{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":63433838,"defaultBranch":"master","name":"cozy-stack","ownerLogin":"cozy","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-07-15T15:54:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7690525?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718807173.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"7e0cf00f7e774ec724d9fac087049e058a5aa40a","ref":"refs/heads/add-pdf-pages-to-zip","pushedAt":"2024-06-19T14:26:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"Allow zip worker to include PDF pages","shortMessageHtmlLink":"Allow zip worker to include PDF pages"}},{"before":"3bd0a526d7fbd46e187f8b18e492f2f1861ba0c3","after":"179aa0362ad6a60445c46fc366cbb92094dc91ad","ref":"refs/heads/renovate/github.com-ohler55-ojg-1.x","pushedAt":"2024-06-17T16:25:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/ohler55/ojg to v1.22.0","shortMessageHtmlLink":"fix(deps): update module github.com/ohler55/ojg to v1.22.0"}},{"before":"c6d7c4f61c1d8b1757dc674442c1b0ab231bf97a","after":null,"ref":"refs/heads/nextcloud-copy-to","pushedAt":"2024-06-17T06:28:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"}},{"before":"08455624a94939c544c4353b4059e8a6a34171e7","after":"f0ae74a362af87f2bcb5200e91fd0566ad74cd9d","ref":"refs/heads/master","pushedAt":"2024-06-17T06:28:29.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"Fix uploading files to NextCloud via WebDAV (#4420)\n\nThe HTTP request to NextCloud was made with Transfer-Encoding: chunked,\r\nbecause of the way the Content-Length was set. But it looks like\r\nNextCloud doesn't support that, and files were created empty. We can\r\navoid that by setting request.ContentLength.","shortMessageHtmlLink":"Fix uploading files to NextCloud via WebDAV (#4420)"}},{"before":"0b40b4b4171c90e60163c76c8773b9a6387fb137","after":null,"ref":"refs/heads/renovate/prettier-3.x","pushedAt":"2024-06-17T06:27:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"}},{"before":"5ee93fa7dbaed6475c2be9a843575eb7f331f5ba","after":"08455624a94939c544c4353b4059e8a6a34171e7","ref":"refs/heads/master","pushedAt":"2024-06-17T06:27:05.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"fix(deps): update dependency prettier to v3.3.2 (#4424)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n| [prettier](https://prettier.io)\r\n([source](https://togithub.com/prettier/prettier)) | [`3.3.1` ->\r\n`3.3.2`](https://renovatebot.com/diffs/npm/prettier/3.3.1/3.3.2) |\r\n[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.3.1/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.3.1/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\nprettier/prettier (prettier)\r\n\r\n###\r\n[`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332)\r\n\r\n[Compare\r\nSource](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2)\r\n\r\n[diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2)\r\n\r\n##### Fix handlebars path expressions starts with `@`\r\n([#​16358](https://togithub.com/prettier/prettier/pull/16358) by\r\n[@​Princeyadav05](https://togithub.com/Princeyadav05))\r\n\r\n\r\n\r\n```hbs\r\n{{! Input }}\r\n
{{@​x.y.z}}
\r\n\r\n{{! Prettier 3.3.1 }}\r\n
{{@​x}}
\r\n\r\n{{! Prettier 3.3.2 }}\r\n
{{@​x.y.z}}
\r\n```\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - \"before 6am on Monday\" in timezone\r\nEurope/Paris, Automerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/cozy/cozy-stack).\r\n\r\n","shortMessageHtmlLink":"fix(deps): update dependency prettier to v3.3.2 (#4424)"}},{"before":"4c734d703ba3387e66fc810769999e5087e0948f","after":null,"ref":"refs/heads/renovate/github.com-leonelquinteros-gotext-1.x","pushedAt":"2024-06-17T06:26:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"}},{"before":"c306164c4354e4a3176441f908140805cf68c2c7","after":"5ee93fa7dbaed6475c2be9a843575eb7f331f5ba","ref":"refs/heads/master","pushedAt":"2024-06-17T06:26:41.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/leonelquinteros/gotext to v1.6.1 (#4425)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n|\r\n[github.com/leonelquinteros/gotext](https://togithub.com/leonelquinteros/gotext)\r\n| `v1.6.0` -> `v1.6.1` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fleonelquinteros%2fgotext/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fleonelquinteros%2fgotext/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fleonelquinteros%2fgotext/v1.6.0/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fleonelquinteros%2fgotext/v1.6.0/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\nleonelquinteros/gotext\r\n(github.com/leonelquinteros/gotext)\r\n\r\n###\r\n[`v1.6.1`](https://togithub.com/leonelquinteros/gotext/releases/tag/v1.6.1)\r\n\r\n[Compare\r\nSource](https://togithub.com/leonelquinteros/gotext/compare/v1.6.0...v1.6.1)\r\n\r\n**Full Changelog**:\r\nhttps://github.com/leonelquinteros/gotext/compare/v1.6.0...v1.6.1\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - \"before 6am on Monday\" in timezone\r\nEurope/Paris, Automerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/cozy/cozy-stack).\r\n\r\n","shortMessageHtmlLink":"fix(deps): update module github.com/leonelquinteros/gotext to v1.6.1 (#โ€ฆ"}},{"before":null,"after":"4c734d703ba3387e66fc810769999e5087e0948f","ref":"refs/heads/renovate/github.com-leonelquinteros-gotext-1.x","pushedAt":"2024-06-17T00:30:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/leonelquinteros/gotext to v1.6.1","shortMessageHtmlLink":"fix(deps): update module github.com/leonelquinteros/gotext to v1.6.1"}},{"before":null,"after":"0b40b4b4171c90e60163c76c8773b9a6387fb137","ref":"refs/heads/renovate/prettier-3.x","pushedAt":"2024-06-17T00:29:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update dependency prettier to v3.3.2","shortMessageHtmlLink":"fix(deps): update dependency prettier to v3.3.2"}},{"before":"c433e335a3f57f0e3b838256981801af0e969ccb","after":"da7d8e65575b49dccdac41aefcbd7c7c57670b68","ref":"refs/heads/renovate/github.com-gorilla-websocket-1.x","pushedAt":"2024-06-14T09:01:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/gorilla/websocket to v1.5.3","shortMessageHtmlLink":"fix(deps): update module github.com/gorilla/websocket to v1.5.3"}},{"before":"f54a4fd7a8a322d88c02c822c1c7e6f935433e46","after":"c6d7c4f61c1d8b1757dc674442c1b0ab231bf97a","ref":"refs/heads/nextcloud-copy-to","pushedAt":"2024-06-13T07:14:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"Use ParseBool for parsing Copy parameter in query-string","shortMessageHtmlLink":"Use ParseBool for parsing Copy parameter in query-string"}},{"before":"1ff1b13b2f6507541491fb534cbc0de77b9d9e7e","after":"d70b8244c72fede67d53d603d30a70aecff2f0d4","ref":"refs/heads/renovate/golang.org-x-oauth2-0.x","pushedAt":"2024-06-10T07:15:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module golang.org/x/oauth2 to v0.21.0","shortMessageHtmlLink":"fix(deps): update module golang.org/x/oauth2 to v0.21.0"}},{"before":"d4d367c30c7ca69bf5312fd614a3a05a7d98cd19","after":null,"ref":"refs/heads/renovate/golang.org-x-net-0.x","pushedAt":"2024-06-10T07:14:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"}},{"before":"4b28087ce27f1d4eb9c6d5d8804a1156ed1a6dbb","after":"c306164c4354e4a3176441f908140805cf68c2c7","ref":"refs/heads/master","pushedAt":"2024-06-10T07:14:13.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"fix(deps): update module golang.org/x/net to v0.26.0 (#4410)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n| golang.org/x/net | `v0.25.0` -> `v0.26.0` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fnet/v0.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fnet/v0.25.0/v0.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fnet/v0.25.0/v0.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - \"before 6am on Monday\" in timezone\r\nEurope/Paris, Automerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/cozy/cozy-stack).\r\n\r\n","shortMessageHtmlLink":"fix(deps): update module golang.org/x/net to v0.26.0 (#4410)"}},{"before":"9eae458822bd016c833480b377e58a0509353959","after":null,"ref":"refs/heads/remove-os-new-connection","pushedAt":"2024-06-10T07:13:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"}},{"before":"26fbb8671a383d5bdfe24522ff14ab941fc443e8","after":"4b28087ce27f1d4eb9c6d5d8804a1156ed1a6dbb","ref":"refs/heads/master","pushedAt":"2024-06-10T07:13:57.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"Remove OS in new connection emails (#4419)\n\nThe OS was guessed from the User-Agent, but the browsers have\r\nimplemented anti-fingerprinting measures that makes it more confusing\r\nthan helping for the user. The simpler is to remove it in emails.","shortMessageHtmlLink":"Remove OS in new connection emails (#4419)"}},{"before":"3ab3b6608a3a81ecb60b2d1822f40f147204ad48","after":null,"ref":"refs/heads/renovate/prettier-3.x","pushedAt":"2024-06-10T07:13:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"}},{"before":"3d4eae86bdebb5fc3630899a7a07457bb566bd3f","after":"26fbb8671a383d5bdfe24522ff14ab941fc443e8","ref":"refs/heads/master","pushedAt":"2024-06-10T07:13:49.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"fix(deps): update dependency prettier to v3.3.1 (#4422)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n| [prettier](https://prettier.io)\r\n([source](https://togithub.com/prettier/prettier)) | [`3.3.0` ->\r\n`3.3.1`](https://renovatebot.com/diffs/npm/prettier/3.3.0/3.3.1) |\r\n[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.3.0/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.3.0/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\nprettier/prettier (prettier)\r\n\r\n###\r\n[`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331)\r\n\r\n[Compare\r\nSource](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1)\r\n\r\n[diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1)\r\n\r\n##### Preserve empty lines in front matter\r\n([#​16347](https://togithub.com/prettier/prettier/pull/16347) by\r\n[@​fisker](https://togithub.com/fisker))\r\n\r\n\r\n\r\n```markdown\r\n\r\n---\r\nfoo:\r\n - bar1\r\n\r\n - bar2\r\n\r\n - bar3\r\n---\r\nMarkdown\r\n\r\n\r\n\r\n---\r\nfoo:\r\n - bar1\r\n - bar2\r\n - bar3\r\n---\r\n\r\nMarkdown\r\n\r\n\r\n---\r\nfoo:\r\n - bar1\r\n\r\n - bar2\r\n\r\n - bar3\r\n---\r\n\r\nMarkdown\r\n```\r\n\r\n##### Preserve explicit language in front matter\r\n([#​16348](https://togithub.com/prettier/prettier/pull/16348) by\r\n[@​fisker](https://togithub.com/fisker))\r\n\r\n\r\n\r\n```markdown\r\n\r\n---yaml\r\ntitle: Hello\r\nslug: home\r\n---\r\n\r\n\r\n---\r\ntitle: Hello\r\nslug: home\r\n---\r\n\r\n\r\n---yaml\r\ntitle: Hello\r\nslug: home\r\n---\r\n```\r\n\r\n##### Avoid line breaks in import attributes\r\n([#​16349](https://togithub.com/prettier/prettier/pull/16349) by\r\n[@​fisker](https://togithub.com/fisker))\r\n\r\n\r\n\r\n```jsx\r\n// Input\r\nimport something from \"./some-very-very-very-very-very-very-very-very-long-path.json\" with { type: \"json\" };\r\n\r\n// Prettier 3.3.0\r\nimport something from \"./some-very-very-very-very-very-very-very-very-long-path.json\" with { type:\r\n \"json\" };\r\n\r\n// Prettier 3.3.1\r\nimport something from \"./some-very-very-very-very-very-very-very-very-long-path.json\" with { type: \"json\" };\r\n```\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n๐Ÿ“… **Schedule**: Branch creation - \"before 6am on Monday\" in timezone\r\nEurope/Paris, Automerge - At any time (no schedule defined).\r\n\r\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/cozy/cozy-stack).\r\n\r\n","shortMessageHtmlLink":"fix(deps): update dependency prettier to v3.3.1 (#4422)"}},{"before":null,"after":"c433e335a3f57f0e3b838256981801af0e969ccb","ref":"refs/heads/renovate/github.com-gorilla-websocket-1.x","pushedAt":"2024-06-09T22:36:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/gorilla/websocket to v1.5.2","shortMessageHtmlLink":"fix(deps): update module github.com/gorilla/websocket to v1.5.2"}},{"before":null,"after":"3ab3b6608a3a81ecb60b2d1822f40f147204ad48","ref":"refs/heads/renovate/prettier-3.x","pushedAt":"2024-06-09T22:36:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update dependency prettier to v3.3.1","shortMessageHtmlLink":"fix(deps): update dependency prettier to v3.3.1"}},{"before":"65c510b21a645f617015745d11a57ba22f5b42eb","after":"64b94c83deac863fd3db024995d22e92722b9f27","ref":"refs/heads/renovate/github.com-redis-go-redis-v9-9.x","pushedAt":"2024-06-07T16:28:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/redis/go-redis/v9 to v9.5.3","shortMessageHtmlLink":"fix(deps): update module github.com/redis/go-redis/v9 to v9.5.3"}},{"before":"3c3a7bb5ef588eafab1270f3ea87f4f81765c1f6","after":"3d4eae86bdebb5fc3630899a7a07457bb566bd3f","ref":"refs/heads/master","pushedAt":"2024-06-06T16:13:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cozy-bot","name":null,"path":"/cozy-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34688948?s=80&v=4"},"commit":{"message":"Build assets","shortMessageHtmlLink":"Build assets"}},{"before":"7a2554f60dab6ce0eeaf52ea8819bb1de4154fc0","after":"3c3a7bb5ef588eafab1270f3ea87f4f81765c1f6","ref":"refs/heads/master","pushedAt":"2024-06-06T16:12:36.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"feat: Update powens banks mappings (SCR-651) (#4421)\n\nAdded following banks : lydia, mafrenchbank, allianzbanque\r\nRemoved discontinued ones: swisslifebp, creditdunordes, nuger, sbe,\r\nsocramcredit, moneoresto, tarneaud, courtois, kolb, laydernier,\r\nrhonealpes, sofinco, cdngroup109, ingdirect95, cdngroup88, bolden","shortMessageHtmlLink":"feat: Update powens banks mappings (SCR-651) (#4421)"}},{"before":"076298452b53815129e63cc162672a6e6d31c58f","after":null,"ref":"refs/heads/feat/updatePowensMappings","pushedAt":"2024-06-06T16:12:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"}},{"before":null,"after":"076298452b53815129e63cc162672a6e6d31c58f","ref":"refs/heads/feat/updatePowensMappings","pushedAt":"2024-06-06T16:03:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"doubleface","name":"Thiriot Christophe","path":"/doubleface","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/228695?s=80&v=4"},"commit":{"message":"feat: Update powens banks mappins\n\nAdded following banks : lydia, mafrenchbank, allianzbanque\nRemoved discontinued ones: swisslifebp, creditdunordes, nuger, sbe,\nsocramcredit, moneoresto, tarneaud, courtois, kolb, laydernier,\nrhonealpes, sofinco, cdngroup109, ingdirect95, cdngroup88, bolden","shortMessageHtmlLink":"feat: Update powens banks mappins"}},{"before":"fd491aed6014459c608c30e7d4a725fffd5d5824","after":"f54a4fd7a8a322d88c02c822c1c7e6f935433e46","ref":"refs/heads/nextcloud-copy-to","pushedAt":"2024-06-06T15:36:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"Allow to copy a file on NextCloud to a new path","shortMessageHtmlLink":"Allow to copy a file on NextCloud to a new path"}},{"before":"70e5029bf4e0cb8f8b1510a1017ac631e929ed5b","after":"fd491aed6014459c608c30e7d4a725fffd5d5824","ref":"refs/heads/nextcloud-copy-to","pushedAt":"2024-06-06T15:26:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"Allow to copy a file from Cozy to NextCloud","shortMessageHtmlLink":"Allow to copy a file from Cozy to NextCloud"}},{"before":null,"after":"70e5029bf4e0cb8f8b1510a1017ac631e929ed5b","ref":"refs/heads/nextcloud-copy-to","pushedAt":"2024-06-06T14:57:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"Fix uploading files to NextCloud via WebDAV\n\nThe HTTP request to NextCloud was made with Transfer-Encoding: chunked,\nbecause of the way the Content-Length was set. But it looks like\nNextCloud doesn't support that, and files were created empty. We can\navoid that by setting request.ContentLength.","shortMessageHtmlLink":"Fix uploading files to NextCloud via WebDAV"}},{"before":null,"after":"9eae458822bd016c833480b377e58a0509353959","ref":"refs/heads/remove-os-new-connection","pushedAt":"2024-06-06T12:41:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nono","name":"Bruno Michel","path":"/nono","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2767?s=80&v=4"},"commit":{"message":"Remove OS in new connection emails\n\nThe OS was guessed from the User-Agent, but the browsers have\nimplemented anti-fingerprinting measures that makes it more confusing\nthan helping for the user. The simpler is to remove it in emails.","shortMessageHtmlLink":"Remove OS in new connection emails"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEaaTmXgA","startCursor":null,"endCursor":null}},"title":"Activity ยท cozy/cozy-stack"}