diff --git a/server/data/db.json b/server/data/db.json index 3db97a84c2..8252e84f3f 100644 --- a/server/data/db.json +++ b/server/data/db.json @@ -1,5 +1,141 @@ { "commits": [ + { + "author": 18097732, + "message": "Merge pull request #4 from chatwoot/revert-3-misfist/bugfix-wp-localize-script\n\nchore: Revert \"Misfist/bugfix wp_localize_script\"", + "sha": "6e2eae3892f93ae03635440be8f4f2983c405dd2", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2023-03-06T07:50:16Z" + }, + { + "author": 18097732, + "message": "Revert \"Misfist/bugfix wp_localize_script\"", + "sha": "b75a28e38c4d8956d6d6aeb2c3490a2c4e47a15f", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2023-03-06T07:49:50Z" + }, + { + "author": 18097732, + "message": "Merge pull request #3 from misfist/misfist/bugfix-wp-localize-script\n\nMisfist/bugfix wp_localize_script", + "sha": "5dcfa5ebecf97df6240990d5d0e9bdb38cb080fe", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2023-03-06T07:29:40Z" + }, + { + "author": 18097732, + "message": "fix: typo in chatwootWidgetLocale", + "sha": "e047a907831480c48213c6bd486bc578f2838282", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2023-03-06T06:41:04Z" + }, + { + "author": 709248, + "message": "WordPress coding standards formatting\n\nSee https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/#space-usage", + "sha": "b744e0749b0f552f26f9b8724bc5abd36009aee7", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2023-01-26T03:14:53Z" + }, + { + "author": 709248, + "message": "Add comment about change", + "sha": "083f01fee6b670f2278efe0d8e824b6eb771a4bb", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2023-01-26T03:13:35Z" + }, + { + "author": 709248, + "message": "Change 3rd param to array", + "sha": "48cd4b18cc54322ccb7b0161ef093603166199ea", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2023-01-26T03:13:16Z" + }, + { + "author": 709248, + "message": "Add link to WordPress function\n\nhttps://developer.wordpress.org/reference/functions/wp_localize_script/", + "sha": "bfac481cd02bd770a6d7f1ac073c70a4a1403e78", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2023-01-26T03:12:23Z" + }, + { + "author": 2246121, + "message": "chore: Bump to v0.2.1", + "sha": "4e3c5ae42ce3e5dfc1341585750db41431a3eecb", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2021-09-08T09:20:18Z" + }, + { + "author": 16981850, + "message": "chore: Remove deprecated php function (#1)\n\nPHP Notice: screen_icon(); is deprecated since 3.8.0 with no alternative available", + "sha": "b845528d31e3c4f7e6db8456a24787426aeb1716", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2021-09-08T09:17:06Z" + }, + { + "author": 2246121, + "message": "chore: Upgrade Grunt packages", + "sha": "7f6d69cb9cf13a0dfd8acb40f469d4f2efb38747", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2021-09-08T08:48:48Z" + }, + { + "author": 2246121, + "message": "chore: Add options to customize the design of the widget", + "sha": "3c9f63e4b3519f1db049ffa2471bfefa8a941311", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2021-09-08T08:38:29Z" + }, + { + "author": 8985705, + "message": "Update README.md", + "sha": "6f8ce6ace9eee74fca7696d639e3391db3b4252f", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2021-02-03T02:53:57Z" + }, + { + "author": 0, + "message": "this isnt WordPress, lowercase W", + "sha": "cd0886fc12b4961563324aaeb34558726f47fb07", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2021-02-03T02:50:03Z" + }, + { + "author": 0, + "message": "initialize gitignore", + "sha": "fd3112cb4c90f59df0f24862014301020597eb67", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2021-02-03T02:41:50Z" + }, + { + "author": 0, + "message": "dont need node_modules gitignore to come", + "sha": "f38fbcd6f890272c37fa1c1553689a7b186a6418", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2021-02-03T02:39:27Z" + }, + { + "author": 0, + "message": "initializes plugin with settings for embed widget", + "sha": "8db2a4f6398affba998e847f50dd91d0a1dd70b1", + "orgName": "chatwoot", + "repoName": "wp-plugin", + "createdAt": "2021-02-03T02:39:02Z" + }, { "author": 6375150, "message": "feat: Add getConversationsByContactId, sendMessage (#1)", @@ -289,3428 +425,3524 @@ "createdAt": "2020-01-25T05:18:09Z" }, { - "author": 2246121, - "message": "feat: Add a util for splitting name (#36)\n\n* feat: Add a util for splitting name\r\n\r\n* v0.0.29\r\n\r\n* Update eslint\r\n\r\n* Update export\r\n\r\n* v0.0.30", - "sha": "72e7abfd285955341abbc62aaf74810c8d1a7987", + "author": 4143552, + "message": "fix #12", + "sha": "5451e87dada16f7457b70fb8672f30429677b9e2", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-12-03T04:20:44Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-31T16:13:52Z" }, { - "author": 64252451, - "message": "fix: Missing export for `fileNameWithEllipsis` helper (#35)", - "sha": "4a7209db39868ab4e7d96917e184f8dd02424f5e", + "author": 4143552, + "message": "agent_last_seen_at updated", + "sha": "13d1c2e722b77dfe0d3369aebd717c78bc442552", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-11-21T07:10:29Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-31T13:10:42Z" }, { - "author": 64252451, - "message": "feat: Add `fileNameWithEllipsis` helper (#34)", - "sha": "08bd1ad61abef13a2d370e94ed2ea17299ae721d", + "author": 4143552, + "message": "fix 14#", + "sha": "d4fb0ac1c845dab7212ebcc2d690923089824724", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-11-21T06:39:16Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-31T11:35:08Z" }, { - "author": 18097732, - "message": "chore: update package version (#33)", - "sha": "f042423ce49997831f50f6432978d8acc0d7fe5e", + "author": 4143552, + "message": "crash fix", + "sha": "6da16b90d1fca7883a202196f25144bc24d59db8", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-05-09T13:28:24Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-28T22:57:35Z" }, { - "author": 18097732, - "message": "feat: handle empty contact attributes (#32)\n\n* feat: handle empty contact attributes\r\n\r\n* fix: condition\r\n\r\n* feat: add nullish check for conversationCustomAttributes", - "sha": "c4aec665476a2b30610b51c0e6d455fd6e626578", + "author": 4143552, + "message": "fix #11", + "sha": "9d018fdf1ae8f79f93a2af1398275c110b5410d0", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-05-09T11:50:35Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-28T22:47:04Z" }, { - "author": 12408980, - "message": "chore: v0.0.24", - "sha": "c90ccb4edfe1d40364bc6a4cb59d7d640b43cf82", + "author": 4143552, + "message": "fix #15", + "sha": "0f0ebab701d7b1bf3f4f92362053335150dbe8fe", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-04-17T09:51:20Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-28T21:52:48Z" }, { - "author": 12408980, - "message": "feat: Add SLA helpers (#31)\n\n* feat: Add SLA helpers\r\n\r\n* chore: add specs\r\n\r\n* chore: add specs\r\n\r\n* fix: specs\r\n\r\n* Update canned.test.ts", - "sha": "425ec2ec0477354abb5fb911056eb850f74b8f68", + "author": 4143552, + "message": "fix #6", + "sha": "69aeb043d9049baf3d8acdc71adf343d3da49675", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-04-17T06:51:58Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-28T21:07:24Z" }, { - "author": 3526167, - "message": "chore: refactor method to return empty if time is null (#30)\n\n* chore: refactor method to return empty if time is null\r\n\r\n* chore: refactor\r\n\r\n* chore: fix spec\r\n\r\n* chore: fix spec", - "sha": "836dada0db7eb7180499f33fb6aa5d37b8c9251d", + "author": 4143552, + "message": "fix #8", + "sha": "8e799596b4d1bbe139f1368e97ccbd1f3259314f", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-04-03T08:50:32Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-28T19:41:13Z" }, { - "author": 3526167, - "message": "chore: export convertSecondsTotTimeUnit func (#29)\n\n* chore: export convertSecondsTotTimeUnit func\r\n\r\n* chore: Publish v0.0.23\r\n\r\n---------\r\n\r\nCo-authored-by: Muhsin Keloth ", - "sha": "1a13aa1c64a58842781a7f8638cd92cabb58042b", + "author": 4143552, + "message": "SDK Bundle configuration updated", + "sha": "5176dbd1d2f6f2be33982f605d3db1a86e98a46a", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-02-22T17:32:12Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-28T15:36:13Z" }, { - "author": 3526167, - "message": "feat: add helper function to convert seconds to timeunits (#28)\n\n* feat: add helper function to convert seconds to timeunits\r\n\r\n* chore: add spec\r\n\r\n* chore: refactor\r\n\r\n* chore: improve spec coverage\r\n\r\n* chore: Publish v0.0.22\r\n\r\n---------\r\n\r\nCo-authored-by: Muhsin Keloth ", - "sha": "d2aa1474fbe2da433b6f137051b89255aa124962", + "author": 4143552, + "message": "fix #7", + "sha": "ee5ac24ed56ad0a014a5ceecdccfdf5ddaac2569", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-02-22T17:17:24Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-28T15:34:52Z" }, { - "author": 64252451, - "message": "fix: TypeError: Cannot read properties of undefined (reading 'replace') (#27)", - "sha": "1203c4d4f1c418f00890201c03e28d7c2a835e46", + "author": 4143552, + "message": "fix #13", + "sha": "e326f842255c8ef219d131272485d58b1fca1c35", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2024-01-08T09:08:59Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-28T14:28:43Z" }, { - "author": 12408980, - "message": "chore: fix lint issues", - "sha": "52780da3adfded64ca33b40a714b6c719103cfa1", + "author": 67892021, + "message": "SDK setup improvements", + "sha": "a06bba9a282c2a8e4ce21f2981a7b49b9af936cc", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-12-20T10:10:13Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-28T14:07:47Z" }, { - "author": 12408980, - "message": "chore: Bump version to v0.0.21", - "sha": "03e147a58eda2bc7815bd2f32ad35fcfa311f110", + "author": 4143552, + "message": "SDK code structuring enhancements.", + "sha": "d466ba7add7ab7d7273759e4a1eb074a36961100", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-12-20T07:29:27Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-24T22:32:52Z" }, { - "author": 12408980, - "message": "Merge branch 'main' of https://github.com/chatwoot/utils", - "sha": "3b0d5a61b6862f41c9e65cda61e8552a5570508a", + "author": 67892021, + "message": "Merge commit 'caf2454ee5f6b0815e7a0e7dc6bc346ac57a33f9'", + "sha": "7d772357236c7b0d182c044b4ed43db190bfb86e", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-12-20T07:29:02Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-24T22:29:18Z" }, { - "author": 12408980, - "message": "chore: Handle boolean type variables", - "sha": "928674763a63ba2dc3eafe7ef8bcbf671256ff10", + "author": 4143552, + "message": "SDK code tree structuring enhancements.", + "sha": "18170232ebc6a77d2fe8a80f163146a75ff5578d", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-12-20T07:29:00Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-24T22:23:35Z" }, { - "author": 64252451, - "message": "fix: Exports typing status utils (#26)", - "sha": "602de3f3739688f1e1503d9df0a078114af143c8", + "author": 4143552, + "message": "SDK code tree structuring completed.", + "sha": "caf2454ee5f6b0815e7a0e7dc6bc346ac57a33f9", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-12-20T07:28:16Z" + "repoName": "ios-sdk", + "createdAt": "2022-05-04T21:23:51Z" }, { - "author": 64252451, - "message": "feat: Add typing indicator utility (#25)\n\n* feat: Add typing indicator utility\r\n\r\n* chore: Update version", - "sha": "ae83040278dc0b40b1b5a05f26c7289c721367a1", + "author": 4143552, + "message": "File data-type handled.", + "sha": "a1aef6ddf7ff99385de6bf5fdb9ca637e4fee5b1", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-12-20T04:20:38Z" + "repoName": "ios-sdk", + "createdAt": "2022-04-01T23:25:40Z" }, { - "author": 12408980, - "message": "Update canned.ts", - "sha": "697b7755292488a80ef255d545db3f3cfb14848b", + "author": 4143552, + "message": "Minor improvements.", + "sha": "238d3a1e3f77694d3b56a21f0d6f332df96c2f52", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-12-19T06:20:17Z" + "repoName": "ios-sdk", + "createdAt": "2022-04-01T22:21:00Z" }, { - "author": 12408980, - "message": "fix: contact custom attributes (#24)", - "sha": "2c35fd27c66876dc3d9e73e35e37de6d1f662c18", + "author": 4143552, + "message": "New conversation is completed.", + "sha": "9d66af50d34f9434c81654fcd25c96f4af2b3bdf", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-12-19T05:56:13Z" + "repoName": "ios-sdk", + "createdAt": "2022-04-01T21:48:18Z" }, { - "author": 12408980, - "message": "feat: Add custom attribute variables (#23)\n\n* feat: add custom variables\r\n\r\n* chore: bump version", - "sha": "a0bd0512bfdfbd3912f03ce51473db8b48088ac1", + "author": 4143552, + "message": "Chat list page socket messaging comleted.", + "sha": "66d9f1ebad828154146005acf89adbf1b75ffa2d", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-12-09T04:57:48Z" + "repoName": "ios-sdk", + "createdAt": "2022-04-01T20:35:09Z" }, { - "author": 12408980, - "message": "fix: Provide a default to name if name is not present (#22)\n\n* fix: Provide a default to name if name is not present\r\n\r\n* Update package.json", - "sha": "c413ba9f41e97eb00a0870baba58192e6e86ea60", + "author": 4143552, + "message": "Listing page socket messaging completed.", + "sha": "dddd490bd2469bcbbd45cd5d7f1aaf36ab7ccb07", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-05-03T04:08:09Z" + "repoName": "ios-sdk", + "createdAt": "2022-04-01T11:46:32Z" }, { - "author": 12408980, - "message": "chore: Remove unused methods from export", - "sha": "8ea1172877aa14468b14653b3f2cff6ee4c8433a", + "author": 4143552, + "message": "Image upload completed.", + "sha": "9f875714133938c109e1378398b186afb5f76ada", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-04-27T10:49:01Z" + "repoName": "ios-sdk", + "createdAt": "2022-03-31T16:48:01Z" }, { - "author": 12408980, - "message": "feat: export variable methods", - "sha": "cf09bb6b8cd2a40c8bd7ba6b3d7471b027a382f0", + "author": 4143552, + "message": "Unread message count updated.", + "sha": "6151014575628c317ae567bd9963639c5e3ef84f", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-04-27T10:36:48Z" + "repoName": "ios-sdk", + "createdAt": "2022-03-31T16:46:59Z" }, { - "author": 12408980, - "message": "feat: Add variable helpers for canned response (#21)", - "sha": "54956b47a74e4e47bae3107bd517f03a8926171d", + "author": 4143552, + "message": "Socket connection completed.", + "sha": "6c561e38590bee08d2bfff3320ce425c1457e430", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-04-27T10:30:29Z" + "repoName": "ios-sdk", + "createdAt": "2022-02-23T20:01:10Z" }, { - "author": 18097732, - "message": "feat: add math utilities for quantile computation (#20)\n\n* feat: add math functions\r\n\r\n* feat: add test for sort\r\n\r\n* feat: add test for clamp\r\n\r\n* chore: ignore coverage report\r\n\r\n* feat: add test for quantile\r\n\r\n* refactor: depend on sortAsc slice method\r\n\r\n* chore: bump version", - "sha": "bda6f47dd00bfaee3951cf7d3e44f3dffd09df67", + "author": 4143552, + "message": "Image upload completed.", + "sha": "9f43c06c1ab68c66d0bfb07e96e90624e37e07d8", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-02-25T12:49:55Z" + "repoName": "ios-sdk", + "createdAt": "2022-02-09T06:31:39Z" }, { - "author": 18097732, - "message": "chore: workflow to publish on release (#19)\n\n* chore: workflow to publish on release\r\n\r\n* chore: bump version\r\n\r\n* chore: upgrade packages", - "sha": "33c68c4eea1300ffa2d56cffc4b0b90741fed520", + "author": 4143552, + "message": "code cleanup", + "sha": "71d68861e3c8877687e2d7a6a1a496dc5d0d7283", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-02-02T08:44:26Z" + "repoName": "ios-sdk", + "createdAt": "2022-02-07T17:18:44Z" }, { - "author": 18097732, - "message": "feat: add parseBoolean utils (#18)\n\n* fix: typo\r\n\r\n* feat: add parseBoolean\r\n\r\n* chore: allow wider boolean representations\r\n\r\n* chore: lint debounce", - "sha": "196c83727e72a298d5b83910d87e0db0086db4f6", + "author": 4143552, + "message": "Read & Online messages are removed.", + "sha": "8344b4acb18dcad37be1ada57af5a950da80fbe3", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2023-01-31T03:47:02Z" + "repoName": "ios-sdk", + "createdAt": "2022-02-07T16:24:33Z" }, { - "author": 12408980, - "message": "chore: Pre commit configuration (#17)", - "sha": "a914a17ff5c8ef514215cc41b3dd642e06626919", + "author": 4143552, + "message": "Network router updates.", + "sha": "82afa81f2fb73fabadf4fbcebcc492be9ad7666a", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2022-08-11T11:00:54Z" + "repoName": "ios-sdk", + "createdAt": "2022-02-07T16:17:12Z" }, { - "author": 12408980, - "message": "chore: Add categorisation in utils (#16)", - "sha": "e5cdd460e735861c8e9e300ab9eeb10c27809a84", + "author": 4143552, + "message": "Audio control fine tuning.", + "sha": "b85f4748977e913f8a302c7b7aa9245949bb17ec", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2022-08-09T06:37:08Z" + "repoName": "ios-sdk", + "createdAt": "2022-02-03T13:42:26Z" }, { - "author": 1277421, - "message": "feat: Add `debounce` function (#14)\n\n* feat: adds debounce function\r\n\r\n* chore: Apply linter\r\n\r\n* chore: Bump version to v0.0.8\r\n\r\nCo-authored-by: Muhsin Keloth ", - "sha": "22f27f8876c02e3c8d05db667ff757086de8ac39", + "author": 4143552, + "message": "Conversation ID passed dynamically.", + "sha": "f64c96728def927564107dacfb36243ffdb52150", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2022-08-09T04:22:01Z" + "repoName": "ios-sdk", + "createdAt": "2022-02-02T15:21:39Z" }, { - "author": 2246121, - "message": "chore: Bump version to v0.0.7", - "sha": "11bb81783e63f1a7b30577ef805ad6bb9ea65138", + "author": 4143552, + "message": "Alignment correction for Message count indicator.", + "sha": "5a8ec033dfc6c9f0e2a9195c5960dc256e86285c", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2022-08-07T18:42:29Z" + "repoName": "ios-sdk", + "createdAt": "2022-01-31T21:16:29Z" }, { - "author": 2246121, - "message": "chore: Add trimContent method (#15)", - "sha": "13250e7402b7dbdbd7275422bcfa853010ceca9d", + "author": 4143552, + "message": "User avatar image updated.", + "sha": "cc3b5b6fe106d788c10b356862423f0c3c169690", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2022-08-07T18:40:41Z" + "repoName": "ios-sdk", + "createdAt": "2022-01-31T20:59:12Z" }, { - "author": 5848740, - "message": "chore: Upgrade version to 0.0.6 (#13)", - "sha": "fb441ea6095a92d0c88ca9606be19ee02a30b95d", + "author": 4143552, + "message": "Text message out is completed.", + "sha": "4995d917e66638547d868a4845690b9baea8aaa8", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2022-04-05T10:21:48Z" + "repoName": "ios-sdk", + "createdAt": "2022-01-31T19:56:48Z" }, { - "author": 5848740, - "message": "fix: Update formatTime helper (#12)\n\n* Add time format helper\r\n\r\n* update formatTime helper", - "sha": "093387a972268d741db1230a078e2a2d47fc0a2e", + "author": 4143552, + "message": "Chat - incoming text and image attachments are implemented.", + "sha": "fb5d0d42924ae02474754d88c197a492b2c62892", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2022-04-05T10:07:16Z" + "repoName": "ios-sdk", + "createdAt": "2022-01-31T17:59:05Z" }, { - "author": 12408980, - "message": "Upgrade version to 0.0.5", - "sha": "e22e7e755129454eae4bf97669b797f6d6cc7906", + "author": 4143552, + "message": "UI enhancements.", + "sha": "33c9845400f668bc886f2e4a8b707e9aac1c5633", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2022-02-28T12:50:28Z" + "repoName": "ios-sdk", + "createdAt": "2022-01-30T17:59:41Z" }, { - "author": 5848740, - "message": "feat: Add time format helper (#11)\n\n\r\nCo-authored-by: Pranav Raj S ", - "sha": "ff2d3bc853ded4024a7c5720af7ed8aa1ae97614", + "author": 4143552, + "message": "Message templates integration.", + "sha": "1cfaa556b3f877e5b91b4e85c2d3872003bf2818", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2022-02-28T07:32:45Z" + "repoName": "ios-sdk", + "createdAt": "2022-01-30T14:01:58Z" }, { - "author": 12408980, - "message": "feat: Add date helpers (#10)", - "sha": "343e9c09037f51fca60254b3d2c28708aa7e83a5", + "author": 4143552, + "message": "Conversation message list API work flow updates.", + "sha": "516f4c243b291a6631f1a20e9073447ca6906188", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2021-11-30T08:58:16Z" + "repoName": "ios-sdk", + "createdAt": "2022-01-07T18:27:49Z" }, { - "author": 2246121, - "message": "chore: Update the URL to utils.chatwoot.cm", - "sha": "0de55fa1b1daa9d8e51fd5e4107e405fa013760e", + "author": 4143552, + "message": "Conversation list completed.", + "sha": "8ee3b00c9c149f77851167b54fdb6b87d882aa4b", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2021-06-05T12:52:13Z" + "repoName": "ios-sdk", + "createdAt": "2021-11-23T16:26:28Z" + }, + { + "author": 4143552, + "message": "Initial code architecture and template creations are completed.", + "sha": "4e5ea75809ac0329970058ce40eeedeab8e93d3c", + "orgName": "chatwoot", + "repoName": "ios-sdk", + "createdAt": "2021-10-07T10:25:53Z" }, { "author": 2246121, - "message": "chore: Change docs path (#9)", - "sha": "3540da3d28043904691764e7e1b4b988cb9438a5", + "message": "Initial commit", + "sha": "f7e463a03ee9f6f486aab792a928db99f0c25d54", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2021-06-04T09:29:09Z" + "repoName": "ios-sdk", + "createdAt": "2021-09-02T09:26:34Z" }, { "author": 12408980, - "message": "chore: Add docs (#8)\n\n* add typedocs\r\n\r\n* add readme file", - "sha": "40e6ef7160ee1fe33ff8e8c3c2f8c3295ed65b14", + "message": "chore: fix peer dependencies versions", + "sha": "9c76b077e55a604cd9d53789ef3113524a8f605a", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2021-06-02T07:44:08Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2024-10-14T17:02:19Z" }, { "author": 12408980, - "message": "chore: Add docs", - "sha": "fef4eb4b94ffce84fca0709a7c48f677b177223e", + "message": "chore: Remove default props (#45)", + "sha": "ec5f10e01b950b16faaa43a89c67514dee083690", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2021-05-20T14:07:05Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2024-09-27T05:36:17Z" }, { "author": 12408980, - "message": "release: v0.0.3 (#5)", - "sha": "e3ac6fcb3f0ce51fc4bf7071ab2c0ffedfdfcf0f", + "message": "feat: Update packages to latest version (#43)\n\n* feat: add the expo starter\r\n\r\n* feat: add all the source codes\r\n\r\n* chore: remove rn example\r\n\r\n* chore: update package version\\\r\n\r\n* chore: update example", + "sha": "85d18f05265c7b7458777777b374a5e434e251c3", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2021-05-20T09:10:37Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2024-09-05T05:43:18Z" }, { - "author": 12408980, - "message": "feat: Add contrasting color helper (#4)", - "sha": "ba880debd9ff368a791b3122bc4b29d35343478f", + "author": 10048550, + "message": "Upgrade to react-native 0.72 (#39)\n\nUpgrades necessary to run react-native 0.72, compatible with expo SDK version 49.\r\nUpgrade peerDependencies async-storage and react-native-webview.\r\nUpgrade versions in examples. Run test.", + "sha": "1486a7f2b31224cfa63fb0c548a300bd34c8cc43", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2021-05-20T07:21:26Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2024-08-09T04:04:59Z" }, { "author": 12408980, - "message": ":tada: first commit", - "sha": "d4a96234af36d44f05500d8c3ca3ad5b172b8651", + "message": "Release v0.0.18", + "sha": "068ecc66d25cbf2e4be084907d7c42cddb8b5471", "orgName": "chatwoot", - "repoName": "utils", - "createdAt": "2021-05-20T06:48:56Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-08-09T08:13:36Z" }, { - "author": 3526167, - "message": "update instructions for cloudron FRONTEND_URL", - "sha": "899877eb2e44a401eab92395e78414d6c85c53ac", + "author": 12408980, + "message": "fix: Fix light mode color", + "sha": "3260d5809880fce1ea825dc5076b499bb8715126", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-15T07:42:55Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-08-09T08:12:34Z" }, { - "author": 3526167, - "message": "fix .env file being reset on restarts", - "sha": "d9af3ccab5a0ef66fa16e8df0ba31ccef63a99f3", + "author": 12408980, + "message": "fix: Dark mode colors", + "sha": "d571d94e34b733b6b810d21bb429b77e0e0d80ac", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-15T07:26:15Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-08-08T14:52:10Z" }, { - "author": 3526167, - "message": "remove emojis from title", - "sha": "bdf232288736e6110453b1e4f25cd64d48f625d7", + "author": 12408980, + "message": "fix: Articles are loading in external browser", + "sha": "53278295d7b76193e4c2b6c9bfbf7ffbd2d7a2a4", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-14T17:17:32Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-08-02T07:03:45Z" }, { - "author": 3526167, - "message": "update changelog", - "sha": "1cf44501d9017dfb53d0e06d17ae71806a8280f6", + "author": 12408980, + "message": "Fix article redirection", + "sha": "8e81ec8409794bd2b78f9ae44a82bde6394c8e07", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-14T11:45:45Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-08-02T07:01:15Z" }, { - "author": 3526167, - "message": "add description, postinstall and changelog", - "sha": "983d50efa37e1b78de0a148dcbfc615a52ca5a27", + "author": 12408980, + "message": "feat: Add dark theme support", + "sha": "cc6fc0c2c7fe87db644e0f6c9c662151cea27902", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-14T11:45:04Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-05-23T09:35:50Z" }, { - "author": 3526167, - "message": "update cloudron manifest file", - "sha": "c1b765d82f5bf11b0e61ee5227339da164b40a4a", + "author": 12408980, + "message": "Update README.md", + "sha": "41daf9930a71b1d1425bb399c8c49605b1298637", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-14T11:34:58Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-05-23T09:31:01Z" }, { - "author": 3526167, - "message": "update .env file", - "sha": "dc0452f82da56951b0a34838531e39be6c00d702", + "author": 12408980, + "message": "Update README.md", + "sha": "c9631b73f5c32be3b441737506027efeb72e3efd", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-14T10:56:48Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-05-23T09:27:24Z" }, { - "author": 3526167, - "message": "update readme", - "sha": "92d172ac14b61267bf617075d88c8a73aed0615a", + "author": 12408980, + "message": "Update example project", + "sha": "aea5ca034316f02b13030058cba957e4916639a4", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-13T15:22:06Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-05-23T09:23:06Z" }, { - "author": 3526167, - "message": "fix default env vars", - "sha": "c472efca5f5a1c625619a9fb77e86320fd82bd73", + "author": 12408980, + "message": "Code cleanups", + "sha": "5fbc83522314066e1e3f419c5d2279af68cde498", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-13T15:21:55Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-05-23T03:35:29Z" }, { - "author": 3526167, - "message": "add .env file", - "sha": "962fc72717fe2410e8b75a4c377bf89147e7ca70", + "author": 2246121, + "message": "Use colorScheme", + "sha": "075f0306ff75922c4a90a6deb4675362c04feaae", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-13T09:08:25Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-05-22T22:45:59Z" }, { - "author": 3526167, - "message": "get basic version working on cloudron #1", - "sha": "973a3de701cd7c2dca3506cc36d501fc0cd02503", + "author": 2246121, + "message": "Add COLOR_SCHEME", + "sha": "606fc5a98bbb361407fc3953b8ba71fb45aacf55", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-10T18:57:52Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-05-22T22:24:07Z" }, { - "author": 3526167, - "message": "get basic version working on cloudron", - "sha": "13ac73ae9e0884c44da190c5a3231cc64cddef6a", + "author": 12408980, + "message": "Update package.json", + "sha": "a70d1ea9568a388a92d91c0b3b6118b098e0c99d", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-10T18:56:35Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-05-22T19:20:42Z" }, { - "author": 3526167, - "message": "fix rails restart - increase memlimit to 2.5GB", - "sha": "53717cb3683df7818dcf6270b4a9decd3eedce4f", + "author": 12408980, + "message": "Replace darkMode with theme", + "sha": "b62d52e49f13c088227a74d4b187be9dea767719", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-10T18:47:20Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-05-22T19:17:59Z" }, { - "author": 3526167, - "message": "modify chatwoot web supervisord conf", - "sha": "c77d4176cda4060ea9712cc5f5410d624bd24d60", + "author": 12408980, + "message": "Add dark theme support", + "sha": "974195768d140e8ef3e97c3ed161d916a17b3598", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-10T18:27:02Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-05-22T19:00:05Z" }, { - "author": 3526167, - "message": "update start.sh", - "sha": "1b23057c21f9ec800239343d7af08005a56ef5cd", + "author": 12408980, + "message": "Merge pull request #27 from chatwoot/fix/close-modal\n\nfix: Back button close issue RN `v070.x`", + "sha": "aef899993376197b6461a6bd8ecb5012c576a52b", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-10T15:38:13Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-01-27T09:22:44Z" }, { - "author": 3526167, - "message": "fix puma tmp path", - "sha": "573cc79c4549ea44ca78efd79a41983bb96a07d5", + "author": 12408980, + "message": "Fix close modal issue", + "sha": "d4646a5e632aa9d5dd553cdc6ba94f91a2ab413a", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-10T15:21:55Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2023-01-27T09:14:46Z" }, { - "author": 3526167, - "message": "add db migration step", - "sha": "4d0d206d7884e1244e466c58cb0bc9603b17e9fc", + "author": 12408980, + "message": "Release v0.0.9", + "sha": "2173b42356579ae65e292146867405376d6c6a38", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-10T14:52:39Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-11-29T05:40:51Z" }, { - "author": 3526167, - "message": "fix redis and postgres", - "sha": "370b9beed484c8d04018b05b427ed6faa8d655ac", + "author": 12408980, + "message": "chore: Bump version from `0.0.7` to `0.0.8`", + "sha": "aca3c8c0b2ba4bc62137ff04e5375facb45911c0", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-10T14:19:10Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-11-25T06:41:49Z" }, { - "author": 3526167, - "message": "fix redis creds", - "sha": "f9dac2aaac3a2fb39e62570b1776ea1fea438fb9", + "author": 12408980, + "message": "Update README.md", + "sha": "8aeb8403d2072295b5de803e510276bc04a97423", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-10T13:26:23Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-11-25T05:49:18Z" }, { - "author": 3526167, - "message": "add postgres and redis addon", - "sha": "64b00b25bc97527131b0d988e17a59c3f3fc4105", + "author": 12408980, + "message": "Release v0.0.8", + "sha": "bf6c10a72762384ffc666105f7796e7043a51f89", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-08T15:27:05Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-11-25T05:44:50Z" }, { - "author": 3526167, - "message": "fix supervisord", - "sha": "1cdfc57f44f6fb69fab46caa589fc2a524b4dc54", + "author": 12408980, + "message": "Merge pull request #23 from chatwoot/fix/8-clicking-images-redirect-new-page\n\nfix: Redirect new page when click on attachments", + "sha": "603c141117bb1b475c9f89c5a48134c7a6aa86ef", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-08T15:23:24Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-11-24T09:42:50Z" }, { - "author": 3526167, - "message": "fix permissions and supervisord conf", - "sha": "246ad52be5259fbcb12dd0c19eacd84fe9784d06", + "author": 12408980, + "message": "Fix attachments click", + "sha": "c9ddb3693ac3d8452ba40b37bfde970f7c1902cd", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-08T14:07:03Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-11-24T09:39:48Z" }, { - "author": 3526167, - "message": "add id to cloudronmanifest", - "sha": "8893549653a0b8dce32fd978e0a4e44ce6323741", + "author": 12408980, + "message": "fix: Remove hard coded locale", + "sha": "276eba3c9b4e65b45f19903b2b6250710c02b273", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-08T13:35:41Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-11-24T09:36:18Z" }, { - "author": 3526167, - "message": "add supervisord configs", - "sha": "0805700a3825cfa5ae84dfd17a32736b00e65f27", + "author": 12408980, + "message": "Remove hard coded locale", + "sha": "da4bb4b81f79c2ff06b8b8a6d65e45b38b924f2a", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-08T13:32:07Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-11-24T09:30:23Z" }, { - "author": 3526167, - "message": "add make file", - "sha": "040bfa0af3d872aa7d326df4ed9369d9808c01cb", + "author": 12408980, + "message": "fix: Use full screen design for the modal", + "sha": "89c68020efa9a88550e60ecf3e08928c8bcdbb1d", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-08T12:53:47Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-10-25T05:53:05Z" }, { - "author": 3526167, - "message": "init dockerfile and supervisord", - "sha": "e892bee55aca8a5ffe470a59ebbf47e08c8916f4", + "author": 12408980, + "message": "Release v0.0.7", + "sha": "14f96a8998f5a40c619053287e6671f1e2133762", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-06T15:00:12Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-10-25T05:52:30Z" }, { - "author": 3526167, - "message": "add license", - "sha": "b7805110bfb42d435bafeb9e9268c7d0aac2d6f6", + "author": 12408980, + "message": "Fix prop name", + "sha": "d882a8a17f01e6dbb2f4be56755b697d79caf306", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-02T14:04:11Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-10-25T05:42:21Z" }, { - "author": 3526167, - "message": "init", - "sha": "5f4f4f1b1ff44e20fde4421f0ddfcd0bd89997bb", + "author": 2246121, + "message": "Use full screen design for the modal", + "sha": "bd3d9ce9a00e4cbbca2725392f2623d2c38d8818", "orgName": "chatwoot", - "repoName": "cloudron-chatwoot", - "createdAt": "2021-09-02T14:01:02Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-10-24T21:11:40Z" }, { - "author": 4143552, - "message": "fix #12", - "sha": "5451e87dada16f7457b70fb8672f30429677b9e2", + "author": 12408980, + "message": "chore: Add typescript typings\n\nchore: Add typescript typings", + "sha": "da19c5da3aed5edfcdd96dc574dd5e9014e84cdc", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-31T16:13:52Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2022-03-31T06:17:47Z" }, { - "author": 4143552, - "message": "agent_last_seen_at updated", - "sha": "13d1c2e722b77dfe0d3369aebd717c78bc442552", + "author": 12408980, + "message": "Delete screenshot.png", + "sha": "7c0bff4199433da9357a77032269aeb77a3061e6", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-31T13:10:42Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-11-30T07:21:50Z" }, { - "author": 4143552, - "message": "fix 14#", - "sha": "d4fb0ac1c845dab7212ebcc2d690923089824724", + "author": 12408980, + "message": "Delete npm-publish.yml", + "sha": "1b22e8920645e07359cb619bd8bd440b9ef9b616", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-31T11:35:08Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-11-30T07:21:27Z" }, { - "author": 4143552, - "message": "crash fix", - "sha": "6da16b90d1fca7883a202196f25144bc24d59db8", + "author": 12408980, + "message": "Merge pull request #18 from chatwoot/main\n\nMain", + "sha": "012bf53a9f8070f4fa4487db14083fce009bfaa3", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-28T22:57:35Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-11-30T07:19:51Z" }, { - "author": 4143552, - "message": "fix #11", - "sha": "9d018fdf1ae8f79f93a2af1398275c110b5410d0", + "author": 12408980, + "message": "Merge branch 'develop'", + "sha": "440537f70e5051cac6d81907b95298935faf0f84", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-28T22:47:04Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-11-30T07:18:44Z" }, { - "author": 4143552, - "message": "fix #15", - "sha": "0f0ebab701d7b1bf3f4f92362053335150dbe8fe", + "author": 12408980, + "message": "Release v0.0.06", + "sha": "e8ffdda66b2e1fbcc752dab42710e7f333e335f3", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-28T21:52:48Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-11-30T07:01:16Z" }, { - "author": 4143552, - "message": "fix #6", - "sha": "69aeb043d9049baf3d8acdc71adf343d3da49675", + "author": 12408980, + "message": "Merge pull request #16 from 1t5j0y/develop\n\nchore: Remove modal swipe support", + "sha": "247433dbd62eb1fe038c5039503942a8b468af92", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-28T21:07:24Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-11-30T06:21:45Z" }, { - "author": 4143552, - "message": "fix #8", - "sha": "8e799596b4d1bbe139f1368e97ccbd1f3259314f", + "author": 12408980, + "message": "Merge pull request #17 from chatwoot/chore/examples-build-fail\n\nchore: Fix example folder build", + "sha": "e57ccbab924b9aee44626f212b22f04213d5477f", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-28T19:41:13Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-11-30T06:15:44Z" }, { - "author": 4143552, - "message": "SDK Bundle configuration updated", - "sha": "5176dbd1d2f6f2be33982f605d3db1a86e98a46a", + "author": 12408980, + "message": "Fix examples build issue", + "sha": "07580786c2a9a0eab448da0108c3f0b36e790225", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-28T15:36:13Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-11-30T06:13:59Z" }, { - "author": 4143552, - "message": "fix #7", - "sha": "ee5ac24ed56ad0a014a5ceecdccfdf5ddaac2569", + "author": 54208632, + "message": "Remove modal swipe support", + "sha": "cba7c37bb842c4f3caed6453f5c75dfa8f5504ff", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-28T15:34:52Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-11-11T11:34:50Z" }, { - "author": 4143552, - "message": "fix #13", - "sha": "e326f842255c8ef219d131272485d58b1fca1c35", + "author": 5902976, + "message": "add custom attributes and change optionals", + "sha": "1f1a68d8246ec5c1034c3093229816797c13f55c", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-28T14:28:43Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-06-12T19:22:25Z" }, { - "author": 67892021, - "message": "SDK setup improvements", - "sha": "a06bba9a282c2a8e4ce21f2981a7b49b9af936cc", + "author": 5902976, + "message": "chore: add typescript typings", + "sha": "153ba81c1023125a17ed8ef0fe9f8fe9af5dbd6f", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-28T14:07:47Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-06-12T19:03:46Z" }, { - "author": 4143552, - "message": "SDK code structuring enhancements.", - "sha": "d466ba7add7ab7d7273759e4a1eb074a36961100", + "author": 12408980, + "message": "update doc", + "sha": "7e6a97f36110d4cf977c1e6b5383124145ace834", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-24T22:32:52Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-26T10:32:30Z" }, { - "author": 67892021, - "message": "Merge commit 'caf2454ee5f6b0815e7a0e7dc6bc346ac57a33f9'", - "sha": "7d772357236c7b0d182c044b4ed43db190bfb86e", + "author": 12408980, + "message": "update doc", + "sha": "f98ab70330e3136ede0c2249094ef8e4cd7f68e5", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-24T22:29:18Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T14:06:55Z" }, { - "author": 4143552, - "message": "SDK code tree structuring enhancements.", - "sha": "18170232ebc6a77d2fe8a80f163146a75ff5578d", + "author": 12408980, + "message": "bump the version to 0.0.5", + "sha": "17395a9623bc492e23015f3e0a07863829a79d94", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-24T22:23:35Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T13:58:44Z" }, { - "author": 4143552, - "message": "SDK code tree structuring completed.", - "sha": "caf2454ee5f6b0815e7a0e7dc6bc346ac57a33f9", + "author": 12408980, + "message": "update screenshot", + "sha": "5bbe2541d750f7e7eaa224eefd3b7dbedc1c4ce7", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-05-04T21:23:51Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T13:58:44Z" }, { - "author": 4143552, - "message": "File data-type handled.", - "sha": "a1aef6ddf7ff99385de6bf5fdb9ca637e4fee5b1", + "author": 12408980, + "message": "update example", + "sha": "f05001987df02d792aebd6e5c91fe9aaac9e5dff", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-04-01T23:25:40Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T13:58:44Z" }, { - "author": 4143552, - "message": "Minor improvements.", - "sha": "238d3a1e3f77694d3b56a21f0d6f332df96c2f52", - "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-04-01T22:21:00Z" - }, - { - "author": 4143552, - "message": "New conversation is completed.", - "sha": "9d66af50d34f9434c81654fcd25c96f4af2b3bdf", - "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-04-01T21:48:18Z" - }, - { - "author": 4143552, - "message": "Chat list page socket messaging comleted.", - "sha": "66d9f1ebad828154146005acf89adbf1b75ffa2d", + "author": 12408980, + "message": "fix the event type bug", + "sha": "2d38946794427b3adb49d020f2e32b26f94e2deb", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-04-01T20:35:09Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T13:58:44Z" }, { - "author": 4143552, - "message": "Listing page socket messaging completed.", - "sha": "dddd490bd2469bcbbd45cd5d7f1aaf36ab7ccb07", + "author": 12408980, + "message": "bump the version to 0.0.5", + "sha": "f2f5752942816899b2b97f2a18414dcce5769141", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-04-01T11:46:32Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T13:56:39Z" }, { - "author": 4143552, - "message": "Image upload completed.", - "sha": "9f875714133938c109e1378398b186afb5f76ada", + "author": 12408980, + "message": "update screenshot", + "sha": "bda699e7c4e1f0b654a18e09349829c3742ec3ac", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-03-31T16:48:01Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T13:56:27Z" }, { - "author": 4143552, - "message": "Unread message count updated.", - "sha": "6151014575628c317ae567bd9963639c5e3ef84f", + "author": 12408980, + "message": "update example", + "sha": "fbf449c2c6c2c5da6933ec25040f99b2bbb59114", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-03-31T16:46:59Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T12:28:01Z" }, { - "author": 4143552, - "message": "Socket connection completed.", - "sha": "6c561e38590bee08d2bfff3320ce425c1457e430", + "author": 12408980, + "message": "fix the event type bug", + "sha": "f979bdf812b2a56da6c3ee86eaf3c8e724f03240", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-02-23T20:01:10Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T12:27:39Z" }, { - "author": 4143552, - "message": "Image upload completed.", - "sha": "9f43c06c1ab68c66d0bfb07e96e90624e37e07d8", + "author": 12408980, + "message": "Update README.md", + "sha": "4937c6d2ba1ce8e8e745b9407051458c7cb600ac", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-02-09T06:31:39Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T09:33:17Z" }, { - "author": 4143552, - "message": "code cleanup", - "sha": "71d68861e3c8877687e2d7a6a1a496dc5d0d7283", + "author": 12408980, + "message": "bump the version to 0.0.3", + "sha": "8b9662820650f7e98f5a5ec09907cf67121d0126", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-02-07T17:18:44Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T09:19:53Z" }, { - "author": 4143552, - "message": "Read & Online messages are removed.", - "sha": "8344b4acb18dcad37be1ada57af5a950da80fbe3", + "author": 12408980, + "message": "update yarn.lock", + "sha": "f4d4c319486960c616db3cbbeb6efdb67c293d9d", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-02-07T16:24:33Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T09:15:00Z" }, { - "author": 4143552, - "message": "Network router updates.", - "sha": "82afa81f2fb73fabadf4fbcebcc492be9ad7666a", + "author": 12408980, + "message": "Merge branch 'develop' of github.com:chatwoot/chatwoot-react-native-widget into develop", + "sha": "53e11b63b71520bf16c09ef256182732752a23b1", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-02-07T16:17:12Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T09:13:18Z" }, { - "author": 4143552, - "message": "Audio control fine tuning.", - "sha": "b85f4748977e913f8a302c7b7aa9245949bb17ec", + "author": 12408980, + "message": "update README.md", + "sha": "eee2ac03027d97bb3f5ecfedda140af403542d19", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-02-03T13:42:26Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T09:12:59Z" }, { - "author": 4143552, - "message": "Conversation ID passed dynamically.", - "sha": "f64c96728def927564107dacfb36243ffdb52150", + "author": 12408980, + "message": "Merge pull request #6 from chatwoot/main\n\nmerge main", + "sha": "bfc0519a6931ea473a18ec5aee8316a2be2a0fa3", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-02-02T15:21:39Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T09:07:13Z" }, { - "author": 4143552, - "message": "Alignment correction for Message count indicator.", - "sha": "5a8ec033dfc6c9f0e2a9195c5960dc256e86285c", + "author": 12408980, + "message": "bump the version", + "sha": "2ba32068d43a64f297d730b15d702146e7a0be3e", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-01-31T21:16:29Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T09:05:58Z" }, { - "author": 4143552, - "message": "User avatar image updated.", - "sha": "cc3b5b6fe106d788c10b356862423f0c3c169690", + "author": 12408980, + "message": "update ga script", + "sha": "4c509f0ca9ad1ec31a929dbd9fbb9d86a2df2081", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-01-31T20:59:12Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T09:05:44Z" }, { - "author": 4143552, - "message": "Text message out is completed.", - "sha": "4995d917e66638547d868a4845690b9baea8aaa8", + "author": 12408980, + "message": "update readme.md", + "sha": "7e3d10c794df123755d8387b47bbea1e03c81c7e", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-01-31T19:56:48Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T08:59:42Z" }, { - "author": 4143552, - "message": "Chat - incoming text and image attachments are implemented.", - "sha": "fb5d0d42924ae02474754d88c197a492b2c62892", + "author": 12408980, + "message": "update action script", + "sha": "20de008543a550e149eda1a1f83291b590c25f60", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-01-31T17:59:05Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T08:56:45Z" }, { - "author": 4143552, - "message": "UI enhancements.", - "sha": "33c9845400f668bc886f2e4a8b707e9aac1c5633", + "author": 12408980, + "message": "change package name", + "sha": "37f708d1af569463ddb27b2312e2cef270e99fa9", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-01-30T17:59:41Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T08:56:35Z" }, { - "author": 4143552, - "message": "Message templates integration.", - "sha": "1cfaa556b3f877e5b91b4e85c2d3872003bf2818", + "author": 12408980, + "message": "update README.md", + "sha": "1c59000607baf9eb3f862992109cfce916ea9a8d", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-01-30T14:01:58Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-22T08:56:24Z" }, { - "author": 4143552, - "message": "Conversation message list API work flow updates.", - "sha": "516f4c243b291a6631f1a20e9073447ca6906188", + "author": 12408980, + "message": "test github action", + "sha": "1125efa6a7cd596d01e450895700ae27ff737413", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2022-01-07T18:27:49Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-19T06:37:44Z" }, { - "author": 4143552, - "message": "Conversation list completed.", - "sha": "8ee3b00c9c149f77851167b54fdb6b87d882aa4b", + "author": 12408980, + "message": "test github action", + "sha": "9d1c1af90941910f3b604f8dd6d28395108092a2", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2021-11-23T16:26:28Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-19T06:28:03Z" }, { - "author": 4143552, - "message": "Initial code architecture and template creations are completed.", - "sha": "4e5ea75809ac0329970058ce40eeedeab8e93d3c", + "author": 12408980, + "message": "test github action", + "sha": "b455ce6bda6bda3c205a71862aeeb8855bba645a", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2021-10-07T10:25:53Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-19T06:15:44Z" }, { - "author": 2246121, - "message": "Initial commit", - "sha": "f7e463a03ee9f6f486aab792a928db99f0c25d54", + "author": 12408980, + "message": "test npm publish github action", + "sha": "ac74a3cc9761e332e91a07d945da154b062725e4", "orgName": "chatwoot", - "repoName": "ios-sdk", - "createdAt": "2021-09-02T09:26:34Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-19T05:27:28Z" }, { - "author": 18097732, - "message": "Merge pull request #4 from chatwoot/revert-3-misfist/bugfix-wp-localize-script\n\nchore: Revert \"Misfist/bugfix wp_localize_script\"", - "sha": "6e2eae3892f93ae03635440be8f4f2983c405dd2", + "author": 12408980, + "message": "update readme.md", + "sha": "b9a42fc690779e75a5e18afd2fc807f5df34d363", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2023-03-06T07:50:16Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-15T14:59:48Z" }, { - "author": 18097732, - "message": "Revert \"Misfist/bugfix wp_localize_script\"", - "sha": "b75a28e38c4d8956d6d6aeb2c3490a2c4e47a15f", + "author": 12408980, + "message": "update styles", + "sha": "d5cfaa5289193842f245369c376d4e7ea891faa8", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2023-03-06T07:49:50Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-15T14:05:13Z" }, { - "author": 18097732, - "message": "Merge pull request #3 from misfist/misfist/bugfix-wp-localize-script\n\nMisfist/bugfix wp_localize_script", - "sha": "5dcfa5ebecf97df6240990d5d0e9bdb38cb080fe", + "author": 12408980, + "message": "more modal close events", + "sha": "3b1659227943d2ad9128c53c09f1b64716e0a7ad", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2023-03-06T07:29:40Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-15T10:44:10Z" }, { - "author": 18097732, - "message": "fix: typo in chatwootWidgetLocale", - "sha": "e047a907831480c48213c6bd486bc578f2838282", + "author": 12408980, + "message": "enable close button in rn-widget", + "sha": "daf0fff9bbf07725095798f526c3a78ca8611308", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2023-03-06T06:41:04Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-15T10:12:54Z" }, { - "author": 709248, - "message": "WordPress coding standards formatting\n\nSee https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/#space-usage", - "sha": "b744e0749b0f552f26f9b8724bc5abd36009aee7", + "author": 12408980, + "message": "update package.json", + "sha": "69e0f548980fbe87bf62af64b42564bfe7698ffd", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2023-01-26T03:14:53Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-15T10:12:00Z" }, { - "author": 709248, - "message": "Add comment about change", - "sha": "083f01fee6b670f2278efe0d8e824b6eb771a4bb", + "author": 12408980, + "message": "clean example project", + "sha": "224957bfc58f7c5971975511b939cefe4d5610ad", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2023-01-26T03:13:35Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-13T08:49:51Z" }, { - "author": 709248, - "message": "Change 3rd param to array", - "sha": "48cd4b18cc54322ccb7b0161ef093603166199ea", + "author": 12408980, + "message": "add example starter", + "sha": "04294bbacf29f1aa7b0ecc9fd79ae3f7034f82b4", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2023-01-26T03:13:16Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-13T04:36:16Z" }, { - "author": 709248, - "message": "Add link to WordPress function\n\nhttps://developer.wordpress.org/reference/functions/wp_localize_script/", - "sha": "bfac481cd02bd770a6d7f1ac073c70a4a1403e78", + "author": 12408980, + "message": "Merge branch 'develop' of github.com:chatwoot/chatwoot-react-native-widget into develop", + "sha": "d4af0a6044f352d2e6e31cb45ef2fb161d63c498", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2023-01-26T03:12:23Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-12T11:02:30Z" }, { - "author": 2246121, - "message": "chore: Bump to v0.2.1", - "sha": "4e3c5ae42ce3e5dfc1341585750db41431a3eecb", + "author": 12408980, + "message": "add organizaton name", + "sha": "7145ecdca00c20a5f35f242dfca053d2cab9fe76", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2021-09-08T09:20:18Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-12T11:01:44Z" }, { - "author": 16981850, - "message": "chore: Remove deprecated php function (#1)\n\nPHP Notice: screen_icon(); is deprecated since 3.8.0 with no alternative available", - "sha": "b845528d31e3c4f7e6db8456a24787426aeb1716", + "author": 12408980, + "message": "Merge pull request #4 from chatwoot/main\n\nPublish npm package using github action", + "sha": "d531adf955e4b3f7c4152e3ac729af7941140b8e", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2021-09-08T09:17:06Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-12T10:33:55Z" }, { - "author": 2246121, - "message": "chore: Upgrade Grunt packages", - "sha": "7f6d69cb9cf13a0dfd8acb40f469d4f2efb38747", + "author": 12408980, + "message": "add github action for npm publish", + "sha": "ba53a593935b1def68390a08938aa0f4cb55280c", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2021-09-08T08:48:48Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-12T10:32:17Z" }, { - "author": 2246121, - "message": "chore: Add options to customize the design of the widget", - "sha": "3c9f63e4b3519f1db049ffa2471bfefa8a941311", + "author": 12408980, + "message": "code beautification", + "sha": "20e3ebdf9239418aca6c7019b8b51b2e58dff1a1", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2021-09-08T08:38:29Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-12T10:15:11Z" }, { - "author": 8985705, + "author": 12408980, "message": "Update README.md", - "sha": "6f8ce6ace9eee74fca7696d639e3391db3b4252f", + "sha": "d6c3ad50ba45b5bc5af55144a844cd46a420bda7", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2021-02-03T02:53:57Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-12T10:13:49Z" }, { - "author": 0, - "message": "this isnt WordPress, lowercase W", - "sha": "cd0886fc12b4961563324aaeb34558726f47fb07", + "author": 12408980, + "message": "code beautification", + "sha": "ffc2bd56f8830dcb678cc4dbf4b52601f34f5c6e", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2021-02-03T02:50:03Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-10T08:00:49Z" }, { - "author": 0, - "message": "initialize gitignore", - "sha": "fd3112cb4c90f59df0f24862014301020597eb67", + "author": 12408980, + "message": "update company name in README.md", + "sha": "c19f4a75b49dbf50dd38cd6ec46c2309e32cad46", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2021-02-03T02:41:50Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-08T09:34:29Z" }, { - "author": 0, - "message": "dont need node_modules gitignore to come", - "sha": "f38fbcd6f890272c37fa1c1553689a7b186a6418", + "author": 12408980, + "message": "scroll enabled in webview", + "sha": "6ef4a9557df0826c8a116d418188938af9b1bbd9", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2021-02-03T02:39:27Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-06T05:49:24Z" }, { - "author": 0, - "message": "initializes plugin with settings for embed widget", - "sha": "8db2a4f6398affba998e847f50dd91d0a1dd70b1", + "author": 12408980, + "message": "Update README.md", + "sha": "d2c1c10811c095e78db1f37505e7bbcd0ec9e9b7", "orgName": "chatwoot", - "repoName": "wp-plugin", - "createdAt": "2021-02-03T02:39:02Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T16:19:13Z" }, { "author": 12408980, - "message": "feat: Add avatar component (#839)\n\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", - "sha": "ee21e93890a01fc3c873f51dc8cdfd76505a5a89", + "message": "update README.md", + "sha": "dea793b787cce3d509179caf0fbd584895cb0065", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-11-25T18:30:18Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T15:36:27Z" }, { "author": 12408980, - "message": "feat: Setup storybook for React Native (#838)", - "sha": "979f19199474f7e3ce2f88172e50d64c39c0b38e", + "message": "remove yarn.lock", + "sha": "d040761dc47373f92f121bf833b0ae5e0fc77154", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-11-25T17:20:05Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T15:28:33Z" }, { "author": 12408980, - "message": "chore: add more types and icons (#837)", - "sha": "4c99fe4bb064515f64ecb7729cd38bba4301a5ab", + "message": "complete basic version", + "sha": "53432586c78e075f8743cad7ccde343586dc6edb", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-11-20T09:32:21Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T15:26:36Z" }, { "author": 12408980, - "message": "chore: add assets", - "sha": "6408c2a27d7e79a6f24c6778ff79cd5fa7c960e7", + "message": "add react and react-native package", + "sha": "c434e3e0dfc0b35c91fb82008e05a47f36905d8c", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-11-06T06:59:49Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T15:16:50Z" }, { "author": 12408980, - "message": "feat: Revamp auth related screens (#831)\n\n* feat: move auth and notification store to TS\r\n\r\n* feat: revamp login, reset and forgot screens\r\n\r\n* fix: eslint warnings\r\n\r\n* chore: spec cleanups\r\n\r\n* chore: add theme selectors\r\n\r\n* chore: type fixes\r\n\r\n* chore: improve tab stack\r\n\r\n* feat: add tab bar\r\n\r\n* chore: auth screen style fixes\r\n\r\n* chore: style fixes\r\n\r\n* chore: more style fixes\r\n\r\n* chore: add get chatwoot version", - "sha": "d6d9ff1b577577fcdabc39d87ae846d8fb39eab6", + "message": "add prettier, eslint and husky configuration", + "sha": "25dae8d6c25f5aefd9c7a14d5b473a6c4cfa2dbe", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-11-06T06:41:45Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T15:08:26Z" }, { "author": 12408980, - "message": "feat: Revamp settings screen (#829)\n\nCo-authored-by: Pranav ", - "sha": "b61251c0382af09bc1c8d84d09ef0256a08c1145", + "message": "add npm ignore", + "sha": "81b1558315385a4069f998584b255037dced6760", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-11-05T07:24:51Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T15:06:51Z" }, { "author": 12408980, - "message": "chore: Improve server upgrade banner (#827)\n\n* chore: improve server upgrade logic\r\n\r\n* chore: add package\r\n\r\n* chore: add specs\r\n\r\n* chore: update `MINIMUM_CHATWOOT_VERSION`", - "sha": "3c06ebec2f4dd0286523c90c22583eeb7f74f81f", + "message": "add git ignore", + "sha": "1e022ba902f8257b6c36ef5f84bfa59d53eccbd8", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-10-29T07:07:16Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T15:04:13Z" }, { "author": 12408980, - "message": "feat: Add TS types (#825)", - "sha": "00cb4b3067aa1e5bf50ef83b5ffb11d72a73dd8f", + "message": "add licence", + "sha": "caf059f13bfc038d113f930b7f24065314b8aac2", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-10-25T08:49:59Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T15:01:59Z" }, { "author": 12408980, - "message": "feat: Add svg icons (#824)", - "sha": "1e60af22b67d30f1698baf19e49a5d5d6e590ed3", + "message": "add npm package data", + "sha": "8a04325ec6fe6808d02526bfd48d83d7794521dd", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-10-25T08:40:58Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T15:01:19Z" }, { "author": 12408980, - "message": "chore: Remove fast image", - "sha": "29a9192703fde88dbe9bfc8956c58d1370e6f710", + "message": "update readme.md", + "sha": "4740010f3e63cfe704034f2058c275a3ea72b69c", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-10-23T12:14:02Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T14:57:14Z" }, { "author": 12408980, - "message": "feat: Migrate from `@react-native-community/cli` to `Expo CLI` (#821)\n\n* chore: remove android/ios from git\r\n\r\n* feat: add expo support\r\n\r\n* Delete pnpm-lock.yaml\r\n\r\n* chore: add circleci config\r\n\r\n* Create pnpm-lock.yaml\r\n\r\n* Delete Empty.spec.js\r\n\r\n* chore: add better comments\r\n\r\n* Create yarn.lock\r\n\r\n* Delete yarn.lock\r\n\r\n* Create pnpm-lock.yaml\r\n\r\n* chore: handle logout\r\n\r\n* chore: fix all the cycle dependency issues\r\n\r\n* chore: fix send message\r\n\r\n* chore: replace sentry details with env\r\n\r\n* chore: update auth\r\n\r\n* chore: add more notification types\r\n\r\n* chore: update icon and splash\r\n\r\n* chore: update `.env` example\r\n\r\n* chore: code cleanup", - "sha": "fd207334ee91f5b37450aa79e03b2aabe4a8cb56", + "message": ":tada: first commit", + "sha": "b87b8e7c8ccc425bf713d303f389ba0897a1f2d5", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-10-23T05:59:31Z" + "repoName": "chatwoot-react-native-widget", + "createdAt": "2021-03-05T14:56:17Z" }, { - "author": 12408980, - "message": "feat: Custom roles (#818)\n\n* feat: add custom roles\r\n\r\n* chore: android/ios 1.10.48\r\n\r\n* chore: improve logic", - "sha": "fdfbdc5b483e88fbf3e386fa59312a319ba7f713", + "author": 73185, + "message": "chore: disable mfa", + "sha": "4003f3457c50634efcc06de3ffa3c62674084839", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-09-17T18:31:29Z" + "repoName": "twitty", + "createdAt": "2023-03-15T09:25:15Z" }, { - "author": 12408980, - "message": "chore: update chatwoot rn widget (#817)", - "sha": "b2fb99628e80875f774a96241446a92577c86cf6", + "author": 73185, + "message": "Merge branch 'release/0.1.5' into develop", + "sha": "1a9ff1e6087e4e4d431d1462c8f5acb71a596bf7", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-09-09T06:34:47Z" + "repoName": "twitty", + "createdAt": "2023-03-15T08:40:13Z" }, { - "author": 12408980, - "message": " fix: Check content attributes exist or not in chat attachment component (#814)\n\n* fix: Check content attributes exist or not in chat attachment component\r\n\r\n* chore: android/ios 1.10.46", - "sha": "14fe6b2f24490d61b4a7603e9065d7a975f74d8f", + "author": 73185, + "message": "chore: Bump version to 0.1.5", + "sha": "d12fcc4368a155e363f2a5bd367ab478dc7673d6", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-09-02T07:47:01Z" + "repoName": "twitty", + "createdAt": "2023-03-15T08:39:50Z" }, { - "author": 12408980, - "message": "fix: Add placeholder for expired instagram stories (#806)\n\n* fix: Add default placeholder for expired stories\r\n\r\n* fix: Android/iOS v1.10.45\r\n\r\n* chore: pod updates", - "sha": "74e3f9cb99b5185eebb727bd389e61bae3fb3925", + "author": 64605024, + "message": "feat: Added method for user_show (#26)", + "sha": "ba4ab612a55db71c3ced9dd9637a46f184cde77c", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-08-09T07:26:28Z" + "repoName": "twitty", + "createdAt": "2021-10-08T10:27:20Z" }, { - "author": 12408980, - "message": " upgrade: React native from `0.72.4` to `0.74.3` (#797)\n\n* upgrade: react native from `0.72.4` to `0.74.3`\r\n\r\n* chore: remove tests", - "sha": "8c9d49457e8bc4084b86cf6b127cb71648dda9c0", + "author": 73185, + "message": "Merge branch 'master' into develop", + "sha": "87833048a960bfc690f4f59851837cdc375cab40", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-07-29T06:11:44Z" + "repoName": "twitty", + "createdAt": "2021-05-28T13:04:42Z" }, { - "author": 49699333, - "message": "chore: Bump ws from 6.2.2 to 6.2.3 (#791)\n\nBumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.\r\n- [Release notes](https://github.com/websockets/ws/releases)\r\n- [Commits](https://github.com/websockets/ws/compare/6.2.2...6.2.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: ws\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Muhsin Keloth ", - "sha": "12acc46e5e438b32fe59fae8c132e4ba3e03c229", + "author": 73185, + "message": "chore: Release 0.1.4 (#25)\n\nnew release with dependency updates", + "sha": "4ecbd1d0cc970a80c615c45e5b04711b428672e0", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-07-15T07:20:22Z" + "repoName": "twitty", + "createdAt": "2021-05-28T12:59:38Z" }, { - "author": 49699333, - "message": "chore: Bump rexml from 3.2.6 to 3.2.9 in /android (#792)\n\nBumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.9.\r\n- [Release notes](https://github.com/ruby/rexml/releases)\r\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\r\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.9)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rexml\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "80a8ef62a81df714dc86df4d8fd3274db8595bb5", + "author": 73185, + "message": "chore: Bump up version\n\n- Bumping up version because of dependency updates", + "sha": "c53be70c258ea615f021371f2816501821d7c795", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-07-15T07:18:45Z" + "repoName": "twitty", + "createdAt": "2021-05-28T12:56:47Z" }, { - "author": 12408980, - "message": "feat: FCM HTTP v1 changes (#787)", - "sha": "42e8181e971b2b3c7baff21eee90417490fbe1b8", + "author": 49699333, + "message": "chore(deps): Bump oauth from 0.5.4 to 0.5.6 (#23)\n\nBumps [oauth](https://github.com/oauth-xx/oauth-ruby) from 0.5.4 to 0.5.6.\r\n- [Release notes](https://github.com/oauth-xx/oauth-ruby/releases)\r\n- [Changelog](https://github.com/oauth-xx/oauth-ruby/blob/master/HISTORY)\r\n- [Commits](https://github.com/oauth-xx/oauth-ruby/compare/v0.5.4...v0.5.6)\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "78cc732689d7b49ade1f2b7fcb4f8ce44ec71a2d", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-06-18T05:08:43Z" + "repoName": "twitty", + "createdAt": "2021-05-28T12:51:19Z" }, { - "author": 12408980, - "message": "chore: Android/iOS v1.10.40", - "sha": "b555830f1ccf95d384717d41aa5b4f82f5e5397b", + "author": 49699333, + "message": "chore(deps): Bump rexml from 3.2.4 to 3.2.5 (#24)\n\nBumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.\r\n- [Release notes](https://github.com/ruby/rexml/releases)\r\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\r\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "714bec181bfadfb00552e01b985a14b1206dc9b3", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-06-03T11:06:35Z" + "repoName": "twitty", + "createdAt": "2021-05-03T05:56:22Z" }, { - "author": 64252451, - "message": "feat: Add copy button for email and number (#786)", - "sha": "6fab881a7be3ed7a527373f69a39a482c26c8995", + "author": 6113982, + "message": "chore: Add rubocop to the Circle CI build step #21 (#22)", + "sha": "a6bd49e7b367b2027c7e906928b7bd185ce54dd8", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-05-30T04:09:52Z" + "repoName": "twitty", + "createdAt": "2021-03-23T14:09:35Z" }, { - "author": 49699333, - "message": "chore: Bump follow-redirects from 1.15.4 to 1.15.6 (#770)\n\nBumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.\r\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\r\n- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: follow-redirects\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Muhsin Keloth ", - "sha": "a823ce1b8f1344361600aee48785a9da2d23c4aa", + "author": 6113982, + "message": "chore: Fix few rubocop offences (#20)\n\nThis fixes few rubocop issues and also updated the email in CODE_OF_CONDUCT.md", + "sha": "141861498053182bcce249ad590a8057281c4a35", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-05-08T03:16:06Z" + "repoName": "twitty", + "createdAt": "2021-03-13T18:48:42Z" }, { - "author": 12408980, - "message": "chore: Android/iOS v1.10.38", - "sha": "bcc669360bf22aaa3482561f55d60c2cd389cbcf", + "author": 73185, + "message": "chore: Fix Github action for GPR push (#19)", + "sha": "66617021629afa1bdd04278759545e49fba83a15", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-04-19T08:15:01Z" + "repoName": "twitty", + "createdAt": "2021-03-11T17:51:03Z" }, { - "author": 12408980, - "message": "Update build.gradle", - "sha": "a59278213fa29199bc8a2d71326f5356531220ac", + "author": 6113982, + "message": "feat: Add functions to destroy, like, unlike, retweet and unretweet a tweet. (#17)\n\n- $twitter.destroy_tweet(tweet_id: \"tweet_id_number\") will destroy the tweet that\r\n you secretly knew deep down in your heart that you should never have tweeted in the first place.\r\n- $twitter.like_tweet(tweet_id: \"tweet_id_number\") will like the tweet that bought a smile to your face.\r\n- $twitter.unlike_tweet(tweet_id: \"tweet_id_number\") a secret tool to get yourself out of deepfaving.\r\n- $twitter.retweet(tweet_id: \"tweet_id_number\") and $twitter.retweet(tweet_id: \"tweet_id_number\") does\r\n exactly what it says on the tin.\r\n\r\nCloses: #16", + "sha": "03bba77d0849446da717dc228ac0f52140886dc3", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-04-19T08:10:33Z" + "repoName": "twitty", + "createdAt": "2021-03-11T16:45:09Z" }, { - "author": 12408980, - "message": "chore: Fix apple ITMS-91053 issues", - "sha": "68dc057bb43ebdbecd7eb60a8d02aa9bfb77ac86", + "author": 73185, + "message": "chore: Update CODE_OF_CONDUCT.md (#18)", + "sha": "4b89c10e23ffcb7f4255eef29ecf4d7bc7fd9250", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-04-18T08:53:59Z" + "repoName": "twitty", + "createdAt": "2021-03-11T16:42:47Z" }, { - "author": 12408980, - "message": "chore: SLA style issues", - "sha": "9573392e838175ba3c7456b28a9e62e0ca59ab1d", + "author": 73185, + "message": "Chore: Add account activity subscription actions (#14)", + "sha": "953a61e76b8943e26aa749a41d903ada3dc02e29", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-04-18T08:06:21Z" + "repoName": "twitty", + "createdAt": "2020-05-13T13:36:31Z" }, { - "author": 12408980, - "message": "feat: Add SLA (#773)\n\n* feat: Add sla table\r\n\r\n* feat: Complete SLA table\r\n\r\n* Update MessageList.js\r\n\r\n* Update ConfigureURLScreen.js\r\n\r\n* feat: style fixes\r\n\r\n* chore: bump chatwoot utils\r\n\r\n* chore: Android/iOS v1.10.31\r\n\r\n* fix: styles\r\n\r\n* chore: Android/iOS v1.10.32\r\n\r\n* chore: Android/iOS v1.10.33\r\n\r\n* Update project.pbxproj\r\n\r\n* chore: Android/iOS v1.10.34", - "sha": "b1d8c7a48ea7b62a12e3d6f9e564a309db0267aa", + "author": 73185, + "message": "Add .circleci/config.yml (#12)\n\nAdd .circleci/config.yml\r\nCo-authored-by: Subin T P ", + "sha": "af4f3e45dca55e42c64f7741a1fedfaa94d36419", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-04-18T06:23:31Z" + "repoName": "twitty", + "createdAt": "2020-03-02T17:50:49Z" }, { "author": 49699333, - "message": "chore: Bump ip from 1.1.8 to 1.1.9 (#767)\n\nBumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.\r\n- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: ip\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "e8222634d472b48bc304dcf724ed0f3d8e0177a0", + "message": "Update rake requirement from ~> 10.0 to ~> 13.0 (#13)\n\nUpdates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.\r\n- [Release notes](https://github.com/ruby/rake/releases)\r\n- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)\r\n- [Commits](https://github.com/ruby/rake/compare/v10.5.0...v13.0.1)\r\n\r\nSigned-off-by: dependabot[bot] ", + "sha": "98fef60203a2325ff165d86ceb0bac3b607b4e7e", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-03-11T06:27:58Z" + "repoName": "twitty", + "createdAt": "2020-03-01T05:31:00Z" }, { - "author": 49699333, - "message": "chore: Bump react-native-document-picker from 5.0.0 to 9.1.1 (#764)\n\nBumps [react-native-document-picker](https://github.com/rnmods/react-native-document-picker) from 5.0.0 to 9.1.1.\r\n- [Release notes](https://github.com/rnmods/react-native-document-picker/releases)\r\n- [Commits](https://github.com/rnmods/react-native-document-picker/compare/v5.0.0...v9.1.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: react-native-document-picker\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "e5e9cfdcca7b19b0a1c46940ebdab5fc02341b19", + "author": 2246121, + "message": "Feature: Add twitter auth endpoints (#9)\n\n* Add Twitter Oauth endpoints\r\n\r\n* Add request payload\r\n\r\n* Add oauth_token to access_token_payload", + "sha": "c1edd557401d1e8a197b19e738f82e39507a8e2d", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-02-19T06:13:46Z" + "repoName": "twitty", + "createdAt": "2020-02-08T13:18:04Z" }, { - "author": 12408980, - "message": "fix: Disable snooze if conversation is already snoozed (#762)", - "sha": "1481923a72cadc6af2cbf6a55637a4c443c5ef24", + "author": 73185, + "message": "Bug Fix: Remove pry from gemfile (#8)", + "sha": "58b4958d7f4a58eec8fe9543caedb232308253f6", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-02-13T10:55:05Z" + "repoName": "twitty", + "createdAt": "2020-02-03T08:12:27Z" }, { - "author": 92152627, - "message": "chore: Translation updates(#754)\n\n* New translations en.json (Romanian)\r\n\r\n* New translations en.json (French)\r\n\r\n* New translations en.json (Spanish)\r\n\r\n* New translations en.json (Afrikaans)\r\n\r\n* New translations en.json (Arabic)\r\n\r\n* New translations en.json (Catalan)\r\n\r\n* New translations en.json (Czech)\r\n\r\n* New translations en.json (Danish)\r\n\r\n* New translations en.json (German)\r\n\r\n* New translations en.json (Greek)\r\n\r\n* New translations en.json (Finnish)\r\n\r\n* New translations en.json (Hebrew)\r\n\r\n* New translations en.json (Hungarian)\r\n\r\n* New translations en.json (Italian)\r\n\r\n* New translations en.json (Japanese)\r\n\r\n* New translations en.json (Korean)\r\n\r\n* New translations en.json (Dutch)\r\n\r\n* New translations en.json (Norwegian)\r\n\r\n* New translations en.json (Polish)\r\n\r\n* New translations en.json (Portuguese)\r\n\r\n* New translations en.json (Russian)\r\n\r\n* New translations en.json (Slovenian)\r\n\r\n* New translations en.json (Albanian)\r\n\r\n* New translations en.json (Serbian (Cyrillic))\r\n\r\n* New translations en.json (Swedish)\r\n\r\n* New translations en.json (Turkish)\r\n\r\n* New translations en.json (Ukrainian)\r\n\r\n* New translations en.json (Chinese Simplified)\r\n\r\n* New translations en.json (Chinese Traditional)\r\n\r\n* New translations en.json (Vietnamese)\r\n\r\n* New translations en.json (Portuguese, Brazilian)\r\n\r\n* New translations en.json (Persian)\r\n\r\n* New translations en.json (Tamil)\r\n\r\n* New translations en.json (Croatian)\r\n\r\n* New translations en.json (Hindi)\r\n\r\n* New translations en.json (Malay)\r\n\r\n* New translations en.json (Malayalam)\r\n\r\n* New translations en.json (Serbo-Croatian)\r\n\r\n* New translations en.json (Spanish)\r\n\r\n* New translations en.json (Spanish)\r\n\r\n* New translations en.json (Russian)\r\n\r\n* New translations en.json (Russian)\r\n\r\n* New translations en.json (Ukrainian)\r\n\r\n* New translations en.json (Russian)\r\n\r\n---------\r\n\r\nCo-authored-by: Muhsin Keloth ", - "sha": "38fda4c579b0db9032afcb581becf78969eb3241", + "author": 2246121, + "message": "Bug: Fix DM API 415 Media Unknown error (#7)\n\n* Update request.rb\r\n\r\n* Update payload.rb\r\n\r\n* Update payload.rb", + "sha": "a005f8f6740fc8d2d3500701e1ab4ab0f1416c26", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-01-30T10:26:53Z" + "repoName": "twitty", + "createdAt": "2020-01-28T10:46:17Z" }, { - "author": 73185, - "message": "fix: package.json & yarn.lock to reduce vulnerabilities (#759)\n\nThe following vulnerabilities are fixed with an upgrade:\r\n- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788\r\n\r\nCo-authored-by: snyk-bot ", - "sha": "b0f3fbbf59173fab5ff7c9e94680e28259a0ac5b", + "author": 1742357, + "message": "Override client specific access keys (#5)\n\n* Add twitty request\r\n\r\n* Add facade\r\n\r\n* Make env configurable\r\n\r\n* Add params validation\r\n\r\n* Add crc generation helper\r\n\r\n* Add send message and send reply\r\n\r\n* Add oauth as runtime dependency\r\n\r\n* Commit gemfile.lock\r\n\r\n* Add subsribe and unsubscribe webhook\r\n\r\n* Add response object\r\n\r\n* Return twitty response\r\n\r\n* Override client specific keys", + "sha": "c0281fa3dbabba1029fc9ee7decc30f0fc871d1d", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2024-01-30T10:15:16Z" + "repoName": "twitty", + "createdAt": "2020-01-24T18:37:39Z" }, { - "author": 64252451, - "message": "fix: Typing indicator triggered when input is focused (#755)\n\n* fix: Typing indicator triggered when input is focused\r\n\r\n* chore: Fix canned response error", - "sha": "6579e8d1fcae67cb97e9d9b16b6dccb40b512d1a", + "author": 73185, + "message": "Update readme instructions (#6)", + "sha": "5914ef02ac5102d7c1cf9d65c948755ac505155b", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-12-20T09:00:18Z" + "repoName": "twitty", + "createdAt": "2020-01-24T18:31:40Z" }, { - "author": 12408980, - "message": "Merge branch 'master' into develop", - "sha": "96749c041732af9573c97f5b2902b13a4f63a6b7", + "author": 1742357, + "message": "Support webhook subscribe/unsubscribe (#4)\n\n* Add twitty request\r\n\r\n* Add facade\r\n\r\n* Make env configurable\r\n\r\n* Add params validation\r\n\r\n* Add crc generation helper\r\n\r\n* Add send message and send reply\r\n\r\n* Add oauth as runtime dependency\r\n\r\n* Commit gemfile.lock\r\n\r\n* Add subsribe and unsubscribe webhook\r\n\r\n* Add response object\r\n\r\n* Return twitty response", + "sha": "dd528967d240a3b0c7b9ba73f6120ce0223f7066", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-12-19T04:50:49Z" + "repoName": "twitty", + "createdAt": "2020-01-24T17:21:41Z" }, { - "author": 12408980, - "message": "Revert \"fix: Moved fonts to main assets folder (#750)\"\n\nThis reverts commit 175e029e1aa2d2d9245b3d220c6313eecd0aada4.", - "sha": "56ca9bcd0e69e62014b177c6738395562976ea3d", + "author": 1742357, + "message": "Add support to reply tweet and send direct message (#3)\n\n* Add twitty request\r\n\r\n* Add facade\r\n\r\n* Make env configurable\r\n\r\n* Add params validation\r\n\r\n* Add crc generation helper\r\n\r\n* Add send message and send reply\r\n\r\n* Add oauth as runtime dependency\r\n\r\n* Commit gemfile.lock", + "sha": "ee13dadd031c77fc69d67efe651d5435d87273c3", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-12-15T05:20:36Z" + "repoName": "twitty", + "createdAt": "2020-01-24T16:33:51Z" }, { - "author": 73761112, - "message": "fix: Moved fonts to main assets folder (#750)\n\n* Moved fonts to main assets folder\r\n\r\n* added for android linking\r\n\r\n* added for ios manifest as well", - "sha": "175e029e1aa2d2d9245b3d220c6313eecd0aada4", + "author": 2246121, + "message": "Docs: Update Readme", + "sha": "c956b7c0280a1088726494494446224d287a4c4d", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-12-06T06:14:19Z" + "repoName": "twitty", + "createdAt": "2020-01-24T06:35:05Z" }, { - "author": 12408980, - "message": "chore: Android/iOS v1.10.26", - "sha": "e979e1f433eee549b75405f03d7b28c34e2536ea", + "author": 73185, + "message": "Update Readme with usage instructions (#2)", + "sha": "8300ab59669f30182e1800771fbe483a9c1bd055", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-12-05T08:45:18Z" + "repoName": "twitty", + "createdAt": "2020-01-23T18:44:12Z" }, { - "author": 12408980, - "message": "chore: Android/iOS v1.10.25", - "sha": "1bf5f70978e2524eb24b1569f9c1130c5f4a02cd", + "author": 1742357, + "message": "Add twitty request (#1)\n\n* Add twitty request\r\n\r\n* Add facade\r\n\r\n* Make env configurable\r\n\r\n* Add params validation\r\n\r\n* Add crc generation helper", + "sha": "ef7ac25532a57b35c112a336cf0c1037dc92beed", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-12-04T06:45:56Z" + "repoName": "twitty", + "createdAt": "2020-01-23T18:20:45Z" }, { - "author": 12408980, - "message": "chore: Android/iOS v1.10.23", - "sha": "4906790e03773612897ee0b01dc5f147edbaa091", + "author": 0, + "message": "Add twitter config", + "sha": "c3e71d42ec08aea6ebdba7b70dfe1b8f2350b979", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-11-25T17:06:52Z" + "repoName": "twitty", + "createdAt": "2020-01-22T14:39:40Z" }, { - "author": 12408980, - "message": "feat: Fix last message id logic in chat screen (#749)\n\n* feat: Add contact slice\r\n\r\n* minor fixes\r\n\r\n* Android/iOS v1.10.21\r\n\r\n* Android/iOS v1.10.22", - "sha": "d5515d2935aecf08dc34e9e0164e33d85bf8cf1a", + "author": 0, + "message": "Initial commit", + "sha": "07aade12934f54768ab10e07f0c967b9effb6e0c", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-11-24T10:06:21Z" + "repoName": "twitty", + "createdAt": "2020-01-22T14:18:59Z" }, { - "author": 12408980, - "message": "feat: Add contact slice (#748)\n\n* feat: Add contact slice\r\n\r\n* minor fixes\r\n\r\n* Android/iOS v1.10.21", - "sha": "e07b7fc1552ce1cf6d0fb3bffd436ea81ba65489", + "author": 3526167, + "message": "update instructions for cloudron FRONTEND_URL", + "sha": "899877eb2e44a401eab92395e78414d6c85c53ac", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-11-24T10:01:58Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-15T07:42:55Z" }, { - "author": 12408980, - "message": "feat: Replace SectionList with Flashlist in chat screen (#747)\n\n* chore: Replace SectionList with FlashList\r\n\r\n* Update MessageList.js\r\n\r\n* More cleanup\r\n\r\n* Update conversationSlice.selector.js\r\n\r\n* chore: fix padding issue\r\n\r\n* Update MessageDeliveryStatus.js\r\n\r\n* chore: Android/iOS v1.10.20\r\n\r\n---------\r\n\r\nCo-authored-by: iamsivin ", - "sha": "e1ab3775c2fb5f054880604d1c8c0075a54838f9", + "author": 3526167, + "message": "fix .env file being reset on restarts", + "sha": "d9af3ccab5a0ef66fa16e8df0ba31ccef63a99f3", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-11-23T08:38:10Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-15T07:26:15Z" }, { - "author": 92152627, - "message": "core: Translation updates (#739)", - "sha": "5d1547dfd7bf2449ad972f976f8efa4afdc453db", + "author": 3526167, + "message": "remove emojis from title", + "sha": "bdf232288736e6110453b1e4f25cd64d48f625d7", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-11-22T08:46:14Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-14T17:17:32Z" }, { - "author": 49699333, - "message": "chore: Bump sharp from 0.32.5 to 0.32.6 (#746)\n\nBumps [sharp](https://github.com/lovell/sharp) from 0.32.5 to 0.32.6.\r\n- [Release notes](https://github.com/lovell/sharp/releases)\r\n- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/lovell/sharp/compare/v0.32.5...v0.32.6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: sharp\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Muhsin Keloth ", - "sha": "8513856a81d3e04bc90ba6ead14e9a972149422b", + "author": 3526167, + "message": "update changelog", + "sha": "1cf44501d9017dfb53d0e06d17ae71806a8280f6", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-11-22T08:45:35Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-14T11:45:45Z" }, { - "author": 73185, - "message": "fix: package.json & yarn.lock to reduce vulnerabilities (#743)\n\nThe following vulnerabilities are fixed with an upgrade:\r\n- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459\r\n\r\nCo-authored-by: snyk-bot \r\nCo-authored-by: Muhsin Keloth ", - "sha": "2688702453dc9f5d63d5b4abd820d1a79b3e8bb9", + "author": 3526167, + "message": "add description, postinstall and changelog", + "sha": "983d50efa37e1b78de0a148dcbfc615a52ca5a27", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-11-22T08:44:57Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-14T11:45:04Z" }, { - "author": 49699333, - "message": "chore: Bump @babel/traverse from 7.22.10 to 7.23.2 (#740)\n\nBumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.\r\n- [Release notes](https://github.com/babel/babel/releases)\r\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: \"@babel/traverse\"\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Muhsin Keloth ", - "sha": "bad5365c82422529a1ec1be7719dc7dcf478fc69", + "author": 3526167, + "message": "update cloudron manifest file", + "sha": "c1b765d82f5bf11b0e61ee5227339da164b40a4a", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-11-22T08:44:28Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-14T11:34:58Z" }, { - "author": 12408980, - "message": "feat: Changes to include delivery reports for all channels (#745)\n\n* feat: Add changes to include delivery reports for all channels\r\n\r\n* chore: fixes", - "sha": "f843fa0b3e003f117ca95e72adfe26253aa661f2", + "author": 3526167, + "message": "update .env file", + "sha": "dc0452f82da56951b0a34838531e39be6c00d702", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-11-16T14:19:44Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-14T10:56:48Z" }, { - "author": 49699333, - "message": "chore: Bump react-devtools-core from 4.28.0 to 4.28.4 (#742)\n\nBumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.28.0 to 4.28.4.\r\n- [Release notes](https://github.com/facebook/react/releases)\r\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: react-devtools-core\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "84a48a63b03f9104f0efe95af61ce781c45eee6f", + "author": 3526167, + "message": "update readme", + "sha": "92d172ac14b61267bf617075d88c8a73aed0615a", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-11-02T22:58:05Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-13T15:22:06Z" }, { - "author": 12408980, - "message": "chore: Android/iOS v1.10.19", - "sha": "1b5479c97a130dea74be1afaa0e9a86da15d852b", + "author": 3526167, + "message": "fix default env vars", + "sha": "c472efca5f5a1c625619a9fb77e86320fd82bd73", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-10-12T06:49:19Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-13T15:21:55Z" }, { - "author": 64252451, - "message": "fix: App is crashing when the label is added first time (#738)", - "sha": "b0de7ebc3752aad1c148f590570b7bfb6a952f09", + "author": 3526167, + "message": "add .env file", + "sha": "962fc72717fe2410e8b75a4c377bf89147e7ca70", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-09-19T05:45:51Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-13T09:08:25Z" }, { - "author": 64252451, - "message": "fix: Email message full body width (#737)", - "sha": "6cf530446aa9b1063abb3e0f71737b979af8bf01", + "author": 3526167, + "message": "get basic version working on cloudron #1", + "sha": "973a3de701cd7c2dca3506cc36d501fc0cd02503", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-09-18T06:29:06Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-10T18:57:52Z" }, { - "author": 12408980, - "message": "chore: Bump `react-native-webview` (#736)\n\n* chore: Upgrade rn web view\r\n\r\n* Update Podfile.lock", - "sha": "e19711c65625ad1fc4a61d96dcf13fc2b1f0088e", + "author": 3526167, + "message": "get basic version working on cloudron", + "sha": "13ac73ae9e0884c44da190c5a3231cc64cddef6a", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-09-11T09:30:10Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-10T18:56:35Z" }, { - "author": 12408980, - "message": "fix: Non-serializable value update in auth slice (#735)", - "sha": "8b56582c567f68c5b0bdf2e8c7555bcd86fa4a00", + "author": 3526167, + "message": "fix rails restart - increase memlimit to 2.5GB", + "sha": "53717cb3683df7818dcf6270b4a9decd3eedce4f", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-09-11T08:43:01Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-10T18:47:20Z" }, { - "author": 12408980, - "message": "chore: Upgrade minor packages (#733)", - "sha": "35782f9b62537bbcdc2d96b071636c24bf2a7ea9", + "author": 3526167, + "message": "modify chatwoot web supervisord conf", + "sha": "c77d4176cda4060ea9712cc5f5410d624bd24d60", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-09-08T05:50:37Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-10T18:27:02Z" }, { - "author": 12408980, - "message": "chore: Upgrade react native from `0.70.x` to `0.72.x` (#730)\n\n* chore: upgrade all the packages to latest version\r\n\r\n* chore: bumps node to 16.17.1\r\n\r\n* chore: android/ios 1.10.13\r\n\r\n* Update AndroidManifest.xml\r\n\r\n* Update config.yml\r\n\r\n* Update config.yml\r\n\r\n* Update config.yml\r\n\r\n* Update config.yml\r\n\r\n* fix: change notification permission flow for android>32\r\n\r\n* chore: add analytics event for FORGOT_PASSWORD\r\n\r\n* chore: fix warnings\r\n\r\n* fix: android share issues\r\n\r\n* chore: fix attachment issues\r\n\r\n* chore: android/ios 1.10.14\r\n\r\n* fix: file upload issues in android\r\n\r\n* fix: file upload issues in android\r\n\r\n* chore: android/ios 1.10.15\r\n\r\n* chore: android v1.10.16\r\n\r\n* chore: bump node\r\n\r\n* chore: Android v1.10.17\r\n\r\n---------\r\n\r\nCo-authored-by: Sojan Jose ", - "sha": "e43dfcd6a4f38b8d5be34b7cfe292e86fa21e870", + "author": 3526167, + "message": "update start.sh", + "sha": "1b23057c21f9ec800239343d7af08005a56ef5cd", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-09-08T05:16:17Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-10T15:38:13Z" }, { - "author": 49699333, - "message": "chore: Bump activesupport from 6.1.7.3 to 6.1.7.6 (#728)\n\nBumps [activesupport](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.6.\r\n- [Release notes](https://github.com/rails/rails/releases)\r\n- [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md)\r\n- [Commits](https://github.com/rails/rails/compare/v6.1.7.3...v6.1.7.6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: activesupport\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "7ed2f55f91fac61d54214029a20da574f2ccbaf3", + "author": 3526167, + "message": "fix puma tmp path", + "sha": "573cc79c4549ea44ca78efd79a41983bb96a07d5", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-08-26T00:25:11Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-10T15:21:55Z" }, { - "author": 92152627, - "message": "chore: Translation updates (#729)", - "sha": "f9551ad58bbb6a173d40be55c0c2a0606a37f5e3", + "author": 3526167, + "message": "add db migration step", + "sha": "4d0d206d7884e1244e466c58cb0bc9603b17e9fc", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-08-24T08:57:37Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-10T14:52:39Z" }, { - "author": 12408980, - "message": "fix: Auto height issues in email messages (#727)", - "sha": "3d10c094d0c27817db1e5f2d41cec35bdc70f79e", + "author": 3526167, + "message": "fix redis and postgres", + "sha": "370b9beed484c8d04018b05b427ed6faa8d655ac", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-08-21T09:22:44Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-10T14:19:10Z" }, { - "author": 12408980, - "message": "chore: Release iOS v1.10.7", - "sha": "f5eb7aa8daacf15632b87401a50ff56957001f36", + "author": 3526167, + "message": "fix redis creds", + "sha": "f9dac2aaac3a2fb39e62570b1776ea1fea438fb9", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-08-14T05:16:12Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-10T13:26:23Z" }, { - "author": 12408980, - "message": "chore: Stability improvements (#725)", - "sha": "e3e0d0188b2174949965483a18da2f8b94a9247c", + "author": 3526167, + "message": "add postgres and redis addon", + "sha": "64b00b25bc97527131b0d988e17a59c3f3fc4105", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-08-11T09:34:03Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-08T15:27:05Z" }, { - "author": 12408980, - "message": "chore: enable herms in android (#724)", - "sha": "919a77e981cbcd00723532a72cc8495048c09cf7", + "author": 3526167, + "message": "fix supervisord", + "sha": "1cdfc57f44f6fb69fab46caa589fc2a524b4dc54", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-08-04T04:43:09Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-08T15:23:24Z" }, { - "author": 12408980, - "message": "fix: Sort messages by created date (#722)", - "sha": "19acaaae4af7107ac5623b4e38e0b551721862a6", + "author": 3526167, + "message": "fix permissions and supervisord conf", + "sha": "246ad52be5259fbcb12dd0c19eacd84fe9784d06", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-08-03T06:22:53Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-08T14:07:03Z" }, { - "author": 12408980, - "message": " fix: Attachment cropping in full screen (#721)", - "sha": "2a3dc36e36e0a63d5ed5dac6386b00d997ca2406", + "author": 3526167, + "message": "add id to cloudronmanifest", + "sha": "8893549653a0b8dce32fd978e0a4e44ce6323741", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-07-27T07:35:06Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-08T13:35:41Z" }, { - "author": 12408980, - "message": "feat: Refresh conversations and messages when the app start from the b.g (#720)", - "sha": "dffd85978dbce2a1651af66119195c838dfd9a3d", + "author": 3526167, + "message": "add supervisord configs", + "sha": "0805700a3825cfa5ae84dfd17a32736b00e65f27", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-07-24T16:05:46Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-08T13:32:07Z" }, { - "author": 49699333, - "message": "chore: Bump tough-cookie from 4.1.2 to 4.1.3 (#716)\n\nBumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.\r\n- [Release notes](https://github.com/salesforce/tough-cookie/releases)\r\n- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: tough-cookie\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Muhsin Keloth ", - "sha": "827787fa26d55071576c2b646f901e6ae94cc492", + "author": 3526167, + "message": "add make file", + "sha": "040bfa0af3d872aa7d326df4ed9369d9808c01cb", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-07-24T02:21:14Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-08T12:53:47Z" }, { - "author": 49699333, - "message": "chore: Bump word-wrap from 1.2.3 to 1.2.4 (#718)\n\nBumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.\r\n- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)\r\n- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: word-wrap\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "3fce10cbac51d97a714ae8c2175caab814d1d85c", - "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-07-24T02:21:00Z" - }, - { - "author": 49699333, - "message": "chore: Bump semver from 5.7.1 to 5.7.2 (#717)\n\nBumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.\r\n- [Release notes](https://github.com/npm/node-semver/releases)\r\n- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)\r\n- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: semver\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "79feb398fef8102fbbe419e5006850d30ee66853", + "author": 3526167, + "message": "init dockerfile and supervisord", + "sha": "e892bee55aca8a5ffe470a59ebbf47e08c8916f4", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-07-11T23:28:33Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-06T15:00:12Z" }, { - "author": 64252451, - "message": "build: Version 1.10.1 (#715)", - "sha": "db5ca8a10e7ffab0e48597f2b63e2be689125b7d", + "author": 3526167, + "message": "add license", + "sha": "b7805110bfb42d435bafeb9e9268c7d0aac2d6f6", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-07-11T23:27:42Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-02T14:04:11Z" }, { - "author": 12408980, - "message": "chore: Bump version to 1.10.0 (#714)", - "sha": "76bab8f1decfa48b71814e1a05b5ee0d9dbcdc2a", + "author": 3526167, + "message": "init", + "sha": "5f4f4f1b1ff44e20fde4421f0ddfcd0bd89997bb", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-28T08:16:59Z" + "repoName": "cloudron-chatwoot", + "createdAt": "2021-09-02T14:01:02Z" }, { - "author": 12408980, - "message": "Merge branch 'release/1.10.0'", - "sha": "c54450a91f055abb41a9cad6255821e652af8010", + "author": 2246121, + "message": "feat: Add a util for splitting name (#36)\n\n* feat: Add a util for splitting name\r\n\r\n* v0.0.29\r\n\r\n* Update eslint\r\n\r\n* Update export\r\n\r\n* v0.0.30", + "sha": "72e7abfd285955341abbc62aaf74810c8d1a7987", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-28T08:13:47Z" + "repoName": "utils", + "createdAt": "2024-12-03T04:20:44Z" }, { - "author": 12408980, - "message": "Bump version to 1.10.0", - "sha": "4d40ba96d904f6392d6eab0553dc3879f34753fe", + "author": 64252451, + "message": "fix: Missing export for `fileNameWithEllipsis` helper (#35)", + "sha": "4a7209db39868ab4e7d96917e184f8dd02424f5e", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-28T08:13:18Z" + "repoName": "utils", + "createdAt": "2024-11-21T07:10:29Z" }, { - "author": 12408980, - "message": "fix: Support all types conversation links in deep linking (#713)", - "sha": "f91535f66bda9b38f38e05dc931e00305a19994b", + "author": 64252451, + "message": "feat: Add `fileNameWithEllipsis` helper (#34)", + "sha": "08bd1ad61abef13a2d370e94ed2ea17299ae721d", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-28T06:32:19Z" + "repoName": "utils", + "createdAt": "2024-11-21T06:39:16Z" }, { - "author": 64252451, - "message": "feat: Ability to update conversation participants (#711)\n\nCo-authored-by: Muhsin Keloth ", - "sha": "a13369fe931464c1e999a8388d5488bba1683bf5", + "author": 18097732, + "message": "chore: update package version (#33)", + "sha": "f042423ce49997831f50f6432978d8acc0d7fe5e", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-26T06:08:31Z" + "repoName": "utils", + "createdAt": "2024-05-09T13:28:24Z" }, { - "author": 64252451, - "message": "feat: Ability to see conversation participants (#708)\n\nCo-authored-by: Muhsin Keloth ", - "sha": "a2a2357f850ae104487d05b548fc3784a3a9522d", + "author": 18097732, + "message": "feat: handle empty contact attributes (#32)\n\n* feat: handle empty contact attributes\r\n\r\n* fix: condition\r\n\r\n* feat: add nullish check for conversationCustomAttributes", + "sha": "c4aec665476a2b30610b51c0e6d455fd6e626578", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-22T06:25:38Z" + "repoName": "utils", + "createdAt": "2024-05-09T11:50:35Z" }, { "author": 12408980, - "message": "feat: Add search functionality for canned responses (#707)", - "sha": "95975ea43518875c603dcf8847ec0c0d5cae0b45", + "message": "chore: v0.0.24", + "sha": "c90ccb4edfe1d40364bc6a4cb59d7d640b43cf82", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-22T05:51:48Z" + "repoName": "utils", + "createdAt": "2024-04-17T09:51:20Z" }, { "author": 12408980, - "message": "feat: Add the option to change conversation priority (#709)\n\nCo-authored-by: iamsivin ", - "sha": "5c27a983bc13873a6f7b278af3811bccaa217fd5", + "message": "feat: Add SLA helpers (#31)\n\n* feat: Add SLA helpers\r\n\r\n* chore: add specs\r\n\r\n* chore: add specs\r\n\r\n* fix: specs\r\n\r\n* Update canned.test.ts", + "sha": "425ec2ec0477354abb5fb911056eb850f74b8f68", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-22T05:49:13Z" + "repoName": "utils", + "createdAt": "2024-04-17T06:51:58Z" }, { - "author": 64252451, - "message": "feat: Improved canned response list design (#704)\n\nCo-authored-by: Muhsin Keloth ", - "sha": "45257450f0c31496f07d9cf0f59e8c95ef3eb89f", + "author": 3526167, + "message": "chore: refactor method to return empty if time is null (#30)\n\n* chore: refactor method to return empty if time is null\r\n\r\n* chore: refactor\r\n\r\n* chore: fix spec\r\n\r\n* chore: fix spec", + "sha": "836dada0db7eb7180499f33fb6aa5d37b8c9251d", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-19T08:47:01Z" + "repoName": "utils", + "createdAt": "2024-04-03T08:50:32Z" }, { - "author": 12408980, - "message": "fix: First time login button click (#705)", - "sha": "5f3bf67c11f4586f1ba51604ad2fc6fee6880972", + "author": 3526167, + "message": "chore: export convertSecondsTotTimeUnit func (#29)\n\n* chore: export convertSecondsTotTimeUnit func\r\n\r\n* chore: Publish v0.0.23\r\n\r\n---------\r\n\r\nCo-authored-by: Muhsin Keloth ", + "sha": "1a13aa1c64a58842781a7f8638cd92cabb58042b", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-19T04:58:47Z" + "repoName": "utils", + "createdAt": "2024-02-22T17:32:12Z" }, { - "author": 12408980, - "message": "chore: Update minimum chatwoot version", - "sha": "6007fb36c76753ad10f5f902b8aa75acc7acbb3b", + "author": 3526167, + "message": "feat: add helper function to convert seconds to timeunits (#28)\n\n* feat: add helper function to convert seconds to timeunits\r\n\r\n* chore: add spec\r\n\r\n* chore: refactor\r\n\r\n* chore: improve spec coverage\r\n\r\n* chore: Publish v0.0.22\r\n\r\n---------\r\n\r\nCo-authored-by: Muhsin Keloth ", + "sha": "d2aa1474fbe2da433b6f137051b89255aa124962", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-15T07:57:54Z" + "repoName": "utils", + "createdAt": "2024-02-22T17:17:24Z" }, { - "author": 12408980, - "message": "feat: Add support for deleting messages (#703)", - "sha": "0cdd7a8d3e3f747f5891ec3915a96c386257ac07", + "author": 64252451, + "message": "fix: TypeError: Cannot read properties of undefined (reading 'replace') (#27)", + "sha": "1203c4d4f1c418f00890201c03e28d7c2a835e46", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-15T04:17:53Z" + "repoName": "utils", + "createdAt": "2024-01-08T09:08:59Z" }, { - "author": 64252451, - "message": "feat: Standardize Bottom Sheet (#701)\n\n* feat: Standardize Bottom Sheet\r\n\r\n* Android/iOS v1.9.21\r\n\r\n* chore: filter scroll padding\r\n\r\n* chore: Minor fixes\r\n\r\n---------\r\n\r\nCo-authored-by: Muhsin Keloth ", - "sha": "e833c5f59e13b3f679e4fd0e2f3fb719a3f080af", + "author": 12408980, + "message": "chore: fix lint issues", + "sha": "52780da3adfded64ca33b40a714b6c719103cfa1", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-05T05:29:52Z" + "repoName": "utils", + "createdAt": "2023-12-20T10:10:13Z" }, { "author": 12408980, - "message": "fix: Double click issue while selecting canned response (#702)", - "sha": "16c54f7e07f400f6338f75c08b721a792bb13b47", + "message": "chore: Bump version to v0.0.21", + "sha": "03e147a58eda2bc7815bd2f32ad35fcfa311f110", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-06-01T05:15:52Z" + "repoName": "utils", + "createdAt": "2023-12-20T07:29:27Z" }, { "author": 12408980, - "message": "fix: Add the support for block quotes (#700)\n\n* Fix block quote in messages\r\n\r\n* Update ReplyBox.js", - "sha": "81359aff228c810f6c66b771dbcac050b654c0e2", + "message": "Merge branch 'main' of https://github.com/chatwoot/utils", + "sha": "3b0d5a61b6862f41c9e65cda61e8552a5570508a", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-31T06:49:01Z" + "repoName": "utils", + "createdAt": "2023-12-20T07:29:02Z" }, { "author": 12408980, - "message": "feat: Add sort filter for conversations (#699)", - "sha": "b1caee21bb267b46d85b475f548ad04a7fef06b4", + "message": "chore: Handle boolean type variables", + "sha": "928674763a63ba2dc3eafe7ef8bcbf671256ff10", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-29T08:26:33Z" + "repoName": "utils", + "createdAt": "2023-12-20T07:29:00Z" }, { "author": 64252451, - "message": "feat: Notification preferences bottom sheet (#697)", - "sha": "ef279b9907fbcf9833f8d80389a0af11379dab4f", + "message": "fix: Exports typing status utils (#26)", + "sha": "602de3f3739688f1e1503d9df0a078114af143c8", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-26T11:30:14Z" + "repoName": "utils", + "createdAt": "2023-12-20T07:28:16Z" }, { "author": 64252451, - "message": "feat: Priority Items icons (#698)", - "sha": "7b0f9cdb5ccaf1d14b7ff6209e0030610339b058", + "message": "feat: Add typing indicator utility (#25)\n\n* feat: Add typing indicator utility\r\n\r\n* chore: Update version", + "sha": "ae83040278dc0b40b1b5a05f26c7289c721367a1", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-26T06:26:56Z" + "repoName": "utils", + "createdAt": "2023-12-20T04:20:38Z" }, { "author": 12408980, - "message": "doc: chore: Bumps minimum supported chatwoot version to 2.16.0", - "sha": "6797ac485a180054ce4d8a72e690caf2d443f9e6", + "message": "Update canned.ts", + "sha": "697b7755292488a80ef255d545db3f3cfb14848b", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-25T04:08:43Z" + "repoName": "utils", + "createdAt": "2023-12-19T06:20:17Z" }, { "author": 12408980, - "message": "fix: Fix rendering mentions conversation screen (#696)", - "sha": "7ff4aca258ab11948150743660b4a4a865444324", + "message": "fix: contact custom attributes (#24)", + "sha": "2c35fd27c66876dc3d9e73e35e37de6d1f662c18", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-24T09:05:45Z" + "repoName": "utils", + "createdAt": "2023-12-19T05:56:13Z" }, { "author": 12408980, - "message": "chore: Bumps @chatwoot/react-native-widget to `0.0.14`", - "sha": "04d69667078e347334035f923d90229988d50d92", + "message": "feat: Add custom attribute variables (#23)\n\n* feat: add custom variables\r\n\r\n* chore: bump version", + "sha": "a0bd0512bfdfbd3912f03ce51473db8b48088ac1", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-23T10:09:18Z" + "repoName": "utils", + "createdAt": "2023-12-09T04:57:48Z" }, { "author": 12408980, - "message": "feat: Stability improvements (#695)", - "sha": "a8a481f21a3fef6e98ea9c441d56deef91343014", - "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-22T11:28:01Z" - }, - { - "author": 64252451, - "message": "feat: Network banner (#694)", - "sha": "57abaa4f4d84a5e571676a6481e78ffcbc600929", + "message": "fix: Provide a default to name if name is not present (#22)\n\n* fix: Provide a default to name if name is not present\r\n\r\n* Update package.json", + "sha": "c413ba9f41e97eb00a0870baba58192e6e86ea60", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-19T05:11:27Z" + "repoName": "utils", + "createdAt": "2023-05-03T04:08:09Z" }, { - "author": 64252451, - "message": "feat: Remove UI kitten (#693)", - "sha": "0645f643ae36a3cde99c21c80f3cf6aa85c1ef41", + "author": 12408980, + "message": "chore: Remove unused methods from export", + "sha": "8ea1172877aa14468b14653b3f2cff6ee4c8433a", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-19T05:10:30Z" + "repoName": "utils", + "createdAt": "2023-04-27T10:49:01Z" }, { - "author": 64252451, - "message": "feat: Remove UI kitten (#691)", - "sha": "c091cc579657c4fdfe6b0d953afb19fbe4b56612", + "author": 12408980, + "message": "feat: export variable methods", + "sha": "cf09bb6b8cd2a40c8bd7ba6b3d7471b027a382f0", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-18T06:18:24Z" + "repoName": "utils", + "createdAt": "2023-04-27T10:36:48Z" }, { - "author": 64252451, - "message": "feat: Remove UIKitten (#690)", - "sha": "f1ee2c6cbf481fe4fcb4044fa46d0ef7b9220cdc", + "author": 12408980, + "message": "feat: Add variable helpers for canned response (#21)", + "sha": "54956b47a74e4e47bae3107bd517f03a8926171d", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-17T09:34:25Z" + "repoName": "utils", + "createdAt": "2023-04-27T10:30:29Z" }, { - "author": 64252451, - "message": "feat: Remove `ui-kitten` in auth related screens (#689)", - "sha": "dee94f27cf2dab0495602b67278c0453b11f2382", + "author": 18097732, + "message": "feat: add math utilities for quantile computation (#20)\n\n* feat: add math functions\r\n\r\n* feat: add test for sort\r\n\r\n* feat: add test for clamp\r\n\r\n* chore: ignore coverage report\r\n\r\n* feat: add test for quantile\r\n\r\n* refactor: depend on sortAsc slice method\r\n\r\n* chore: bump version", + "sha": "bda6f47dd00bfaee3951cf7d3e44f3dffd09df67", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-15T12:05:02Z" + "repoName": "utils", + "createdAt": "2023-02-25T12:49:55Z" }, { - "author": 64252451, - "message": "chore: Bumps app version to 1.9.11 (#688)", - "sha": "9dbb47303bd3c9f23b7ce9dde0462ee84a342f32", + "author": 18097732, + "message": "chore: workflow to publish on release (#19)\n\n* chore: workflow to publish on release\r\n\r\n* chore: bump version\r\n\r\n* chore: upgrade packages", + "sha": "33c68c4eea1300ffa2d56cffc4b0b90741fed520", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-15T11:49:56Z" + "repoName": "utils", + "createdAt": "2023-02-02T08:44:26Z" }, { - "author": 64252451, - "message": "feat: Assign team improvements (#686)", - "sha": "7cd10d30bdaeb5d8c23a96e392ad92b0761cfb45", + "author": 18097732, + "message": "feat: add parseBoolean utils (#18)\n\n* fix: typo\r\n\r\n* feat: add parseBoolean\r\n\r\n* chore: allow wider boolean representations\r\n\r\n* chore: lint debounce", + "sha": "196c83727e72a298d5b83910d87e0db0086db4f6", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-11T07:34:37Z" + "repoName": "utils", + "createdAt": "2023-01-31T03:47:02Z" }, { "author": 12408980, - "message": "fix: Replace Image with FastImage", - "sha": "1c7b8f0f971018b62b956d4a7a84b75c44c8f89d", + "message": "chore: Pre commit configuration (#17)", + "sha": "a914a17ff5c8ef514215cc41b3dd642e06626919", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-11T05:33:51Z" + "repoName": "utils", + "createdAt": "2022-08-11T11:00:54Z" }, { - "author": 64252451, - "message": "feat: Agent Assignment in bottom sheet UI (#685)", - "sha": "258c6a8c4ab896ed4316d9a3bc16a3663d23dfbb", + "author": 12408980, + "message": "chore: Add categorisation in utils (#16)", + "sha": "e5cdd460e735861c8e9e300ab9eeb10c27809a84", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-08T09:15:12Z" + "repoName": "utils", + "createdAt": "2022-08-09T06:37:08Z" }, { - "author": 12408980, - "message": "Android/iOS v1.9.8", - "sha": "f82f6a76dd888a4c2a41c22c27eeedcdcee141a7", + "author": 1277421, + "message": "feat: Add `debounce` function (#14)\n\n* feat: adds debounce function\r\n\r\n* chore: Apply linter\r\n\r\n* chore: Bump version to v0.0.8\r\n\r\nCo-authored-by: Muhsin Keloth ", + "sha": "22f27f8876c02e3c8d05db667ff757086de8ac39", "orgName": "chatwoot", - "repoName": "chatwoot-mobile-app", - "createdAt": "2023-05-07T18:06:02Z" + "repoName": "utils", + "createdAt": "2022-08-09T04:22:01Z" }, { - "author": 12408980, - "message": "chore: fix peer dependencies versions", - "sha": "9c76b077e55a604cd9d53789ef3113524a8f605a", + "author": 2246121, + "message": "chore: Bump version to v0.0.7", + "sha": "11bb81783e63f1a7b30577ef805ad6bb9ea65138", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2024-10-14T17:02:19Z" + "repoName": "utils", + "createdAt": "2022-08-07T18:42:29Z" }, { - "author": 12408980, - "message": "chore: Remove default props (#45)", - "sha": "ec5f10e01b950b16faaa43a89c67514dee083690", + "author": 2246121, + "message": "chore: Add trimContent method (#15)", + "sha": "13250e7402b7dbdbd7275422bcfa853010ceca9d", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2024-09-27T05:36:17Z" + "repoName": "utils", + "createdAt": "2022-08-07T18:40:41Z" }, { - "author": 12408980, - "message": "feat: Update packages to latest version (#43)\n\n* feat: add the expo starter\r\n\r\n* feat: add all the source codes\r\n\r\n* chore: remove rn example\r\n\r\n* chore: update package version\\\r\n\r\n* chore: update example", - "sha": "85d18f05265c7b7458777777b374a5e434e251c3", + "author": 5848740, + "message": "chore: Upgrade version to 0.0.6 (#13)", + "sha": "fb441ea6095a92d0c88ca9606be19ee02a30b95d", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2024-09-05T05:43:18Z" + "repoName": "utils", + "createdAt": "2022-04-05T10:21:48Z" }, { - "author": 10048550, - "message": "Upgrade to react-native 0.72 (#39)\n\nUpgrades necessary to run react-native 0.72, compatible with expo SDK version 49.\r\nUpgrade peerDependencies async-storage and react-native-webview.\r\nUpgrade versions in examples. Run test.", - "sha": "1486a7f2b31224cfa63fb0c548a300bd34c8cc43", + "author": 5848740, + "message": "fix: Update formatTime helper (#12)\n\n* Add time format helper\r\n\r\n* update formatTime helper", + "sha": "093387a972268d741db1230a078e2a2d47fc0a2e", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2024-08-09T04:04:59Z" + "repoName": "utils", + "createdAt": "2022-04-05T10:07:16Z" }, { "author": 12408980, - "message": "Release v0.0.18", - "sha": "068ecc66d25cbf2e4be084907d7c42cddb8b5471", + "message": "Upgrade version to 0.0.5", + "sha": "e22e7e755129454eae4bf97669b797f6d6cc7906", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-08-09T08:13:36Z" + "repoName": "utils", + "createdAt": "2022-02-28T12:50:28Z" }, { - "author": 12408980, - "message": "fix: Fix light mode color", - "sha": "3260d5809880fce1ea825dc5076b499bb8715126", + "author": 5848740, + "message": "feat: Add time format helper (#11)\n\n\r\nCo-authored-by: Pranav Raj S ", + "sha": "ff2d3bc853ded4024a7c5720af7ed8aa1ae97614", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-08-09T08:12:34Z" + "repoName": "utils", + "createdAt": "2022-02-28T07:32:45Z" }, { "author": 12408980, - "message": "fix: Dark mode colors", - "sha": "d571d94e34b733b6b810d21bb429b77e0e0d80ac", + "message": "feat: Add date helpers (#10)", + "sha": "343e9c09037f51fca60254b3d2c28708aa7e83a5", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-08-08T14:52:10Z" + "repoName": "utils", + "createdAt": "2021-11-30T08:58:16Z" }, { - "author": 12408980, - "message": "fix: Articles are loading in external browser", - "sha": "53278295d7b76193e4c2b6c9bfbf7ffbd2d7a2a4", + "author": 2246121, + "message": "chore: Update the URL to utils.chatwoot.cm", + "sha": "0de55fa1b1daa9d8e51fd5e4107e405fa013760e", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-08-02T07:03:45Z" + "repoName": "utils", + "createdAt": "2021-06-05T12:52:13Z" }, { - "author": 12408980, - "message": "Fix article redirection", - "sha": "8e81ec8409794bd2b78f9ae44a82bde6394c8e07", + "author": 2246121, + "message": "chore: Change docs path (#9)", + "sha": "3540da3d28043904691764e7e1b4b988cb9438a5", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-08-02T07:01:15Z" + "repoName": "utils", + "createdAt": "2021-06-04T09:29:09Z" }, { "author": 12408980, - "message": "feat: Add dark theme support", - "sha": "cc6fc0c2c7fe87db644e0f6c9c662151cea27902", + "message": "chore: Add docs (#8)\n\n* add typedocs\r\n\r\n* add readme file", + "sha": "40e6ef7160ee1fe33ff8e8c3c2f8c3295ed65b14", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-05-23T09:35:50Z" + "repoName": "utils", + "createdAt": "2021-06-02T07:44:08Z" }, { "author": 12408980, - "message": "Update README.md", - "sha": "41daf9930a71b1d1425bb399c8c49605b1298637", + "message": "chore: Add docs", + "sha": "fef4eb4b94ffce84fca0709a7c48f677b177223e", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-05-23T09:31:01Z" + "repoName": "utils", + "createdAt": "2021-05-20T14:07:05Z" }, { "author": 12408980, - "message": "Update README.md", - "sha": "c9631b73f5c32be3b441737506027efeb72e3efd", + "message": "release: v0.0.3 (#5)", + "sha": "e3ac6fcb3f0ce51fc4bf7071ab2c0ffedfdfcf0f", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-05-23T09:27:24Z" + "repoName": "utils", + "createdAt": "2021-05-20T09:10:37Z" }, { "author": 12408980, - "message": "Update example project", - "sha": "aea5ca034316f02b13030058cba957e4916639a4", + "message": "feat: Add contrasting color helper (#4)", + "sha": "ba880debd9ff368a791b3122bc4b29d35343478f", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-05-23T09:23:06Z" + "repoName": "utils", + "createdAt": "2021-05-20T07:21:26Z" }, { "author": 12408980, - "message": "Code cleanups", - "sha": "5fbc83522314066e1e3f419c5d2279af68cde498", + "message": ":tada: first commit", + "sha": "d4a96234af36d44f05500d8c3ca3ad5b172b8651", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-05-23T03:35:29Z" + "repoName": "utils", + "createdAt": "2021-05-20T06:48:56Z" }, { - "author": 2246121, - "message": "Use colorScheme", - "sha": "075f0306ff75922c4a90a6deb4675362c04feaae", + "author": 73185, + "message": "Merge branch 'release/3.16.0' into develop", + "sha": "9279175199e15bc5ef2e15083b1d6f2110f96e61", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-05-22T22:45:59Z" + "repoName": "chatwoot", + "createdAt": "2024-12-17T17:33:32Z" }, { - "author": 2246121, - "message": "Add COLOR_SCHEME", - "sha": "606fc5a98bbb361407fc3953b8ba71fb45aacf55", + "author": 73185, + "message": " Bump version to 3.16.0", + "sha": "361878d346411799fdba57663d351621cd119d2d", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-05-22T22:24:07Z" + "repoName": "chatwoot", + "createdAt": "2024-12-17T17:32:59Z" }, { - "author": 12408980, - "message": "Update package.json", - "sha": "a70d1ea9568a388a92d91c0b3b6118b098e0c99d", + "author": 64252451, + "message": "chore: Adds the ability to remove labels from label card (#10591)", + "sha": "2a4c0dfa2a21bd537d0889cde77114158264a31e", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-05-22T19:20:42Z" + "repoName": "chatwoot", + "createdAt": "2024-12-17T13:13:36Z" }, { - "author": 12408980, - "message": "Replace darkMode with theme", - "sha": "b62d52e49f13c088227a74d4b187be9dea767719", + "author": 64252451, + "message": "feat(v4): Compose a new conversation from a phone number. (#10568)", + "sha": "6b348da807ef62399a4b20968bb1a2dfd280242f", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-05-22T19:17:59Z" + "repoName": "chatwoot", + "createdAt": "2024-12-17T12:37:58Z" }, { - "author": 12408980, - "message": "Add dark theme support", - "sha": "974195768d140e8ef3e97c3ed161d916a17b3598", + "author": 9611224, + "message": "fix: Dotenv::Railtie is deprecated (#10515)\n\nhttps://github.com/bkeepers/dotenv/pull/468\n\nRenames Dotenv::Railtie => Dotenv::Rails\n\nCo-authored-by: Sojan Jose ", + "sha": "96ae298464ca74352e14a4f7e340b27829238760", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-05-22T19:00:05Z" + "repoName": "chatwoot", + "createdAt": "2024-12-17T11:50:44Z" }, { - "author": 12408980, - "message": "Merge pull request #27 from chatwoot/fix/close-modal\n\nfix: Back button close issue RN `v070.x`", - "sha": "aef899993376197b6461a6bd8ecb5012c576a52b", + "author": 64252451, + "message": "feat: Add support for Arcade videos on articles (#10585)\n\nFixes\r\nhttps://linear.app/chatwoot/issue/CW-3779/add-support-for-arcade-videos-on-articles-loom-alternative\r\n\r\n**Loom video**\r\n\r\nhttps://www.loom.com/share/917bdecb4eaf4d3f9782b4fa84ee4bd4?sid=d11f0d71-0cf5-424a-9268-9d9fb3797ee2\r\n\r\n\r\nCo-authored-by: Sojan Jose ", + "sha": "932244a1ec5bd0b06ed0a06c0658ede08f5654dd", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-01-27T09:22:44Z" + "repoName": "chatwoot", + "createdAt": "2024-12-17T11:47:42Z" }, { - "author": 12408980, - "message": "Fix close modal issue", - "sha": "d4646a5e632aa9d5dd553cdc6ba94f91a2ab413a", + "author": 2246121, + "message": "fix: Update old data to fix login issues (#10594)\n\nThe following lines caused issues for some users, specifically those who\r\nsigned up in 2021 when audio alerts were implemented as a flag. The data\r\ntype update for the flag was not handled correctly. This PR fixes the\r\nissue by updating it to a compatible value.\r\n\r\n\r\nhttps://github.com/chatwoot/chatwoot/blob/9410b3bcbbb7aba4b790f33bea52a430bf69466c/app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js#L76-L81", + "sha": "d69571f6f8b63c66bbbc1c94287b5095be23c6f2", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2023-01-27T09:14:46Z" + "repoName": "chatwoot", + "createdAt": "2024-12-17T11:47:11Z" }, { - "author": 12408980, - "message": "Release v0.0.9", - "sha": "2173b42356579ae65e292146867405376d6c6a38", + "author": 73185, + "message": "fix: Contact form breaks if name is empty (#10597)\n\n- Handles the case where the form and contact display page breaks if\r\nname is `null`", + "sha": "1d88e0dd2851ae2ac948ca9d4d633c4fb6e700d8", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-11-29T05:40:51Z" + "repoName": "chatwoot", + "createdAt": "2024-12-17T11:46:50Z" }, { - "author": 12408980, - "message": "chore: Bump version from `0.0.7` to `0.0.8`", - "sha": "aca3c8c0b2ba4bc62137ff04e5375facb45911c0", + "author": 18097732, + "message": "feat: validate query conditions (#10595)\n\nQuery conditions can take in arbitrary values, this can cause SQL\r\nerrors. This PR fixes it", + "sha": "b34dac7bbe3c910186083b680e51aad5ea60b44b", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-11-25T06:41:49Z" + "repoName": "chatwoot", + "createdAt": "2024-12-17T11:46:37Z" }, { - "author": 12408980, - "message": "Update README.md", - "sha": "8aeb8403d2072295b5de803e510276bc04a97423", + "author": 3526167, + "message": "chore: pin bundler version to 2.5.x in circleci (#10596)", + "sha": "e3109dbb22746ebc2668444e2471251f871dcb1d", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-11-25T05:49:18Z" + "repoName": "chatwoot", + "createdAt": "2024-12-17T11:01:55Z" }, { - "author": 12408980, - "message": "Release v0.0.8", - "sha": "bf6c10a72762384ffc666105f7796e7043a51f89", + "author": 3526167, + "message": "feat: add multiarch arm64 support in ce docker images (#10582)", + "sha": "9410b3bcbbb7aba4b790f33bea52a430bf69466c", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-11-25T05:44:50Z" + "repoName": "chatwoot", + "createdAt": "2024-12-16T11:23:01Z" }, { - "author": 12408980, - "message": "Merge pull request #23 from chatwoot/fix/8-clicking-images-redirect-new-page\n\nfix: Redirect new page when click on attachments", - "sha": "603c141117bb1b475c9f89c5a48134c7a6aa86ef", + "author": 64252451, + "message": "feat: Insert captain response to reply editor (#10581)", + "sha": "9220afce6e75b528cca85e7cd5764e0bc1e616da", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-11-24T09:42:50Z" + "repoName": "chatwoot", + "createdAt": "2024-12-13T09:43:16Z" }, { - "author": 12408980, - "message": "Fix attachments click", - "sha": "c9ddb3693ac3d8452ba40b37bfde970f7c1902cd", + "author": 18097732, + "message": "feat: Add new message bubbles (#10481)\n\n---------\n\nCo-authored-by: Pranav ", + "sha": "19ff5bdd5e53c576edef43b07ab171f46fcdcfdd", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-11-24T09:39:48Z" + "repoName": "chatwoot", + "createdAt": "2024-12-13T01:42:22Z" }, { - "author": 12408980, - "message": "fix: Remove hard coded locale", - "sha": "276eba3c9b4e65b45f19903b2b6250710c02b273", + "author": 64252451, + "message": "fix: Chat list header overflow issue (#10577)\n\n# Pull Request Template\r\n\r\n## Description\r\n\r\nThis PR fixes the overflow issue with the chat list header title.\r\n\r\n## Type of change\r\n\r\n- [x] Bug fix (non-breaking change which fixes an issue)\r\n\r\n## How Has This Been Tested?\r\n\r\n**Before**\r\n\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/e46f6daf-e2f3-4f1c-ba33-00a932d7788f\"\r\n/\r\n\r\n\r\n**After**\r\n\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/d45808aa-ebbd-47e4-be32-f643c22b363f\"\r\n/\r\n\r\n\r\n\r\n## Checklist:\r\n\r\n- [x] My code follows the style guidelines of this project\r\n- [x] I have performed a self-review of my code\r\n- [ ] I have commented on my code, particularly in hard-to-understand\r\nareas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [x] My changes generate no new warnings\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [x] New and existing unit tests pass locally with my changes\r\n- [ ] Any dependent changes have been merged and published in downstream\r\nmodules", + "sha": "67e52d7d512b37a6ca4c2fdfae4d83153ccea78d", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-11-24T09:36:18Z" + "repoName": "chatwoot", + "createdAt": "2024-12-12T07:52:52Z" }, { - "author": 12408980, - "message": "Remove hard coded locale", - "sha": "da4bb4b81f79c2ff06b8b8a6d65e45b38b924f2a", + "author": 64252451, + "message": "chore: Update chat list header UI (#10573)", + "sha": "757fac79d1e59527f9f039c450bc924529e0e174", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-11-24T09:30:23Z" + "repoName": "chatwoot", + "createdAt": "2024-12-12T04:42:07Z" }, { - "author": 12408980, - "message": "fix: Use full screen design for the modal", - "sha": "89c68020efa9a88550e60ecf3e08928c8bcdbb1d", + "author": 64252451, + "message": "chore: Remove unused files in contact (#10570)", + "sha": "86d37622c84289e1d0b2c945dc541eb5f6383984", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-10-25T05:53:05Z" + "repoName": "chatwoot", + "createdAt": "2024-12-12T03:29:24Z" }, { - "author": 12408980, - "message": "Release v0.0.7", - "sha": "14f96a8998f5a40c619053287e6671f1e2133762", + "author": 18097732, + "message": "fix: links rendering in sidebar profile (#10574)\n\nThis pull request includes several changes to the `DropdownItem.vue` and `SidebarProfileMenu.vue` components to improve the handling of links.\r\n\r\nEarlier we passed the link `/super_admin` to RouterLink directly, which would trigger validations internally and the dropdown item would not render in case of any errors. This PR fixes this by handling the native links appropriately\r\n\r\nFixes #10571", + "sha": "99c699ea3466fe0cfdcc72e8b424ceea738929f5", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-10-25T05:52:30Z" + "repoName": "chatwoot", + "createdAt": "2024-12-12T01:42:46Z" }, { - "author": 12408980, - "message": "Fix prop name", - "sha": "d882a8a17f01e6dbb2f4be56755b697d79caf306", + "author": 2246121, + "message": "fix: Update design of the conversation sidebar, chatlist (#10572)\n\n- Increase the sidebar and chatlist width on screens bigger than 2xl\n- Fix background of the copilot sidebar\n- Increase the breakpoint for hiding chatlist from 1024 to 1200", + "sha": "a3290bfd42ab6bd836ebe4a5abc39b5bc62f35bc", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-10-25T05:42:21Z" + "repoName": "chatwoot", + "createdAt": "2024-12-11T16:06:21Z" }, { - "author": 2246121, - "message": "Use full screen design for the modal", - "sha": "bd3d9ce9a00e4cbbca2725392f2623d2c38d8818", + "author": 49699333, + "message": "chore(deps): bump actionpack from 7.0.8.5 to 7.0.8.7 (#10569)\n\nBumps [actionpack](https://github.com/rails/rails) from 7.0.8.5 to\n7.0.8.7.\n
\nRelease notes\n

Sourced from actionpack's\nreleases.

\n
\n

7.0.8.7

\n

Active Support

\n
    \n
  • No changes.
  • \n
\n

Active Model

\n
    \n
  • No changes.
  • \n
\n

Active Record

\n
    \n
  • No changes.
  • \n
\n

Action View

\n
    \n
  • No changes.
  • \n
\n

Action Pack

\n
    \n
  • \n

    Add validation to content security policies to disallow spaces and\nsemicolons.\nDevelopers should use multiple arguments, and different directive\nmethods instead.

    \n

    [CVE-2024-54133]

    \n

    Gannon McGibbon

    \n
  • \n
\n

Active Job

\n
    \n
  • No changes.
  • \n
\n

Action Mailer

\n
    \n
  • No changes.
  • \n
\n

Action Cable

\n
    \n
  • No changes.
  • \n
\n

Active Storage

\n
    \n
  • No changes.
  • \n
\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 778eab8\nPreparing for 7.0.8.7 release
  • \n
  • cb16a3b\nAdd CSP directive validation
  • \n
  • bc979c5\nPreparing for 7.0.8.6 release
  • \n
  • See full diff in compare\nview
  • \n
\n
\n
\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actionpack&package-manager=bundler&previous-version=7.0.8.5&new-version=7.0.8.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the\n[Security Alerts\npage](https://github.com/chatwoot/chatwoot/network/alerts).\n\n
\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "ccb117d36a2d97135f8a8a26d2d412189f3cf477", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-10-24T21:11:40Z" + "repoName": "chatwoot", + "createdAt": "2024-12-11T02:53:43Z" }, { - "author": 12408980, - "message": "chore: Add typescript typings\n\nchore: Add typescript typings", - "sha": "da19c5da3aed5edfcdd96dc574dd5e9014e84cdc", + "author": 2246121, + "message": "feat(ee): Add copilot integration (v1) to the conversation sidebar (#10566)", + "sha": "10a03339801492ab9fa91ed513770c6dbe7be031", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2022-03-31T06:17:47Z" + "repoName": "chatwoot", + "createdAt": "2024-12-10T23:36:48Z" }, { - "author": 12408980, - "message": "Delete screenshot.png", - "sha": "7c0bff4199433da9357a77032269aeb77a3061e6", + "author": 3526167, + "message": "fix: RemoveStaleRedisKeys service (#10562)\n\nFixes issues with RemoveStaleRedisKeys service\r\n\r\nCo-authored-by: Sojan ", + "sha": "9a405d65baa3f79913971f4aa35e5ff5c98a3f39", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-11-30T07:21:50Z" + "repoName": "chatwoot", + "createdAt": "2024-12-10T19:38:25Z" }, { - "author": 12408980, - "message": "Delete npm-publish.yml", - "sha": "1b22e8920645e07359cb619bd8bd440b9ef9b616", + "author": 64252451, + "message": "feat: Flag icon component (#10564)", + "sha": "1b0e94ec95a43b814d39ef17aab446db435c552e", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-11-30T07:21:27Z" + "repoName": "chatwoot", + "createdAt": "2024-12-10T06:23:24Z" }, { - "author": 12408980, - "message": "Merge pull request #18 from chatwoot/main\n\nMain", - "sha": "012bf53a9f8070f4fa4487db14083fce009bfaa3", + "author": 49699333, + "message": "chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#10565)\n\nBumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.\r\n
\r\nChangelog\r\n

Sourced from nanoid's\r\nchangelog.

\r\n
\r\n

3.3.8

\r\n
    \r\n
  • Fixed a way to break Nano ID by passing non-integer size (by @ā€‹myndzi).
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 3044cd5\r\nRelease 3.3.8 version
  • \r\n
  • 4fe3495\r\nUpdate size limit
  • \r\n
  • d643045\r\nFix pool pollution, infinite loop (#510)
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nanoid&package-manager=npm_and_yarn&previous-version=3.3.7&new-version=3.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/chatwoot/chatwoot/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "aebcbb63e489921c53c297964ea45db1400480e1", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-11-30T07:19:51Z" + "repoName": "chatwoot", + "createdAt": "2024-12-10T01:48:46Z" }, { - "author": 12408980, - "message": "Merge branch 'develop'", - "sha": "440537f70e5051cac6d81907b95298935faf0f84", + "author": 9892674, + "message": "feat: Ability to lock the conversation to a single thread in API channels (#10329)\n\nAdded the possibility to mark as a single conversation in the API type\r\ninbox. This allows the conversation builder to search for the last\r\nconversation.\r\nI thought about searching for the last conversation with created_at:\r\ndesc order, as is done in some channels... but I didn't change the way\r\nthe conversation is searched.\r\n\r\nFixes: #7726 \r\n\r\nCo-authored-by: Sojan Jose ", + "sha": "472f6d9345fa6cfafb07e055b2931026988cc1d7", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-11-30T07:18:44Z" + "repoName": "chatwoot", + "createdAt": "2024-12-09T15:36:17Z" }, { - "author": 12408980, - "message": "Release v0.0.06", - "sha": "e8ffdda66b2e1fbcc752dab42710e7f333e335f3", + "author": 18097732, + "message": "fix: sidebar collapsed on reload (#10561)\n\nWhen reloading a page, the sidebar item that is actively selected is\r\ncollapsed by default. This PR fixes it by expanding it on reload", + "sha": "2ce7c8b84544b7d2ba13fc66618543e83bd348bc", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-11-30T07:01:16Z" + "repoName": "chatwoot", + "createdAt": "2024-12-09T10:29:26Z" }, { - "author": 12408980, - "message": "Merge pull request #16 from 1t5j0y/develop\n\nchore: Remove modal swipe support", - "sha": "247433dbd62eb1fe038c5039503942a8b468af92", + "author": 64252451, + "message": "fix: Remove duplicate contactable inbox in the conversation form (#10554)\n\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", + "sha": "d902bb1d6f890e8b8edcf465171721a9bd803c48", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-11-30T06:21:45Z" + "repoName": "chatwoot", + "createdAt": "2024-12-06T20:31:01Z" }, { - "author": 12408980, - "message": "Merge pull request #17 from chatwoot/chore/examples-build-fail\n\nchore: Fix example folder build", - "sha": "e57ccbab924b9aee44626f212b22f04213d5477f", + "author": 64252451, + "message": "fix: New compose conversation form (#10548)", + "sha": "1b430ffae244a1c745d1be84dcc1d2e3f46054ff", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-11-30T06:15:44Z" + "repoName": "chatwoot", + "createdAt": "2024-12-06T10:10:06Z" }, { - "author": 12408980, - "message": "Fix examples build issue", - "sha": "07580786c2a9a0eab448da0108c3f0b36e790225", + "author": 64252451, + "message": "fix: Fix issues with contact routes in old navigation sidebar (#10547)", + "sha": "afb3e3e649dbd68c6c8298ba19686a6cb93f10e0", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-11-30T06:13:59Z" + "repoName": "chatwoot", + "createdAt": "2024-12-06T06:46:57Z" }, { - "author": 54208632, - "message": "Remove modal swipe support", - "sha": "cba7c37bb842c4f3caed6453f5c75dfa8f5504ff", + "author": 18097732, + "message": "feat: Throttle meta request for large chat size (#10518)\n\nFor large accounts with huge volumes of messages, it can be very\r\nwasteful to make the meta request so often. It also puts un-necessary\r\nload on the DB bombarding it with so many requests. This PR fixes it by\r\nthrottling the requests to 5 seconds for all users with more than 1000\r\naccessible chats.\r\n\r\n### Why not cache this value in the backend?\r\n\r\nWell, it's a bit tricky, since a user can have different permissions\r\nover inboxes and can see different chats, maintaining a cache for each\r\nof them is not effective, besides the requests will reach the server\r\nanyway.", + "sha": "3fd585f40b477efad373a518eb87918c6c591f30", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-11-11T11:34:50Z" + "repoName": "chatwoot", + "createdAt": "2024-12-06T06:35:30Z" }, { - "author": 5902976, - "message": "add custom attributes and change optionals", - "sha": "1f1a68d8246ec5c1034c3093229816797c13f55c", + "author": 64252451, + "message": "feat(v4): Compose new conversation without multiple clicks (#10545)\n\n---------\r\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", + "sha": "b116ab5ad3fb11a8b594eae5ff9a5b4aa844ef86", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-06-12T19:22:25Z" + "repoName": "chatwoot", + "createdAt": "2024-12-06T04:16:29Z" }, { - "author": 5902976, - "message": "chore: add typescript typings", - "sha": "153ba81c1023125a17ed8ef0fe9f8fe9af5dbd6f", + "author": 64252451, + "message": "feat: Add compose conversation components (#10457)\n\n\r\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", + "sha": "67c90231b66a9351ac2d423e7800b4c969cc4c6c", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-06-12T19:03:46Z" + "repoName": "chatwoot", + "createdAt": "2024-12-06T00:31:47Z" }, { - "author": 12408980, - "message": "update doc", - "sha": "7e6a97f36110d4cf977c1e6b5383124145ace834", + "author": 64252451, + "message": "chore: Fix issues with Contact pages (#10544)", + "sha": "41106bccb7923ab9de390c30be5864b2f40b453b", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-26T10:32:30Z" + "repoName": "chatwoot", + "createdAt": "2024-12-05T22:24:10Z" }, { - "author": 12408980, - "message": "update doc", - "sha": "f98ab70330e3136ede0c2249094ef8e4cd7f68e5", + "author": 18097732, + "message": "feat: update notification settings (#10529)\n\nhttps://github.com/user-attachments/assets/52ecf3f8-0329-4268-906e-d6102338f4af\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", + "sha": "cdff624a0a33842d7760cf299dd36c2c727eb628", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T14:06:55Z" + "repoName": "chatwoot", + "createdAt": "2024-12-05T13:35:04Z" }, { - "author": 12408980, - "message": "bump the version to 0.0.5", - "sha": "17395a9623bc492e23015f3e0a07863829a79d94", + "author": 64252451, + "message": "fix: Fetch assignable agents in expanded layout (#10540)", + "sha": "d635be4b2a8eb1d0045b9d2e5a773fa405598fc5", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T13:58:44Z" + "repoName": "chatwoot", + "createdAt": "2024-12-05T05:26:00Z" }, { - "author": 12408980, - "message": "update screenshot", - "sha": "5bbe2541d750f7e7eaa224eefd3b7dbedc1c4ce7", + "author": 64252451, + "message": "fix: Reset contact attributes when form is updated (#10539)", + "sha": "f7b0d5dbe2243ceaf784b587586993b860049418", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T13:58:44Z" + "repoName": "chatwoot", + "createdAt": "2024-12-05T05:25:28Z" }, { - "author": 12408980, - "message": "update example", - "sha": "f05001987df02d792aebd6e5c91fe9aaac9e5dff", + "author": 64252451, + "message": "fix: Fix issue with profile picture not updating (#10532)\n\nThis PR resolves the issue with updating the profile picture in the profile settings.\r\n\r\n**Cause of issue**\r\nThe issue can be reproduced with the old `ProfileAvatar.vue` component.\r\nWhile the exact reason is unclear, it seems related to cases where the\r\nfile might be `null`.\r\n\r\n**Solution**\r\nReplaced the old `ProfileAvatar.vue` with `Avatar.vue` and tested it. It\r\nworks fine. Iā€™ve attached a loom video below.\r\n\r\nFixes https://linear.app/chatwoot/issue/CW-3768/profile-picture-bug\r\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", + "sha": "3edc0542cc0f5e3a91e53412c8fa208e09ab77e6", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T13:58:44Z" + "repoName": "chatwoot", + "createdAt": "2024-12-04T23:02:29Z" }, { - "author": 12408980, - "message": "fix the event type bug", - "sha": "2d38946794427b3adb49d020f2e32b26f94e2deb", + "author": 64252451, + "message": "fix: Update contact details page errors (#10536)\n\nCo-authored-by: Pranav ", + "sha": "bf58a18af42542a68d837a276f3982bdad04d8e6", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T13:58:44Z" + "repoName": "chatwoot", + "createdAt": "2024-12-04T21:58:53Z" }, { - "author": 12408980, - "message": "bump the version to 0.0.5", - "sha": "f2f5752942816899b2b97f2a18414dcce5769141", + "author": 18097732, + "message": "fix: Update UI issues with sidebar (#10535)\n\nThis PR fixes a few UI issues with the sidebar\r\n\r\n1. `z-index` issues with sidebar dropdowns\r\n2. Move the event listener to the root of the dropdown container, it\r\nallows more consistent behaviour of the trigger, earlier the click on\r\nthe trigger when the dropdown was open would cause the container to\r\nre-render\r\n3. Use `perserve-open` for the status switcher menu item in the profile\r\nmenu.\r\n4. Use `sessionStorage` instead of `localStorage` to preserve sidebar\r\ndropdown info. When opening the dashboard without directly going to a\r\nspecific route, any previous known item would get expanded even if it's\r\nlink was not active, this caused issues across tabs too, this fixes it.\r\n5. Use `snakeCaseKeys` instead of `decamelize` we had two packages doing\r\nthe same thing\r\n6. Update `vueuse` the new version is vue3 only", + "sha": "9b6830a610496be4e03b95fa52ee4adf1110c390", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T13:56:39Z" + "repoName": "chatwoot", + "createdAt": "2024-12-04T21:48:12Z" }, { - "author": 12408980, - "message": "update screenshot", - "sha": "bda699e7c4e1f0b654a18e09349829c3742ec3ac", + "author": 64252451, + "message": "feat(v4): Add new contact details screen (#10504)\n\n\r\n\r\nCo-authored-by: Pranav ", + "sha": "769b7171f47195b2fa31b616e0fb5b66a71d1e0f", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T13:56:27Z" + "repoName": "chatwoot", + "createdAt": "2024-12-04T05:29:47Z" }, { - "author": 12408980, - "message": "update example", - "sha": "fbf449c2c6c2c5da6933ec25040f99b2bbb59114", + "author": 3526167, + "message": "chore(heroku): Switch heroku stack to the latest stack heroku-24 (#10085)\n\n# Pull Request Template\r\n\r\n## Description\r\n\r\n\r\n- Heroku has marked `heroku-20` stack as EOL by April 2025\r\n- https://help.heroku.com/NPN275RK/heroku-20-end-of-life-faq \r\n- https://devcenter.heroku.com/articles/heroku-24-stack\r\n\r\nFixes https://linear.app/chatwoot/issue/CW-3552/upgrade-heroku-stack-to-heroku-24", + "sha": "d4b6f710bd9ad8be1d0eebfcfc5b28cba5589a38", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T12:28:01Z" + "repoName": "chatwoot", + "createdAt": "2024-12-03T02:53:59Z" }, { - "author": 12408980, - "message": "fix the event type bug", - "sha": "f979bdf812b2a56da6c3ee86eaf3c8e724f03240", + "author": 49699333, + "message": "chore(deps): bump rails-html-sanitizer from 1.6.0 to 1.6.1 (#10528)\n\nBumps\r\n[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)\r\nfrom 1.6.0 to 1.6.1.\r\n
\r\nRelease notes\r\n

Sourced from rails-html-sanitizer's\r\nreleases.

\r\n
\r\n

1.6.1 / 2024-12-02

\r\n

This is a performance and security release which addresses several\r\npossible XSS vulnerabilities.

\r\n
    \r\n
  • \r\n

    The dependency on Nokogiri is updated to v1.15.7 or >=1.16.8.

    \r\n

    This change addresses CVE-2024-53985 (https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-w8gc-x259-rc7x).

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    Disallowed tags will be pruned when they appear in foreign content\r\n(i.e. SVG or MathML content),\r\nregardless of the prune: option value. Previously,\r\ndisallowed tags were "stripped" unless the\r\ngem was configured with the prune: true option.

    \r\n

    The CVEs addressed by this change are:

    \r\n
      \r\n
    • CVE-2024-53986 (https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-638j-pmjw-jq48)
    • \r\n
    • CVE-2024-53987 (https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-2x5m-9ch4-qgrr)
    • \r\n
    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    The tags "noscript", "mglyph", and\r\n"malignmark" will not be allowed, even if explicitly added to\r\nthe allowlist. If applications try to allow any of these tags, a warning\r\nis emitted and the tags\r\nare removed from the allow-list.

    \r\n

    The CVEs addressed by this change are:

    \r\n
      \r\n
    • CVE-2024-53988 (https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-cfjx-w229-hgx5)
    • \r\n
    • CVE-2024-53989 (https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-rxv5-gxqc-xx8g)
    • \r\n
    \r\n

    Please note that we may restore support for allowing\r\n"noscript" in a future release. We do not\r\nexpect to ever allow "mglyph" or "malignmark",\r\nthough, especially since browser support is minimal\r\nfor these tags.

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    Improve performance by eliminating needless operations on attributes\r\nthat are being removed. #188

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from rails-html-sanitizer's\r\nchangelog.

\r\n
\r\n

1.6.1 / 2024-12-02

\r\n

This is a performance and security release which addresses several\r\npossible XSS vulnerabilities.

\r\n
    \r\n
  • \r\n

    The dependency on Nokogiri is updated to v1.15.7 or >=1.16.8.

    \r\n

    This change addresses CVE-2024-53985 (GHSA-w8gc-x259-rc7x).

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    Disallowed tags will be pruned when they appear in foreign content\r\n(i.e. SVG or MathML content),\r\nregardless of the prune: option value. Previously,\r\ndisallowed tags were "stripped" unless the\r\ngem was configured with the prune: true option.

    \r\n

    The CVEs addressed by this change are:

    \r\n
      \r\n
    • CVE-2024-53986 (GHSA-638j-pmjw-jq48)
    • \r\n
    • CVE-2024-53987 (GHSA-2x5m-9ch4-qgrr)
    • \r\n
    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    The tags "noscript", "mglyph", and\r\n"malignmark" will not be allowed, even if explicitly added to\r\nthe allowlist. If applications try to allow any of these tags, a warning\r\nis emitted and the tags\r\nare removed from the allow-list.

    \r\n

    The CVEs addressed by this change are:

    \r\n
      \r\n
    • CVE-2024-53988 (GHSA-cfjx-w229-hgx5)
    • \r\n
    • CVE-2024-53989 (GHSA-rxv5-gxqc-xx8g)
    • \r\n
    \r\n

    Please note that we may restore support for allowing\r\n"noscript" in a future release. We do not\r\nexpect to ever allow "mglyph" or "malignmark",\r\nthough, especially since browser support is minimal\r\nfor these tags.

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    Improve performance by eliminating needless operations on attributes\r\nthat are being removed. #188

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 5e96b19\r\nversion bump to v1.6.1
  • \r\n
  • 383cc7c\r\ndoc: update CHANGELOG with assigned CVEs
  • \r\n
  • a7b0cfe\r\nCombine the noscript/mglyph prevention blocks
  • \r\n
  • 5658335\r\nMerge branch 'h1-2509647-noscript' into\r\nflavorjones-2024-security-fixes
  • \r\n
  • 65fb72f\r\nMerge branch 'h1-2519936-mglyph-foster-parenting' into\r\nflavorjones-2024-secur...
  • \r\n
  • 3fe22a8\r\nMerge branch 'h1-2519936-foreign-ns-confusion' into\r\nflavorjones-2024-security...
  • \r\n
  • d7a94c1\r\nMerge branch 'h1-2503220-nokogiri-serialization' into\r\nflavorjones-2024-securi...
  • \r\n
  • 3fd6e65\r\ndoc: update CHANGELOG
  • \r\n
  • 1625173\r\nfix: disallow 'noscript' from safe lists
  • \r\n
  • a0a3e8b\r\nfix: disallow 'mglyph' and 'malignmark' from safe lists
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rails-html-sanitizer&package-manager=bundler&previous-version=1.6.0&new-version=1.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/chatwoot/chatwoot/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Pranav ", + "sha": "50e7ceb19bdb9ae776709569222f3dae505de4fc", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T12:27:39Z" + "repoName": "chatwoot", + "createdAt": "2024-12-03T02:23:58Z" }, { - "author": 12408980, - "message": "Update README.md", - "sha": "4937c6d2ba1ce8e8e745b9407051458c7cb600ac", + "author": 64252451, + "message": "feat: Improve Contact list (#10522)", + "sha": "062587487a87c7dc7558bdafbb38bbe8e44dd6c7", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T09:33:17Z" + "repoName": "chatwoot", + "createdAt": "2024-12-03T02:23:41Z" }, { - "author": 12408980, - "message": "bump the version to 0.0.3", - "sha": "8b9662820650f7e98f5a5ec09907cf67121d0126", + "author": 49699333, + "message": "chore(deps): bump vue-i18n from 9.14.0 to 9.14.2 (#10526)\n\nBumps\r\n[vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n)\r\nfrom 9.14.0 to 9.14.2.\r\n
\r\nRelease notes\r\n

Sourced from vue-i18n's\r\nreleases.

\r\n
\r\n

v9.14.2

\r\n\r\n

What's Changed

\r\n

šŸ”’ Security Fixes

\r\n
    \r\n
  • fix: XSS vulnerability with prototype pollution on AST: https://github.com/intlify/vue-i18n/security/advisories/GHSA-9r9m-ffp6-9x4v
  • \r\n
  • fix: prototype pollusion on deepCopy: https://github.com/intlify/vue-i18n/security/advisories/GHSA-hjwq-mjwj-4x6c
  • \r\n
\r\n

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.1...v9.14.2

\r\n

v9.14.1

\r\n\r\n

What's Changed

\r\n

šŸ› Bug Fixes

\r\n
    \r\n
  • fix: messages deepCopy mutates src\r\narguments by @ā€‹BobbieGoede in\r\nintlify/vue-i18n#1975
  • \r\n
\r\n

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.0...v9.14.1

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 5448139\r\nrelease: v9.14.2
  • \r\n
  • af67265\r\nrelease: v9.14.1
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue-i18n&package-manager=npm_and_yarn&previous-version=9.14.0&new-version=9.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/chatwoot/chatwoot/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "86bd339a47f89ae61ed00545b815b9235bd1c925", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T09:19:53Z" + "repoName": "chatwoot", + "createdAt": "2024-12-03T02:16:33Z" }, { - "author": 12408980, - "message": "update yarn.lock", - "sha": "f4d4c319486960c616db3cbbeb6efdb67c293d9d", + "author": 64252451, + "message": "feat: Contact filter preview (#10516)\n\n# Pull Request Template\r\n\r\n## Description\r\n\r\n**Screenshots**\r\n\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/8df44237-ec51-45d3-aed3-518cded42f5d\"\r\n\r\n\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/2213ce2e-2461-41f0-a05a-0f955a4d7e3a\"\r\n\r\n**Story**\r\n\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/f8e25fe2-11e8-4b9b-8d0b-357f9b7b6e39\"", + "sha": "0ab7accd3fe3c99e877882841156bffcc1b00fe1", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T09:15:00Z" + "repoName": "chatwoot", + "createdAt": "2024-12-02T10:52:05Z" }, { - "author": 12408980, - "message": "Merge branch 'develop' of github.com:chatwoot/chatwoot-react-native-widget into develop", - "sha": "53e11b63b71520bf16c09ef256182732752a23b1", + "author": 3526167, + "message": "feat: remove stale ONLINE_PRESENCE contact keys in redis (#9558)\n\n50% of Redis memory size comes from ONLINE_PRESENCE keys. This PR adds a\r\nperiodic job to remove stale keys from all accounts.", + "sha": "e95680e80057f4e06d9f8b2b0a54fe5f10c0e34c", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T09:13:18Z" + "repoName": "chatwoot", + "createdAt": "2024-12-02T10:17:54Z" }, { - "author": 12408980, - "message": "update README.md", - "sha": "eee2ac03027d97bb3f5ecfedda140af403542d19", + "author": 64252451, + "message": "feat: New contacts advanced filter (#10514)", + "sha": "1c12fbceb95a93cd9a01856efd448c8106b748e5", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T09:12:59Z" + "repoName": "chatwoot", + "createdAt": "2024-11-29T05:25:15Z" }, { - "author": 12408980, - "message": "Merge pull request #6 from chatwoot/main\n\nmerge main", - "sha": "bfc0519a6931ea473a18ec5aee8316a2be2a0fa3", + "author": 64252451, + "message": "feat(v4): Update the design for the contacts list page (#10501)\n\n---------\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", + "sha": "a50e4f17480edc47ce6296267164b83b12b7499f", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T09:07:13Z" + "repoName": "chatwoot", + "createdAt": "2024-11-28T04:07:20Z" }, { - "author": 12408980, - "message": "bump the version", - "sha": "2ba32068d43a64f297d730b15d702146e7a0be3e", + "author": 18097732, + "message": "feat(v4): Add new conversation filters component (#10502)\n\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", + "sha": "25c61aba25e4b0abe5ff59786bd97823c1ba3d7a", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T09:05:58Z" + "repoName": "chatwoot", + "createdAt": "2024-11-28T04:05:54Z" }, { - "author": 12408980, - "message": "update ga script", - "sha": "4c509f0ca9ad1ec31a929dbd9fbb9d86a2df2081", + "author": 73185, + "message": "chore: [Snyk] Security upgrade google-cloud-storage from 1.44.0 to 1.48.0 (#10148)\n\n- bump up gems based on snyk security alerts", + "sha": "94c918e468cbda54dfa207e3f52f9324c5a4b12e", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T09:05:44Z" + "repoName": "chatwoot", + "createdAt": "2024-11-27T12:31:01Z" }, { - "author": 12408980, - "message": "update readme.md", - "sha": "7e3d10c794df123755d8387b47bbea1e03c81c7e", + "author": 9611224, + "message": "chore: clear apt warning in cwctl (#10488)", + "sha": "ea616d6a931bc23fca724e3b5b7a427964bacf4a", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T08:59:42Z" + "repoName": "chatwoot", + "createdAt": "2024-11-27T11:38:54Z" }, { - "author": 12408980, - "message": "update action script", - "sha": "20de008543a550e149eda1a1f83291b590c25f60", + "author": 2246121, + "message": "feat: Update design for report pages (#10506)\n\n\"Screenshot\r\n\"Screenshot\r\n\r\n---------\r\n\r\nCo-authored-by: Shivam Mishra ", + "sha": "35702457ede5ec01d5e5cf21cca3962cd5d2a3dc", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T08:56:45Z" + "repoName": "chatwoot", + "createdAt": "2024-11-27T10:10:15Z" }, { - "author": 12408980, - "message": "change package name", - "sha": "37f708d1af569463ddb27b2312e2cef270e99fa9", + "author": 18097732, + "message": "fix: Fix z-index issue on account switcher (#10505)\n\nCo-authored-by: Pranav ", + "sha": "d569713b66ce2eab5e46ba103fe88bf6a28c2a77", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T08:56:35Z" + "repoName": "chatwoot", + "createdAt": "2024-11-27T03:59:16Z" }, { - "author": 12408980, - "message": "update README.md", - "sha": "1c59000607baf9eb3f862992109cfce916ea9a8d", + "author": 73185, + "message": "fix: avoid Slack file upload API for fallback messages (#10461)\n\nSkip calling the Slack file upload API for message types such as\r\nfallback (e.g., Facebook and location messages) that lack actual file\r\ndata in attachments. This prevents unnecessary API calls and resolves a\r\nSentry error currently occurring in production.\r\n\r\nfixes: https://github.com/chatwoot/chatwoot/issues/10460", + "sha": "12a82b6459f7ff229bc0c0428616bad7a00582ab", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-22T08:56:24Z" + "repoName": "chatwoot", + "createdAt": "2024-11-26T04:56:40Z" }, { - "author": 12408980, - "message": "test github action", - "sha": "1125efa6a7cd596d01e450895700ae27ff737413", + "author": 64252451, + "message": "feat: Add contact header components (#10498)", + "sha": "b9d888d8ab4a827f8a5d21280f26551916e28909", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-19T06:37:44Z" + "repoName": "chatwoot", + "createdAt": "2024-11-26T03:59:04Z" }, { - "author": 12408980, - "message": "test github action", - "sha": "9d1c1af90941910f3b604f8dd6d28395108092a2", + "author": 64252451, + "message": "feat: Add contact empty state components (#10499)", + "sha": "ba1b02e2747e7ce3259777dca22e590e4ab2f52d", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-19T06:28:03Z" + "repoName": "chatwoot", + "createdAt": "2024-11-26T03:50:33Z" }, { - "author": 12408980, - "message": "test github action", - "sha": "b455ce6bda6bda3c205a71862aeeb8855bba645a", + "author": 18097732, + "message": "feat: Add conditions row component (#10496)\n\n---------\r\n\r\nCo-authored-by: Pranav ", + "sha": "b0287fe389a8a0dfa2912e790c3008ccb9876923", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-19T06:15:44Z" + "repoName": "chatwoot", + "createdAt": "2024-11-26T00:33:12Z" }, { - "author": 12408980, - "message": "test npm publish github action", - "sha": "ac74a3cc9761e332e91a07d945da154b062725e4", + "author": 18097732, + "message": "feat(v4): Add filter input components (#10493)\n\nThis PR adds three components along with stories\r\n\r\n1. MultiSelect - This is used for filter values, allowing multiple values and folding of values where there are too many items\r\n2. SingleSelect - This is used for filter values, allows selecting and toggling a single item\r\n3. FilterSelect - This is used for operators and others, it allows icons and labels as well as toggling them using props. The v-model for this binds just the final value unlike the previous two components with bind the entire object.\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", + "sha": "c23cd094f9f11515306304529dc3c4b84695a6b5", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-19T05:27:28Z" + "repoName": "chatwoot", + "createdAt": "2024-11-25T19:52:28Z" }, { - "author": 12408980, - "message": "update readme.md", - "sha": "b9a42fc690779e75a5e18afd2fc807f5df34d363", + "author": 64252451, + "message": "feat: Add custom attributes components (#10467)", + "sha": "e9ba4200b296240c00051945762f23ed3743d95f", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-15T14:59:48Z" + "repoName": "chatwoot", + "createdAt": "2024-11-25T00:46:00Z" }, { - "author": 12408980, - "message": "update styles", - "sha": "d5cfaa5289193842f245369c376d4e7ea891faa8", + "author": 18097732, + "message": "feat: async update of article [CW-3721] (#10435)\n\n### The problem\r\n\r\nWriting in the text editor can be very frustrating, the reason is that\r\nthe editor had a debounced save method which would push the article to\r\nthe backend and update the current state. This however is a bad idea,\r\nsince the can take anywhere between 100-300ms depending on network\r\nconditions.\r\n\r\nWhile this would be in progress, the article is still being edited by\r\nthe user. So at the end of the network request, the state returned from\r\nthe backend and the current state in the editor is diverged. But since\r\nthe update happens anyway, the editor would prepend older context.\r\n\r\n```\r\nTime --> \r\n\r\nUser Action: [Edit 1] ---> [Edit 2] ---> [Edit 3]\r\nBackend Save: Save Req (Edit 1) ----> Response (Edit 1)\r\nResulting Editor State: [Edit 3] + [Edit 1] (Outdated state prepended)\r\n```\r\n\r\n### The solution\r\n\r\nThe solution is to unbind the article from the backend state, ensuring\r\nthat the article editor is the source of truth and ignoring the\r\nresponses. This pull request does this by adding an asynchronous save\r\nfunctionality. The changes include adding a new `saveArticleAsync` event\r\nand ensuring that the local state is not updated unnecessarily during\r\nasynchronous saves.\r\n\r\n```\r\nTime --> \r\n\r\nUser Action: [Edit 1] ---> [Edit 2] ---> [Edit 3]\r\nBackend Save: Save Req (Edit 1) ----> Response (ignored)\r\nResulting Editor State: [Edit 3] (Consistent and up-to-date)\r\n```\r\n\r\nAdded the following two debounced methods\r\n\r\nThese complementary debounce methods prevent unnecessary re-renders\r\nwhile ensuring backend is in sync. `saveArticleAsync` preserves the\r\neditor as the source of truth, while `saveArticle` manages periodic\r\nstate updates from the backend with a delay large enough to safely\r\nassume that the user has stopped typing\r\nMethod | Delay | Behavior\r\n-- | -- | -- \r\n`saveArticleAsync` | 400ms | Sends data to backend and ignores the\r\nresponse\r\n`saveArticle` | 2.5s | Sends data and updates local state with the\r\nbackend response\r\n\r\n### How to test\r\n\r\n1. Remove the following line\r\nhttps://github.com/chatwoot/chatwoot/blob/dc042f6ddcb4e108795ff83bb57f8d92c6a2b90a/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticleEditorPage/ArticleEditor.vue#L64\r\n1. Update the latency here to 400 (P.S. the diff shows the latency to be\r\n600, but that was added as a stop-gap solution)\r\n\r\nhttps://github.com/chatwoot/chatwoot/blob/dc042f6ddcb4e108795ff83bb57f8d92c6a2b90a/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticleEditorPage/ArticleEditor.vue#L51\r\n1. Set the browser network latency to Slow 3G or 3G\r\n1. Start writing on the editor, try fixing typos with backspace or\r\nmoving around with the cursor\r\n\r\n---------\r\n\r\nCo-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>\r\nCo-authored-by: Pranav ", + "sha": "0f659224a7418c7474a01b9280ac0915080fadda", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-15T14:05:13Z" + "repoName": "chatwoot", + "createdAt": "2024-11-22T03:38:08Z" }, { - "author": 12408980, - "message": "more modal close events", - "sha": "3b1659227943d2ad9128c53c09f1b64716e0a7ad", - "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-15T10:44:10Z" - }, - { - "author": 12408980, - "message": "enable close button in rn-widget", - "sha": "daf0fff9bbf07725095798f526c3a78ca8611308", - "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-15T10:12:54Z" - }, - { - "author": 12408980, - "message": "update package.json", - "sha": "69e0f548980fbe87bf62af64b42564bfe7698ffd", - "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-15T10:12:00Z" - }, - { - "author": 12408980, - "message": "clean example project", - "sha": "224957bfc58f7c5971975511b939cefe4d5610ad", + "author": 64252451, + "message": "feat: Add Label Input components (#10480)", + "sha": "2dae4b22a2dfcf778d1fff6614df6a8855b74c7c", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-13T08:49:51Z" + "repoName": "chatwoot", + "createdAt": "2024-11-21T21:57:43Z" }, { - "author": 12408980, - "message": "add example starter", - "sha": "04294bbacf29f1aa7b0ecc9fd79ae3f7034f82b4", + "author": 64252451, + "message": "feat: Add contact merge form component (#10478)\n\nCo-authored-by: Pranav ", + "sha": "cf6ef11b9fdb0d875972f35de2db0a1061fe4c74", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-13T04:36:16Z" + "repoName": "chatwoot", + "createdAt": "2024-11-21T21:52:25Z" }, { - "author": 12408980, - "message": "Merge branch 'develop' of github.com:chatwoot/chatwoot-react-native-widget into develop", - "sha": "d4af0a6044f352d2e6e31cb45ef2fb161d63c498", + "author": 18097732, + "message": "feat: Attributify button component (#10473)\n\nThis PR allows attributify for `variant`, `size` and `color` props. This allows using shorthands, instant of writing full props.\r\n\r\nWe also added a small computed method to ensure these does not show up\r\nin the DOM and pollute it\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", + "sha": "497bc055a2bf24cf3e19762cbeac99fdb2b6db52", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-12T11:02:30Z" + "repoName": "chatwoot", + "createdAt": "2024-11-21T21:48:25Z" }, { - "author": 12408980, - "message": "add organizaton name", - "sha": "7145ecdca00c20a5f35f242dfca053d2cab9fe76", + "author": 64252451, + "message": "feat: Add contact note item component (#10479)", + "sha": "79daf56c311827b138a9f07e67a6269c52104486", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-12T11:01:44Z" + "repoName": "chatwoot", + "createdAt": "2024-11-21T21:47:57Z" }, { - "author": 12408980, - "message": "Merge pull request #4 from chatwoot/main\n\nPublish npm package using github action", - "sha": "d531adf955e4b3f7c4152e3ac729af7941140b8e", + "author": 64252451, + "message": "fix: Component `` reactivity issue. (#10476)\n\n# Pull Request Template\r\n\r\n## Description\r\n\r\nThis PR will fix reactivity issue with `` component.\r\n\r\n**Cause of issue**\r\nThe `` component used an internal ref,\r\n`internalActiveIndex` to track the `active` tab. However, it didnā€™t sync\r\nwith the `index` prop when updated by the parent, causing mismatched tab\r\nselections.\r\n\r\n**Solution**\r\nThe component now directly uses `props.index` to ensure it always\r\nreflects the latest value from the parent. The unnecessary\r\n`internalActiveIndex` ref has been removed. Changes to the active tab\r\nemit a `change` event to update the parent.\r\n\r\n\r\n## Type of change\r\n\r\n- [x] Bug fix (non-breaking change which fixes an issue)\r\n\r\n## How Has This Been Tested?\r\n\r\n**Loom video**\r\n\r\n**Before**\r\n\r\nhttps://www.loom.com/share/76eb32f1e7f7422f84055a102bf80951?sid=bc28c6ff-9640-4d3b-956c-99c1ec164971\r\n\r\n**After**\r\n\r\nhttps://www.loom.com/share/6bd8125ede5d43dc8fe115c3f1fb159b?sid=c376617a-94fb-4f71-8664-e0bd9e7af0b4\r\n\r\n## Checklist:\r\n\r\n- [x] My code follows the style guidelines of this project\r\n- [x] I have performed a self-review of my code\r\n- [x] I have commented on my code, particularly in hard-to-understand\r\nareas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [x] My changes generate no new warnings\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [x] New and existing unit tests pass locally with my changes\r\n- [ ] Any dependent changes have been merged and published in downstream\r\nmodules", + "sha": "7b6195f28b3ca453825c6c2064de69c09d7c3715", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-12T10:33:55Z" + "repoName": "chatwoot", + "createdAt": "2024-11-21T10:55:13Z" }, { - "author": 12408980, - "message": "add github action for npm publish", - "sha": "ba53a593935b1def68390a08938aa0f4cb55280c", + "author": 64252451, + "message": "feat: Add Contact card and form component (#10466)\n\nCo-authored-by: Pranav ", + "sha": "2309424cb19d5b1f9d95f11f29109ddeb2537914", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-12T10:32:17Z" + "repoName": "chatwoot", + "createdAt": "2024-11-21T05:18:25Z" }, { - "author": 12408980, - "message": "code beautification", - "sha": "20e3ebdf9239418aca6c7019b8b51b2e58dff1a1", + "author": 18097732, + "message": "feat: add channel icon component (#10471)\n\nThis pull request introduces a new `ChannelIcon` component and refactors the existing code to use this component, which simplifies the icon management for different channel types and providers.", + "sha": "3a334be58214db8017d629937f45c680d351fe5a", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-12T10:15:11Z" + "repoName": "chatwoot", + "createdAt": "2024-11-21T04:23:12Z" }, { - "author": 12408980, - "message": "Update README.md", - "sha": "d6c3ad50ba45b5bc5af55144a844cd46a420bda7", + "author": 73185, + "message": "chore: Disable throwing error for malformed to address (#10464)\n\nWe don't need to raise error on sentry for malformed to address as it is already logged.\r\n\r\nFixes: https://linear.app/chatwoot/issue/CW-3151/standarderror-invalid-email-to-address-header-standarderror", + "sha": "515778eabbb6a941962dc04b96759949aa165aae", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-12T10:13:49Z" + "repoName": "chatwoot", + "createdAt": "2024-11-21T02:58:54Z" }, { - "author": 12408980, - "message": "code beautification", - "sha": "ffc2bd56f8830dcb678cc4dbf4b52601f34f5c6e", + "author": 73185, + "message": "feat: Display Account Custom Attributes in Super Admin (#10459)\n\nViewing the account custom attributes is quite handy when debugging on Chatwoot cloud. Hence adding this option to Super Admin.", + "sha": "93b7ce6eba20fc8061893af347db932efb45bb51", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-10T08:00:49Z" + "repoName": "chatwoot", + "createdAt": "2024-11-20T17:02:33Z" }, { - "author": 12408980, - "message": "update company name in README.md", - "sha": "c19f4a75b49dbf50dd38cd6ec46c2309e32cad46", + "author": 64252451, + "message": "feat: New phone number input component (#10446)", + "sha": "c3604bfcbf473354d0ab3eee338ef45cd63ad75d", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-08T09:34:29Z" + "repoName": "chatwoot", + "createdAt": "2024-11-20T17:01:05Z" }, { - "author": 12408980, - "message": "scroll enabled in webview", - "sha": "6ef4a9557df0826c8a116d418188938af9b1bbd9", + "author": 64252451, + "message": "feat: Updates on new components (#10444)", + "sha": "b0d6089bb603940127909e0def72c45f1750fa8d", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-06T05:49:24Z" + "repoName": "chatwoot", + "createdAt": "2024-11-20T14:51:35Z" }, { - "author": 12408980, - "message": "Update README.md", - "sha": "d2c1c10811c095e78db1f37505e7bbcd0ec9e9b7", + "author": 22641, + "message": "fix: Feature flags are not be stored on account creation (#10387)\n\nwhen creating an account via the platform API the feature flags do not get stored\r\n\r\nCo-authored-by: Sojan Jose ", + "sha": "76a4140224a1bfbbcd31e222c4cd18baedc05b38", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T16:19:13Z" + "repoName": "chatwoot", + "createdAt": "2024-11-20T13:39:17Z" }, { - "author": 12408980, - "message": "update README.md", - "sha": "dea793b787cce3d509179caf0fbd584895cb0065", + "author": 49699333, + "message": "chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#10447)\n\nBumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from\r\n7.0.3 to 7.0.6.\r\n
\r\nChangelog\r\n

Sourced from cross-spawn's\r\nchangelog.

\r\n
\r\n

7.0.6\r\n(2024-11-18)

\r\n

Bug Fixes

\r\n
    \r\n
  • update cross-spawn version to 7.0.5 in package-lock.json (f700743)
  • \r\n
\r\n

7.0.5\r\n(2024-11-07)

\r\n

Bug Fixes

\r\n
    \r\n
  • fix escaping bug introduced by backtracking (640d391)
  • \r\n
\r\n

7.0.4\r\n(2024-11-07)

\r\n

Bug Fixes

\r\n
    \r\n
  • disable regexp backtracking (#160)\r\n(5ff3a07)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 77cd97f\r\nchore(release): 7.0.6
  • \r\n
  • 6717de4\r\nchore: upgrade standard-version
  • \r\n
  • f700743\r\nfix: update cross-spawn version to 7.0.5 in package-lock.json
  • \r\n
  • 9a7e3b2\r\nchore: fix build status badge
  • \r\n
  • 0852683\r\nchore(release): 7.0.5
  • \r\n
  • 640d391\r\nfix: fix escaping bug introduced by backtracking
  • \r\n
  • bff0c87\r\nchore: remove codecov
  • \r\n
  • a7c6abc\r\nchore: replace travis with github workflows
  • \r\n
  • 9b9246e\r\nchore(release): 7.0.4
  • \r\n
  • 5ff3a07\r\nfix: disable regexp backtracking (#160)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cross-spawn&package-manager=npm_and_yarn&previous-version=7.0.3&new-version=7.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/chatwoot/chatwoot/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "93ebfccac2f4f354bde42a8b988755e22c4f3e56", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T15:36:27Z" + "repoName": "chatwoot", + "createdAt": "2024-11-20T02:45:24Z" }, { - "author": 12408980, - "message": "remove yarn.lock", - "sha": "d040761dc47373f92f121bf833b0ae5e0fc77154", + "author": 18097732, + "message": "fix: Update the dropdown bg to match the design system (#10438)\n\nThis PR updates the background used in dropdown to match our design system. Previous PR failed to add this correctly.\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", + "sha": "759615d041c34a2e42781de136526c6526a5d75f", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T15:28:33Z" + "repoName": "chatwoot", + "createdAt": "2024-11-19T22:29:45Z" }, { - "author": 12408980, - "message": "complete basic version", - "sha": "53432586c78e075f8743cad7ccde343586dc6edb", + "author": 64252451, + "message": "feat: Add the new select menu component (#10445)", + "sha": "a7e3d443c982fa45b675c623888b63e7978eab1f", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T15:26:36Z" + "repoName": "chatwoot", + "createdAt": "2024-11-19T22:25:45Z" }, { - "author": 12408980, - "message": "add react and react-native package", - "sha": "c434e3e0dfc0b35c91fb82008e05a47f36905d8c", + "author": 73185, + "message": "fix: Undefined method `encode' for nil for avatar from url job (#10450)\n\nInvalid urls supplied to the job was causing sentry issues. The issue primarily occurs when the download file.original_filename comes out as empty\r\n\r\nfixes: https://github.com/chatwoot/chatwoot/issues/10449", + "sha": "7a3303e8412a2d5ad9760b84022c7f91a653e96b", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T15:16:50Z" + "repoName": "chatwoot", + "createdAt": "2024-11-19T22:24:01Z" }, { - "author": 12408980, - "message": "add prettier, eslint and husky configuration", - "sha": "25dae8d6c25f5aefd9c7a14d5b473a6c4cfa2dbe", + "author": 73185, + "message": "Merge branch 'release/3.15.0' into develop", + "sha": "9cc6b1a4baad544760d8b16285ee6e170946d732", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T15:08:26Z" + "repoName": "chatwoot", + "createdAt": "2024-11-19T10:02:13Z" }, { - "author": 12408980, - "message": "add npm ignore", - "sha": "81b1558315385a4069f998584b255037dced6760", + "author": 73185, + "message": "Bump version to 3.15.0", + "sha": "7d9800d2f89bef6695e8179382d44eb0e51b3ca5", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T15:06:51Z" + "repoName": "chatwoot", + "createdAt": "2024-11-19T10:01:33Z" }, { - "author": 12408980, - "message": "add git ignore", - "sha": "1e022ba902f8257b6c36ef5f84bfa59d53eccbd8", + "author": 64252451, + "message": "fix: Country code missing when typing in phone input. (#10439)", + "sha": "b680fa43ecdc177f22c7886dd2354ee20b32816b", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T15:04:13Z" + "repoName": "chatwoot", + "createdAt": "2024-11-19T09:08:00Z" }, { - "author": 12408980, - "message": "add licence", - "sha": "caf059f13bfc038d113f930b7f24065314b8aac2", + "author": 18097732, + "message": "fix: Remove the warnings generated from the Sidebar component (#10437)\n\nThe following warning occurred since the `ChannelLeaf` component was passed extra props. This PR fixes it by passing only the required props", + "sha": "c2e2954dfa22723792c06cae1f277094c0db7280", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T15:01:59Z" + "repoName": "chatwoot", + "createdAt": "2024-11-19T03:09:09Z" }, { - "author": 12408980, - "message": "add npm package data", - "sha": "8a04325ec6fe6808d02526bfd48d83d7794521dd", + "author": 18097732, + "message": "feat: Add dropdown component (#10358)\n\nThis PR adds dropdown primitives to help compose custom dropdowns across the app. The following the sample usage\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", + "sha": "aaa328be87e07c2405b33be0f16ecc49cd5d70b2", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T15:01:19Z" + "repoName": "chatwoot", + "createdAt": "2024-11-19T01:29:27Z" }, { - "author": 12408980, - "message": "update readme.md", - "sha": "4740010f3e63cfe704034f2058c275a3ea72b69c", + "author": 3526167, + "message": "feat: add judoscaler gem for heroku autoscaling (#10419)\n\n- add judoscaler gem to allow judoscale use in heroku environments\r\n- This will allow auto scaling for both web and worker dynos across both\r\nstandard-1x/2x and performance dynos\r\n- This will scaling in response to queue time rather than response\r\ntime(heroku default)\r\n- This also allows you to scale multiple dynos in and out at once,\r\nrather than scaling them one at a time, as is the default.\r\n\r\nRef\r\n----\r\n1. https://judoscale.com/\r\n2. https://devcenter.heroku.com/articles/judoscale", + "sha": "54afed9fb46fcc5b7de47dc107280359a672da77", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T14:57:14Z" + "repoName": "chatwoot", + "createdAt": "2024-11-18T07:06:27Z" }, { - "author": 12408980, - "message": ":tada: first commit", - "sha": "b87b8e7c8ccc425bf713d303f389ba0897a1f2d5", + "author": 6902864, + "message": "fix: Fix line sticker URL to prevent certain images from failing to dā€¦ (#10416)\n\nThis commit fixes the issue with Line stickers URLs to prevent certain\r\nimages from failing to display. The problem was due to the use of\r\nincorrect URLs. The original URLs pointed to the `iphone` variant, which\r\nfailed to load properly in some cases. The fix updates the URLs to use\r\nthe `android` variant, ensuring all images are displayed correctly.\r\n\r\n### Example: \r\n- Original (failing URL): \r\n\r\n`https://stickershop.line-scdn.net/stickershop/v1/sticker/17/iphone/sticker.png`\r\n- Fixed (working URL): \r\n\r\n`https://stickershop.line-scdn.net/stickershop/v1/sticker/17/android/sticker.png`\r\n\r\n\r\n## How Has This Been Tested?\r\n\r\n1. Verified the updated URLs by loading multiple Line sticker images to\r\nensure they display correctly.\r\n2. Tested in both local and production-like environments to confirm the\r\nfix resolves the issue.\r\n3. Reviewed logs to ensure no additional errors are generated related to\r\nLine sticker URLs.", + "sha": "8773929c0e6fc2cd9a2342ffe180a7033f1fecc4", "orgName": "chatwoot", - "repoName": "chatwoot-react-native-widget", - "createdAt": "2021-03-05T14:56:17Z" + "repoName": "chatwoot", + "createdAt": "2024-11-15T13:27:58Z" }, { - "author": 9611224, - "message": "fix: Dotenv::Railtie is deprecated (#10515)\n\nhttps://github.com/bkeepers/dotenv/pull/468\n\nRenames Dotenv::Railtie => Dotenv::Rails\n\nCo-authored-by: Sojan Jose ", - "sha": "96ae298464ca74352e14a4f7e340b27829238760", + "author": 73185, + "message": "fix: Email attachments created with empty filename (#10420)\n\n- We observed in prod for certain emails active storage blob objects\r\nwere getting created with empty file name. The conversations further\r\ncauses conversation and filter pages to break. This change will fix the\r\nmentioned issue.\r\n\r\nfixes:\r\nhttps://linear.app/chatwoot/issue/CW-3331/missing-file-name-for-some-of-the-uploads-for-emails\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", + "sha": "933ae8aa497cdb80538a69dad9c6d389e1997c90", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-17T11:50:44Z" + "createdAt": "2024-11-15T05:07:24Z" }, { "author": 64252451, - "message": "feat: Add support for Arcade videos on articles (#10585)\n\nFixes\r\nhttps://linear.app/chatwoot/issue/CW-3779/add-support-for-arcade-videos-on-articles-loom-alternative\r\n\r\n**Loom video**\r\n\r\nhttps://www.loom.com/share/917bdecb4eaf4d3f9782b4fa84ee4bd4?sid=d11f0d71-0cf5-424a-9268-9d9fb3797ee2\r\n\r\n\r\nCo-authored-by: Sojan Jose ", - "sha": "932244a1ec5bd0b06ed0a06c0658ede08f5654dd", + "message": "feat: Remove incoming messages metrics from the agent reports (#10415)", + "sha": "4cfa7e4c97d0f23871fc6c1b8e42d34f374f7588", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-17T11:47:42Z" + "createdAt": "2024-11-14T12:25:24Z" }, { - "author": 2246121, - "message": "fix: Update old data to fix login issues (#10594)\n\nThe following lines caused issues for some users, specifically those who\r\nsigned up in 2021 when audio alerts were implemented as a flag. The data\r\ntype update for the flag was not handled correctly. This PR fixes the\r\nissue by updating it to a compatible value.\r\n\r\n\r\nhttps://github.com/chatwoot/chatwoot/blob/9410b3bcbbb7aba4b790f33bea52a430bf69466c/app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js#L76-L81", - "sha": "d69571f6f8b63c66bbbc1c94287b5095be23c6f2", + "author": 18097732, + "message": "feat: update debounce duration for article editor (#10410)\n\nQuick fix for CW-3721 until we work on a better solution", + "sha": "ac729cf0cf389781731204f4e43be8ddde102101", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-17T11:47:11Z" + "createdAt": "2024-11-13T06:59:50Z" }, { - "author": 73185, - "message": "fix: Contact form breaks if name is empty (#10597)\n\n- Handles the case where the form and contact display page breaks if\r\nname is `null`", - "sha": "1d88e0dd2851ae2ac948ca9d4d633c4fb6e700d8", + "author": 2246121, + "message": "fix: Remove duplicate `/` character on the proxy route (#10404)\n\nThe proxy method adds an extra slash even if the route param has the\r\ncharacter. Itā€™s challenging to check the expected format on each route.\r\nThe simplest solution is to check if the route param begins with a\r\nslash, and if not, append one.\r\n\r\nNB: The existing tests are sufficient to cover this case. Thereā€™s no\r\nneed for an additional test to specifically test this.", + "sha": "7dc0eba48af04c4f325bee7c1ce6df41d76d68b7", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-17T11:46:50Z" + "createdAt": "2024-11-12T18:38:29Z" }, { "author": 18097732, - "message": "feat: validate query conditions (#10595)\n\nQuery conditions can take in arbitrary values, this can cause SQL\r\nerrors. This PR fixes it", - "sha": "b34dac7bbe3c910186083b680e51aad5ea60b44b", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-17T11:46:37Z" - }, - { - "author": 3526167, - "message": "chore: pin bundler version to 2.5.x in circleci (#10596)", - "sha": "e3109dbb22746ebc2668444e2471251f871dcb1d", + "message": "feat(ee): Setup @chatwoot/captain NPM library (#10389)\n\n\r\n--- \r\nCo-authored-by: Sojan \r\nCo-authored-by: Pranav ", + "sha": "97d7b9d754ab80ae12ebbdf22978ee62c49e9199", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-17T11:01:55Z" + "createdAt": "2024-11-12T01:39:09Z" }, { "author": 3526167, - "message": "feat: add multiarch arm64 support in ce docker images (#10582)", - "sha": "9410b3bcbbb7aba4b790f33bea52a430bf69466c", + "message": "chore: Set rack-timeout to log at ERROR level (#10400)\n\n40 % of Chatwoot's current log volume is from state transition logs generated by `rack-timeout`, which are logged at the `INFO` level. This PR reduce the noise in logs and set RACK::TIMEOUT to log at `error` level", + "sha": "7a4514452698ef30c5fd2b11977e6ae40a427b60", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-16T11:23:01Z" + "createdAt": "2024-11-11T20:35:05Z" }, { "author": 64252451, - "message": "feat: Insert captain response to reply editor (#10581)", - "sha": "9220afce6e75b528cca85e7cd5764e0bc1e616da", + "message": "feat(v4): Add new conversation card component (#10392)", + "sha": "db327378fac990d61f1420b4085e92793b26d8d6", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-13T09:43:16Z" + "createdAt": "2024-11-08T04:30:56Z" }, { - "author": 18097732, - "message": "feat: Add new message bubbles (#10481)\n\n---------\n\nCo-authored-by: Pranav ", - "sha": "19ff5bdd5e53c576edef43b07ab171f46fcdcfdd", + "author": 29261763, + "message": "fix: Update the translation for the text used in `isTyping` method (#10384)\n\nThis fix consists of translating the message when another user is typing on the other side.\r\n---\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", + "sha": "54740e3bb91fa26f61ea57d6477aa19d751a43b9", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-13T01:42:22Z" + "createdAt": "2024-11-05T04:04:08Z" }, { - "author": 64252451, - "message": "fix: Chat list header overflow issue (#10577)\n\n# Pull Request Template\r\n\r\n## Description\r\n\r\nThis PR fixes the overflow issue with the chat list header title.\r\n\r\n## Type of change\r\n\r\n- [x] Bug fix (non-breaking change which fixes an issue)\r\n\r\n## How Has This Been Tested?\r\n\r\n**Before**\r\n\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/e46f6daf-e2f3-4f1c-ba33-00a932d7788f\"\r\n/\r\n\r\n\r\n**After**\r\n\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/d45808aa-ebbd-47e4-be32-f643c22b363f\"\r\n/\r\n\r\n\r\n\r\n## Checklist:\r\n\r\n- [x] My code follows the style guidelines of this project\r\n- [x] I have performed a self-review of my code\r\n- [ ] I have commented on my code, particularly in hard-to-understand\r\nareas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [x] My changes generate no new warnings\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [x] New and existing unit tests pass locally with my changes\r\n- [ ] Any dependent changes have been merged and published in downstream\r\nmodules", - "sha": "67e52d7d512b37a6ca4c2fdfae4d83153ccea78d", + "author": 2246121, + "message": "fix: Process attachments as regular attachments if the text/plain or text/html part is empty (#10379)\n\nSome email clients automatically set Content-Disposition to inline for\r\nspecific content types, such as images. In cases where the email body is\r\nempty, inline attachments may not display correctly due to our previous\r\nimplementation. Our assumption was that these attachments are referenced\r\nwithin text/plain or text/html parts.\r\n\r\nCustomer-reported issues, especially with Apple Mail, show emails with\r\nattachments marked as inline but without any corresponding text parts.\r\nThis leads to missing attachments even though would have processed the\r\nattachment.\r\n\r\nThis update introduces a check for the presence of a text part. If none\r\nexists, inline attachments are treated as regular attachments and added\r\nto the external attachments array, ensuring that all attachments display\r\nproperly.\r\n\r\n
\r\nScript to update the existing emails that are already\r\navailable in the system\r\n\r\n```rb\r\ndef update_content id\r\n message = Message.find id\r\n conversation = message.conversation\r\n message_id = message.source_id\r\n\r\n channel = message.inbox.channel\r\n\r\n authentication_type = 'XOAUTH2'\r\n imap_password = Google::RefreshOauthTokenService.new(channel: channel).access_token\r\n imap = Net::IMAP.new(channel.imap_address, port: channel.imap_port, ssl: true)\r\n imap.authenticate(authentication_type, channel.imap_login, imap_password)\r\n imap.select('INBOX')\r\n\r\n results = imap.search(['HEADER', 'MESSAGE-ID', message_id])\r\n message_content = imap.fetch(results.first, 'RFC822').first.attr['RFC822']\r\n mail = MailPresenter.new(Mail.read_from_string(message_content))\r\n\r\n mail_content = if mail.text_content.present?\r\n mail.text_content[:reply]\r\n elsif mail.html_content.present?\r\n mail.html_content[:reply]\r\n end\r\n\r\n attachments = mail.attachments.last(Message::NUMBER_OF_PERMITTED_ATTACHMENTS)\r\n inline_attachments = attachments.select { |attachment| attachment[:original].inline? && mail_content.present? }\r\n regular_attachments = attachments - inline_attachments\r\n\r\n regular_attachments.each do |mail_attachment|\r\n attachment = message.attachments.new(\r\n account_id: conversation.account_id,\r\n file_type: 'file'\r\n )\r\n attachment.file.attach(mail_attachment[:blob])\r\n end\r\n\r\n message.save!\r\nend\r\n```\r\n
", + "sha": "8cdbdaaa07f937d8d8b3ac805edba35a3236b6e9", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-12T07:52:52Z" + "createdAt": "2024-11-04T09:25:01Z" }, { "author": 64252451, - "message": "chore: Update chat list header UI (#10573)", - "sha": "757fac79d1e59527f9f039c450bc924529e0e174", + "message": "feat(v4): Update the campaigns page design (#10371)\n\n\"Screenshot\r\n\r\n\r\nFixes\r\nhttps://linear.app/chatwoot/project/campaign-redesign-f82bede26ca7/overview\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Shivam Mishra ", + "sha": "579efd933b80394d4d28ffe00e5c507f548fad2e", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-12T04:42:07Z" + "createdAt": "2024-10-31T06:27:13Z" }, { - "author": 64252451, - "message": "chore: Remove unused files in contact (#10570)", - "sha": "86d37622c84289e1d0b2c945dc541eb5f6383984", + "author": 18097732, + "message": "refactor: use css only last item detection (#10363)\n\nThe last item in the sidebar top level group has an indicator specified,\r\nthe problem in our case is that the structure can be nested and have sub\r\ngroups. So selecting the last item correctly can be tricky.\r\n\r\nPrevious implementation relied on the using DOM queries to find the last\r\nitem from a flat list of children, it would trigger on a `watch`. This\r\nwas error-prone as well as non idiomatic. The new approach is CSS-only\r\nand reduces the unnecessary compute required.\r\n\r\nCodepen for reference: https://codepen.io/scmmishra/pen/yLmKNLW\r\n\r\n---------\r\n\r\nCo-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>", + "sha": "6e6c5a2f021df7fcf2f0d40e7aba8e83a0f146e9", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-12T03:29:24Z" + "createdAt": "2024-10-31T04:09:18Z" }, { "author": 18097732, - "message": "fix: links rendering in sidebar profile (#10574)\n\nThis pull request includes several changes to the `DropdownItem.vue` and `SidebarProfileMenu.vue` components to improve the handling of links.\r\n\r\nEarlier we passed the link `/super_admin` to RouterLink directly, which would trigger validations internally and the dropdown item would not render in case of any errors. This PR fixes this by handling the native links appropriately\r\n\r\nFixes #10571", - "sha": "99c699ea3466fe0cfdcc72e8b424ceea738929f5", + "message": "feat: Update colors (#10365)", + "sha": "2d35fa135b17fc68d594d2b7f0e693ec51fef924", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-12T01:42:46Z" + "createdAt": "2024-10-30T05:20:37Z" }, { - "author": 2246121, - "message": "fix: Update design of the conversation sidebar, chatlist (#10572)\n\n- Increase the sidebar and chatlist width on screens bigger than 2xl\n- Fix background of the copilot sidebar\n- Increase the breakpoint for hiding chatlist from 1024 to 1200", - "sha": "a3290bfd42ab6bd836ebe4a5abc39b5bc62f35bc", + "author": 3526167, + "message": "chore: force pnpm install in vite docker (#10367)\n\n - Force `pnpm install` during vite docker image", + "sha": "6da6a80ae7fe8f1324948e59668e8c112d2ef31c", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-11T16:06:21Z" + "createdAt": "2024-10-29T11:43:17Z" }, { - "author": 49699333, - "message": "chore(deps): bump actionpack from 7.0.8.5 to 7.0.8.7 (#10569)\n\nBumps [actionpack](https://github.com/rails/rails) from 7.0.8.5 to\n7.0.8.7.\n
\nRelease notes\n

Sourced from actionpack's\nreleases.

\n
\n

7.0.8.7

\n

Active Support

\n
    \n
  • No changes.
  • \n
\n

Active Model

\n
    \n
  • No changes.
  • \n
\n

Active Record

\n
    \n
  • No changes.
  • \n
\n

Action View

\n
    \n
  • No changes.
  • \n
\n

Action Pack

\n
    \n
  • \n

    Add validation to content security policies to disallow spaces and\nsemicolons.\nDevelopers should use multiple arguments, and different directive\nmethods instead.

    \n

    [CVE-2024-54133]

    \n

    Gannon McGibbon

    \n
  • \n
\n

Active Job

\n
    \n
  • No changes.
  • \n
\n

Action Mailer

\n
    \n
  • No changes.
  • \n
\n

Action Cable

\n
    \n
  • No changes.
  • \n
\n

Active Storage

\n
    \n
  • No changes.
  • \n
\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 778eab8\nPreparing for 7.0.8.7 release
  • \n
  • cb16a3b\nAdd CSP directive validation
  • \n
  • bc979c5\nPreparing for 7.0.8.6 release
  • \n
  • See full diff in compare\nview
  • \n
\n
\n
\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actionpack&package-manager=bundler&previous-version=7.0.8.5&new-version=7.0.8.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the\n[Security Alerts\npage](https://github.com/chatwoot/chatwoot/network/alerts).\n\n
\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "ccb117d36a2d97135f8a8a26d2d412189f3cf477", + "author": 3526167, + "message": "chore: fix pnpm path in rails and memory issue during vite build (#10366)\n\n- Fix pnpm path in rails\r\n- Fix memory issue during vite build\r\n\r\n\r\nFixes https://github.com/chatwoot/chatwoot/issues/10356", + "sha": "87719a8fcd8e8bbc175ce307d2fe42decd11ba7d", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-11T02:53:43Z" + "createdAt": "2024-10-29T11:11:12Z" }, { - "author": 2246121, - "message": "feat(ee): Add copilot integration (v1) to the conversation sidebar (#10566)", - "sha": "10a03339801492ab9fa91ed513770c6dbe7be031", + "author": 64252451, + "message": "fix: Dropdown menu issues (#10364)", + "sha": "aa57431c48c179dce615546d814668956869c90b", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-10T23:36:48Z" + "createdAt": "2024-10-29T10:40:35Z" }, { "author": 3526167, - "message": "fix: RemoveStaleRedisKeys service (#10562)\n\nFixes issues with RemoveStaleRedisKeys service\r\n\r\nCo-authored-by: Sojan ", - "sha": "9a405d65baa3f79913971f4aa35e5ff5c98a3f39", + "message": "fix: pnpm in vite docker (#10344)\n\n\r\n- Fix pnpm path in vite docker\r\n- Remove webpack files\r\n- fFx vite server port", + "sha": "55dfd7db50c166099bfc5a59cb83489f127159cc", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-10T19:38:25Z" + "createdAt": "2024-10-29T09:46:10Z" }, { "author": 64252451, - "message": "feat: Flag icon component (#10564)", - "sha": "1b0e94ec95a43b814d39ef17aab446db435c552e", + "message": "feat: Update button component (#10362)", + "sha": "0689f59a0519e635c6f7a19a6155233dfb845aa0", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-10T06:23:24Z" + "createdAt": "2024-10-29T08:30:24Z" }, { - "author": 49699333, - "message": "chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#10565)\n\nBumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.\r\n
\r\nChangelog\r\n

Sourced from nanoid's\r\nchangelog.

\r\n
\r\n

3.3.8

\r\n
    \r\n
  • Fixed a way to break Nano ID by passing non-integer size (by @ā€‹myndzi).
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 3044cd5\r\nRelease 3.3.8 version
  • \r\n
  • 4fe3495\r\nUpdate size limit
  • \r\n
  • d643045\r\nFix pool pollution, infinite loop (#510)
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nanoid&package-manager=npm_and_yarn&previous-version=3.3.7&new-version=3.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/chatwoot/chatwoot/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "aebcbb63e489921c53c297964ea45db1400480e1", + "author": 64252451, + "message": "feat(v4): Help center portal redesign improvements (#10349)", + "sha": "f73798a1aab594211fbc2b7841b232a12b5a8598", "orgName": "chatwoot", "repoName": "chatwoot", - "createdAt": "2024-12-10T01:48:46Z" + "createdAt": "2024-10-29T04:04:43Z" }, { - "author": 9892674, - "message": "feat: Ability to lock the conversation to a single thread in API channels (#10329)\n\nAdded the possibility to mark as a single conversation in the API type\r\ninbox. This allows the conversation builder to search for the last\r\nconversation.\r\nI thought about searching for the last conversation with created_at:\r\ndesc order, as is done in some channels... but I didn't change the way\r\nthe conversation is searched.\r\n\r\nFixes: #7726 \r\n\r\nCo-authored-by: Sojan Jose ", - "sha": "472f6d9345fa6cfafb07e055b2931026988cc1d7", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.15.0 (#148)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.15.0", + "sha": "2ce8cc5eaf263ec73704c4f76f184e536beb3828", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-09T15:36:17Z" + "repoName": "charts", + "createdAt": "2024-11-21T07:11:04Z" }, { - "author": 18097732, - "message": "fix: sidebar collapsed on reload (#10561)\n\nWhen reloading a page, the sidebar item that is actively selected is\r\ncollapsed by default. This PR fixes it by expanding it on reload", - "sha": "2ce7c8b84544b7d2ba13fc66618543e83bd348bc", + "author": 3526167, + "message": "chore: upgrade charts to v3.14.1 (#143)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.14.1", + "sha": "382485a82297a72c820ae5c591662bad91dbd71e", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-09T10:29:26Z" + "repoName": "charts", + "createdAt": "2024-10-28T11:57:48Z" }, { - "author": 64252451, - "message": "fix: Remove duplicate contactable inbox in the conversation form (#10554)\n\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", - "sha": "d902bb1d6f890e8b8edcf465171721a9bd803c48", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.14.0 (#142)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.14.0", + "sha": "d50b48afd9ebb5d17cb39697223a3864dbf728f0", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-06T20:31:01Z" + "repoName": "charts", + "createdAt": "2024-10-17T11:27:43Z" }, { - "author": 64252451, - "message": "fix: New compose conversation form (#10548)", - "sha": "1b430ffae244a1c745d1be84dcc1d2e3f46054ff", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.13.0 (#141)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.13.0", + "sha": "6f9fccec2613646410721e38dd15768b1e7f2504", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-06T10:10:06Z" + "repoName": "charts", + "createdAt": "2024-09-23T10:38:13Z" }, { - "author": 64252451, - "message": "fix: Fix issues with contact routes in old navigation sidebar (#10547)", - "sha": "afb3e3e649dbd68c6c8298ba19686a6cb93f10e0", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.12 (#140)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.12.0", + "sha": "054db35de23e5cc25fc0b48b1da05aef7228a9b2", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-06T06:46:57Z" + "repoName": "charts", + "createdAt": "2024-08-23T08:02:12Z" }, { - "author": 18097732, - "message": "feat: Throttle meta request for large chat size (#10518)\n\nFor large accounts with huge volumes of messages, it can be very\r\nwasteful to make the meta request so often. It also puts un-necessary\r\nload on the DB bombarding it with so many requests. This PR fixes it by\r\nthrottling the requests to 5 seconds for all users with more than 1000\r\naccessible chats.\r\n\r\n### Why not cache this value in the backend?\r\n\r\nWell, it's a bit tricky, since a user can have different permissions\r\nover inboxes and can see different chats, maintaining a cache for each\r\nof them is not effective, besides the requests will reach the server\r\nanyway.", - "sha": "3fd585f40b477efad373a518eb87918c6c591f30", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.11.0 (#138)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.11.0", + "sha": "b8ac9ef08aec4fa346762e09309d6ff802b02d39", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-06T06:35:30Z" + "repoName": "charts", + "createdAt": "2024-07-18T12:39:31Z" }, { - "author": 64252451, - "message": "feat(v4): Compose new conversation without multiple clicks (#10545)\n\n---------\r\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", - "sha": "b116ab5ad3fb11a8b594eae5ff9a5b4aa844ef86", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.10.0 (#136)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.10.0", + "sha": "84f4a40a0a606f9e7cf1ba85873c0ae45b782b03", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-06T04:16:29Z" + "repoName": "charts", + "createdAt": "2024-06-24T09:44:49Z" }, { - "author": 64252451, - "message": "feat: Add compose conversation components (#10457)\n\n\r\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", - "sha": "67c90231b66a9351ac2d423e7800b4c969cc4c6c", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.9.0 (#134)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.9.0", + "sha": "db2b39acd9f368696e631dbcb5ba5b7a4ef46466", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-06T00:31:47Z" + "repoName": "charts", + "createdAt": "2024-05-24T07:05:01Z" }, { - "author": 64252451, - "message": "chore: Fix issues with Contact pages (#10544)", - "sha": "41106bccb7923ab9de390c30be5864b2f40b453b", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.8.0 (#132)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.8.0", + "sha": "990e21390bccd36dfa49a9266dc16a9b79511212", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-05T22:24:10Z" + "repoName": "charts", + "createdAt": "2024-04-26T09:06:12Z" }, { - "author": 18097732, - "message": "feat: update notification settings (#10529)\n\nhttps://github.com/user-attachments/assets/52ecf3f8-0329-4268-906e-d6102338f4af\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", - "sha": "cdff624a0a33842d7760cf299dd36c2c727eb628", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.7.0 (#131)", + "sha": "1c20b71b51a8ec7c87fa864448f82867797cb743", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-05T13:35:04Z" + "repoName": "charts", + "createdAt": "2024-03-29T02:55:51Z" }, { - "author": 64252451, - "message": "fix: Fetch assignable agents in expanded layout (#10540)", - "sha": "d635be4b2a8eb1d0045b9d2e5a773fa405598fc5", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.6.0 (#129)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.6.0", + "sha": "537d22c6cfe2838a3df8b85e868b9c92e31e7c49", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-05T05:26:00Z" + "repoName": "charts", + "createdAt": "2024-02-20T13:43:55Z" }, { - "author": 64252451, - "message": "fix: Reset contact attributes when form is updated (#10539)", - "sha": "f7b0d5dbe2243ceaf784b587586993b860049418", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.5.1 (#125)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.5.1", + "sha": "dabcf143ffe1d4993957c5df9fedbf76b194d92d", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-05T05:25:28Z" + "repoName": "charts", + "createdAt": "2024-01-18T13:08:00Z" }, { - "author": 64252451, - "message": "fix: Fix issue with profile picture not updating (#10532)\n\nThis PR resolves the issue with updating the profile picture in the profile settings.\r\n\r\n**Cause of issue**\r\nThe issue can be reproduced with the old `ProfileAvatar.vue` component.\r\nWhile the exact reason is unclear, it seems related to cases where the\r\nfile might be `null`.\r\n\r\n**Solution**\r\nReplaced the old `ProfileAvatar.vue` with `Avatar.vue` and tested it. It\r\nworks fine. Iā€™ve attached a loom video below.\r\n\r\nFixes https://linear.app/chatwoot/issue/CW-3768/profile-picture-bug\r\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", - "sha": "3edc0542cc0f5e3a91e53412c8fa208e09ab77e6", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-04T23:02:29Z" - }, - { - "author": 64252451, - "message": "fix: Update contact details page errors (#10536)\n\nCo-authored-by: Pranav ", - "sha": "bf58a18af42542a68d837a276f3982bdad04d8e6", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.4.0 (#123)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.4.0", + "sha": "4a793e64263d12145d4ee36ed427a3c70d94c03d", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-04T21:58:53Z" + "repoName": "charts", + "createdAt": "2023-12-22T10:21:54Z" }, { - "author": 18097732, - "message": "fix: Update UI issues with sidebar (#10535)\n\nThis PR fixes a few UI issues with the sidebar\r\n\r\n1. `z-index` issues with sidebar dropdowns\r\n2. Move the event listener to the root of the dropdown container, it\r\nallows more consistent behaviour of the trigger, earlier the click on\r\nthe trigger when the dropdown was open would cause the container to\r\nre-render\r\n3. Use `perserve-open` for the status switcher menu item in the profile\r\nmenu.\r\n4. Use `sessionStorage` instead of `localStorage` to preserve sidebar\r\ndropdown info. When opening the dashboard without directly going to a\r\nspecific route, any previous known item would get expanded even if it's\r\nlink was not active, this caused issues across tabs too, this fixes it.\r\n5. Use `snakeCaseKeys` instead of `decamelize` we had two packages doing\r\nthe same thing\r\n6. Update `vueuse` the new version is vue3 only", - "sha": "9b6830a610496be4e03b95fa52ee4adf1110c390", + "author": 119703682, + "message": "fix: use imagepullsecret in web-deployment and worker-deployment (#122)\n\n* fix: use imagepullsecret in web-deployment and worker-deployment", + "sha": "1c66bcb1f8694cb7b1747128fa7ff33da827e046", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-04T21:48:12Z" + "repoName": "charts", + "createdAt": "2023-12-19T07:25:39Z" }, { - "author": 64252451, - "message": "feat(v4): Add new contact details screen (#10504)\n\n\r\n\r\nCo-authored-by: Pranav ", - "sha": "769b7171f47195b2fa31b616e0fb5b66a71d1e0f", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v3.3.1 (#120)\n\nfeat: upgrade charts to chatwoot v3.3.1 (#114)\r\n\r\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.3.1\r\n\r\nSigned-off-by: Vishnu Narayanan ", + "sha": "fb85fd456cb6786e43d1c242d8f3dee1e3357b9e", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-04T05:29:47Z" + "repoName": "charts", + "createdAt": "2023-11-30T09:53:05Z" }, { "author": 3526167, - "message": "chore(heroku): Switch heroku stack to the latest stack heroku-24 (#10085)\n\n# Pull Request Template\r\n\r\n## Description\r\n\r\n\r\n- Heroku has marked `heroku-20` stack as EOL by April 2025\r\n- https://help.heroku.com/NPN275RK/heroku-20-end-of-life-faq \r\n- https://devcenter.heroku.com/articles/heroku-24-stack\r\n\r\nFixes https://linear.app/chatwoot/issue/CW-3552/upgrade-heroku-stack-to-heroku-24", - "sha": "d4b6f710bd9ad8be1d0eebfcfc5b28cba5589a38", + "message": "feat: upgrade charts to chatwoot v3.2.0 (#114)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.2.0", + "sha": "c4ff8294da3b3d2f21643de4d43087f70f404ee8", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-03T02:53:59Z" + "repoName": "charts", + "createdAt": "2023-10-25T11:54:43Z" }, { - "author": 49699333, - "message": "chore(deps): bump rails-html-sanitizer from 1.6.0 to 1.6.1 (#10528)\n\nBumps\r\n[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)\r\nfrom 1.6.0 to 1.6.1.\r\n
\r\nRelease notes\r\n

Sourced from rails-html-sanitizer's\r\nreleases.

\r\n
\r\n

1.6.1 / 2024-12-02

\r\n

This is a performance and security release which addresses several\r\npossible XSS vulnerabilities.

\r\n
    \r\n
  • \r\n

    The dependency on Nokogiri is updated to v1.15.7 or >=1.16.8.

    \r\n

    This change addresses CVE-2024-53985 (https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-w8gc-x259-rc7x).

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    Disallowed tags will be pruned when they appear in foreign content\r\n(i.e. SVG or MathML content),\r\nregardless of the prune: option value. Previously,\r\ndisallowed tags were "stripped" unless the\r\ngem was configured with the prune: true option.

    \r\n

    The CVEs addressed by this change are:

    \r\n
      \r\n
    • CVE-2024-53986 (https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-638j-pmjw-jq48)
    • \r\n
    • CVE-2024-53987 (https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-2x5m-9ch4-qgrr)
    • \r\n
    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    The tags "noscript", "mglyph", and\r\n"malignmark" will not be allowed, even if explicitly added to\r\nthe allowlist. If applications try to allow any of these tags, a warning\r\nis emitted and the tags\r\nare removed from the allow-list.

    \r\n

    The CVEs addressed by this change are:

    \r\n
      \r\n
    • CVE-2024-53988 (https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-cfjx-w229-hgx5)
    • \r\n
    • CVE-2024-53989 (https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-rxv5-gxqc-xx8g)
    • \r\n
    \r\n

    Please note that we may restore support for allowing\r\n"noscript" in a future release. We do not\r\nexpect to ever allow "mglyph" or "malignmark",\r\nthough, especially since browser support is minimal\r\nfor these tags.

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    Improve performance by eliminating needless operations on attributes\r\nthat are being removed. #188

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from rails-html-sanitizer's\r\nchangelog.

\r\n
\r\n

1.6.1 / 2024-12-02

\r\n

This is a performance and security release which addresses several\r\npossible XSS vulnerabilities.

\r\n
    \r\n
  • \r\n

    The dependency on Nokogiri is updated to v1.15.7 or >=1.16.8.

    \r\n

    This change addresses CVE-2024-53985 (GHSA-w8gc-x259-rc7x).

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    Disallowed tags will be pruned when they appear in foreign content\r\n(i.e. SVG or MathML content),\r\nregardless of the prune: option value. Previously,\r\ndisallowed tags were "stripped" unless the\r\ngem was configured with the prune: true option.

    \r\n

    The CVEs addressed by this change are:

    \r\n
      \r\n
    • CVE-2024-53986 (GHSA-638j-pmjw-jq48)
    • \r\n
    • CVE-2024-53987 (GHSA-2x5m-9ch4-qgrr)
    • \r\n
    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    The tags "noscript", "mglyph", and\r\n"malignmark" will not be allowed, even if explicitly added to\r\nthe allowlist. If applications try to allow any of these tags, a warning\r\nis emitted and the tags\r\nare removed from the allow-list.

    \r\n

    The CVEs addressed by this change are:

    \r\n
      \r\n
    • CVE-2024-53988 (GHSA-cfjx-w229-hgx5)
    • \r\n
    • CVE-2024-53989 (GHSA-rxv5-gxqc-xx8g)
    • \r\n
    \r\n

    Please note that we may restore support for allowing\r\n"noscript" in a future release. We do not\r\nexpect to ever allow "mglyph" or "malignmark",\r\nthough, especially since browser support is minimal\r\nfor these tags.

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
  • \r\n

    Improve performance by eliminating needless operations on attributes\r\nthat are being removed. #188

    \r\n

    Mike Dalessio

    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 5e96b19\r\nversion bump to v1.6.1
  • \r\n
  • 383cc7c\r\ndoc: update CHANGELOG with assigned CVEs
  • \r\n
  • a7b0cfe\r\nCombine the noscript/mglyph prevention blocks
  • \r\n
  • 5658335\r\nMerge branch 'h1-2509647-noscript' into\r\nflavorjones-2024-security-fixes
  • \r\n
  • 65fb72f\r\nMerge branch 'h1-2519936-mglyph-foster-parenting' into\r\nflavorjones-2024-secur...
  • \r\n
  • 3fe22a8\r\nMerge branch 'h1-2519936-foreign-ns-confusion' into\r\nflavorjones-2024-security...
  • \r\n
  • d7a94c1\r\nMerge branch 'h1-2503220-nokogiri-serialization' into\r\nflavorjones-2024-securi...
  • \r\n
  • 3fd6e65\r\ndoc: update CHANGELOG
  • \r\n
  • 1625173\r\nfix: disallow 'noscript' from safe lists
  • \r\n
  • a0a3e8b\r\nfix: disallow 'mglyph' and 'malignmark' from safe lists
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rails-html-sanitizer&package-manager=bundler&previous-version=1.6.0&new-version=1.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/chatwoot/chatwoot/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Pranav ", - "sha": "50e7ceb19bdb9ae776709569222f3dae505de4fc", + "author": 3526167, + "message": "chore: upgrade charts to chatwoot v3.1.0 (#107)", + "sha": "14519a5a426b5ea45c9c1d1767bdbbb6624b4fa7", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-03T02:23:58Z" + "repoName": "charts", + "createdAt": "2023-09-20T10:28:40Z" }, { - "author": 64252451, - "message": "feat: Improve Contact list (#10522)", - "sha": "062587487a87c7dc7558bdafbb38bbe8e44dd6c7", + "author": 3526167, + "message": "chore: upgrade charts to chatwoot v3.0.0 (#106)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.0.0", + "sha": "cebe33a4843f9e36846165a65b58a6fb70450edd", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-03T02:23:41Z" + "repoName": "charts", + "createdAt": "2023-08-22T11:37:45Z" }, { - "author": 49699333, - "message": "chore(deps): bump vue-i18n from 9.14.0 to 9.14.2 (#10526)\n\nBumps\r\n[vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n)\r\nfrom 9.14.0 to 9.14.2.\r\n
\r\nRelease notes\r\n

Sourced from vue-i18n's\r\nreleases.

\r\n
\r\n

v9.14.2

\r\n\r\n

What's Changed

\r\n

šŸ”’ Security Fixes

\r\n
    \r\n
  • fix: XSS vulnerability with prototype pollution on AST: https://github.com/intlify/vue-i18n/security/advisories/GHSA-9r9m-ffp6-9x4v
  • \r\n
  • fix: prototype pollusion on deepCopy: https://github.com/intlify/vue-i18n/security/advisories/GHSA-hjwq-mjwj-4x6c
  • \r\n
\r\n

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.1...v9.14.2

\r\n

v9.14.1

\r\n\r\n

What's Changed

\r\n

šŸ› Bug Fixes

\r\n
    \r\n
  • fix: messages deepCopy mutates src\r\narguments by @ā€‹BobbieGoede in\r\nintlify/vue-i18n#1975
  • \r\n
\r\n

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.0...v9.14.1

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 5448139\r\nrelease: v9.14.2
  • \r\n
  • af67265\r\nrelease: v9.14.1
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue-i18n&package-manager=npm_and_yarn&previous-version=9.14.0&new-version=9.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/chatwoot/chatwoot/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "86bd339a47f89ae61ed00545b815b9235bd1c925", + "author": 479079, + "message": "feat: migrate autoscaling api version to v2 (#105)\n\n* #104 migrate autoscaling api version from deprecated\r\n\r\n* make autoscaling api version configurable\r\nbump chart version\r\nbreaking change for older versions of kubernetes\r\n\r\n* update readme with new autoscaling.apiVersion value", + "sha": "b7beaf97783ee352fc38b4cd86e47b5f3cae037d", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-03T02:16:33Z" + "repoName": "charts", + "createdAt": "2023-07-27T11:13:09Z" }, { - "author": 64252451, - "message": "feat: Contact filter preview (#10516)\n\n# Pull Request Template\r\n\r\n## Description\r\n\r\n**Screenshots**\r\n\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/8df44237-ec51-45d3-aed3-518cded42f5d\"\r\n\r\n\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/2213ce2e-2461-41f0-a05a-0f955a4d7e3a\"\r\n\r\n**Story**\r\n\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/f8e25fe2-11e8-4b9b-8d0b-357f9b7b6e39\"", - "sha": "0ab7accd3fe3c99e877882841156bffcc1b00fe1", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v2.18.0 (#103)", + "sha": "c5827ec31b5952d680ece6ff8f8ddbb148955de3", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-02T10:52:05Z" + "repoName": "charts", + "createdAt": "2023-06-19T14:55:46Z" }, { "author": 3526167, - "message": "feat: remove stale ONLINE_PRESENCE contact keys in redis (#9558)\n\n50% of Redis memory size comes from ONLINE_PRESENCE keys. This PR adds a\r\nperiodic job to remove stale keys from all accounts.", - "sha": "e95680e80057f4e06d9f8b2b0a54fe5f10c0e34c", + "message": "chore: update charts to chatwoot v2.17.1 (#100)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.17.1", + "sha": "d815e5433ecb3cc2028ad2d2bac9dc63a01a2a1d", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-12-02T10:17:54Z" + "repoName": "charts", + "createdAt": "2023-05-20T06:33:49Z" }, { - "author": 64252451, - "message": "feat: New contacts advanced filter (#10514)", - "sha": "1c12fbceb95a93cd9a01856efd448c8106b748e5", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v2.17.0 (#99)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.17.0", + "sha": "8e16f8f004213076698001d26e950bf84d8a403f", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-29T05:25:15Z" + "repoName": "charts", + "createdAt": "2023-05-16T13:29:32Z" }, { - "author": 64252451, - "message": "feat(v4): Update the design for the contacts list page (#10501)\n\n---------\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", - "sha": "a50e4f17480edc47ce6296267164b83b12b7499f", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v2.16.0 (#98)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.16.0", + "sha": "d619621b040a274dc07d144dafac93dd31ae883c", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-28T04:07:20Z" + "repoName": "charts", + "createdAt": "2023-04-19T08:09:41Z" }, { - "author": 18097732, - "message": "feat(v4): Add new conversation filters component (#10502)\n\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", - "sha": "25c61aba25e4b0abe5ff59786bd97823c1ba3d7a", + "author": 965744, + "message": "feat: support podAnnotations for web and worker deployments (#97)\n\n* feat: support podAnnotations for web and worker deployments", + "sha": "b03045418dab116629d555a69820b1cfd7bf03fb", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-28T04:05:54Z" + "repoName": "charts", + "createdAt": "2023-03-22T03:46:24Z" }, { - "author": 73185, - "message": "chore: [Snyk] Security upgrade google-cloud-storage from 1.44.0 to 1.48.0 (#10148)\n\n- bump up gems based on snyk security alerts", - "sha": "94c918e468cbda54dfa207e3f52f9324c5a4b12e", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v2.15 (#96)", + "sha": "936f804f640350c2db84e99f91d9159c2000cc22", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-27T12:31:01Z" + "repoName": "charts", + "createdAt": "2023-03-20T05:28:00Z" }, { - "author": 9611224, - "message": "chore: clear apt warning in cwctl (#10488)", - "sha": "ea616d6a931bc23fca724e3b5b7a427964bacf4a", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v2.14.0 (#94)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.14.0", + "sha": "f922237964ff497be9a8e034e69f7213d8ffc20a", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-27T11:38:54Z" + "repoName": "charts", + "createdAt": "2023-02-17T18:24:33Z" }, { - "author": 2246121, - "message": "feat: Update design for report pages (#10506)\n\n\"Screenshot\r\n\"Screenshot\r\n\r\n---------\r\n\r\nCo-authored-by: Shivam Mishra ", - "sha": "35702457ede5ec01d5e5cf21cca3962cd5d2a3dc", + "author": 203448, + "message": " feat: upgrade charts to chatwoot v2.13.1\n\n\r\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.13.1\r\n\r\n* upgrade to bugfix version 2.13.1\r\n\r\n* Update Chart.yaml\r\n\r\n* chore: increment chatwoot version in README\r\n\r\n---------\r\n\r\nCo-authored-by: Vishnu Narayanan ", + "sha": "8b21fc9154a9ed5421872ef80d2563f5b1607604", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-27T10:10:15Z" + "repoName": "charts", + "createdAt": "2023-02-10T08:12:13Z" }, { - "author": 18097732, - "message": "fix: Fix z-index issue on account switcher (#10505)\n\nCo-authored-by: Pranav ", - "sha": "d569713b66ce2eab5e46ba103fe88bf6a28c2a77", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v2.13.0 (#92)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.13.0", + "sha": "481bd7412507aeb8e5226dfc7805e5005345ae3c", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-27T03:59:16Z" + "repoName": "charts", + "createdAt": "2023-01-18T18:01:00Z" }, { - "author": 73185, - "message": "fix: avoid Slack file upload API for fallback messages (#10461)\n\nSkip calling the Slack file upload API for message types such as\r\nfallback (e.g., Facebook and location messages) that lack actual file\r\ndata in attachments. This prevents unnecessary API calls and resolves a\r\nSentry error currently occurring in production.\r\n\r\nfixes: https://github.com/chatwoot/chatwoot/issues/10460", - "sha": "12a82b6459f7ff229bc0c0428616bad7a00582ab", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v2.12.0 (#90)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.12.0", + "sha": "53e01d71c06c297f7c1533b5b85cee16707772ee", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-26T04:56:40Z" + "repoName": "charts", + "createdAt": "2022-12-21T10:57:21Z" }, { - "author": 64252451, - "message": "feat: Add contact header components (#10498)", - "sha": "b9d888d8ab4a827f8a5d21280f26551916e28909", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v2.11.0 (#86)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.11.0", + "sha": "a19db882adab64b214e4e4d23def878cab809a66", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-26T03:59:04Z" + "repoName": "charts", + "createdAt": "2022-11-16T17:18:29Z" }, { - "author": 64252451, - "message": "feat: Add contact empty state components (#10499)", - "sha": "ba1b02e2747e7ce3259777dca22e590e4ab2f52d", + "author": 8725825, + "message": "feat: render security context if present (#82)\n\n* render security context\r\n\r\n* chore: increment chart version\r\n\r\n* chore: render securityContext only if present\r\n\r\n* chore: increment chart version\r\n\r\n* chore: render securityContext only if present in migrations job\r\n\r\nCo-authored-by: Vishnu Narayanan ", + "sha": "95f29afa54ff36cd65e144c0462b4c9775401352", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-26T03:50:33Z" + "repoName": "charts", + "createdAt": "2022-11-11T15:42:51Z" }, { - "author": 18097732, - "message": "feat: Add conditions row component (#10496)\n\n---------\r\n\r\nCo-authored-by: Pranav ", - "sha": "b0287fe389a8a0dfa2912e790c3008ccb9876923", + "author": 28541758, + "message": "fix: the existing postgres secret keys and allow for setting independent resources (#85)\n\n* make postgres existing secret key consistent\r\n\r\n* allow for setting resources for web and worker\r\n\r\n\r\nSigned-off-by: David van der Spek ", + "sha": "2b847ff1d40e1df7b6329fe4eb4c567e3d85aad1", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-26T00:33:12Z" + "repoName": "charts", + "createdAt": "2022-11-09T11:30:15Z" }, { - "author": 18097732, - "message": "feat(v4): Add filter input components (#10493)\n\nThis PR adds three components along with stories\r\n\r\n1. MultiSelect - This is used for filter values, allowing multiple values and folding of values where there are too many items\r\n2. SingleSelect - This is used for filter values, allows selecting and toggling a single item\r\n3. FilterSelect - This is used for operators and others, it allows icons and labels as well as toggling them using props. The v-model for this binds just the final value unlike the previous two components with bind the entire object.\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", - "sha": "c23cd094f9f11515306304529dc3c4b84695a6b5", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v2.10.0 (#84)", + "sha": "bede203afc80d8def9e46c5e3ecab43105788cef", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-25T19:52:28Z" + "repoName": "charts", + "createdAt": "2022-10-20T12:24:58Z" }, { - "author": 64252451, - "message": "feat: Add custom attributes components (#10467)", - "sha": "e9ba4200b296240c00051945762f23ed3743d95f", + "author": 8725825, + "message": "fix: existingSecret usage for postgres (#83)\n\n* fix existingSecret for postgres\r\n\r\n* chore: increment chart version\r\n\r\nCo-authored-by: Vishnu Narayanan ", + "sha": "3cbb7047bd33eca428d3ee990e23826dadf7b049", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-25T00:46:00Z" + "repoName": "charts", + "createdAt": "2022-10-18T14:42:30Z" }, { - "author": 18097732, - "message": "feat: async update of article [CW-3721] (#10435)\n\n### The problem\r\n\r\nWriting in the text editor can be very frustrating, the reason is that\r\nthe editor had a debounced save method which would push the article to\r\nthe backend and update the current state. This however is a bad idea,\r\nsince the can take anywhere between 100-300ms depending on network\r\nconditions.\r\n\r\nWhile this would be in progress, the article is still being edited by\r\nthe user. So at the end of the network request, the state returned from\r\nthe backend and the current state in the editor is diverged. But since\r\nthe update happens anyway, the editor would prepend older context.\r\n\r\n```\r\nTime --> \r\n\r\nUser Action: [Edit 1] ---> [Edit 2] ---> [Edit 3]\r\nBackend Save: Save Req (Edit 1) ----> Response (Edit 1)\r\nResulting Editor State: [Edit 3] + [Edit 1] (Outdated state prepended)\r\n```\r\n\r\n### The solution\r\n\r\nThe solution is to unbind the article from the backend state, ensuring\r\nthat the article editor is the source of truth and ignoring the\r\nresponses. This pull request does this by adding an asynchronous save\r\nfunctionality. The changes include adding a new `saveArticleAsync` event\r\nand ensuring that the local state is not updated unnecessarily during\r\nasynchronous saves.\r\n\r\n```\r\nTime --> \r\n\r\nUser Action: [Edit 1] ---> [Edit 2] ---> [Edit 3]\r\nBackend Save: Save Req (Edit 1) ----> Response (ignored)\r\nResulting Editor State: [Edit 3] (Consistent and up-to-date)\r\n```\r\n\r\nAdded the following two debounced methods\r\n\r\nThese complementary debounce methods prevent unnecessary re-renders\r\nwhile ensuring backend is in sync. `saveArticleAsync` preserves the\r\neditor as the source of truth, while `saveArticle` manages periodic\r\nstate updates from the backend with a delay large enough to safely\r\nassume that the user has stopped typing\r\nMethod | Delay | Behavior\r\n-- | -- | -- \r\n`saveArticleAsync` | 400ms | Sends data to backend and ignores the\r\nresponse\r\n`saveArticle` | 2.5s | Sends data and updates local state with the\r\nbackend response\r\n\r\n### How to test\r\n\r\n1. Remove the following line\r\nhttps://github.com/chatwoot/chatwoot/blob/dc042f6ddcb4e108795ff83bb57f8d92c6a2b90a/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticleEditorPage/ArticleEditor.vue#L64\r\n1. Update the latency here to 400 (P.S. the diff shows the latency to be\r\n600, but that was added as a stop-gap solution)\r\n\r\nhttps://github.com/chatwoot/chatwoot/blob/dc042f6ddcb4e108795ff83bb57f8d92c6a2b90a/app/javascript/dashboard/components-next/HelpCenter/Pages/ArticleEditorPage/ArticleEditor.vue#L51\r\n1. Set the browser network latency to Slow 3G or 3G\r\n1. Start writing on the editor, try fixing typos with backspace or\r\nmoving around with the cursor\r\n\r\n---------\r\n\r\nCo-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>\r\nCo-authored-by: Pranav ", - "sha": "0f659224a7418c7474a01b9280ac0915080fadda", + "author": 3526167, + "message": "doc: add parameter description (#80)\n\nAdd missing description for paramater `existingEnvSecret`", + "sha": "9a5de25b75000144cd362ddc533bea14e35207cd", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-22T03:38:08Z" + "repoName": "charts", + "createdAt": "2022-10-07T12:20:26Z" }, { - "author": 64252451, - "message": "feat: Add Label Input components (#10480)", - "sha": "2dae4b22a2dfcf778d1fff6614df6a8855b74c7c", + "author": 965744, + "message": "feat: allow an already existing secret to define env vars (#79)\n\n* feat: allow an already existing secret to define env vars\r\n\r\n* chart: version bump\r\n\r\n* feat: add existing secret config to migrations job", + "sha": "a365bb44a3026a2ab1f37f8e71aab023fde1eeb0", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-21T21:57:43Z" + "repoName": "charts", + "createdAt": "2022-10-03T14:10:04Z" }, { - "author": 64252451, - "message": "feat: Add contact merge form component (#10478)\n\nCo-authored-by: Pranav ", - "sha": "cf6ef11b9fdb0d875972f35de2db0a1061fe4c74", + "author": 3526167, + "message": "feat: upgrade charts to chatwoot v2.9.1 (#78)", + "sha": "8aabffefa7644582dcdd68048ca9f68d4ea67fbb", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-21T21:52:25Z" + "repoName": "charts", + "createdAt": "2022-09-29T15:21:52Z" }, { - "author": 18097732, - "message": "feat: Attributify button component (#10473)\n\nThis PR allows attributify for `variant`, `size` and `color` props. This allows using shorthands, instant of writing full props.\r\n\r\nWe also added a small computed method to ensure these does not show up\r\nin the DOM and pollute it\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", - "sha": "497bc055a2bf24cf3e19762cbeac99fdb2b6db52", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.9.0 (#77)\n\n* feat: update charts to chatwoot v2.9.0\r\n\r\n* chore: increment chart version", + "sha": "913460be3fa8ad026df76c0afc17e9140190ae60", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-21T21:48:25Z" + "repoName": "charts", + "createdAt": "2022-09-20T14:23:10Z" }, { - "author": 64252451, - "message": "feat: Add contact note item component (#10479)", - "sha": "79daf56c311827b138a9f07e67a6269c52104486", + "author": 3526167, + "message": "doc: update readme to reflect postgres var change (#76)\n\nPostgres related values changed with the `1.0.0` release of Charts.", + "sha": "5bfa128c1cdbde416b26955ba25fef462b8d5d18", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-21T21:47:57Z" + "repoName": "charts", + "createdAt": "2022-09-15T13:23:12Z" }, { - "author": 64252451, - "message": "fix: Component `` reactivity issue. (#10476)\n\n# Pull Request Template\r\n\r\n## Description\r\n\r\nThis PR will fix reactivity issue with `` component.\r\n\r\n**Cause of issue**\r\nThe `` component used an internal ref,\r\n`internalActiveIndex` to track the `active` tab. However, it didnā€™t sync\r\nwith the `index` prop when updated by the parent, causing mismatched tab\r\nselections.\r\n\r\n**Solution**\r\nThe component now directly uses `props.index` to ensure it always\r\nreflects the latest value from the parent. The unnecessary\r\n`internalActiveIndex` ref has been removed. Changes to the active tab\r\nemit a `change` event to update the parent.\r\n\r\n\r\n## Type of change\r\n\r\n- [x] Bug fix (non-breaking change which fixes an issue)\r\n\r\n## How Has This Been Tested?\r\n\r\n**Loom video**\r\n\r\n**Before**\r\n\r\nhttps://www.loom.com/share/76eb32f1e7f7422f84055a102bf80951?sid=bc28c6ff-9640-4d3b-956c-99c1ec164971\r\n\r\n**After**\r\n\r\nhttps://www.loom.com/share/6bd8125ede5d43dc8fe115c3f1fb159b?sid=c376617a-94fb-4f71-8664-e0bd9e7af0b4\r\n\r\n## Checklist:\r\n\r\n- [x] My code follows the style guidelines of this project\r\n- [x] I have performed a self-review of my code\r\n- [x] I have commented on my code, particularly in hard-to-understand\r\nareas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [x] My changes generate no new warnings\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [x] New and existing unit tests pass locally with my changes\r\n- [ ] Any dependent changes have been merged and published in downstream\r\nmodules", - "sha": "7b6195f28b3ca453825c6c2064de69c09d7c3715", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.8.1 (#75)", + "sha": "aca14cb2c24a37ab0929a4f879819b2882b2c6e0", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-21T10:55:13Z" + "repoName": "charts", + "createdAt": "2022-08-18T13:22:22Z" }, { - "author": 64252451, - "message": "feat: Add Contact card and form component (#10466)\n\nCo-authored-by: Pranav ", - "sha": "2309424cb19d5b1f9d95f11f29109ddeb2537914", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.8.0 (#74)", + "sha": "da82b29667457f0f2f7e70482d13bb8d2814082b", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-21T05:18:25Z" + "repoName": "charts", + "createdAt": "2022-08-18T12:46:40Z" }, { - "author": 18097732, - "message": "feat: add channel icon component (#10471)\n\nThis pull request introduces a new `ChannelIcon` component and refactors the existing code to use this component, which simplifies the icon management for different channel types and providers.", - "sha": "3a334be58214db8017d629937f45c680d351fe5a", + "author": 3526167, + "message": "feat: upgrade postgres and redis subcharts (#67)\n\n* feat: upgrade postgres and redis subcharts\r\n\r\n* fix: modify postgres auth variables in values.yaml\r\n\r\n* chore: modify postgres/redis auth variables to match latest bitnami spec\r\n\r\n* doc: update readme for v1 upgrade", + "sha": "2c3fdf91c9ca6e5668a63aa2e7fb41a418b502f3", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-21T04:23:12Z" + "repoName": "charts", + "createdAt": "2022-08-08T14:17:09Z" }, { - "author": 73185, - "message": "chore: Disable throwing error for malformed to address (#10464)\n\nWe don't need to raise error on sentry for malformed to address as it is already logged.\r\n\r\nFixes: https://linear.app/chatwoot/issue/CW-3151/standarderror-invalid-email-to-address-header-standarderror", - "sha": "515778eabbb6a941962dc04b96759949aa165aae", + "author": 3526167, + "message": "feat: add autoscaling to web and worker pods (#73)\n\n* feat: add hpa autoscaling for web and worker\r\n\r\n* chore: set default redis replica count to 1\r\n\r\n* feat: switch hpa to autoscaling/v2\r\n\r\n* chore: update README with hpa parameters\r\n\r\n* chore: remove trailing spaces\r\n\r\n* chore: add upgrade instructions to readme", + "sha": "da3d62469e795be0b367e3ba769b6c64fc06e26b", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-21T02:58:54Z" + "repoName": "charts", + "createdAt": "2022-07-30T12:20:32Z" }, { - "author": 73185, - "message": "feat: Display Account Custom Attributes in Super Admin (#10459)\n\nViewing the account custom attributes is quite handy when debugging on Chatwoot cloud. Hence adding this option to Super Admin.", - "sha": "93b7ce6eba20fc8061893af347db932efb45bb51", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.7.0 (#70)", + "sha": "202730fefc5e270519b964606a1f628a95a84b5f", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-20T17:02:33Z" + "repoName": "charts", + "createdAt": "2022-07-21T18:47:48Z" }, { - "author": 64252451, - "message": "feat: New phone number input component (#10446)", - "sha": "c3604bfcbf473354d0ab3eee338ef45cd63ad75d", + "author": 3526167, + "message": "fix: failing gh actions for testing and releasing charts (#66)\n\n* chore: increment chart version\r\n\r\n* fix: change bitnami index to pre-2022\r\n\r\n* fix: update gh actions to use pre-2022 bitnami index", + "sha": "fd513da4d47696dd5ba8536ce30f6f54102d4cff", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-20T17:01:05Z" + "repoName": "charts", + "createdAt": "2022-06-21T13:57:25Z" }, { - "author": 64252451, - "message": "feat: Updates on new components (#10444)", - "sha": "b0d6089bb603940127909e0def72c45f1750fa8d", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.6.0 (#64)", + "sha": "0cf8b4eff5b53193aee47ce2f58e6ec93234223c", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-20T14:51:35Z" + "repoName": "charts", + "createdAt": "2022-06-17T14:36:53Z" }, { - "author": 22641, - "message": "fix: Feature flags are not be stored on account creation (#10387)\n\nwhen creating an account via the platform API the feature flags do not get stored\r\n\r\nCo-authored-by: Sojan Jose ", - "sha": "76a4140224a1bfbbcd31e222c4cd18baedc05b38", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.5.0 (#63)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.5.0", + "sha": "13ec636effad3df4813ab47411c357c0e7d6f8ca", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-20T13:39:17Z" + "repoName": "charts", + "createdAt": "2022-05-17T10:58:47Z" }, { - "author": 49699333, - "message": "chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#10447)\n\nBumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from\r\n7.0.3 to 7.0.6.\r\n
\r\nChangelog\r\n

Sourced from cross-spawn's\r\nchangelog.

\r\n
\r\n

7.0.6\r\n(2024-11-18)

\r\n

Bug Fixes

\r\n
    \r\n
  • update cross-spawn version to 7.0.5 in package-lock.json (f700743)
  • \r\n
\r\n

7.0.5\r\n(2024-11-07)

\r\n

Bug Fixes

\r\n
    \r\n
  • fix escaping bug introduced by backtracking (640d391)
  • \r\n
\r\n

7.0.4\r\n(2024-11-07)

\r\n

Bug Fixes

\r\n
    \r\n
  • disable regexp backtracking (#160)\r\n(5ff3a07)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 77cd97f\r\nchore(release): 7.0.6
  • \r\n
  • 6717de4\r\nchore: upgrade standard-version
  • \r\n
  • f700743\r\nfix: update cross-spawn version to 7.0.5 in package-lock.json
  • \r\n
  • 9a7e3b2\r\nchore: fix build status badge
  • \r\n
  • 0852683\r\nchore(release): 7.0.5
  • \r\n
  • 640d391\r\nfix: fix escaping bug introduced by backtracking
  • \r\n
  • bff0c87\r\nchore: remove codecov
  • \r\n
  • a7c6abc\r\nchore: replace travis with github workflows
  • \r\n
  • 9b9246e\r\nchore(release): 7.0.4
  • \r\n
  • 5ff3a07\r\nfix: disable regexp backtracking (#160)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cross-spawn&package-manager=npm_and_yarn&previous-version=7.0.3&new-version=7.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/chatwoot/chatwoot/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "93ebfccac2f4f354bde42a8b988755e22c4f3e56", + "author": 3526167, + "message": "chore: fix url in readme", + "sha": "c3f3d3b06bc84024ebd1ce37220655639b91087b", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-20T02:45:24Z" + "repoName": "charts", + "createdAt": "2022-05-11T10:35:50Z" }, { - "author": 18097732, - "message": "fix: Update the dropdown bg to match the design system (#10438)\n\nThis PR updates the background used in dropdown to match our design system. Previous PR failed to add this correctly.\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", - "sha": "759615d041c34a2e42781de136526c6526a5d75f", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.4.1 (#60)", + "sha": "8644572eac23157cf72b12ef67e97f432abe9dcc", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-19T22:29:45Z" + "repoName": "charts", + "createdAt": "2022-04-21T18:30:09Z" }, { - "author": 64252451, - "message": "feat: Add the new select menu component (#10445)", - "sha": "a7e3d443c982fa45b675c623888b63e7978eab1f", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.4.0 (#59)\n\n* feat: update charts to chatwoot v2.4.0", + "sha": "9852708fcc48262c8b3c019796d642e7b820d923", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-19T22:25:45Z" + "repoName": "charts", + "createdAt": "2022-04-20T11:31:11Z" }, { - "author": 73185, - "message": "fix: Undefined method `encode' for nil for avatar from url job (#10450)\n\nInvalid urls supplied to the job was causing sentry issues. The issue primarily occurs when the download file.original_filename comes out as empty\r\n\r\nfixes: https://github.com/chatwoot/chatwoot/issues/10449", - "sha": "7a3303e8412a2d5ad9760b84022c7f91a653e96b", + "author": 3526167, + "message": "update readme with 0.8.x release notes (#58)", + "sha": "e6eaff2579eabacd6d5db0acd6ff16010ac01771", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-19T22:24:01Z" + "repoName": "charts", + "createdAt": "2022-04-05T15:42:13Z" }, { - "author": 73185, - "message": "Merge branch 'release/3.15.0' into develop", - "sha": "9cc6b1a4baad544760d8b16285ee6e170946d732", + "author": 3526167, + "message": "add artifact hub label", + "sha": "3341425737928e90b25a8c7fddf1cd1f83de00f4", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-19T10:02:13Z" + "repoName": "charts", + "createdAt": "2022-03-30T09:02:40Z" }, { - "author": 73185, - "message": "Bump version to 3.15.0", - "sha": "7d9800d2f89bef6695e8179382d44eb0e51b3ca5", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.3.2 (#57)", + "sha": "3468b6b0c4964d1d5207d93d7ce4bdccce9849be", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-19T10:01:33Z" + "repoName": "charts", + "createdAt": "2022-03-30T08:53:42Z" }, { - "author": 64252451, - "message": "fix: Country code missing when typing in phone input. (#10439)", - "sha": "b680fa43ecdc177f22c7886dd2354ee20b32816b", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.3.0 (#56)\n\n* feat: update charts to chatwoot v2.3.0", + "sha": "29eae01ab8516619f447f907b98d191dca562b02", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-19T09:08:00Z" + "repoName": "charts", + "createdAt": "2022-03-16T10:35:45Z" }, { - "author": 18097732, - "message": "fix: Remove the warnings generated from the Sidebar component (#10437)\n\nThe following warning occurred since the `ChannelLeaf` component was passed extra props. This PR fixes it by passing only the required props", - "sha": "c2e2954dfa22723792c06cae1f277094c0db7280", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.2.1 (#55)", + "sha": "1ebc92b0977a945d0bff3ab771b42986c77bd998", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-19T03:09:09Z" + "repoName": "charts", + "createdAt": "2022-03-14T11:27:11Z" }, { - "author": 18097732, - "message": "feat: Add dropdown component (#10358)\n\nThis PR adds dropdown primitives to help compose custom dropdowns across the app. The following the sample usage\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", - "sha": "aaa328be87e07c2405b33be0f16ecc49cd5d70b2", + "author": 28541758, + "message": "feat: Use secrets for environment vars (#47)\n\n* Use secrets in place of configmaps for env variables\r\n\r\n* fix postgres and redis existing secrets and exposure\r\n\r\n* add serviceAccount\r\n\r\n* add checksums to chatwoot deployments\r\n\r\n* bump chart to 0.8.0\r\n\r\nCo-authored-by: michaelguarino ", + "sha": "a0b12d7ab9492e76ff3dd5239a5e3640daef78c6", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-19T01:29:27Z" + "repoName": "charts", + "createdAt": "2022-02-16T15:21:50Z" }, { "author": 3526167, - "message": "feat: add judoscaler gem for heroku autoscaling (#10419)\n\n- add judoscaler gem to allow judoscale use in heroku environments\r\n- This will allow auto scaling for both web and worker dynos across both\r\nstandard-1x/2x and performance dynos\r\n- This will scaling in response to queue time rather than response\r\ntime(heroku default)\r\n- This also allows you to scale multiple dynos in and out at once,\r\nrather than scaling them one at a time, as is the default.\r\n\r\nRef\r\n----\r\n1. https://judoscale.com/\r\n2. https://devcenter.heroku.com/articles/judoscale", - "sha": "54afed9fb46fcc5b7de47dc107280359a672da77", + "message": "feat: update charts to chatwoot v2.2.0 (#54)", + "sha": "513c978a64e48492bedbefe3bbd2cb0365d13aa9", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-18T07:06:27Z" + "repoName": "charts", + "createdAt": "2022-02-16T14:07:11Z" }, { - "author": 6902864, - "message": "fix: Fix line sticker URL to prevent certain images from failing to dā€¦ (#10416)\n\nThis commit fixes the issue with Line stickers URLs to prevent certain\r\nimages from failing to display. The problem was due to the use of\r\nincorrect URLs. The original URLs pointed to the `iphone` variant, which\r\nfailed to load properly in some cases. The fix updates the URLs to use\r\nthe `android` variant, ensuring all images are displayed correctly.\r\n\r\n### Example: \r\n- Original (failing URL): \r\n\r\n`https://stickershop.line-scdn.net/stickershop/v1/sticker/17/iphone/sticker.png`\r\n- Fixed (working URL): \r\n\r\n`https://stickershop.line-scdn.net/stickershop/v1/sticker/17/android/sticker.png`\r\n\r\n\r\n## How Has This Been Tested?\r\n\r\n1. Verified the updated URLs by loading multiple Line sticker images to\r\nensure they display correctly.\r\n2. Tested in both local and production-like environments to confirm the\r\nfix resolves the issue.\r\n3. Reviewed logs to ensure no additional errors are generated related to\r\nLine sticker URLs.", - "sha": "8773929c0e6fc2cd9a2342ffe180a7033f1fecc4", + "author": 5379868, + "message": "feat: Apply tolerations and nodeSelector to pods in the chart (#45)\n\n* Apply tolerations and nodeSelector to pod specs\r\n\r\n* version bump to 0.7.6", + "sha": "b37463428e258b6406cf01daf469fd523386a789", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-15T13:27:58Z" + "repoName": "charts", + "createdAt": "2022-02-04T04:33:22Z" }, { - "author": 73185, - "message": "fix: Email attachments created with empty filename (#10420)\n\n- We observed in prod for certain emails active storage blob objects\r\nwere getting created with empty file name. The conversations further\r\ncauses conversation and filter pages to break. This change will fix the\r\nmentioned issue.\r\n\r\nfixes:\r\nhttps://linear.app/chatwoot/issue/CW-3331/missing-file-name-for-some-of-the-uploads-for-emails\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav ", - "sha": "933ae8aa497cdb80538a69dad9c6d389e1997c90", + "author": 545492, + "message": "feat: Add ingressClass support (#53)\n\n* Add ingressClass support #52\r\n\r\n* Update chart version", + "sha": "8cc9448d245ec49d194ac28a1d58a2a9e8181a35", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-15T05:07:24Z" + "repoName": "charts", + "createdAt": "2022-02-01T14:48:23Z" }, { - "author": 64252451, - "message": "feat: Remove incoming messages metrics from the agent reports (#10415)", - "sha": "4cfa7e4c97d0f23871fc6c1b8e42d34f374f7588", + "author": 13612429, + "message": "feat: update charts to v2.1.1 (#50)", + "sha": "852c02289aaee3a0859f5ed4475e23e7558472a9", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-14T12:25:24Z" + "repoName": "charts", + "createdAt": "2022-01-21T09:05:26Z" }, { - "author": 18097732, - "message": "feat: update debounce duration for article editor (#10410)\n\nQuick fix for CW-3721 until we work on a better solution", - "sha": "ac729cf0cf389781731204f4e43be8ddde102101", + "author": 3526167, + "message": "update charts to v2.1.0 (#51)", + "sha": "5e32fd4ef997e20840bd1013b96e8f91948f5e0f", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-13T06:59:50Z" + "repoName": "charts", + "createdAt": "2022-01-20T12:12:11Z" }, { - "author": 2246121, - "message": "fix: Remove duplicate `/` character on the proxy route (#10404)\n\nThe proxy method adds an extra slash even if the route param has the\r\ncharacter. Itā€™s challenging to check the expected format on each route.\r\nThe simplest solution is to check if the route param begins with a\r\nslash, and if not, append one.\r\n\r\nNB: The existing tests are sufficient to cover this case. Thereā€™s no\r\nneed for an additional test to specifically test this.", - "sha": "7dc0eba48af04c4f325bee7c1ce6df41d76d68b7", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.0.2 (#49)", + "sha": "ce4aaba3460f7538b2a38079ca45c745e8cbd056", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-12T18:38:29Z" + "repoName": "charts", + "createdAt": "2022-01-11T11:58:58Z" }, { - "author": 18097732, - "message": "feat(ee): Setup @chatwoot/captain NPM library (#10389)\n\n\r\n--- \r\nCo-authored-by: Sojan \r\nCo-authored-by: Pranav ", - "sha": "97d7b9d754ab80ae12ebbdf22978ee62c49e9199", + "author": 3526167, + "message": "feat: update charts to chatwoot v2.0.1 (#48)\n\n* feat: update charts to chatwoot v2.0.1", + "sha": "76a5636ca13a71c4342494334a89ae2036f6bef3", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-12T01:39:09Z" + "repoName": "charts", + "createdAt": "2022-01-11T11:40:30Z" }, { "author": 3526167, - "message": "chore: Set rack-timeout to log at ERROR level (#10400)\n\n40 % of Chatwoot's current log volume is from state transition logs generated by `rack-timeout`, which are logged at the `INFO` level. This PR reduce the noise in logs and set RACK::TIMEOUT to log at `error` level", - "sha": "7a4514452698ef30c5fd2b11977e6ae40a427b60", + "message": "feat: update charts to chatwoot v2.0.0 (#44)\n\n* feat: update charts to chatwoot v2.0.0\r\n* update readme", + "sha": "767303c44f26aed70ba8658b001ab93c19359002", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-11T20:35:05Z" + "repoName": "charts", + "createdAt": "2021-12-09T11:57:45Z" }, { - "author": 64252451, - "message": "feat(v4): Add new conversation card component (#10392)", - "sha": "db327378fac990d61f1420b4085e92793b26d8d6", + "author": 3526167, + "message": "feat: update charts to chatwoot v1.22.1 (#43)\n\n* feat: update charts to chatwoot v1.22.1", + "sha": "78decf1111a1742cd62e116f09fac1ef7d889205", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-08T04:30:56Z" + "repoName": "charts", + "createdAt": "2021-11-25T15:06:00Z" }, { - "author": 29261763, - "message": "fix: Update the translation for the text used in `isTyping` method (#10384)\n\nThis fix consists of translating the message when another user is typing on the other side.\r\n---\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", - "sha": "54740e3bb91fa26f61ea57d6477aa19d751a43b9", + "author": 3526167, + "message": "feat: update charts to chatwoot v1.22.0 (#42)", + "sha": "d7000443577bec59e50666dfed83d2a1b294b5ff", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-05T04:04:08Z" + "repoName": "charts", + "createdAt": "2021-11-22T11:08:22Z" }, { - "author": 2246121, - "message": "fix: Process attachments as regular attachments if the text/plain or text/html part is empty (#10379)\n\nSome email clients automatically set Content-Disposition to inline for\r\nspecific content types, such as images. In cases where the email body is\r\nempty, inline attachments may not display correctly due to our previous\r\nimplementation. Our assumption was that these attachments are referenced\r\nwithin text/plain or text/html parts.\r\n\r\nCustomer-reported issues, especially with Apple Mail, show emails with\r\nattachments marked as inline but without any corresponding text parts.\r\nThis leads to missing attachments even though would have processed the\r\nattachment.\r\n\r\nThis update introduces a check for the presence of a text part. If none\r\nexists, inline attachments are treated as regular attachments and added\r\nto the external attachments array, ensuring that all attachments display\r\nproperly.\r\n\r\n
\r\nScript to update the existing emails that are already\r\navailable in the system\r\n\r\n```rb\r\ndef update_content id\r\n message = Message.find id\r\n conversation = message.conversation\r\n message_id = message.source_id\r\n\r\n channel = message.inbox.channel\r\n\r\n authentication_type = 'XOAUTH2'\r\n imap_password = Google::RefreshOauthTokenService.new(channel: channel).access_token\r\n imap = Net::IMAP.new(channel.imap_address, port: channel.imap_port, ssl: true)\r\n imap.authenticate(authentication_type, channel.imap_login, imap_password)\r\n imap.select('INBOX')\r\n\r\n results = imap.search(['HEADER', 'MESSAGE-ID', message_id])\r\n message_content = imap.fetch(results.first, 'RFC822').first.attr['RFC822']\r\n mail = MailPresenter.new(Mail.read_from_string(message_content))\r\n\r\n mail_content = if mail.text_content.present?\r\n mail.text_content[:reply]\r\n elsif mail.html_content.present?\r\n mail.html_content[:reply]\r\n end\r\n\r\n attachments = mail.attachments.last(Message::NUMBER_OF_PERMITTED_ATTACHMENTS)\r\n inline_attachments = attachments.select { |attachment| attachment[:original].inline? && mail_content.present? }\r\n regular_attachments = attachments - inline_attachments\r\n\r\n regular_attachments.each do |mail_attachment|\r\n attachment = message.attachments.new(\r\n account_id: conversation.account_id,\r\n file_type: 'file'\r\n )\r\n attachment.file.attach(mail_attachment[:blob])\r\n end\r\n\r\n message.save!\r\nend\r\n```\r\n
", - "sha": "8cdbdaaa07f937d8d8b3ac805edba35a3236b6e9", + "author": 3526167, + "message": "feat: update charts to chatwoot v1.21.1 (#40)", + "sha": "43990a9f6898fa91c8f0098a6fbb743b6b14292e", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-11-04T09:25:01Z" + "repoName": "charts", + "createdAt": "2021-10-23T09:59:28Z" }, { - "author": 64252451, - "message": "feat(v4): Update the campaigns page design (#10371)\n\n\"Screenshot\r\n\r\n\r\nFixes\r\nhttps://linear.app/chatwoot/project/campaign-redesign-f82bede26ca7/overview\r\n\r\n---------\r\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Shivam Mishra ", - "sha": "579efd933b80394d4d28ffe00e5c507f548fad2e", + "author": 3526167, + "message": "chore: disable KIND tests", + "sha": "e393a5ea063c14ae6637b0dbf4f0b6ec9a19bc64", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-31T06:27:13Z" + "repoName": "charts", + "createdAt": "2021-10-23T09:20:22Z" }, { - "author": 18097732, - "message": "refactor: use css only last item detection (#10363)\n\nThe last item in the sidebar top level group has an indicator specified,\r\nthe problem in our case is that the structure can be nested and have sub\r\ngroups. So selecting the last item correctly can be tricky.\r\n\r\nPrevious implementation relied on the using DOM queries to find the last\r\nitem from a flat list of children, it would trigger on a `watch`. This\r\nwas error-prone as well as non idiomatic. The new approach is CSS-only\r\nand reduces the unnecessary compute required.\r\n\r\nCodepen for reference: https://codepen.io/scmmishra/pen/yLmKNLW\r\n\r\n---------\r\n\r\nCo-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>", - "sha": "6e6c5a2f021df7fcf2f0d40e7aba8e83a0f146e9", + "author": 3526167, + "message": "feat: enable KIND chart testing gh action (#38)", + "sha": "950d76a508a5f44625b088c530cf7e661223f7e5", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-31T04:09:18Z" + "repoName": "charts", + "createdAt": "2021-10-08T14:19:36Z" }, { - "author": 18097732, - "message": "feat: Update colors (#10365)", - "sha": "2d35fa135b17fc68d594d2b7f0e693ec51fef924", + "author": 3526167, + "message": "fix: helm yaml template parsing issues when using external dbs (#37)\n\n* fix helm yaml template parsing issues when using external dbs\r\n\r\n* Refactor postgres helper function\r\n\r\n* Refactor env vars in values.yaml\r\n\r\n* add a helper func for redis.password\r\n\r\n* Rename env var POSTGRES_DB to POSTGRES_DATABASE\r\n\r\nRails is looking for POSTGRES_DATABASE env variable. This was\r\ncausing failures if a different db name other than\r\nchatwoot_production was used.", + "sha": "b0198374d461c860a1d9e5de6bcfc60776ca52a7", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-30T05:20:37Z" + "repoName": "charts", + "createdAt": "2021-09-29T14:10:02Z" }, { "author": 3526167, - "message": "chore: force pnpm install in vite docker (#10367)\n\n - Force `pnpm install` during vite docker image", - "sha": "6da6a80ae7fe8f1324948e59668e8c112d2ef31c", + "message": "update charts to chatwoot v1.20.0 (#36)\n\n- update charts to version 0.6.5\r\n- update chatwoot to v1.20.0", + "sha": "e9ab81a05953b12405fdc791ae7be6bba2a2da08", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-29T11:43:17Z" + "repoName": "charts", + "createdAt": "2021-09-27T13:32:53Z" }, { "author": 3526167, - "message": "chore: fix pnpm path in rails and memory issue during vite build (#10366)\n\n- Fix pnpm path in rails\r\n- Fix memory issue during vite build\r\n\r\n\r\nFixes https://github.com/chatwoot/chatwoot/issues/10356", - "sha": "87719a8fcd8e8bbc175ce307d2fe42decd11ba7d", + "message": "feat: use pg_ready for k8s migration job init-check (#34)\n\nnslookup of DB hostname was used as DB init check for migration job. This was\r\ncausing the migration job container to fail multiple times. NSLOOKUP being \r\nsuccessful does not equate to DB is ready to accept connections.\r\n\r\nThis PR changed that to use the pg_ready tool which is a much more reliable \r\nmetric to assess DB ready status.", + "sha": "83b288a650739cac27b9bebb6d0d1f534b04f4bc", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-29T11:11:12Z" + "repoName": "charts", + "createdAt": "2021-09-01T12:00:34Z" }, { - "author": 64252451, - "message": "fix: Dropdown menu issues (#10364)", - "sha": "aa57431c48c179dce615546d814668956869c90b", + "author": 3526167, + "message": "feat: remove hardcoding for db and redis host vars and switch to configMap (#33)\n\n* feat: remove redis/postgres hardcoding and switch to ConfigMap\r\n\r\n* fix: helm lint failures\r\n\r\n* fix: configmap issue\r\n\r\n* fix: helm test suite\r\n\r\n* doc: update readme\r\n\r\n* feat: add separate values.yaml for github ci\r\n\r\n* Update README\r\n\r\n* Update NOTES.txt\r\n\r\n* add REDIS_TLS env var to handle TLS requirement for external redis\r\n\r\n* increment version to 0.6.3", + "sha": "fc33f077824cb623f07f2b7a7b50bebfc36caff0", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-29T10:40:35Z" + "repoName": "charts", + "createdAt": "2021-08-31T13:46:32Z" }, { "author": 3526167, - "message": "fix: pnpm in vite docker (#10344)\n\n\r\n- Fix pnpm path in vite docker\r\n- Remove webpack files\r\n- fFx vite server port", - "sha": "55dfd7db50c166099bfc5a59cb83489f127159cc", + "message": "disable KIND based helm testing", + "sha": "b316a620e9cd4744af6678324af1e0f973d8a971", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-29T09:46:10Z" + "repoName": "charts", + "createdAt": "2021-08-31T13:40:00Z" }, { - "author": 64252451, - "message": "feat: Update button component (#10362)", - "sha": "0689f59a0519e635c6f7a19a6155233dfb845aa0", + "author": 3526167, + "message": "chore: remove helm extra vars", + "sha": "9377f2e60f026c1fe509408d633155c3de7c99d7", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-29T08:30:24Z" + "repoName": "charts", + "createdAt": "2021-08-31T09:27:41Z" }, { - "author": 64252451, - "message": "feat(v4): Help center portal redesign improvements (#10349)", - "sha": "f73798a1aab594211fbc2b7841b232a12b5a8598", + "author": 3526167, + "message": "feat: add separte values.yaml for github ci", + "sha": "d512885be21dc3bfefa945dd22f689824ebb09df", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-29T04:04:43Z" + "repoName": "charts", + "createdAt": "2021-08-30T13:45:13Z" }, { - "author": 18097732, - "message": "fix: Use addEventListener instead of onmessage to listen to chatwoot-dashboard-app:fetch-info (#10342)", - "sha": "035a03731388a9198938c59d4f4ac4bdb02e409c", + "author": 3526167, + "message": "chore: revert helm timeout", + "sha": "eae20e7e73cd3e5bee9f27ef269f63a8c92b26cc", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-29T03:43:47Z" + "repoName": "charts", + "createdAt": "2021-08-30T12:35:10Z" }, { - "author": 49699333, - "message": "chore(deps): bump rexml from 3.3.6 to 3.3.9 (#10361)", - "sha": "c6c36b1b36b90e057008fc656c53ec75a271a123", + "author": 3526167, + "message": "debug: switch to debug mode for ct-install", + "sha": "4bd312b3ea521ecaa096a3834848ef547a8c78a1", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-29T03:42:11Z" + "repoName": "charts", + "createdAt": "2021-08-30T08:07:07Z" }, { - "author": 18097732, - "message": "fix: Fix the issues with the new sidebar (#10348)\n\nCo-authored-by: Pranav ", - "sha": "7ba6c1d87d87fc232911561fd4977b5670d8e713", + "author": 3526167, + "message": "fix: specify helm timeout unit", + "sha": "3cf86f5ca0514d5b38ddf3a66bb32971c867bed6", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-29T03:41:43Z" + "repoName": "charts", + "createdAt": "2021-08-30T07:27:22Z" }, { - "author": 18097732, - "message": "feat: new colors (#10352)\n\nCo-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>\r\nCo-authored-by: iamsivin ", - "sha": "6df2d76c1e47aa88f1f8e4bc201de12a650cbf03", + "author": 3526167, + "message": "chore: increaase helm timeout to 10 minutes", + "sha": "e5fb8c54512c1e196325cd98113bc6c1935b2ee7", "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-10-28T08:57:08Z" + "repoName": "charts", + "createdAt": "2021-08-30T07:17:55Z" + }, + { + "author": 3526167, + "message": "feat: enable KIND PR test workflow", + "sha": "94ef2b667033282fecd46d36fe68b48e6f98465c", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-25T13:06:47Z" + }, + { + "author": 3526167, + "message": "increment app version to v1.19.0 (#31)", + "sha": "2979b828f2c52ac67569aae027991a35df69b04b", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-18T12:58:29Z" + }, + { + "author": 3526167, + "message": "fix: selector issues when upgrading (#30)\n\n* fix: selector issues when upgrading\r\n\r\n* fix: labels for all k8s objects\r\n\r\n* doc: update readme to add upgrade notes", + "sha": "c70de7acf2fadcaf0938db84146bf253e1ed0811", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-18T12:16:06Z" + }, + { + "author": 3526167, + "message": "chore: refactor installation_env variable naming (#28)\n\n* chore: refactor installation_env variable naming\r\n* chore: remove unused env var", + "sha": "a0ff45f3de16abfcd984637d5aff76d4266563e9", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-16T18:15:04Z" + }, + { + "author": 3526167, + "message": "doc: init documentation (#25)\n\n* feat: add docs\r\n\r\n* feat: init parameter section\r\n\r\n* doc: configuration variables for chatwoot\r\n\r\n* doc: improve wording\r\n\r\n* doc: fix typos", + "sha": "7a95e3e9803f0aa250a417fe98e60ccfa814f868", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-09T15:24:53Z" + }, + { + "author": 64605024, + "message": "add resource templates in web and worker deployment for autoscaling (#26)\n\n* adds resource templates in web and worker deployment for autoscaling\r\n* updated chart version to 0.5.4\r\n\r\nSigned-off-by: thundersparkf ", + "sha": "d925c5884f9346d9b5246f8080bb27ad154c91d6", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-09T15:08:03Z" + }, + { + "author": 3526167, + "message": "fix: redis auth issue (#24)\n\n* fix: redis auth issue\r\n* chore: increment chart version\r\n* fix: format comments", + "sha": "5e91e058b23c01dd010fa26cba36d8e16b10e3ce", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-06T16:28:31Z" + }, + { + "author": 3526167, + "message": "fix: disable KIND testing", + "sha": "cc32074a59053991a6831f1f3e3d8be2236b39f1", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-06T16:17:19Z" + }, + { + "author": 3526167, + "message": "fix: lint-test gh action", + "sha": "0743da826def4417a634483aa97d81c070873a9c", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-06T13:14:19Z" + }, + { + "author": 3526167, + "message": "feat: add gh action for helm linting and testing (#23)", + "sha": "9f158394e60a23bfbb2dd6eb97879f74bc8b33fe", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-06T12:58:43Z" + }, + { + "author": 64605024, + "message": "Allows annotations for services to enable cloud provided load balancers (#13)\n\n* Allows annotations for services to enable cloud provided load balancers", + "sha": "0e61da84490baf106fc76fac57f09a05769efbae", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-05T17:56:34Z" + }, + { + "author": 3526167, + "message": "fix: helm release gh action", + "sha": "4ea60f680341f8ded3b776a9dec4d6f064cc39ac", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-03T16:24:36Z" + }, + { + "author": 3526167, + "message": "chore: update readme (#22)", + "sha": "3f1bbb5de587821df1c8443687d9511f2f69ef58", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-03T16:12:42Z" + }, + { + "author": 3526167, + "message": "chore: fix gh actions", + "sha": "496abe0bcb686cf40e161e3eba27e760189970af", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-03T16:09:46Z" + }, + { + "author": 3526167, + "message": "chore: restructure folder structure to work with helm releaser (#21)", + "sha": "0907ec40fcfd6bb4bba6def6dc269a071e393063", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-03T15:59:07Z" + }, + { + "author": 3526167, + "message": "Switch base branch to main #20 from chatwoot/develop\n\nMerge develop to main", + "sha": "eddc1a273ca59379312dbfda379d21a82b9a31f6", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-03T14:53:00Z" + }, + { + "author": 3526167, + "message": "chore: update helm dependencies", + "sha": "d39f7af86f5cfd607b889525b4aa6decbf6264f2", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-03T14:37:29Z" + }, + { + "author": 3526167, + "message": "feat: add gh actions for helm linting, testing and release", + "sha": "8df2b1cb09b9bf6f50f32aa8b916cfb2c0994299", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-03T14:30:53Z" + }, + { + "author": 3526167, + "message": "chore: add extra chart.yaml params (#19)\n\nadd icon, source, home", + "sha": "624dfe1cb0c3a4d125f571cd2aa055ee5240c893", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-08-03T14:16:03Z" + }, + { + "author": 3526167, + "message": "fix: appVersion in chart to match cw versioning style", + "sha": "6bdba39b9c3ad1a752f3fa4713b066552ccabbea", + "orgName": "chatwoot", + "repoName": "charts", + "createdAt": "2021-07-30T04:50:17Z" }, { "author": 3526167, @@ -4513,804 +4745,804 @@ "createdAt": "2023-02-23T07:50:59Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.15.0 (#148)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.15.0", - "sha": "2ce8cc5eaf263ec73704c4f76f184e536beb3828", + "author": 12408980, + "message": "feat: Add avatar component (#839)\n\n\r\nCo-authored-by: Pranav \r\nCo-authored-by: Pranav ", + "sha": "ee21e93890a01fc3c873f51dc8cdfd76505a5a89", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-11-21T07:11:04Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-11-25T18:30:18Z" }, { - "author": 3526167, - "message": "chore: upgrade charts to v3.14.1 (#143)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.14.1", - "sha": "382485a82297a72c820ae5c591662bad91dbd71e", + "author": 12408980, + "message": "feat: Setup storybook for React Native (#838)", + "sha": "979f19199474f7e3ce2f88172e50d64c39c0b38e", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-10-28T11:57:48Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-11-25T17:20:05Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.14.0 (#142)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.14.0", - "sha": "d50b48afd9ebb5d17cb39697223a3864dbf728f0", + "author": 12408980, + "message": "chore: add more types and icons (#837)", + "sha": "4c99fe4bb064515f64ecb7729cd38bba4301a5ab", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-10-17T11:27:43Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-11-20T09:32:21Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.13.0 (#141)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.13.0", - "sha": "6f9fccec2613646410721e38dd15768b1e7f2504", + "author": 12408980, + "message": "chore: add assets", + "sha": "6408c2a27d7e79a6f24c6778ff79cd5fa7c960e7", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-09-23T10:38:13Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-11-06T06:59:49Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.12 (#140)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.12.0", - "sha": "054db35de23e5cc25fc0b48b1da05aef7228a9b2", + "author": 12408980, + "message": "feat: Revamp auth related screens (#831)\n\n* feat: move auth and notification store to TS\r\n\r\n* feat: revamp login, reset and forgot screens\r\n\r\n* fix: eslint warnings\r\n\r\n* chore: spec cleanups\r\n\r\n* chore: add theme selectors\r\n\r\n* chore: type fixes\r\n\r\n* chore: improve tab stack\r\n\r\n* feat: add tab bar\r\n\r\n* chore: auth screen style fixes\r\n\r\n* chore: style fixes\r\n\r\n* chore: more style fixes\r\n\r\n* chore: add get chatwoot version", + "sha": "d6d9ff1b577577fcdabc39d87ae846d8fb39eab6", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-08-23T08:02:12Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-11-06T06:41:45Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.11.0 (#138)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.11.0", - "sha": "b8ac9ef08aec4fa346762e09309d6ff802b02d39", + "author": 12408980, + "message": "feat: Revamp settings screen (#829)\n\nCo-authored-by: Pranav ", + "sha": "b61251c0382af09bc1c8d84d09ef0256a08c1145", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-07-18T12:39:31Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-11-05T07:24:51Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.10.0 (#136)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.10.0", - "sha": "84f4a40a0a606f9e7cf1ba85873c0ae45b782b03", + "author": 12408980, + "message": "chore: Improve server upgrade banner (#827)\n\n* chore: improve server upgrade logic\r\n\r\n* chore: add package\r\n\r\n* chore: add specs\r\n\r\n* chore: update `MINIMUM_CHATWOOT_VERSION`", + "sha": "3c06ebec2f4dd0286523c90c22583eeb7f74f81f", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-06-24T09:44:49Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-10-29T07:07:16Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.9.0 (#134)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.9.0", - "sha": "db2b39acd9f368696e631dbcb5ba5b7a4ef46466", + "author": 12408980, + "message": "feat: Add TS types (#825)", + "sha": "00cb4b3067aa1e5bf50ef83b5ffb11d72a73dd8f", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-05-24T07:05:01Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-10-25T08:49:59Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.8.0 (#132)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.8.0", - "sha": "990e21390bccd36dfa49a9266dc16a9b79511212", + "author": 12408980, + "message": "feat: Add svg icons (#824)", + "sha": "1e60af22b67d30f1698baf19e49a5d5d6e590ed3", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-04-26T09:06:12Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-10-25T08:40:58Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.7.0 (#131)", - "sha": "1c20b71b51a8ec7c87fa864448f82867797cb743", + "author": 12408980, + "message": "chore: Remove fast image", + "sha": "29a9192703fde88dbe9bfc8956c58d1370e6f710", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-03-29T02:55:51Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-10-23T12:14:02Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.6.0 (#129)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.6.0", - "sha": "537d22c6cfe2838a3df8b85e868b9c92e31e7c49", + "author": 12408980, + "message": "feat: Migrate from `@react-native-community/cli` to `Expo CLI` (#821)\n\n* chore: remove android/ios from git\r\n\r\n* feat: add expo support\r\n\r\n* Delete pnpm-lock.yaml\r\n\r\n* chore: add circleci config\r\n\r\n* Create pnpm-lock.yaml\r\n\r\n* Delete Empty.spec.js\r\n\r\n* chore: add better comments\r\n\r\n* Create yarn.lock\r\n\r\n* Delete yarn.lock\r\n\r\n* Create pnpm-lock.yaml\r\n\r\n* chore: handle logout\r\n\r\n* chore: fix all the cycle dependency issues\r\n\r\n* chore: fix send message\r\n\r\n* chore: replace sentry details with env\r\n\r\n* chore: update auth\r\n\r\n* chore: add more notification types\r\n\r\n* chore: update icon and splash\r\n\r\n* chore: update `.env` example\r\n\r\n* chore: code cleanup", + "sha": "fd207334ee91f5b37450aa79e03b2aabe4a8cb56", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-02-20T13:43:55Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-10-23T05:59:31Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.5.1 (#125)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.5.1", - "sha": "dabcf143ffe1d4993957c5df9fedbf76b194d92d", + "author": 12408980, + "message": "feat: Custom roles (#818)\n\n* feat: add custom roles\r\n\r\n* chore: android/ios 1.10.48\r\n\r\n* chore: improve logic", + "sha": "fdfbdc5b483e88fbf3e386fa59312a319ba7f713", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2024-01-18T13:08:00Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-09-17T18:31:29Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.4.0 (#123)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.4.0", - "sha": "4a793e64263d12145d4ee36ed427a3c70d94c03d", + "author": 12408980, + "message": "chore: update chatwoot rn widget (#817)", + "sha": "b2fb99628e80875f774a96241446a92577c86cf6", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-12-22T10:21:54Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-09-09T06:34:47Z" }, { - "author": 119703682, - "message": "fix: use imagepullsecret in web-deployment and worker-deployment (#122)\n\n* fix: use imagepullsecret in web-deployment and worker-deployment", - "sha": "1c66bcb1f8694cb7b1747128fa7ff33da827e046", + "author": 12408980, + "message": " fix: Check content attributes exist or not in chat attachment component (#814)\n\n* fix: Check content attributes exist or not in chat attachment component\r\n\r\n* chore: android/ios 1.10.46", + "sha": "14fe6b2f24490d61b4a7603e9065d7a975f74d8f", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-12-19T07:25:39Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-09-02T07:47:01Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.3.1 (#120)\n\nfeat: upgrade charts to chatwoot v3.3.1 (#114)\r\n\r\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.3.1\r\n\r\nSigned-off-by: Vishnu Narayanan ", - "sha": "fb85fd456cb6786e43d1c242d8f3dee1e3357b9e", + "author": 12408980, + "message": "fix: Add placeholder for expired instagram stories (#806)\n\n* fix: Add default placeholder for expired stories\r\n\r\n* fix: Android/iOS v1.10.45\r\n\r\n* chore: pod updates", + "sha": "74e3f9cb99b5185eebb727bd389e61bae3fb3925", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-11-30T09:53:05Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-08-09T07:26:28Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v3.2.0 (#114)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.2.0", - "sha": "c4ff8294da3b3d2f21643de4d43087f70f404ee8", + "author": 12408980, + "message": " upgrade: React native from `0.72.4` to `0.74.3` (#797)\n\n* upgrade: react native from `0.72.4` to `0.74.3`\r\n\r\n* chore: remove tests", + "sha": "8c9d49457e8bc4084b86cf6b127cb71648dda9c0", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-10-25T11:54:43Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-07-29T06:11:44Z" }, { - "author": 3526167, - "message": "chore: upgrade charts to chatwoot v3.1.0 (#107)", - "sha": "14519a5a426b5ea45c9c1d1767bdbbb6624b4fa7", + "author": 49699333, + "message": "chore: Bump ws from 6.2.2 to 6.2.3 (#791)\n\nBumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.\r\n- [Release notes](https://github.com/websockets/ws/releases)\r\n- [Commits](https://github.com/websockets/ws/compare/6.2.2...6.2.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: ws\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Muhsin Keloth ", + "sha": "12acc46e5e438b32fe59fae8c132e4ba3e03c229", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-09-20T10:28:40Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-07-15T07:20:22Z" }, { - "author": 3526167, - "message": "chore: upgrade charts to chatwoot v3.0.0 (#106)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v3.0.0", - "sha": "cebe33a4843f9e36846165a65b58a6fb70450edd", + "author": 49699333, + "message": "chore: Bump rexml from 3.2.6 to 3.2.9 in /android (#792)\n\nBumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.9.\r\n- [Release notes](https://github.com/ruby/rexml/releases)\r\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\r\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.9)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rexml\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "80a8ef62a81df714dc86df4d8fd3274db8595bb5", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-08-22T11:37:45Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-07-15T07:18:45Z" }, { - "author": 479079, - "message": "feat: migrate autoscaling api version to v2 (#105)\n\n* #104 migrate autoscaling api version from deprecated\r\n\r\n* make autoscaling api version configurable\r\nbump chart version\r\nbreaking change for older versions of kubernetes\r\n\r\n* update readme with new autoscaling.apiVersion value", - "sha": "b7beaf97783ee352fc38b4cd86e47b5f3cae037d", + "author": 12408980, + "message": "feat: FCM HTTP v1 changes (#787)", + "sha": "42e8181e971b2b3c7baff21eee90417490fbe1b8", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-07-27T11:13:09Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-06-18T05:08:43Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v2.18.0 (#103)", - "sha": "c5827ec31b5952d680ece6ff8f8ddbb148955de3", + "author": 12408980, + "message": "chore: Android/iOS v1.10.40", + "sha": "b555830f1ccf95d384717d41aa5b4f82f5e5397b", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-06-19T14:55:46Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-06-03T11:06:35Z" }, { - "author": 3526167, - "message": "chore: update charts to chatwoot v2.17.1 (#100)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.17.1", - "sha": "d815e5433ecb3cc2028ad2d2bac9dc63a01a2a1d", + "author": 64252451, + "message": "feat: Add copy button for email and number (#786)", + "sha": "6fab881a7be3ed7a527373f69a39a482c26c8995", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-05-20T06:33:49Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-05-30T04:09:52Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v2.17.0 (#99)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.17.0", - "sha": "8e16f8f004213076698001d26e950bf84d8a403f", + "author": 49699333, + "message": "chore: Bump follow-redirects from 1.15.4 to 1.15.6 (#770)\n\nBumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.\r\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\r\n- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: follow-redirects\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Muhsin Keloth ", + "sha": "a823ce1b8f1344361600aee48785a9da2d23c4aa", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-05-16T13:29:32Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-05-08T03:16:06Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v2.16.0 (#98)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.16.0", - "sha": "d619621b040a274dc07d144dafac93dd31ae883c", + "author": 12408980, + "message": "chore: Android/iOS v1.10.38", + "sha": "bcc669360bf22aaa3482561f55d60c2cd389cbcf", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-04-19T08:09:41Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-04-19T08:15:01Z" }, { - "author": 965744, - "message": "feat: support podAnnotations for web and worker deployments (#97)\n\n* feat: support podAnnotations for web and worker deployments", - "sha": "b03045418dab116629d555a69820b1cfd7bf03fb", + "author": 12408980, + "message": "Update build.gradle", + "sha": "a59278213fa29199bc8a2d71326f5356531220ac", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-03-22T03:46:24Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-04-19T08:10:33Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v2.15 (#96)", - "sha": "936f804f640350c2db84e99f91d9159c2000cc22", + "author": 12408980, + "message": "chore: Fix apple ITMS-91053 issues", + "sha": "68dc057bb43ebdbecd7eb60a8d02aa9bfb77ac86", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-03-20T05:28:00Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-04-18T08:53:59Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v2.14.0 (#94)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.14.0", - "sha": "f922237964ff497be9a8e034e69f7213d8ffc20a", + "author": 12408980, + "message": "chore: SLA style issues", + "sha": "9573392e838175ba3c7456b28a9e62e0ca59ab1d", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-02-17T18:24:33Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-04-18T08:06:21Z" }, { - "author": 203448, - "message": " feat: upgrade charts to chatwoot v2.13.1\n\n\r\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.13.1\r\n\r\n* upgrade to bugfix version 2.13.1\r\n\r\n* Update Chart.yaml\r\n\r\n* chore: increment chatwoot version in README\r\n\r\n---------\r\n\r\nCo-authored-by: Vishnu Narayanan ", - "sha": "8b21fc9154a9ed5421872ef80d2563f5b1607604", + "author": 12408980, + "message": "feat: Add SLA (#773)\n\n* feat: Add sla table\r\n\r\n* feat: Complete SLA table\r\n\r\n* Update MessageList.js\r\n\r\n* Update ConfigureURLScreen.js\r\n\r\n* feat: style fixes\r\n\r\n* chore: bump chatwoot utils\r\n\r\n* chore: Android/iOS v1.10.31\r\n\r\n* fix: styles\r\n\r\n* chore: Android/iOS v1.10.32\r\n\r\n* chore: Android/iOS v1.10.33\r\n\r\n* Update project.pbxproj\r\n\r\n* chore: Android/iOS v1.10.34", + "sha": "b1d8c7a48ea7b62a12e3d6f9e564a309db0267aa", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-02-10T08:12:13Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-04-18T06:23:31Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v2.13.0 (#92)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.13.0", - "sha": "481bd7412507aeb8e5226dfc7805e5005345ae3c", + "author": 49699333, + "message": "chore: Bump ip from 1.1.8 to 1.1.9 (#767)\n\nBumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.\r\n- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: ip\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "e8222634d472b48bc304dcf724ed0f3d8e0177a0", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2023-01-18T18:01:00Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-03-11T06:27:58Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v2.12.0 (#90)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.12.0", - "sha": "53e01d71c06c297f7c1533b5b85cee16707772ee", + "author": 49699333, + "message": "chore: Bump react-native-document-picker from 5.0.0 to 9.1.1 (#764)\n\nBumps [react-native-document-picker](https://github.com/rnmods/react-native-document-picker) from 5.0.0 to 9.1.1.\r\n- [Release notes](https://github.com/rnmods/react-native-document-picker/releases)\r\n- [Commits](https://github.com/rnmods/react-native-document-picker/compare/v5.0.0...v9.1.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: react-native-document-picker\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "e5e9cfdcca7b19b0a1c46940ebdab5fc02341b19", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-12-21T10:57:21Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-02-19T06:13:46Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v2.11.0 (#86)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.11.0", - "sha": "a19db882adab64b214e4e4d23def878cab809a66", + "author": 12408980, + "message": "fix: Disable snooze if conversation is already snoozed (#762)", + "sha": "1481923a72cadc6af2cbf6a55637a4c443c5ef24", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-11-16T17:18:29Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-02-13T10:55:05Z" }, { - "author": 8725825, - "message": "feat: render security context if present (#82)\n\n* render security context\r\n\r\n* chore: increment chart version\r\n\r\n* chore: render securityContext only if present\r\n\r\n* chore: increment chart version\r\n\r\n* chore: render securityContext only if present in migrations job\r\n\r\nCo-authored-by: Vishnu Narayanan ", - "sha": "95f29afa54ff36cd65e144c0462b4c9775401352", + "author": 92152627, + "message": "chore: Translation updates(#754)\n\n* New translations en.json (Romanian)\r\n\r\n* New translations en.json (French)\r\n\r\n* New translations en.json (Spanish)\r\n\r\n* New translations en.json (Afrikaans)\r\n\r\n* New translations en.json (Arabic)\r\n\r\n* New translations en.json (Catalan)\r\n\r\n* New translations en.json (Czech)\r\n\r\n* New translations en.json (Danish)\r\n\r\n* New translations en.json (German)\r\n\r\n* New translations en.json (Greek)\r\n\r\n* New translations en.json (Finnish)\r\n\r\n* New translations en.json (Hebrew)\r\n\r\n* New translations en.json (Hungarian)\r\n\r\n* New translations en.json (Italian)\r\n\r\n* New translations en.json (Japanese)\r\n\r\n* New translations en.json (Korean)\r\n\r\n* New translations en.json (Dutch)\r\n\r\n* New translations en.json (Norwegian)\r\n\r\n* New translations en.json (Polish)\r\n\r\n* New translations en.json (Portuguese)\r\n\r\n* New translations en.json (Russian)\r\n\r\n* New translations en.json (Slovenian)\r\n\r\n* New translations en.json (Albanian)\r\n\r\n* New translations en.json (Serbian (Cyrillic))\r\n\r\n* New translations en.json (Swedish)\r\n\r\n* New translations en.json (Turkish)\r\n\r\n* New translations en.json (Ukrainian)\r\n\r\n* New translations en.json (Chinese Simplified)\r\n\r\n* New translations en.json (Chinese Traditional)\r\n\r\n* New translations en.json (Vietnamese)\r\n\r\n* New translations en.json (Portuguese, Brazilian)\r\n\r\n* New translations en.json (Persian)\r\n\r\n* New translations en.json (Tamil)\r\n\r\n* New translations en.json (Croatian)\r\n\r\n* New translations en.json (Hindi)\r\n\r\n* New translations en.json (Malay)\r\n\r\n* New translations en.json (Malayalam)\r\n\r\n* New translations en.json (Serbo-Croatian)\r\n\r\n* New translations en.json (Spanish)\r\n\r\n* New translations en.json (Spanish)\r\n\r\n* New translations en.json (Russian)\r\n\r\n* New translations en.json (Russian)\r\n\r\n* New translations en.json (Ukrainian)\r\n\r\n* New translations en.json (Russian)\r\n\r\n---------\r\n\r\nCo-authored-by: Muhsin Keloth ", + "sha": "38fda4c579b0db9032afcb581becf78969eb3241", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-11-11T15:42:51Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-01-30T10:26:53Z" }, { - "author": 28541758, - "message": "fix: the existing postgres secret keys and allow for setting independent resources (#85)\n\n* make postgres existing secret key consistent\r\n\r\n* allow for setting resources for web and worker\r\n\r\n\r\nSigned-off-by: David van der Spek ", - "sha": "2b847ff1d40e1df7b6329fe4eb4c567e3d85aad1", + "author": 73185, + "message": "fix: package.json & yarn.lock to reduce vulnerabilities (#759)\n\nThe following vulnerabilities are fixed with an upgrade:\r\n- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788\r\n\r\nCo-authored-by: snyk-bot ", + "sha": "b0f3fbbf59173fab5ff7c9e94680e28259a0ac5b", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-11-09T11:30:15Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2024-01-30T10:15:16Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v2.10.0 (#84)", - "sha": "bede203afc80d8def9e46c5e3ecab43105788cef", + "author": 64252451, + "message": "fix: Typing indicator triggered when input is focused (#755)\n\n* fix: Typing indicator triggered when input is focused\r\n\r\n* chore: Fix canned response error", + "sha": "6579e8d1fcae67cb97e9d9b16b6dccb40b512d1a", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-10-20T12:24:58Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-12-20T09:00:18Z" }, { - "author": 8725825, - "message": "fix: existingSecret usage for postgres (#83)\n\n* fix existingSecret for postgres\r\n\r\n* chore: increment chart version\r\n\r\nCo-authored-by: Vishnu Narayanan ", - "sha": "3cbb7047bd33eca428d3ee990e23826dadf7b049", + "author": 12408980, + "message": "Merge branch 'master' into develop", + "sha": "96749c041732af9573c97f5b2902b13a4f63a6b7", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-10-18T14:42:30Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-12-19T04:50:49Z" }, { - "author": 3526167, - "message": "doc: add parameter description (#80)\n\nAdd missing description for paramater `existingEnvSecret`", - "sha": "9a5de25b75000144cd362ddc533bea14e35207cd", + "author": 12408980, + "message": "Revert \"fix: Moved fonts to main assets folder (#750)\"\n\nThis reverts commit 175e029e1aa2d2d9245b3d220c6313eecd0aada4.", + "sha": "56ca9bcd0e69e62014b177c6738395562976ea3d", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-10-07T12:20:26Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-12-15T05:20:36Z" }, { - "author": 965744, - "message": "feat: allow an already existing secret to define env vars (#79)\n\n* feat: allow an already existing secret to define env vars\r\n\r\n* chart: version bump\r\n\r\n* feat: add existing secret config to migrations job", - "sha": "a365bb44a3026a2ab1f37f8e71aab023fde1eeb0", + "author": 73761112, + "message": "fix: Moved fonts to main assets folder (#750)\n\n* Moved fonts to main assets folder\r\n\r\n* added for android linking\r\n\r\n* added for ios manifest as well", + "sha": "175e029e1aa2d2d9245b3d220c6313eecd0aada4", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-10-03T14:10:04Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-12-06T06:14:19Z" }, { - "author": 3526167, - "message": "feat: upgrade charts to chatwoot v2.9.1 (#78)", - "sha": "8aabffefa7644582dcdd68048ca9f68d4ea67fbb", + "author": 12408980, + "message": "chore: Android/iOS v1.10.26", + "sha": "e979e1f433eee549b75405f03d7b28c34e2536ea", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-09-29T15:21:52Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-12-05T08:45:18Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.9.0 (#77)\n\n* feat: update charts to chatwoot v2.9.0\r\n\r\n* chore: increment chart version", - "sha": "913460be3fa8ad026df76c0afc17e9140190ae60", + "author": 12408980, + "message": "chore: Android/iOS v1.10.25", + "sha": "1bf5f70978e2524eb24b1569f9c1130c5f4a02cd", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-09-20T14:23:10Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-12-04T06:45:56Z" }, { - "author": 3526167, - "message": "doc: update readme to reflect postgres var change (#76)\n\nPostgres related values changed with the `1.0.0` release of Charts.", - "sha": "5bfa128c1cdbde416b26955ba25fef462b8d5d18", + "author": 12408980, + "message": "chore: Android/iOS v1.10.23", + "sha": "4906790e03773612897ee0b01dc5f147edbaa091", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-09-15T13:23:12Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-11-25T17:06:52Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.8.1 (#75)", - "sha": "aca14cb2c24a37ab0929a4f879819b2882b2c6e0", + "author": 12408980, + "message": "feat: Fix last message id logic in chat screen (#749)\n\n* feat: Add contact slice\r\n\r\n* minor fixes\r\n\r\n* Android/iOS v1.10.21\r\n\r\n* Android/iOS v1.10.22", + "sha": "d5515d2935aecf08dc34e9e0164e33d85bf8cf1a", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-08-18T13:22:22Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-11-24T10:06:21Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.8.0 (#74)", - "sha": "da82b29667457f0f2f7e70482d13bb8d2814082b", + "author": 12408980, + "message": "feat: Add contact slice (#748)\n\n* feat: Add contact slice\r\n\r\n* minor fixes\r\n\r\n* Android/iOS v1.10.21", + "sha": "e07b7fc1552ce1cf6d0fb3bffd436ea81ba65489", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-08-18T12:46:40Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-11-24T10:01:58Z" }, { - "author": 3526167, - "message": "feat: upgrade postgres and redis subcharts (#67)\n\n* feat: upgrade postgres and redis subcharts\r\n\r\n* fix: modify postgres auth variables in values.yaml\r\n\r\n* chore: modify postgres/redis auth variables to match latest bitnami spec\r\n\r\n* doc: update readme for v1 upgrade", - "sha": "2c3fdf91c9ca6e5668a63aa2e7fb41a418b502f3", + "author": 12408980, + "message": "feat: Replace SectionList with Flashlist in chat screen (#747)\n\n* chore: Replace SectionList with FlashList\r\n\r\n* Update MessageList.js\r\n\r\n* More cleanup\r\n\r\n* Update conversationSlice.selector.js\r\n\r\n* chore: fix padding issue\r\n\r\n* Update MessageDeliveryStatus.js\r\n\r\n* chore: Android/iOS v1.10.20\r\n\r\n---------\r\n\r\nCo-authored-by: iamsivin ", + "sha": "e1ab3775c2fb5f054880604d1c8c0075a54838f9", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-08-08T14:17:09Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-11-23T08:38:10Z" }, { - "author": 3526167, - "message": "feat: add autoscaling to web and worker pods (#73)\n\n* feat: add hpa autoscaling for web and worker\r\n\r\n* chore: set default redis replica count to 1\r\n\r\n* feat: switch hpa to autoscaling/v2\r\n\r\n* chore: update README with hpa parameters\r\n\r\n* chore: remove trailing spaces\r\n\r\n* chore: add upgrade instructions to readme", - "sha": "da3d62469e795be0b367e3ba769b6c64fc06e26b", + "author": 92152627, + "message": "core: Translation updates (#739)", + "sha": "5d1547dfd7bf2449ad972f976f8efa4afdc453db", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-07-30T12:20:32Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-11-22T08:46:14Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.7.0 (#70)", - "sha": "202730fefc5e270519b964606a1f628a95a84b5f", + "author": 49699333, + "message": "chore: Bump sharp from 0.32.5 to 0.32.6 (#746)\n\nBumps [sharp](https://github.com/lovell/sharp) from 0.32.5 to 0.32.6.\r\n- [Release notes](https://github.com/lovell/sharp/releases)\r\n- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/lovell/sharp/compare/v0.32.5...v0.32.6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: sharp\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Muhsin Keloth ", + "sha": "8513856a81d3e04bc90ba6ead14e9a972149422b", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-07-21T18:47:48Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-11-22T08:45:35Z" }, { - "author": 3526167, - "message": "fix: failing gh actions for testing and releasing charts (#66)\n\n* chore: increment chart version\r\n\r\n* fix: change bitnami index to pre-2022\r\n\r\n* fix: update gh actions to use pre-2022 bitnami index", - "sha": "fd513da4d47696dd5ba8536ce30f6f54102d4cff", + "author": 73185, + "message": "fix: package.json & yarn.lock to reduce vulnerabilities (#743)\n\nThe following vulnerabilities are fixed with an upgrade:\r\n- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459\r\n\r\nCo-authored-by: snyk-bot \r\nCo-authored-by: Muhsin Keloth ", + "sha": "2688702453dc9f5d63d5b4abd820d1a79b3e8bb9", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-06-21T13:57:25Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-11-22T08:44:57Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.6.0 (#64)", - "sha": "0cf8b4eff5b53193aee47ce2f58e6ec93234223c", + "author": 49699333, + "message": "chore: Bump @babel/traverse from 7.22.10 to 7.23.2 (#740)\n\nBumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.\r\n- [Release notes](https://github.com/babel/babel/releases)\r\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: \"@babel/traverse\"\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Muhsin Keloth ", + "sha": "bad5365c82422529a1ec1be7719dc7dcf478fc69", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-06-17T14:36:53Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-11-22T08:44:28Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.5.0 (#63)\n\nhttps://github.com/chatwoot/chatwoot/releases/tag/v2.5.0", - "sha": "13ec636effad3df4813ab47411c357c0e7d6f8ca", + "author": 12408980, + "message": "feat: Changes to include delivery reports for all channels (#745)\n\n* feat: Add changes to include delivery reports for all channels\r\n\r\n* chore: fixes", + "sha": "f843fa0b3e003f117ca95e72adfe26253aa661f2", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-05-17T10:58:47Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-11-16T14:19:44Z" }, { - "author": 3526167, - "message": "chore: fix url in readme", - "sha": "c3f3d3b06bc84024ebd1ce37220655639b91087b", + "author": 49699333, + "message": "chore: Bump react-devtools-core from 4.28.0 to 4.28.4 (#742)\n\nBumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.28.0 to 4.28.4.\r\n- [Release notes](https://github.com/facebook/react/releases)\r\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: react-devtools-core\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "84a48a63b03f9104f0efe95af61ce781c45eee6f", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-05-11T10:35:50Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-11-02T22:58:05Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.4.1 (#60)", - "sha": "8644572eac23157cf72b12ef67e97f432abe9dcc", + "author": 12408980, + "message": "chore: Android/iOS v1.10.19", + "sha": "1b5479c97a130dea74be1afaa0e9a86da15d852b", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-04-21T18:30:09Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-10-12T06:49:19Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.4.0 (#59)\n\n* feat: update charts to chatwoot v2.4.0", - "sha": "9852708fcc48262c8b3c019796d642e7b820d923", + "author": 64252451, + "message": "fix: App is crashing when the label is added first time (#738)", + "sha": "b0de7ebc3752aad1c148f590570b7bfb6a952f09", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-04-20T11:31:11Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-09-19T05:45:51Z" }, { - "author": 3526167, - "message": "update readme with 0.8.x release notes (#58)", - "sha": "e6eaff2579eabacd6d5db0acd6ff16010ac01771", + "author": 64252451, + "message": "fix: Email message full body width (#737)", + "sha": "6cf530446aa9b1063abb3e0f71737b979af8bf01", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-04-05T15:42:13Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-09-18T06:29:06Z" }, { - "author": 3526167, - "message": "add artifact hub label", - "sha": "3341425737928e90b25a8c7fddf1cd1f83de00f4", + "author": 12408980, + "message": "chore: Bump `react-native-webview` (#736)\n\n* chore: Upgrade rn web view\r\n\r\n* Update Podfile.lock", + "sha": "e19711c65625ad1fc4a61d96dcf13fc2b1f0088e", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-03-30T09:02:40Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-09-11T09:30:10Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.3.2 (#57)", - "sha": "3468b6b0c4964d1d5207d93d7ce4bdccce9849be", + "author": 12408980, + "message": "fix: Non-serializable value update in auth slice (#735)", + "sha": "8b56582c567f68c5b0bdf2e8c7555bcd86fa4a00", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-03-30T08:53:42Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-09-11T08:43:01Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.3.0 (#56)\n\n* feat: update charts to chatwoot v2.3.0", - "sha": "29eae01ab8516619f447f907b98d191dca562b02", + "author": 12408980, + "message": "chore: Upgrade minor packages (#733)", + "sha": "35782f9b62537bbcdc2d96b071636c24bf2a7ea9", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-03-16T10:35:45Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-09-08T05:50:37Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.2.1 (#55)", - "sha": "1ebc92b0977a945d0bff3ab771b42986c77bd998", + "author": 12408980, + "message": "chore: Upgrade react native from `0.70.x` to `0.72.x` (#730)\n\n* chore: upgrade all the packages to latest version\r\n\r\n* chore: bumps node to 16.17.1\r\n\r\n* chore: android/ios 1.10.13\r\n\r\n* Update AndroidManifest.xml\r\n\r\n* Update config.yml\r\n\r\n* Update config.yml\r\n\r\n* Update config.yml\r\n\r\n* Update config.yml\r\n\r\n* fix: change notification permission flow for android>32\r\n\r\n* chore: add analytics event for FORGOT_PASSWORD\r\n\r\n* chore: fix warnings\r\n\r\n* fix: android share issues\r\n\r\n* chore: fix attachment issues\r\n\r\n* chore: android/ios 1.10.14\r\n\r\n* fix: file upload issues in android\r\n\r\n* fix: file upload issues in android\r\n\r\n* chore: android/ios 1.10.15\r\n\r\n* chore: android v1.10.16\r\n\r\n* chore: bump node\r\n\r\n* chore: Android v1.10.17\r\n\r\n---------\r\n\r\nCo-authored-by: Sojan Jose ", + "sha": "e43dfcd6a4f38b8d5be34b7cfe292e86fa21e870", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-03-14T11:27:11Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-09-08T05:16:17Z" }, { - "author": 28541758, - "message": "feat: Use secrets for environment vars (#47)\n\n* Use secrets in place of configmaps for env variables\r\n\r\n* fix postgres and redis existing secrets and exposure\r\n\r\n* add serviceAccount\r\n\r\n* add checksums to chatwoot deployments\r\n\r\n* bump chart to 0.8.0\r\n\r\nCo-authored-by: michaelguarino ", - "sha": "a0b12d7ab9492e76ff3dd5239a5e3640daef78c6", + "author": 49699333, + "message": "chore: Bump activesupport from 6.1.7.3 to 6.1.7.6 (#728)\n\nBumps [activesupport](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.6.\r\n- [Release notes](https://github.com/rails/rails/releases)\r\n- [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md)\r\n- [Commits](https://github.com/rails/rails/compare/v6.1.7.3...v6.1.7.6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: activesupport\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "7ed2f55f91fac61d54214029a20da574f2ccbaf3", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-02-16T15:21:50Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-08-26T00:25:11Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.2.0 (#54)", - "sha": "513c978a64e48492bedbefe3bbd2cb0365d13aa9", + "author": 92152627, + "message": "chore: Translation updates (#729)", + "sha": "f9551ad58bbb6a173d40be55c0c2a0606a37f5e3", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-02-16T14:07:11Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-08-24T08:57:37Z" }, { - "author": 5379868, - "message": "feat: Apply tolerations and nodeSelector to pods in the chart (#45)\n\n* Apply tolerations and nodeSelector to pod specs\r\n\r\n* version bump to 0.7.6", - "sha": "b37463428e258b6406cf01daf469fd523386a789", + "author": 12408980, + "message": "fix: Auto height issues in email messages (#727)", + "sha": "3d10c094d0c27817db1e5f2d41cec35bdc70f79e", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-02-04T04:33:22Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-08-21T09:22:44Z" }, { - "author": 545492, - "message": "feat: Add ingressClass support (#53)\n\n* Add ingressClass support #52\r\n\r\n* Update chart version", - "sha": "8cc9448d245ec49d194ac28a1d58a2a9e8181a35", + "author": 12408980, + "message": "chore: Release iOS v1.10.7", + "sha": "f5eb7aa8daacf15632b87401a50ff56957001f36", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-02-01T14:48:23Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-08-14T05:16:12Z" }, { - "author": 13612429, - "message": "feat: update charts to v2.1.1 (#50)", - "sha": "852c02289aaee3a0859f5ed4475e23e7558472a9", + "author": 12408980, + "message": "chore: Stability improvements (#725)", + "sha": "e3e0d0188b2174949965483a18da2f8b94a9247c", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-01-21T09:05:26Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-08-11T09:34:03Z" }, { - "author": 3526167, - "message": "update charts to v2.1.0 (#51)", - "sha": "5e32fd4ef997e20840bd1013b96e8f91948f5e0f", + "author": 12408980, + "message": "chore: enable herms in android (#724)", + "sha": "919a77e981cbcd00723532a72cc8495048c09cf7", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-01-20T12:12:11Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-08-04T04:43:09Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.0.2 (#49)", - "sha": "ce4aaba3460f7538b2a38079ca45c745e8cbd056", + "author": 12408980, + "message": "fix: Sort messages by created date (#722)", + "sha": "19acaaae4af7107ac5623b4e38e0b551721862a6", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-01-11T11:58:58Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-08-03T06:22:53Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.0.1 (#48)\n\n* feat: update charts to chatwoot v2.0.1", - "sha": "76a5636ca13a71c4342494334a89ae2036f6bef3", + "author": 12408980, + "message": " fix: Attachment cropping in full screen (#721)", + "sha": "2a3dc36e36e0a63d5ed5dac6386b00d997ca2406", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2022-01-11T11:40:30Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-07-27T07:35:06Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v2.0.0 (#44)\n\n* feat: update charts to chatwoot v2.0.0\r\n* update readme", - "sha": "767303c44f26aed70ba8658b001ab93c19359002", + "author": 12408980, + "message": "feat: Refresh conversations and messages when the app start from the b.g (#720)", + "sha": "dffd85978dbce2a1651af66119195c838dfd9a3d", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-12-09T11:57:45Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-07-24T16:05:46Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v1.22.1 (#43)\n\n* feat: update charts to chatwoot v1.22.1", - "sha": "78decf1111a1742cd62e116f09fac1ef7d889205", + "author": 49699333, + "message": "chore: Bump tough-cookie from 4.1.2 to 4.1.3 (#716)\n\nBumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.\r\n- [Release notes](https://github.com/salesforce/tough-cookie/releases)\r\n- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: tough-cookie\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Muhsin Keloth ", + "sha": "827787fa26d55071576c2b646f901e6ae94cc492", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-11-25T15:06:00Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-07-24T02:21:14Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v1.22.0 (#42)", - "sha": "d7000443577bec59e50666dfed83d2a1b294b5ff", + "author": 49699333, + "message": "chore: Bump word-wrap from 1.2.3 to 1.2.4 (#718)\n\nBumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.\r\n- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)\r\n- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: word-wrap\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "3fce10cbac51d97a714ae8c2175caab814d1d85c", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-11-22T11:08:22Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-07-24T02:21:00Z" }, { - "author": 3526167, - "message": "feat: update charts to chatwoot v1.21.1 (#40)", - "sha": "43990a9f6898fa91c8f0098a6fbb743b6b14292e", + "author": 49699333, + "message": "chore: Bump semver from 5.7.1 to 5.7.2 (#717)\n\nBumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.\r\n- [Release notes](https://github.com/npm/node-semver/releases)\r\n- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)\r\n- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: semver\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "79feb398fef8102fbbe419e5006850d30ee66853", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-10-23T09:59:28Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-07-11T23:28:33Z" }, { - "author": 3526167, - "message": "chore: disable KIND tests", - "sha": "e393a5ea063c14ae6637b0dbf4f0b6ec9a19bc64", + "author": 64252451, + "message": "build: Version 1.10.1 (#715)", + "sha": "db5ca8a10e7ffab0e48597f2b63e2be689125b7d", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-10-23T09:20:22Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-07-11T23:27:42Z" }, { - "author": 3526167, - "message": "feat: enable KIND chart testing gh action (#38)", - "sha": "950d76a508a5f44625b088c530cf7e661223f7e5", + "author": 12408980, + "message": "chore: Bump version to 1.10.0 (#714)", + "sha": "76bab8f1decfa48b71814e1a05b5ee0d9dbcdc2a", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-10-08T14:19:36Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-28T08:16:59Z" }, { - "author": 3526167, - "message": "fix: helm yaml template parsing issues when using external dbs (#37)\n\n* fix helm yaml template parsing issues when using external dbs\r\n\r\n* Refactor postgres helper function\r\n\r\n* Refactor env vars in values.yaml\r\n\r\n* add a helper func for redis.password\r\n\r\n* Rename env var POSTGRES_DB to POSTGRES_DATABASE\r\n\r\nRails is looking for POSTGRES_DATABASE env variable. This was\r\ncausing failures if a different db name other than\r\nchatwoot_production was used.", - "sha": "b0198374d461c860a1d9e5de6bcfc60776ca52a7", + "author": 12408980, + "message": "Merge branch 'release/1.10.0'", + "sha": "c54450a91f055abb41a9cad6255821e652af8010", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-09-29T14:10:02Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-28T08:13:47Z" }, { - "author": 3526167, - "message": "update charts to chatwoot v1.20.0 (#36)\n\n- update charts to version 0.6.5\r\n- update chatwoot to v1.20.0", - "sha": "e9ab81a05953b12405fdc791ae7be6bba2a2da08", + "author": 12408980, + "message": "Bump version to 1.10.0", + "sha": "4d40ba96d904f6392d6eab0553dc3879f34753fe", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-09-27T13:32:53Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-28T08:13:18Z" }, - { - "author": 3526167, - "message": "feat: use pg_ready for k8s migration job init-check (#34)\n\nnslookup of DB hostname was used as DB init check for migration job. This was\r\ncausing the migration job container to fail multiple times. NSLOOKUP being \r\nsuccessful does not equate to DB is ready to accept connections.\r\n\r\nThis PR changed that to use the pg_ready tool which is a much more reliable \r\nmetric to assess DB ready status.", - "sha": "83b288a650739cac27b9bebb6d0d1f534b04f4bc", + { + "author": 12408980, + "message": "fix: Support all types conversation links in deep linking (#713)", + "sha": "f91535f66bda9b38f38e05dc931e00305a19994b", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-09-01T12:00:34Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-28T06:32:19Z" }, { - "author": 3526167, - "message": "feat: remove hardcoding for db and redis host vars and switch to configMap (#33)\n\n* feat: remove redis/postgres hardcoding and switch to ConfigMap\r\n\r\n* fix: helm lint failures\r\n\r\n* fix: configmap issue\r\n\r\n* fix: helm test suite\r\n\r\n* doc: update readme\r\n\r\n* feat: add separate values.yaml for github ci\r\n\r\n* Update README\r\n\r\n* Update NOTES.txt\r\n\r\n* add REDIS_TLS env var to handle TLS requirement for external redis\r\n\r\n* increment version to 0.6.3", - "sha": "fc33f077824cb623f07f2b7a7b50bebfc36caff0", + "author": 64252451, + "message": "feat: Ability to update conversation participants (#711)\n\nCo-authored-by: Muhsin Keloth ", + "sha": "a13369fe931464c1e999a8388d5488bba1683bf5", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-31T13:46:32Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-26T06:08:31Z" }, { - "author": 3526167, - "message": "disable KIND based helm testing", - "sha": "b316a620e9cd4744af6678324af1e0f973d8a971", + "author": 64252451, + "message": "feat: Ability to see conversation participants (#708)\n\nCo-authored-by: Muhsin Keloth ", + "sha": "a2a2357f850ae104487d05b548fc3784a3a9522d", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-31T13:40:00Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-22T06:25:38Z" }, { - "author": 3526167, - "message": "chore: remove helm extra vars", - "sha": "9377f2e60f026c1fe509408d633155c3de7c99d7", + "author": 12408980, + "message": "feat: Add search functionality for canned responses (#707)", + "sha": "95975ea43518875c603dcf8847ec0c0d5cae0b45", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-31T09:27:41Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-22T05:51:48Z" }, { - "author": 3526167, - "message": "feat: add separte values.yaml for github ci", - "sha": "d512885be21dc3bfefa945dd22f689824ebb09df", + "author": 12408980, + "message": "feat: Add the option to change conversation priority (#709)\n\nCo-authored-by: iamsivin ", + "sha": "5c27a983bc13873a6f7b278af3811bccaa217fd5", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-30T13:45:13Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-22T05:49:13Z" }, { - "author": 3526167, - "message": "chore: revert helm timeout", - "sha": "eae20e7e73cd3e5bee9f27ef269f63a8c92b26cc", + "author": 64252451, + "message": "feat: Improved canned response list design (#704)\n\nCo-authored-by: Muhsin Keloth ", + "sha": "45257450f0c31496f07d9cf0f59e8c95ef3eb89f", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-30T12:35:10Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-19T08:47:01Z" }, { - "author": 3526167, - "message": "debug: switch to debug mode for ct-install", - "sha": "4bd312b3ea521ecaa096a3834848ef547a8c78a1", + "author": 12408980, + "message": "fix: First time login button click (#705)", + "sha": "5f3bf67c11f4586f1ba51604ad2fc6fee6880972", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-30T08:07:07Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-19T04:58:47Z" }, { - "author": 3526167, - "message": "fix: specify helm timeout unit", - "sha": "3cf86f5ca0514d5b38ddf3a66bb32971c867bed6", + "author": 12408980, + "message": "chore: Update minimum chatwoot version", + "sha": "6007fb36c76753ad10f5f902b8aa75acc7acbb3b", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-30T07:27:22Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-15T07:57:54Z" }, { - "author": 3526167, - "message": "chore: increaase helm timeout to 10 minutes", - "sha": "e5fb8c54512c1e196325cd98113bc6c1935b2ee7", + "author": 12408980, + "message": "feat: Add support for deleting messages (#703)", + "sha": "0cdd7a8d3e3f747f5891ec3915a96c386257ac07", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-30T07:17:55Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-15T04:17:53Z" }, { - "author": 3526167, - "message": "feat: enable KIND PR test workflow", - "sha": "94ef2b667033282fecd46d36fe68b48e6f98465c", + "author": 64252451, + "message": "feat: Standardize Bottom Sheet (#701)\n\n* feat: Standardize Bottom Sheet\r\n\r\n* Android/iOS v1.9.21\r\n\r\n* chore: filter scroll padding\r\n\r\n* chore: Minor fixes\r\n\r\n---------\r\n\r\nCo-authored-by: Muhsin Keloth ", + "sha": "e833c5f59e13b3f679e4fd0e2f3fb719a3f080af", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-25T13:06:47Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-05T05:29:52Z" }, { - "author": 3526167, - "message": "increment app version to v1.19.0 (#31)", - "sha": "2979b828f2c52ac67569aae027991a35df69b04b", + "author": 12408980, + "message": "fix: Double click issue while selecting canned response (#702)", + "sha": "16c54f7e07f400f6338f75c08b721a792bb13b47", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-18T12:58:29Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-06-01T05:15:52Z" }, { - "author": 3526167, - "message": "fix: selector issues when upgrading (#30)\n\n* fix: selector issues when upgrading\r\n\r\n* fix: labels for all k8s objects\r\n\r\n* doc: update readme to add upgrade notes", - "sha": "c70de7acf2fadcaf0938db84146bf253e1ed0811", + "author": 12408980, + "message": "fix: Add the support for block quotes (#700)\n\n* Fix block quote in messages\r\n\r\n* Update ReplyBox.js", + "sha": "81359aff228c810f6c66b771dbcac050b654c0e2", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-18T12:16:06Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-31T06:49:01Z" }, { - "author": 3526167, - "message": "chore: refactor installation_env variable naming (#28)\n\n* chore: refactor installation_env variable naming\r\n* chore: remove unused env var", - "sha": "a0ff45f3de16abfcd984637d5aff76d4266563e9", + "author": 12408980, + "message": "feat: Add sort filter for conversations (#699)", + "sha": "b1caee21bb267b46d85b475f548ad04a7fef06b4", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-16T18:15:04Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-29T08:26:33Z" }, { - "author": 3526167, - "message": "doc: init documentation (#25)\n\n* feat: add docs\r\n\r\n* feat: init parameter section\r\n\r\n* doc: configuration variables for chatwoot\r\n\r\n* doc: improve wording\r\n\r\n* doc: fix typos", - "sha": "7a95e3e9803f0aa250a417fe98e60ccfa814f868", + "author": 64252451, + "message": "feat: Notification preferences bottom sheet (#697)", + "sha": "ef279b9907fbcf9833f8d80389a0af11379dab4f", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-09T15:24:53Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-26T11:30:14Z" }, { - "author": 64605024, - "message": "add resource templates in web and worker deployment for autoscaling (#26)\n\n* adds resource templates in web and worker deployment for autoscaling\r\n* updated chart version to 0.5.4\r\n\r\nSigned-off-by: thundersparkf ", - "sha": "d925c5884f9346d9b5246f8080bb27ad154c91d6", + "author": 64252451, + "message": "feat: Priority Items icons (#698)", + "sha": "7b0f9cdb5ccaf1d14b7ff6209e0030610339b058", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-09T15:08:03Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-26T06:26:56Z" }, { - "author": 3526167, - "message": "fix: redis auth issue (#24)\n\n* fix: redis auth issue\r\n* chore: increment chart version\r\n* fix: format comments", - "sha": "5e91e058b23c01dd010fa26cba36d8e16b10e3ce", + "author": 12408980, + "message": "doc: chore: Bumps minimum supported chatwoot version to 2.16.0", + "sha": "6797ac485a180054ce4d8a72e690caf2d443f9e6", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-06T16:28:31Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-25T04:08:43Z" }, { - "author": 3526167, - "message": "fix: disable KIND testing", - "sha": "cc32074a59053991a6831f1f3e3d8be2236b39f1", + "author": 12408980, + "message": "fix: Fix rendering mentions conversation screen (#696)", + "sha": "7ff4aca258ab11948150743660b4a4a865444324", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-06T16:17:19Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-24T09:05:45Z" }, { - "author": 3526167, - "message": "fix: lint-test gh action", - "sha": "0743da826def4417a634483aa97d81c070873a9c", + "author": 12408980, + "message": "chore: Bumps @chatwoot/react-native-widget to `0.0.14`", + "sha": "04d69667078e347334035f923d90229988d50d92", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-06T13:14:19Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-23T10:09:18Z" }, { - "author": 3526167, - "message": "feat: add gh action for helm linting and testing (#23)", - "sha": "9f158394e60a23bfbb2dd6eb97879f74bc8b33fe", + "author": 12408980, + "message": "feat: Stability improvements (#695)", + "sha": "a8a481f21a3fef6e98ea9c441d56deef91343014", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-06T12:58:43Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-22T11:28:01Z" }, { - "author": 64605024, - "message": "Allows annotations for services to enable cloud provided load balancers (#13)\n\n* Allows annotations for services to enable cloud provided load balancers", - "sha": "0e61da84490baf106fc76fac57f09a05769efbae", + "author": 64252451, + "message": "feat: Network banner (#694)", + "sha": "57abaa4f4d84a5e571676a6481e78ffcbc600929", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-05T17:56:34Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-19T05:11:27Z" }, { - "author": 3526167, - "message": "fix: helm release gh action", - "sha": "4ea60f680341f8ded3b776a9dec4d6f064cc39ac", + "author": 64252451, + "message": "feat: Remove UI kitten (#693)", + "sha": "0645f643ae36a3cde99c21c80f3cf6aa85c1ef41", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-03T16:24:36Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-19T05:10:30Z" }, { - "author": 3526167, - "message": "chore: update readme (#22)", - "sha": "3f1bbb5de587821df1c8443687d9511f2f69ef58", + "author": 64252451, + "message": "feat: Remove UI kitten (#691)", + "sha": "c091cc579657c4fdfe6b0d953afb19fbe4b56612", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-03T16:12:42Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-18T06:18:24Z" }, { - "author": 3526167, - "message": "chore: fix gh actions", - "sha": "496abe0bcb686cf40e161e3eba27e760189970af", + "author": 64252451, + "message": "feat: Remove UIKitten (#690)", + "sha": "f1ee2c6cbf481fe4fcb4044fa46d0ef7b9220cdc", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-03T16:09:46Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-17T09:34:25Z" }, { - "author": 3526167, - "message": "chore: restructure folder structure to work with helm releaser (#21)", - "sha": "0907ec40fcfd6bb4bba6def6dc269a071e393063", + "author": 64252451, + "message": "feat: Remove `ui-kitten` in auth related screens (#689)", + "sha": "dee94f27cf2dab0495602b67278c0453b11f2382", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-03T15:59:07Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-15T12:05:02Z" }, { - "author": 3526167, - "message": "Switch base branch to main #20 from chatwoot/develop\n\nMerge develop to main", - "sha": "eddc1a273ca59379312dbfda379d21a82b9a31f6", + "author": 64252451, + "message": "chore: Bumps app version to 1.9.11 (#688)", + "sha": "9dbb47303bd3c9f23b7ce9dde0462ee84a342f32", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-03T14:53:00Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-15T11:49:56Z" }, { - "author": 3526167, - "message": "chore: update helm dependencies", - "sha": "d39f7af86f5cfd607b889525b4aa6decbf6264f2", + "author": 64252451, + "message": "feat: Assign team improvements (#686)", + "sha": "7cd10d30bdaeb5d8c23a96e392ad92b0761cfb45", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-03T14:37:29Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-11T07:34:37Z" }, { - "author": 3526167, - "message": "feat: add gh actions for helm linting, testing and release", - "sha": "8df2b1cb09b9bf6f50f32aa8b916cfb2c0994299", + "author": 12408980, + "message": "fix: Replace Image with FastImage", + "sha": "1c7b8f0f971018b62b956d4a7a84b75c44c8f89d", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-03T14:30:53Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-11T05:33:51Z" }, { - "author": 3526167, - "message": "chore: add extra chart.yaml params (#19)\n\nadd icon, source, home", - "sha": "624dfe1cb0c3a4d125f571cd2aa055ee5240c893", + "author": 64252451, + "message": "feat: Agent Assignment in bottom sheet UI (#685)", + "sha": "258c6a8c4ab896ed4316d9a3bc16a3663d23dfbb", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-08-03T14:16:03Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-08T09:15:12Z" }, { - "author": 3526167, - "message": "fix: appVersion in chart to match cw versioning style", - "sha": "6bdba39b9c3ad1a752f3fa4713b066552ccabbea", + "author": 12408980, + "message": "Android/iOS v1.9.8", + "sha": "f82f6a76dd888a4c2a41c22c27eeedcdcee141a7", "orgName": "chatwoot", - "repoName": "charts", - "createdAt": "2021-07-30T04:50:17Z" + "repoName": "chatwoot-mobile-app", + "createdAt": "2023-05-07T18:06:02Z" }, { "author": 3526167, @@ -5376,6 +5608,38 @@ "repoName": "charts", "createdAt": "2021-05-31T11:28:53Z" }, + { + "author": 18097732, + "message": "fix: Use addEventListener instead of onmessage to listen to chatwoot-dashboard-app:fetch-info (#10342)", + "sha": "035a03731388a9198938c59d4f4ac4bdb02e409c", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-10-29T03:43:47Z" + }, + { + "author": 49699333, + "message": "chore(deps): bump rexml from 3.3.6 to 3.3.9 (#10361)", + "sha": "c6c36b1b36b90e057008fc656c53ec75a271a123", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-10-29T03:42:11Z" + }, + { + "author": 18097732, + "message": "fix: Fix the issues with the new sidebar (#10348)\n\nCo-authored-by: Pranav ", + "sha": "7ba6c1d87d87fc232911561fd4977b5670d8e713", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-10-29T03:41:43Z" + }, + { + "author": 18097732, + "message": "feat: new colors (#10352)\n\nCo-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>\r\nCo-authored-by: iamsivin ", + "sha": "6df2d76c1e47aa88f1f8e4bc201de12a650cbf03", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-10-28T08:57:08Z" + }, { "author": 18097732, "message": "feat(v4): Auto-navigate to first menu item on group menu open(#10350)\n\nEnsures users are seamlessly directed to the first available menu item upon opening a group, improving UX by reducing unnecessary clicks. This change enhances navigation flow within groups.\r\n\r\nCo-authored-by: Pranav ", @@ -6144,38 +6408,6 @@ "repoName": "chatwoot", "createdAt": "2024-09-26T01:03:28Z" }, - { - "author": 2246121, - "message": "fix: Include uncategorized articles in the all article section to allow edit/delete (#10153)\n\nFixes https://github.com/chatwoot/chatwoot/issues/9935\r\nFixes https://github.com/chatwoot/chatwoot/issues/8213\r\n\r\nThe articles were grouped by category, with locale being a derived\r\nattribute from the category. If a category was deleted, the article\r\nwouldn't appear on the dashboard. However, due to a bug, it would show\r\nup in the uncategorized section on the public portal, leaving agents\r\nunable to edit or update the article.\r\n\r\nTo address this issue, I've added a locale attribute directly to the\r\narticle. This attribute is automatically set from the category or the\r\nportal's default locale if not supplied. The API parameters now use this\r\nattribute to filter articles. As a result, the dashboard will display\r\narticles even if they're not associated with a category, improving the\r\noverall workflow.\r\n\r\n**Main updates:** \r\n- Add locale attribute to the Article model. Add db migration to back\r\nfill the data based on the above logic.\r\n- Add a new scope search_by_locale and use it instead of\r\nsearch_by_category_locale.\r\n- Update the ERB template to include the locale filter.\r\n- Move from `joins` to `left_outer_joins` to include the articles with\r\nno categories.\r\n\r\n---------\r\n\r\nCo-authored-by: Sojan ", - "sha": "d79d9e8b46b58367b5aed9154d78004fbd5c14b0", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-09-24T06:39:03Z" - }, - { - "author": 2246121, - "message": "feat: Auto-populate the telephone code based on the browser timezone (#10146)\n\nFixes https://github.com/chatwoot/chatwoot/issues/6228\r\n\r\n\r\nThere is a country code selector for the phone input field. This is\r\noften a point of frustration. See the response below.\r\n\r\n> We are using the phone number field however this can be frustrating\r\nfor customers, especially mobile users, to select the +1 US country\r\ncode. Our users are typically local businesses and being able to default\r\nto +1 country code in the phone number field or the account would\r\nimprove the interaction they have with customers.\r\n\r\n\r\nMost people who run local businesses don't need a country selector.\r\nHowever, to preserve the quality of the data we store, we need a country\r\ncode.\r\n\r\nA balance between these two issues can be found with an auto-populating\r\ncountry code field based on the browser's timezone. This is what I did\r\nin this PR. Based on the browser timezone, we will resolve it to the\r\nclosest country code.", - "sha": "b524ceeca14e99cbca4b8d0357fa5337f1ea99e7", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-09-24T06:25:38Z" - }, - { - "author": 49699333, - "message": "chore(deps): bump puma from 6.4.2 to 6.4.3 (#10137)\n\nBumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.4.3.\r\n
\r\nRelease notes\r\n

Sourced from puma's\r\nreleases.

\r\n
\r\n

6.4.3

\r\n
    \r\n
  • Security\r\n
      \r\n
    • Discards any headers using underscores if the non-underscore version\r\nalso exists. Without this, an attacker could overwrite values set by\r\nintermediate proxies (e.g. X-Forwarded-For). (CVE-2024-45614/GHSA-9hf4-67fc-4vf4)
    • \r\n
    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from puma's\r\nchangelog.

\r\n
\r\n

6.4.3 / 2024-09-19

\r\n
    \r\n
  • Security\r\n
      \r\n
    • Discards any headers using underscores if the non-underscore version\r\nalso exists. Without this, an attacker could overwrite values set by\r\nintermediate proxies (e.g. X-Forwarded-For). (CVE-2024-45614/GHSA-9hf4-67fc-4vf4)
    • \r\n
    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • e867e53\r\n6.4.3
  • \r\n
  • 63a27b5\r\n5.6.9 release note [ci skip]
  • \r\n
  • cac3fd1\r\nMerge commit from fork
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puma&package-manager=bundler&previous-version=6.4.2&new-version=6.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/chatwoot/chatwoot/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "e68dac8c45e541c5cf1304b1355487bea351bd6e", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-09-23T18:40:47Z" - }, - { - "author": 92152627, - "message": "chore: Update translations (#10124)\n\n- update translations", - "sha": "f0d00b69653f439de05ad25f52259d9674d4bafb", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-09-19T23:30:30Z" - }, { "author": 12408980, "message": "Android/iOS v1.9.7", @@ -7776,6 +8008,38 @@ "repoName": "docs", "createdAt": "2022-07-19T09:18:57Z" }, + { + "author": 2246121, + "message": "fix: Include uncategorized articles in the all article section to allow edit/delete (#10153)\n\nFixes https://github.com/chatwoot/chatwoot/issues/9935\r\nFixes https://github.com/chatwoot/chatwoot/issues/8213\r\n\r\nThe articles were grouped by category, with locale being a derived\r\nattribute from the category. If a category was deleted, the article\r\nwouldn't appear on the dashboard. However, due to a bug, it would show\r\nup in the uncategorized section on the public portal, leaving agents\r\nunable to edit or update the article.\r\n\r\nTo address this issue, I've added a locale attribute directly to the\r\narticle. This attribute is automatically set from the category or the\r\nportal's default locale if not supplied. The API parameters now use this\r\nattribute to filter articles. As a result, the dashboard will display\r\narticles even if they're not associated with a category, improving the\r\noverall workflow.\r\n\r\n**Main updates:** \r\n- Add locale attribute to the Article model. Add db migration to back\r\nfill the data based on the above logic.\r\n- Add a new scope search_by_locale and use it instead of\r\nsearch_by_category_locale.\r\n- Update the ERB template to include the locale filter.\r\n- Move from `joins` to `left_outer_joins` to include the articles with\r\nno categories.\r\n\r\n---------\r\n\r\nCo-authored-by: Sojan ", + "sha": "d79d9e8b46b58367b5aed9154d78004fbd5c14b0", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-09-24T06:39:03Z" + }, + { + "author": 2246121, + "message": "feat: Auto-populate the telephone code based on the browser timezone (#10146)\n\nFixes https://github.com/chatwoot/chatwoot/issues/6228\r\n\r\n\r\nThere is a country code selector for the phone input field. This is\r\noften a point of frustration. See the response below.\r\n\r\n> We are using the phone number field however this can be frustrating\r\nfor customers, especially mobile users, to select the +1 US country\r\ncode. Our users are typically local businesses and being able to default\r\nto +1 country code in the phone number field or the account would\r\nimprove the interaction they have with customers.\r\n\r\n\r\nMost people who run local businesses don't need a country selector.\r\nHowever, to preserve the quality of the data we store, we need a country\r\ncode.\r\n\r\nA balance between these two issues can be found with an auto-populating\r\ncountry code field based on the browser's timezone. This is what I did\r\nin this PR. Based on the browser timezone, we will resolve it to the\r\nclosest country code.", + "sha": "b524ceeca14e99cbca4b8d0357fa5337f1ea99e7", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-09-24T06:25:38Z" + }, + { + "author": 49699333, + "message": "chore(deps): bump puma from 6.4.2 to 6.4.3 (#10137)\n\nBumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.4.3.\r\n
\r\nRelease notes\r\n

Sourced from puma's\r\nreleases.

\r\n
\r\n

6.4.3

\r\n
    \r\n
  • Security\r\n
      \r\n
    • Discards any headers using underscores if the non-underscore version\r\nalso exists. Without this, an attacker could overwrite values set by\r\nintermediate proxies (e.g. X-Forwarded-For). (CVE-2024-45614/GHSA-9hf4-67fc-4vf4)
    • \r\n
    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from puma's\r\nchangelog.

\r\n
\r\n

6.4.3 / 2024-09-19

\r\n
    \r\n
  • Security\r\n
      \r\n
    • Discards any headers using underscores if the non-underscore version\r\nalso exists. Without this, an attacker could overwrite values set by\r\nintermediate proxies (e.g. X-Forwarded-For). (CVE-2024-45614/GHSA-9hf4-67fc-4vf4)
    • \r\n
    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • e867e53\r\n6.4.3
  • \r\n
  • 63a27b5\r\n5.6.9 release note [ci skip]
  • \r\n
  • cac3fd1\r\nMerge commit from fork
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puma&package-manager=bundler&previous-version=6.4.2&new-version=6.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/chatwoot/chatwoot/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "sha": "e68dac8c45e541c5cf1304b1355487bea351bd6e", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-09-23T18:40:47Z" + }, + { + "author": 92152627, + "message": "chore: Update translations (#10124)\n\n- update translations", + "sha": "f0d00b69653f439de05ad25f52259d9674d4bafb", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-09-19T23:30:30Z" + }, { "author": 49699333, "message": "chore(deps): bump google-protobuf from 3.25.3 to 3.25.5 (#10133)\n\n- Bumps google-protobuf from 3.25.3 to 3.25.5.", @@ -8544,38 +8808,6 @@ "repoName": "chatwoot", "createdAt": "2024-08-07T16:51:37Z" }, - { - "author": 2246121, - "message": "feat: Update the design for canned responses (#9903)\n\nThis is the continuation of the design update series. Canned responses listing page is rewritten with the design change.\r\n---------\r\n\r\nCo-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>\r\nCo-authored-by: iamsivin \r\nCo-authored-by: Shivam Mishra \r\nCo-authored-by: Vishnu Narayanan ", - "sha": "80a90d9d8cf207542c1bebdfb9983335f970ea39", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-08-07T16:43:47Z" - }, - { - "author": 64252451, - "message": "fix: Snooze conversation not working in Inbox view (#9875)", - "sha": "646cfb97e733c4e2d9e496270ef53e5b1b0a8e1f", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-08-07T13:27:29Z" - }, - { - "author": 64252451, - "message": "feat: Replace the use of `keyboardEventListener` mixin to a composable (Part -2) (#9892)", - "sha": "89acbd8d09788554e6c7d9d5e579bf63ed29bf3b", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-08-07T10:13:11Z" - }, - { - "author": 64252451, - "message": "fix: TypeError: Cannot read properties of null (reading 'user_id') (#9884)", - "sha": "b03a8398099da449434a5c40493c37607a568c40", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-08-07T09:12:01Z" - }, { "author": 12408980, "message": "chore: Sentry fixes (#559)\n\n* Fix prop warnings\r\n\r\n* Fix sentry error\r\n\r\n* Experimenting markdown\r\n\r\n* Fix list rendering issue\r\n\r\n* Android v1.6.8", @@ -10976,6 +11208,38 @@ "repoName": "chatwoot-mobile-app", "createdAt": "2020-07-03T09:49:08Z" }, + { + "author": 2246121, + "message": "feat: Update the design for canned responses (#9903)\n\nThis is the continuation of the design update series. Canned responses listing page is rewritten with the design change.\r\n---------\r\n\r\nCo-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>\r\nCo-authored-by: iamsivin \r\nCo-authored-by: Shivam Mishra \r\nCo-authored-by: Vishnu Narayanan ", + "sha": "80a90d9d8cf207542c1bebdfb9983335f970ea39", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-08-07T16:43:47Z" + }, + { + "author": 64252451, + "message": "fix: Snooze conversation not working in Inbox view (#9875)", + "sha": "646cfb97e733c4e2d9e496270ef53e5b1b0a8e1f", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-08-07T13:27:29Z" + }, + { + "author": 64252451, + "message": "feat: Replace the use of `keyboardEventListener` mixin to a composable (Part -2) (#9892)", + "sha": "89acbd8d09788554e6c7d9d5e579bf63ed29bf3b", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-08-07T10:13:11Z" + }, + { + "author": 64252451, + "message": "fix: TypeError: Cannot read properties of null (reading 'user_id') (#9884)", + "sha": "b03a8398099da449434a5c40493c37607a568c40", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-08-07T09:12:01Z" + }, { "author": 64252451, "message": "feat: Replace the use of `mentionSelectionKeyboard` mixin to a composable (#9904)", @@ -11744,38 +12008,6 @@ "repoName": "chatwoot", "createdAt": "2024-06-06T23:39:39Z" }, - { - "author": 73185, - "message": "chore: Fix for 2 vulnerabilities (#9602)\n\n

This PR was automatically created by Snyk using the credentials of a\r\nreal user.

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)\r\n\r\n### Snyk has created this PR to fix 2 vulnerabilities in the rubygems\r\ndependencies of this project.\r\n\r\n#### Snyk changed the following file(s):\r\n\r\n- `Gemfile`\r\n- `Gemfile.lock`\r\n\r\n\r\n\r\n\r\n#### Vulnerabilities that will be fixed with an upgrade:\r\n\r\n| | Issue | Score | \r\n\r\n:-------------------------:|:-------------------------|:-------------------------\r\n![medium\r\nseverity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png\r\n'medium severity') | Improper Input Validation\r\n
[SNYK-RUBY-ACTIONPACK-7210237](https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-7210237)\r\n|   **496**  \r\n![medium\r\nseverity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png\r\n'medium severity') | Missing Cryptographic Step\r\n
[SNYK-RUBY-OPENSSL-6036190](https://snyk.io/vuln/SNYK-RUBY-OPENSSL-6036190)\r\n|   **479**  \r\n\r\n\r\n\r\n\r\n---\r\n\r\n> [!IMPORTANT]\r\n>\r\n> - Check the changes in this PR to ensure they won't cause issues with\r\nyour project.\r\n> - Max score is 1000. Note that the real score may have changed since\r\nthe PR was raised.\r\n> - This PR was automatically created by Snyk using the credentials of a\r\nreal user.\r\n\r\n---\r\n\r\n**Note:** _You are seeing this because you or someone else with access\r\nto this repository has authorized Snyk to open fix PRs._\r\n\r\nFor more information: \r\nšŸ§ [View latest project\r\nreport](https://app.snyk.io/org/chatwoot/project/b7197bbd-6200-4f23-931d-c39928584360?utm_source=github&utm_medium=referral&page=fix-pr)\r\nšŸ“œ [Customise PR\r\ntemplates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates)\r\nšŸ›  [Adjust project\r\nsettings](https://app.snyk.io/org/chatwoot/project/b7197bbd-6200-4f23-931d-c39928584360?utm_source=github&utm_medium=referral&page=fix-pr/settings)\r\nšŸ“š [Read about Snyk's upgrade\r\nlogic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities)\r\n\r\n---\r\n\r\n**Learn how to fix vulnerabilities with free interactive lessons:**\r\n\r\nšŸ¦‰ [Improper Input\r\nValidation](https://learn.snyk.io/lesson/improper-input-validation/?loc=fix-pr)\r\n\r\n[//]: #\r\n'snyk:metadata:{\"customTemplate\":{\"variablesUsed\":[],\"fieldsUsed\":[]},\"dependencies\":[{\"name\":\"dotenv-rails\",\"from\":\"2.8.1\",\"to\":\"3.0.0\"},{\"name\":\"rails\",\"from\":\"7.0.8.3\",\"to\":\"7.0.8.4\"},{\"name\":\"rspec-rails\",\"from\":\"6.0.2\",\"to\":\"6.0.3\"},{\"name\":\"web-push\",\"from\":\"3.0.0\",\"to\":\"3.0.1\"}],\"env\":\"prod\",\"issuesToFix\":[{\"exploit_maturity\":\"No\r\nKnown\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-OPENSSL-6036190\",\"priority_score\":479,\"priority_score_factors\":[{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"5.3\",\"score\":265},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Missing\r\nCryptographic\r\nStep\"}],\"prId\":\"f054324c-df54-4693-a654-dcc2ddf85512\",\"prPublicId\":\"f054324c-df54-4693-a654-dcc2ddf85512\",\"packageManager\":\"rubygems\",\"priorityScoreList\":[496,479],\"projectPublicId\":\"b7197bbd-6200-4f23-931d-c39928584360\",\"projectUrl\":\"https://app.snyk.io/org/chatwoot/project/b7197bbd-6200-4f23-931d-c39928584360?utm_source=github&utm_medium=referral&page=fix-pr\",\"prType\":\"fix\",\"templateFieldSources\":{\"branchName\":\"default\",\"commitMessage\":\"default\",\"description\":\"default\",\"title\":\"default\"},\"templateVariants\":[\"priorityScore\"],\"type\":\"auto\",\"upgrade\":[\"SNYK-RUBY-ACTIONPACK-7210237\",\"SNYK-RUBY-OPENSSL-6036190\"],\"vulns\":[\"SNYK-RUBY-ACTIONPACK-7210237\",\"SNYK-RUBY-OPENSSL-6036190\"],\"patch\":[],\"isBreakingChange\":true,\"remediationStrategy\":\"vuln\"}'\r\n\r\nCo-authored-by: snyk-bot ", - "sha": "75c83dd0d98e96964d9a7c1287b9cb9554927b2f", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-06-06T10:53:48Z" - }, - { - "author": 12408980, - "message": "feat: Add search support for drop downs in create linear issue (#9566)\n\nCo-authored-by: iamsivin ", - "sha": "f452565d138bdc90f2b2c9a55d0de7c41993f0b4", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-06-05T11:10:10Z" - }, - { - "author": 12408980, - "message": "fix: Reset loader state on error (#9597)\n\n- Replace `showAlert` with `showAlertMessage` in auth related pages.", - "sha": "839f7fe719393450623f2ce09877a93ea2707ef4", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-06-05T10:37:44Z" - }, - { - "author": 0, - "message": "feat: update cwctl to work with Ubuntu 24.04 LTS (#9586)\n\nThe `add user` utility was updated, and the `--disabled-login` behavior changed in Ubuntu 24.04. This set the login shell to `/sbin/nologin,` which broke the `cwctl` installation flow. \r\n\r\nref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625758\r\n\r\nCo-authored-by: Vishnu Narayanan ", - "sha": "c23e235cea8d35c3540594728a7b4ba3b66ba77c", - "orgName": "chatwoot", - "repoName": "chatwoot", - "createdAt": "2024-06-05T09:50:57Z" - }, { "author": 3526167, "message": "add digital-ocean install instructions (#159)\n\n* add do install intructions", @@ -13808,6 +14040,38 @@ "repoName": "chatwoot-mobile-app", "createdAt": "2019-11-25T18:21:16Z" }, + { + "author": 73185, + "message": "chore: Fix for 2 vulnerabilities (#9602)\n\n

This PR was automatically created by Snyk using the credentials of a\r\nreal user.

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)\r\n\r\n### Snyk has created this PR to fix 2 vulnerabilities in the rubygems\r\ndependencies of this project.\r\n\r\n#### Snyk changed the following file(s):\r\n\r\n- `Gemfile`\r\n- `Gemfile.lock`\r\n\r\n\r\n\r\n\r\n#### Vulnerabilities that will be fixed with an upgrade:\r\n\r\n| | Issue | Score | \r\n\r\n:-------------------------:|:-------------------------|:-------------------------\r\n![medium\r\nseverity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png\r\n'medium severity') | Improper Input Validation\r\n
[SNYK-RUBY-ACTIONPACK-7210237](https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-7210237)\r\n|   **496**  \r\n![medium\r\nseverity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png\r\n'medium severity') | Missing Cryptographic Step\r\n
[SNYK-RUBY-OPENSSL-6036190](https://snyk.io/vuln/SNYK-RUBY-OPENSSL-6036190)\r\n|   **479**  \r\n\r\n\r\n\r\n\r\n---\r\n\r\n> [!IMPORTANT]\r\n>\r\n> - Check the changes in this PR to ensure they won't cause issues with\r\nyour project.\r\n> - Max score is 1000. Note that the real score may have changed since\r\nthe PR was raised.\r\n> - This PR was automatically created by Snyk using the credentials of a\r\nreal user.\r\n\r\n---\r\n\r\n**Note:** _You are seeing this because you or someone else with access\r\nto this repository has authorized Snyk to open fix PRs._\r\n\r\nFor more information: \r\nšŸ§ [View latest project\r\nreport](https://app.snyk.io/org/chatwoot/project/b7197bbd-6200-4f23-931d-c39928584360?utm_source=github&utm_medium=referral&page=fix-pr)\r\nšŸ“œ [Customise PR\r\ntemplates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates)\r\nšŸ›  [Adjust project\r\nsettings](https://app.snyk.io/org/chatwoot/project/b7197bbd-6200-4f23-931d-c39928584360?utm_source=github&utm_medium=referral&page=fix-pr/settings)\r\nšŸ“š [Read about Snyk's upgrade\r\nlogic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities)\r\n\r\n---\r\n\r\n**Learn how to fix vulnerabilities with free interactive lessons:**\r\n\r\nšŸ¦‰ [Improper Input\r\nValidation](https://learn.snyk.io/lesson/improper-input-validation/?loc=fix-pr)\r\n\r\n[//]: #\r\n'snyk:metadata:{\"customTemplate\":{\"variablesUsed\":[],\"fieldsUsed\":[]},\"dependencies\":[{\"name\":\"dotenv-rails\",\"from\":\"2.8.1\",\"to\":\"3.0.0\"},{\"name\":\"rails\",\"from\":\"7.0.8.3\",\"to\":\"7.0.8.4\"},{\"name\":\"rspec-rails\",\"from\":\"6.0.2\",\"to\":\"6.0.3\"},{\"name\":\"web-push\",\"from\":\"3.0.0\",\"to\":\"3.0.1\"}],\"env\":\"prod\",\"issuesToFix\":[{\"exploit_maturity\":\"No\r\nKnown\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-ACTIONPACK-7210237\",\"priority_score\":496,\"priority_score_factors\":[{\"type\":\"freshness\",\"label\":true,\"score\":71},{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"4.2\",\"score\":210},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Improper\r\nInput Validation\"},{\"exploit_maturity\":\"No Known\r\nExploit\",\"id\":\"SNYK-RUBY-OPENSSL-6036190\",\"priority_score\":479,\"priority_score_factors\":[{\"type\":\"fixability\",\"label\":true,\"score\":214},{\"type\":\"cvssScore\",\"label\":\"5.3\",\"score\":265},{\"type\":\"scoreVersion\",\"label\":\"v1\",\"score\":1}],\"severity\":\"medium\",\"title\":\"Missing\r\nCryptographic\r\nStep\"}],\"prId\":\"f054324c-df54-4693-a654-dcc2ddf85512\",\"prPublicId\":\"f054324c-df54-4693-a654-dcc2ddf85512\",\"packageManager\":\"rubygems\",\"priorityScoreList\":[496,479],\"projectPublicId\":\"b7197bbd-6200-4f23-931d-c39928584360\",\"projectUrl\":\"https://app.snyk.io/org/chatwoot/project/b7197bbd-6200-4f23-931d-c39928584360?utm_source=github&utm_medium=referral&page=fix-pr\",\"prType\":\"fix\",\"templateFieldSources\":{\"branchName\":\"default\",\"commitMessage\":\"default\",\"description\":\"default\",\"title\":\"default\"},\"templateVariants\":[\"priorityScore\"],\"type\":\"auto\",\"upgrade\":[\"SNYK-RUBY-ACTIONPACK-7210237\",\"SNYK-RUBY-OPENSSL-6036190\"],\"vulns\":[\"SNYK-RUBY-ACTIONPACK-7210237\",\"SNYK-RUBY-OPENSSL-6036190\"],\"patch\":[],\"isBreakingChange\":true,\"remediationStrategy\":\"vuln\"}'\r\n\r\nCo-authored-by: snyk-bot ", + "sha": "75c83dd0d98e96964d9a7c1287b9cb9554927b2f", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-06-06T10:53:48Z" + }, + { + "author": 12408980, + "message": "feat: Add search support for drop downs in create linear issue (#9566)\n\nCo-authored-by: iamsivin ", + "sha": "f452565d138bdc90f2b2c9a55d0de7c41993f0b4", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-06-05T11:10:10Z" + }, + { + "author": 12408980, + "message": "fix: Reset loader state on error (#9597)\n\n- Replace `showAlert` with `showAlertMessage` in auth related pages.", + "sha": "839f7fe719393450623f2ce09877a93ea2707ef4", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-06-05T10:37:44Z" + }, + { + "author": 0, + "message": "feat: update cwctl to work with Ubuntu 24.04 LTS (#9586)\n\nThe `add user` utility was updated, and the `--disabled-login` behavior changed in Ubuntu 24.04. This set the login shell to `/sbin/nologin,` which broke the `cwctl` installation flow. \r\n\r\nref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625758\r\n\r\nCo-authored-by: Vishnu Narayanan ", + "sha": "c23e235cea8d35c3540594728a7b4ba3b66ba77c", + "orgName": "chatwoot", + "repoName": "chatwoot", + "createdAt": "2024-06-05T09:50:57Z" + }, { "author": 15716057, "message": "fix: Missing mitt.js in vue 3 instance of app (#9596)", @@ -17008,238 +17272,6 @@ "repoName": "chatwoot", "createdAt": "2024-01-16T07:15:29Z" }, - { - "author": 73185, - "message": "chore: disable mfa", - "sha": "4003f3457c50634efcc06de3ffa3c62674084839", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2023-03-15T09:25:15Z" - }, - { - "author": 73185, - "message": "Merge branch 'release/0.1.5' into develop", - "sha": "1a9ff1e6087e4e4d431d1462c8f5acb71a596bf7", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2023-03-15T08:40:13Z" - }, - { - "author": 73185, - "message": "chore: Bump version to 0.1.5", - "sha": "d12fcc4368a155e363f2a5bd367ab478dc7673d6", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2023-03-15T08:39:50Z" - }, - { - "author": 64605024, - "message": "feat: Added method for user_show (#26)", - "sha": "ba4ab612a55db71c3ced9dd9637a46f184cde77c", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-10-08T10:27:20Z" - }, - { - "author": 73185, - "message": "Merge branch 'master' into develop", - "sha": "87833048a960bfc690f4f59851837cdc375cab40", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-05-28T13:04:42Z" - }, - { - "author": 73185, - "message": "chore: Release 0.1.4 (#25)\n\nnew release with dependency updates", - "sha": "4ecbd1d0cc970a80c615c45e5b04711b428672e0", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-05-28T12:59:38Z" - }, - { - "author": 73185, - "message": "chore: Bump up version\n\n- Bumping up version because of dependency updates", - "sha": "c53be70c258ea615f021371f2816501821d7c795", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-05-28T12:56:47Z" - }, - { - "author": 49699333, - "message": "chore(deps): Bump oauth from 0.5.4 to 0.5.6 (#23)\n\nBumps [oauth](https://github.com/oauth-xx/oauth-ruby) from 0.5.4 to 0.5.6.\r\n- [Release notes](https://github.com/oauth-xx/oauth-ruby/releases)\r\n- [Changelog](https://github.com/oauth-xx/oauth-ruby/blob/master/HISTORY)\r\n- [Commits](https://github.com/oauth-xx/oauth-ruby/compare/v0.5.4...v0.5.6)\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "78cc732689d7b49ade1f2b7fcb4f8ce44ec71a2d", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-05-28T12:51:19Z" - }, - { - "author": 49699333, - "message": "chore(deps): Bump rexml from 3.2.4 to 3.2.5 (#24)\n\nBumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.\r\n- [Release notes](https://github.com/ruby/rexml/releases)\r\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\r\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "sha": "714bec181bfadfb00552e01b985a14b1206dc9b3", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-05-03T05:56:22Z" - }, - { - "author": 6113982, - "message": "chore: Add rubocop to the Circle CI build step #21 (#22)", - "sha": "a6bd49e7b367b2027c7e906928b7bd185ce54dd8", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-03-23T14:09:35Z" - }, - { - "author": 6113982, - "message": "chore: Fix few rubocop offences (#20)\n\nThis fixes few rubocop issues and also updated the email in CODE_OF_CONDUCT.md", - "sha": "141861498053182bcce249ad590a8057281c4a35", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-03-13T18:48:42Z" - }, - { - "author": 73185, - "message": "chore: Fix Github action for GPR push (#19)", - "sha": "66617021629afa1bdd04278759545e49fba83a15", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-03-11T17:51:03Z" - }, - { - "author": 6113982, - "message": "feat: Add functions to destroy, like, unlike, retweet and unretweet a tweet. (#17)\n\n- $twitter.destroy_tweet(tweet_id: \"tweet_id_number\") will destroy the tweet that\r\n you secretly knew deep down in your heart that you should never have tweeted in the first place.\r\n- $twitter.like_tweet(tweet_id: \"tweet_id_number\") will like the tweet that bought a smile to your face.\r\n- $twitter.unlike_tweet(tweet_id: \"tweet_id_number\") a secret tool to get yourself out of deepfaving.\r\n- $twitter.retweet(tweet_id: \"tweet_id_number\") and $twitter.retweet(tweet_id: \"tweet_id_number\") does\r\n exactly what it says on the tin.\r\n\r\nCloses: #16", - "sha": "03bba77d0849446da717dc228ac0f52140886dc3", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-03-11T16:45:09Z" - }, - { - "author": 73185, - "message": "chore: Update CODE_OF_CONDUCT.md (#18)", - "sha": "4b89c10e23ffcb7f4255eef29ecf4d7bc7fd9250", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2021-03-11T16:42:47Z" - }, - { - "author": 73185, - "message": "Chore: Add account activity subscription actions (#14)", - "sha": "953a61e76b8943e26aa749a41d903ada3dc02e29", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-05-13T13:36:31Z" - }, - { - "author": 73185, - "message": "Add .circleci/config.yml (#12)\n\nAdd .circleci/config.yml\r\nCo-authored-by: Subin T P ", - "sha": "af4f3e45dca55e42c64f7741a1fedfaa94d36419", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-03-02T17:50:49Z" - }, - { - "author": 49699333, - "message": "Update rake requirement from ~> 10.0 to ~> 13.0 (#13)\n\nUpdates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.\r\n- [Release notes](https://github.com/ruby/rake/releases)\r\n- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)\r\n- [Commits](https://github.com/ruby/rake/compare/v10.5.0...v13.0.1)\r\n\r\nSigned-off-by: dependabot[bot] ", - "sha": "98fef60203a2325ff165d86ceb0bac3b607b4e7e", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-03-01T05:31:00Z" - }, - { - "author": 2246121, - "message": "Feature: Add twitter auth endpoints (#9)\n\n* Add Twitter Oauth endpoints\r\n\r\n* Add request payload\r\n\r\n* Add oauth_token to access_token_payload", - "sha": "c1edd557401d1e8a197b19e738f82e39507a8e2d", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-02-08T13:18:04Z" - }, - { - "author": 73185, - "message": "Bug Fix: Remove pry from gemfile (#8)", - "sha": "58b4958d7f4a58eec8fe9543caedb232308253f6", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-02-03T08:12:27Z" - }, - { - "author": 2246121, - "message": "Bug: Fix DM API 415 Media Unknown error (#7)\n\n* Update request.rb\r\n\r\n* Update payload.rb\r\n\r\n* Update payload.rb", - "sha": "a005f8f6740fc8d2d3500701e1ab4ab0f1416c26", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-01-28T10:46:17Z" - }, - { - "author": 1742357, - "message": "Override client specific access keys (#5)\n\n* Add twitty request\r\n\r\n* Add facade\r\n\r\n* Make env configurable\r\n\r\n* Add params validation\r\n\r\n* Add crc generation helper\r\n\r\n* Add send message and send reply\r\n\r\n* Add oauth as runtime dependency\r\n\r\n* Commit gemfile.lock\r\n\r\n* Add subsribe and unsubscribe webhook\r\n\r\n* Add response object\r\n\r\n* Return twitty response\r\n\r\n* Override client specific keys", - "sha": "c0281fa3dbabba1029fc9ee7decc30f0fc871d1d", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-01-24T18:37:39Z" - }, - { - "author": 73185, - "message": "Update readme instructions (#6)", - "sha": "5914ef02ac5102d7c1cf9d65c948755ac505155b", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-01-24T18:31:40Z" - }, - { - "author": 1742357, - "message": "Support webhook subscribe/unsubscribe (#4)\n\n* Add twitty request\r\n\r\n* Add facade\r\n\r\n* Make env configurable\r\n\r\n* Add params validation\r\n\r\n* Add crc generation helper\r\n\r\n* Add send message and send reply\r\n\r\n* Add oauth as runtime dependency\r\n\r\n* Commit gemfile.lock\r\n\r\n* Add subsribe and unsubscribe webhook\r\n\r\n* Add response object\r\n\r\n* Return twitty response", - "sha": "dd528967d240a3b0c7b9ba73f6120ce0223f7066", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-01-24T17:21:41Z" - }, - { - "author": 1742357, - "message": "Add support to reply tweet and send direct message (#3)\n\n* Add twitty request\r\n\r\n* Add facade\r\n\r\n* Make env configurable\r\n\r\n* Add params validation\r\n\r\n* Add crc generation helper\r\n\r\n* Add send message and send reply\r\n\r\n* Add oauth as runtime dependency\r\n\r\n* Commit gemfile.lock", - "sha": "ee13dadd031c77fc69d67efe651d5435d87273c3", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-01-24T16:33:51Z" - }, - { - "author": 2246121, - "message": "Docs: Update Readme", - "sha": "c956b7c0280a1088726494494446224d287a4c4d", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-01-24T06:35:05Z" - }, - { - "author": 73185, - "message": "Update Readme with usage instructions (#2)", - "sha": "8300ab59669f30182e1800771fbe483a9c1bd055", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-01-23T18:44:12Z" - }, - { - "author": 1742357, - "message": "Add twitty request (#1)\n\n* Add twitty request\r\n\r\n* Add facade\r\n\r\n* Make env configurable\r\n\r\n* Add params validation\r\n\r\n* Add crc generation helper", - "sha": "ef7ac25532a57b35c112a336cf0c1037dc92beed", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-01-23T18:20:45Z" - }, - { - "author": 0, - "message": "Add twitter config", - "sha": "c3e71d42ec08aea6ebdba7b70dfe1b8f2350b979", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-01-22T14:39:40Z" - }, - { - "author": 0, - "message": "Initial commit", - "sha": "07aade12934f54768ab10e07f0c967b9effb6e0c", - "orgName": "chatwoot", - "repoName": "twitty", - "createdAt": "2020-01-22T14:18:59Z" - }, { "author": 73185, "message": "Merge branch 'release/3.5.0'", @@ -47435,12 +47467,20 @@ ], "authors": [ { - "id": 6375150, - "login": "hasanbasri1993", - "avatarUrl": "https://avatars.githubusercontent.com/u/6375150?v=4", - "commitsCount": 1, - "firstCommitAt": "2021-12-22T19:28:40Z", - "lastCommitAt": "2021-12-22T19:28:40Z" + "id": 18097732, + "login": "scmmishra", + "avatarUrl": "https://avatars.githubusercontent.com/u/18097732?v=4", + "commitsCount": 316, + "firstCommitAt": "2023-01-06T03:35:11Z", + "lastCommitAt": "2024-12-17T11:46:37Z" + }, + { + "id": 709248, + "login": "misfist", + "avatarUrl": "https://avatars.githubusercontent.com/u/709248?v=4", + "commitsCount": 4, + "firstCommitAt": "2023-01-26T03:12:23Z", + "lastCommitAt": "2023-01-26T03:14:53Z" }, { "id": 2246121, @@ -47450,6 +47490,30 @@ "firstCommitAt": "2019-08-15T17:38:36Z", "lastCommitAt": "2024-12-17T11:47:11Z" }, + { + "id": 16981850, + "login": "DenkiDenki", + "avatarUrl": "https://avatars.githubusercontent.com/u/16981850?v=4", + "commitsCount": 1, + "firstCommitAt": "2021-09-08T09:17:06Z", + "lastCommitAt": "2021-09-08T09:17:06Z" + }, + { + "id": 8985705, + "login": "antpb", + "avatarUrl": "https://avatars.githubusercontent.com/u/8985705?v=4", + "commitsCount": 1, + "firstCommitAt": "2021-02-03T02:53:57Z", + "lastCommitAt": "2021-02-03T02:53:57Z" + }, + { + "id": 6375150, + "login": "hasanbasri1993", + "avatarUrl": "https://avatars.githubusercontent.com/u/6375150?v=4", + "commitsCount": 1, + "firstCommitAt": "2021-12-22T19:28:40Z", + "lastCommitAt": "2021-12-22T19:28:40Z" + }, { "id": 15872348, "login": "akshitkrnagpal", @@ -47474,54 +47538,6 @@ "firstCommitAt": "2019-09-05T06:46:56Z", "lastCommitAt": "2020-07-06T11:10:28Z" }, - { - "id": 64252451, - "login": "iamsivin", - "avatarUrl": "https://avatars.githubusercontent.com/u/64252451?v=4", - "commitsCount": 559, - "firstCommitAt": "2020-11-07T06:51:34Z", - "lastCommitAt": "2024-12-17T11:47:42Z" - }, - { - "id": 18097732, - "login": "scmmishra", - "avatarUrl": "https://avatars.githubusercontent.com/u/18097732?v=4", - "commitsCount": 316, - "firstCommitAt": "2023-01-06T03:35:11Z", - "lastCommitAt": "2024-12-17T11:46:37Z" - }, - { - "id": 12408980, - "login": "muhsin-k", - "avatarUrl": "https://avatars.githubusercontent.com/u/12408980?v=4", - "commitsCount": 858, - "firstCommitAt": "2019-11-21T09:12:40Z", - "lastCommitAt": "2024-11-25T18:30:18Z" - }, - { - "id": 3526167, - "login": "vishnu-narayanan", - "avatarUrl": "https://avatars.githubusercontent.com/u/3526167?v=4", - "commitsCount": 367, - "firstCommitAt": "2020-02-07T06:35:09Z", - "lastCommitAt": "2024-12-17T11:01:55Z" - }, - { - "id": 1277421, - "login": "nithindavid", - "avatarUrl": "https://avatars.githubusercontent.com/u/1277421?v=4", - "commitsCount": 317, - "firstCommitAt": "2019-09-02T14:56:28Z", - "lastCommitAt": "2024-02-27T22:46:16Z" - }, - { - "id": 5848740, - "login": "aswindevps", - "avatarUrl": "https://avatars.githubusercontent.com/u/5848740?v=4", - "commitsCount": 55, - "firstCommitAt": "2021-08-03T08:28:00Z", - "lastCommitAt": "2022-09-15T09:05:54Z" - }, { "id": 4143552, "login": "shamsudheen", @@ -47539,28 +47555,52 @@ "lastCommitAt": "2022-05-28T14:07:47Z" }, { - "id": 709248, - "login": "misfist", - "avatarUrl": "https://avatars.githubusercontent.com/u/709248?v=4", - "commitsCount": 4, - "firstCommitAt": "2023-01-26T03:12:23Z", - "lastCommitAt": "2023-01-26T03:14:53Z" + "id": 12408980, + "login": "muhsin-k", + "avatarUrl": "https://avatars.githubusercontent.com/u/12408980?v=4", + "commitsCount": 858, + "firstCommitAt": "2019-11-21T09:12:40Z", + "lastCommitAt": "2024-11-25T18:30:18Z" }, { - "id": 16981850, - "login": "DenkiDenki", - "avatarUrl": "https://avatars.githubusercontent.com/u/16981850?v=4", + "id": 10048550, + "login": "yggdrasildy", + "avatarUrl": "https://avatars.githubusercontent.com/u/10048550?v=4", "commitsCount": 1, - "firstCommitAt": "2021-09-08T09:17:06Z", - "lastCommitAt": "2021-09-08T09:17:06Z" + "firstCommitAt": "2024-08-09T04:04:59Z", + "lastCommitAt": "2024-08-09T04:04:59Z" }, { - "id": 8985705, - "login": "antpb", - "avatarUrl": "https://avatars.githubusercontent.com/u/8985705?v=4", + "id": 54208632, + "login": "1t5j0y", + "avatarUrl": "https://avatars.githubusercontent.com/u/54208632?v=4", "commitsCount": 1, - "firstCommitAt": "2021-02-03T02:53:57Z", - "lastCommitAt": "2021-02-03T02:53:57Z" + "firstCommitAt": "2021-11-11T11:34:50Z", + "lastCommitAt": "2021-11-11T11:34:50Z" + }, + { + "id": 5902976, + "login": "aniravi24", + "avatarUrl": "https://avatars.githubusercontent.com/u/5902976?v=4", + "commitsCount": 3, + "firstCommitAt": "2021-06-02T15:46:45Z", + "lastCommitAt": "2021-06-12T19:22:25Z" + }, + { + "id": 73185, + "login": "sojan-official", + "avatarUrl": "https://avatars.githubusercontent.com/u/73185?v=4", + "commitsCount": 1071, + "firstCommitAt": "2019-08-19T08:19:57Z", + "lastCommitAt": "2024-12-17T17:33:32Z" + }, + { + "id": 64605024, + "login": "thundersparkf", + "avatarUrl": "https://avatars.githubusercontent.com/u/64605024?v=4", + "commitsCount": 5, + "firstCommitAt": "2021-07-14T12:21:49Z", + "lastCommitAt": "2021-11-28T06:34:36Z" }, { "id": 49699333, @@ -47571,52 +47611,52 @@ "lastCommitAt": "2024-12-11T02:53:43Z" }, { - "id": 92152627, - "login": "chatwoot-bot", - "avatarUrl": "https://avatars.githubusercontent.com/u/92152627?v=4", - "commitsCount": 45, - "firstCommitAt": "2023-01-17T00:07:00Z", - "lastCommitAt": "2024-09-19T23:30:30Z" + "id": 6113982, + "login": "karthik-sivadas", + "avatarUrl": "https://avatars.githubusercontent.com/u/6113982?v=4", + "commitsCount": 7, + "firstCommitAt": "2019-12-01T10:12:15Z", + "lastCommitAt": "2021-03-23T14:09:35Z" }, { - "id": 73185, - "login": "sojan-official", - "avatarUrl": "https://avatars.githubusercontent.com/u/73185?v=4", - "commitsCount": 1069, - "firstCommitAt": "2019-08-19T08:19:57Z", - "lastCommitAt": "2024-12-17T11:46:50Z" + "id": 1742357, + "login": "subintp", + "avatarUrl": "https://avatars.githubusercontent.com/u/1742357?v=4", + "commitsCount": 24, + "firstCommitAt": "2019-08-21T14:39:59Z", + "lastCommitAt": "2020-09-25T21:02:34Z" }, { - "id": 73761112, - "login": "zaronwald", - "avatarUrl": "https://avatars.githubusercontent.com/u/73761112?v=4", - "commitsCount": 1, - "firstCommitAt": "2023-12-06T06:14:19Z", - "lastCommitAt": "2023-12-06T06:14:19Z" + "id": 3526167, + "login": "vishnu-narayanan", + "avatarUrl": "https://avatars.githubusercontent.com/u/3526167?v=4", + "commitsCount": 367, + "firstCommitAt": "2020-02-07T06:35:09Z", + "lastCommitAt": "2024-12-17T11:01:55Z" }, { - "id": 10048550, - "login": "yggdrasildy", - "avatarUrl": "https://avatars.githubusercontent.com/u/10048550?v=4", - "commitsCount": 1, - "firstCommitAt": "2024-08-09T04:04:59Z", - "lastCommitAt": "2024-08-09T04:04:59Z" + "id": 64252451, + "login": "iamsivin", + "avatarUrl": "https://avatars.githubusercontent.com/u/64252451?v=4", + "commitsCount": 561, + "firstCommitAt": "2020-11-07T06:51:34Z", + "lastCommitAt": "2024-12-17T13:13:36Z" }, { - "id": 54208632, - "login": "1t5j0y", - "avatarUrl": "https://avatars.githubusercontent.com/u/54208632?v=4", - "commitsCount": 1, - "firstCommitAt": "2021-11-11T11:34:50Z", - "lastCommitAt": "2021-11-11T11:34:50Z" + "id": 1277421, + "login": "nithindavid", + "avatarUrl": "https://avatars.githubusercontent.com/u/1277421?v=4", + "commitsCount": 317, + "firstCommitAt": "2019-09-02T14:56:28Z", + "lastCommitAt": "2024-02-27T22:46:16Z" }, { - "id": 5902976, - "login": "aniravi24", - "avatarUrl": "https://avatars.githubusercontent.com/u/5902976?v=4", - "commitsCount": 3, - "firstCommitAt": "2021-06-02T15:46:45Z", - "lastCommitAt": "2021-06-12T19:22:25Z" + "id": 5848740, + "login": "aswindevps", + "avatarUrl": "https://avatars.githubusercontent.com/u/5848740?v=4", + "commitsCount": 55, + "firstCommitAt": "2021-08-03T08:28:00Z", + "lastCommitAt": "2022-09-15T09:05:54Z" }, { "id": 9611224, @@ -47658,6 +47698,78 @@ "firstCommitAt": "2024-11-05T04:04:08Z", "lastCommitAt": "2024-11-05T04:04:08Z" }, + { + "id": 119703682, + "login": "alidavodimehr", + "avatarUrl": "https://avatars.githubusercontent.com/u/119703682?v=4", + "commitsCount": 1, + "firstCommitAt": "2023-12-19T07:25:39Z", + "lastCommitAt": "2023-12-19T07:25:39Z" + }, + { + "id": 479079, + "login": "razorman8669", + "avatarUrl": "https://avatars.githubusercontent.com/u/479079?v=4", + "commitsCount": 1, + "firstCommitAt": "2023-07-27T11:13:09Z", + "lastCommitAt": "2023-07-27T11:13:09Z" + }, + { + "id": 965744, + "login": "nickmonad", + "avatarUrl": "https://avatars.githubusercontent.com/u/965744?v=4", + "commitsCount": 2, + "firstCommitAt": "2022-10-03T14:10:04Z", + "lastCommitAt": "2023-03-22T03:46:24Z" + }, + { + "id": 203448, + "login": "marcelloceschia", + "avatarUrl": "https://avatars.githubusercontent.com/u/203448?v=4", + "commitsCount": 1, + "firstCommitAt": "2023-02-10T08:12:13Z", + "lastCommitAt": "2023-02-10T08:12:13Z" + }, + { + "id": 8725825, + "login": "cortopy", + "avatarUrl": "https://avatars.githubusercontent.com/u/8725825?v=4", + "commitsCount": 2, + "firstCommitAt": "2022-10-18T14:42:30Z", + "lastCommitAt": "2022-11-11T15:42:51Z" + }, + { + "id": 28541758, + "login": "davidspek", + "avatarUrl": "https://avatars.githubusercontent.com/u/28541758?v=4", + "commitsCount": 2, + "firstCommitAt": "2022-02-16T15:21:50Z", + "lastCommitAt": "2022-11-09T11:30:15Z" + }, + { + "id": 5379868, + "login": "TheIrritainer", + "avatarUrl": "https://avatars.githubusercontent.com/u/5379868?v=4", + "commitsCount": 1, + "firstCommitAt": "2022-02-04T04:33:22Z", + "lastCommitAt": "2022-02-04T04:33:22Z" + }, + { + "id": 545492, + "login": "maximegaillard", + "avatarUrl": "https://avatars.githubusercontent.com/u/545492?v=4", + "commitsCount": 1, + "firstCommitAt": "2022-02-01T14:48:23Z", + "lastCommitAt": "2022-02-01T14:48:23Z" + }, + { + "id": 13612429, + "login": "mxsxs2", + "avatarUrl": "https://avatars.githubusercontent.com/u/13612429?v=4", + "commitsCount": 1, + "firstCommitAt": "2022-01-21T09:05:26Z", + "lastCommitAt": "2022-01-21T09:05:26Z" + }, { "id": 142374416, "login": "adil-e1", @@ -47859,84 +47971,20 @@ "lastCommitAt": "2023-03-16T15:14:43Z" }, { - "id": 119703682, - "login": "alidavodimehr", - "avatarUrl": "https://avatars.githubusercontent.com/u/119703682?v=4", - "commitsCount": 1, - "firstCommitAt": "2023-12-19T07:25:39Z", - "lastCommitAt": "2023-12-19T07:25:39Z" - }, - { - "id": 479079, - "login": "razorman8669", - "avatarUrl": "https://avatars.githubusercontent.com/u/479079?v=4", - "commitsCount": 1, - "firstCommitAt": "2023-07-27T11:13:09Z", - "lastCommitAt": "2023-07-27T11:13:09Z" - }, - { - "id": 965744, - "login": "nickmonad", - "avatarUrl": "https://avatars.githubusercontent.com/u/965744?v=4", - "commitsCount": 2, - "firstCommitAt": "2022-10-03T14:10:04Z", - "lastCommitAt": "2023-03-22T03:46:24Z" - }, - { - "id": 203448, - "login": "marcelloceschia", - "avatarUrl": "https://avatars.githubusercontent.com/u/203448?v=4", - "commitsCount": 1, - "firstCommitAt": "2023-02-10T08:12:13Z", - "lastCommitAt": "2023-02-10T08:12:13Z" - }, - { - "id": 8725825, - "login": "cortopy", - "avatarUrl": "https://avatars.githubusercontent.com/u/8725825?v=4", - "commitsCount": 2, - "firstCommitAt": "2022-10-18T14:42:30Z", - "lastCommitAt": "2022-11-11T15:42:51Z" - }, - { - "id": 28541758, - "login": "davidspek", - "avatarUrl": "https://avatars.githubusercontent.com/u/28541758?v=4", - "commitsCount": 2, - "firstCommitAt": "2022-02-16T15:21:50Z", - "lastCommitAt": "2022-11-09T11:30:15Z" - }, - { - "id": 5379868, - "login": "TheIrritainer", - "avatarUrl": "https://avatars.githubusercontent.com/u/5379868?v=4", - "commitsCount": 1, - "firstCommitAt": "2022-02-04T04:33:22Z", - "lastCommitAt": "2022-02-04T04:33:22Z" - }, - { - "id": 545492, - "login": "maximegaillard", - "avatarUrl": "https://avatars.githubusercontent.com/u/545492?v=4", - "commitsCount": 1, - "firstCommitAt": "2022-02-01T14:48:23Z", - "lastCommitAt": "2022-02-01T14:48:23Z" + "id": 92152627, + "login": "chatwoot-bot", + "avatarUrl": "https://avatars.githubusercontent.com/u/92152627?v=4", + "commitsCount": 45, + "firstCommitAt": "2023-01-17T00:07:00Z", + "lastCommitAt": "2024-09-19T23:30:30Z" }, { - "id": 13612429, - "login": "mxsxs2", - "avatarUrl": "https://avatars.githubusercontent.com/u/13612429?v=4", + "id": 73761112, + "login": "zaronwald", + "avatarUrl": "https://avatars.githubusercontent.com/u/73761112?v=4", "commitsCount": 1, - "firstCommitAt": "2022-01-21T09:05:26Z", - "lastCommitAt": "2022-01-21T09:05:26Z" - }, - { - "id": 64605024, - "login": "thundersparkf", - "avatarUrl": "https://avatars.githubusercontent.com/u/64605024?v=4", - "commitsCount": 5, - "firstCommitAt": "2021-07-14T12:21:49Z", - "lastCommitAt": "2021-11-28T06:34:36Z" + "firstCommitAt": "2023-12-06T06:14:19Z", + "lastCommitAt": "2023-12-06T06:14:19Z" }, { "id": 21160900, @@ -48530,22 +48578,6 @@ "firstCommitAt": "2024-01-16T11:18:59Z", "lastCommitAt": "2024-01-16T11:18:59Z" }, - { - "id": 6113982, - "login": "karthik-sivadas", - "avatarUrl": "https://avatars.githubusercontent.com/u/6113982?v=4", - "commitsCount": 7, - "firstCommitAt": "2019-12-01T10:12:15Z", - "lastCommitAt": "2021-03-23T14:09:35Z" - }, - { - "id": 1742357, - "login": "subintp", - "avatarUrl": "https://avatars.githubusercontent.com/u/1742357?v=4", - "commitsCount": 24, - "firstCommitAt": "2019-08-21T14:39:59Z", - "lastCommitAt": "2020-09-25T21:02:34Z" - }, { "id": 409321, "login": "kevinslin",