{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":441085721,"defaultBranch":"main","name":"vaultwarden","ownerLogin":"Jieoz","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-12-23T06:32:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47545984?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1640241174.338045","currentOid":""},"activityList":{"items":[{"before":"3337594d60d9a43ba76d03fd92672023806585af","after":"cbdcf8ef9f1ba0f4ad63f14d366ee778979a91ee","ref":"refs/heads/main","pushedAt":"2023-12-25T04:48:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Update web-vault to v2023.12.0 (#4201)","shortMessageHtmlLink":"Update web-vault to v2023.12.0 (dani-garcia#4201)"}},{"before":"eccb3ab9474f5088eb74cd606806153bdd463575","after":"3337594d60d9a43ba76d03fd92672023806585af","ref":"refs/heads/main","pushedAt":"2023-12-19T08:45:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Add additional build target which optimizes for size (#4096)\n\nOpenWRT is a project which builds and distributes firmware for\r\nembedded devies like routers, access points, and so on. These\r\ndevices are usually very limited in terms of storage. Therefore,\r\noptimizing binaries for size at the cost of execution speed is\r\nusually desired.\r\n\r\nThis PR adds an additional build-target, namely \"release-micro\",\r\nwhich implements several parameters which optimize in favor of\r\nbinary size.\r\n\r\nThe following parameters were chosen:\r\n- opt-level \"z\": Optimize for size with disabled loop vectorization\r\n- strip \"symbols\": Strip debuginfo and symbols from binary\r\n- lto \"fat\": Enable link-time optimizations across all crates\r\n- codegen-units 1: Disable parallelization of code generation to\r\n allow for additional optimizations\r\n- panic \"abort\": Abort on Panic() instead of unwinding\r\n\r\nAll these build parameters significantly reduce the binary size\r\nfrom >40MB to <15MB - the actual amount depends on the target\r\narchitecture.\r\n\r\nWe would like to upstream this new build target to keep our build\r\nenvironment simple. Other projects which deploy vaultwarden on\r\nsize-constrained environments may benefit from this change too.\r\n\r\nSigned-off-by: Christian Lachner ","shortMessageHtmlLink":"Add additional build target which optimizes for size (dani-garcia#4096)"}},{"before":"3246251f295fd16dba21ec9d32afbbb104bd9c8e","after":"eccb3ab9474f5088eb74cd606806153bdd463575","ref":"refs/heads/main","pushedAt":"2023-12-14T12:48:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Decrease JWT Refresh/Auth token (#4163)\n\nLarge JWT's could cause issue because of header or body sizes of the\r\nHTTP request could get too large when you are a member of a lot of organizations.\r\n\r\nThis PR removes these specific keys since they are not used either\r\nclient side or server side.\r\n\r\nBecause Bitwarden does add these in there JWT's i would suggest to keep\r\nthe code we had but then commented out as a reference.\r\n\r\nRemoving it and searching for this when needed would be a waist of time.\r\n\r\nFixes #4156","shortMessageHtmlLink":"Decrease JWT Refresh/Auth token (dani-garcia#4163)"}},{"before":"48836501bf348386d9bb1378fb56db33c19d3732","after":"3246251f295fd16dba21ec9d32afbbb104bd9c8e","ref":"refs/heads/main","pushedAt":"2023-12-12T03:34:32.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Fix the version string (#4153)\n\nFor some reason still not known, the `.git` directory was not copied\r\ninto the container. I think buildkit (buildx) did this by default before, and\r\nstopped this with newer versions.\r\n\r\nThis PR fixes this by also touching `build.rs` besides `src/main.rs`.\r\n\r\nThis PR also updates Rust to v1.74.1 and some crates, including the\r\nlatest version of Alpine 3.19.\r\n\r\nFixes #4150","shortMessageHtmlLink":"Fix the version string (dani-garcia#4153)"}},{"before":"f863ffb89a0f2a0a682c67110af32c731b5b9fcb","after":"48836501bf348386d9bb1378fb56db33c19d3732","ref":"refs/heads/main","pushedAt":"2023-11-25T01:44:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Update crates (#4074)\n\n* Remove another header for websocket connections\r\n\r\n* Fix small bake issue\r\n\r\n* Update crates\r\n\r\nUpdated crates and adjusted code where needed.\r\nOne major update is Rocket rc4, no need anymore (again) for crates.io patching.\r\n\r\nThe only item still pending is openssl/openssl-sys for which we need to\r\nwait if https://github.com/sfackler/rust-openssl/pull/2094 will be\r\nmerged. If, then we can remove the pinned versions for the openssl crate.","shortMessageHtmlLink":"Update crates (dani-garcia#4074)"}},{"before":"03c6ed2e07a187bc70c8aa348546f25594cd38bd","after":"f863ffb89a0f2a0a682c67110af32c731b5b9fcb","ref":"refs/heads/main","pushedAt":"2023-11-13T12:17:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Add Protected Actions Check (#4067)\n\nSince the feature `Login with device` some actions done via the\r\nweb-vault need to be verified via an OTP instead of providing the MasterPassword.\r\n\r\nThis only happens if a user used the `Login with device` on a device\r\nwhich uses either Biometrics login or PIN. These actions prevent the\r\nathorizing device to send the MasterPasswordHash. When this happens, the\r\nweb-vault requests an OTP to be filled-in and this OTP is send to the\r\nusers email address which is the same as the email address to login.\r\n\r\nThe only way to bypass this is by logging in with the your password, in\r\nthose cases a password is requested instead of an OTP.\r\n\r\nIn case SMTP is not enabled, it will show an error message telling to\r\nuser to login using there password.\r\n\r\nFixes #4042","shortMessageHtmlLink":"Add Protected Actions Check (dani-garcia#4067)"}},{"before":"efc6eb0073d9740a3bf2dc99e8fe5afd50a2e4e3","after":"03c6ed2e07a187bc70c8aa348546f25594cd38bd","ref":"refs/heads/main","pushedAt":"2023-11-09T09:04:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Disable autofill-v2 (#4056)\n\nDisabled autofill-v2 as it seems to cause strange issues as reported\r\nhere: https://github.com/dani-garcia/vaultwarden/discussions/4052\r\n\r\nAlso added the Vaultwarden server version back again but at a different\r\nlocation.\r\n\r\nFixes #4052","shortMessageHtmlLink":"Disable autofill-v2 (dani-garcia#4056)"}},{"before":"cec1e87679cfd0e2f0bce9b7dc3256dbbd2effa8","after":"efc6eb0073d9740a3bf2dc99e8fe5afd50a2e4e3","ref":"refs/heads/main","pushedAt":"2023-11-08T06:04:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Fix missing alpine tag during buildx bake (#4043)\n\nThe bake recipt was missing the single `:alpine` tag for the alpine\r\nbuilds when we were releasing a `stable/latest` version of Vaultwarden.\r\n\r\nThis PR fixes this by checking for those conditions and add the\r\n`:alpine` tag too.\r\n\r\nWe will keep the `:latest-alpine` also, which i find even nicer then just\r\n`:alpine`\r\n\r\nFixes #4035","shortMessageHtmlLink":"Fix missing alpine tag during buildx bake (dani-garcia#4043)"}},{"before":"512b3b9b7cdea6ba369f708fcce583ee81dbccda","after":"cec1e87679cfd0e2f0bce9b7dc3256dbbd2effa8","ref":"refs/heads/main","pushedAt":"2023-11-06T09:06:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Fix importing Bitwarden exports (#4030)\n\nWhen importing Bitwarden JSON exports, these would fail because the last\r\nmodification date was also imported and caused our out-off-sync check to\r\nkick-in. This PR fixes this by checking if we are doing an import, and\r\nskip this check.\r\n\r\nFixes #4005","shortMessageHtmlLink":"Fix importing Bitwarden exports (dani-garcia#4030)"}},{"before":"93da5091e6e0c40b43ad75c4c85651835b0bac44","after":"512b3b9b7cdea6ba369f708fcce583ee81dbccda","ref":"refs/heads/main","pushedAt":"2023-11-05T22:37:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"ci: add trivy workflow (#3997)\n\n* ci: add trivy workflow\r\n\r\nto ensure critical and high vulnerabilties are detected quickly\r\n\r\n* push trivy-action to 0.13.1","shortMessageHtmlLink":"ci: add trivy workflow (dani-garcia#3997)"}},{"before":"ecb31c85d68202f9d215c8ce12939158fb858af9","after":"93da5091e6e0c40b43ad75c4c85651835b0bac44","ref":"refs/heads/main","pushedAt":"2023-11-04T12:12:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"feat: Working passkeys storage (#4025)","shortMessageHtmlLink":"feat: Working passkeys storage (dani-garcia#4025)"}},{"before":"6eaf1319227158df7724d25f53bf03f7c1a52bc1","after":"ecb31c85d68202f9d215c8ce12939158fb858af9","ref":"refs/heads/main","pushedAt":"2023-10-24T10:36:57.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Fix issue with MariaDB/MySQL migrations (#3994)\n\nMariaDB/MySQL doesn't like the normal `\"` quotes around the column name.\r\nThis needs to be a backtick **`**.\r\n\r\nThis PR changes the migration script to fix this issue.\r\n\r\nFixes #3993","shortMessageHtmlLink":"Fix issue with MariaDB/MySQL migrations (dani-garcia#3994)"}},{"before":"008a2cf298a5c367568957c9290fd88bee9b44af","after":"6eaf1319227158df7724d25f53bf03f7c1a52bc1","ref":"refs/heads/main","pushedAt":"2023-10-22T07:53:22.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"2FA Confirmation Code Email subject line change to fix triggering Google spam blocker (#3572)\n\n* Update twofactor_email.hbs subject line to avoid triggering gmail content filter\r\n\r\nPrevious subject line was triggering Google's spam blocker, breaking the 2FA setup process if a gmail SMTP server is configured. The new subject line does not (currently) run afoul of Google's filter.\r\n\r\n* Update twofactor_email.html.hbs subject line to avoid triggering gmail content filter\r\n\r\nPrevious subject line was triggering Google's spam blocker, breaking the 2FA setup process if a gmail SMTP server is configured. The new subject line does not (currently) run afoul of Google's filter.\r\n\r\n* Update twofactor_email.hbs\r\n\r\nChanged \"Confirmation\" to \"Verification\" for the sake of internal consistency\r\n\r\n* Update twofactor_email.hbs\r\n\r\n* Update twofactor_email.html.hbs","shortMessageHtmlLink":"2FA Confirmation Code Email subject line change to fix triggering Goo…"}},{"before":"bc26bfa589c007da9b9be37e1172060f38a948b9","after":"008a2cf298a5c367568957c9290fd88bee9b44af","ref":"refs/heads/main","pushedAt":"2023-10-08T19:51:34.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3859 from stefan0xC/prevent-handlebar-logs\n\nfilter handlebars logs","shortMessageHtmlLink":"Merge pull request dani-garcia#3859 from stefan0xC/prevent-handlebar-…"}},{"before":"bbd630f1ee8f1f223a075a7d4b424e16cd10e6d9","after":"bc26bfa589c007da9b9be37e1172060f38a948b9","ref":"refs/heads/main","pushedAt":"2023-09-23T04:51:02.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3911 from BlackDex/fix-arm-build\n\nFix arm builds","shortMessageHtmlLink":"Merge pull request dani-garcia#3911 from BlackDex/fix-arm-build"}},{"before":"d3a1d875d582534c14422a214d9ee9d340973dc9","after":"bbd630f1ee8f1f223a075a7d4b424e16cd10e6d9","ref":"refs/heads/main","pushedAt":"2023-09-03T03:13:33.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3831 from BlackDex/fix-3819\n\nFix Login With Device without MasterPassword","shortMessageHtmlLink":"Merge pull request dani-garcia#3831 from BlackDex/fix-3819"}},{"before":"5ab7010c37c6db61d12d10efc8ad38c7266eb920","after":"d3a1d875d582534c14422a214d9ee9d340973dc9","ref":"refs/heads/main","pushedAt":"2023-09-02T09:21:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3821 from stefan0xC/update-to-v2023.8.2\n\nupdate web-vault to v2023.8.2","shortMessageHtmlLink":"Merge pull request dani-garcia#3821 from stefan0xC/update-to-v2023.8.2"}},{"before":"66bff73ebf5a8e7dd024b932a9ccbc0b3197865a","after":"5ab7010c37c6db61d12d10efc8ad38c7266eb920","ref":"refs/heads/main","pushedAt":"2023-09-01T05:48:00.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Fix reference to rust-toolchain.toml in Docker","shortMessageHtmlLink":"Fix reference to rust-toolchain.toml in Docker"}},{"before":"3d2df6ce114366786d08bc21f52388753ab4991f","after":"66bff73ebf5a8e7dd024b932a9ccbc0b3197865a","ref":"refs/heads/main","pushedAt":"2023-08-31T20:35:45.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3730 from BlackDex/update-admin-interface\n\nUpdate admin interface","shortMessageHtmlLink":"Merge pull request dani-garcia#3730 from BlackDex/update-admin-interface"}},{"before":"e9ec3741ae808598cdd3272c85c648af748f5ef6","after":"3d2df6ce114366786d08bc21f52388753ab4991f","ref":"refs/heads/main","pushedAt":"2023-08-14T00:55:32.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3751 from BlackDex/optimize-icon-fetching\n\nOptimized Favicon downloading","shortMessageHtmlLink":"Merge pull request dani-garcia#3751 from BlackDex/optimize-icon-fetching"}},{"before":"3dbfc484a54c41d1759646444b439da06445060b","after":"e9ec3741ae808598cdd3272c85c648af748f5ef6","ref":"refs/heads/main","pushedAt":"2023-08-12T23:36:59.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3573 from BlackDex/update-base-images-and-versions\n\nUpdate images to Bookworm and PQ15 and Rust v1.71","shortMessageHtmlLink":"Merge pull request dani-garcia#3573 from BlackDex/update-base-images-…"}},{"before":"ab65d7989b0a51c72412b5023d8ca71daade0a1f","after":"3dbfc484a54c41d1759646444b439da06445060b","ref":"refs/heads/main","pushedAt":"2023-07-18T00:51:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3704 from BlackDex/remove-debug-code\n\nRemove debug code during attachment download","shortMessageHtmlLink":"Merge pull request dani-garcia#3704 from BlackDex/remove-debug-code"}},{"before":"61f90818273190c3c4211e15f153cb4d7a34a78e","after":"ab65d7989b0a51c72412b5023d8ca71daade0a1f","ref":"refs/heads/main","pushedAt":"2023-07-15T00:48:38.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3690 from BlackDex/fix-issue-3685\n\nFix some external_id issues","shortMessageHtmlLink":"Merge pull request dani-garcia#3690 from BlackDex/fix-issue-3685"}},{"before":"1c7338c7c4c7cb5b59f9cc710f0667e21346cfbf","after":"61f90818273190c3c4211e15f153cb4d7a34a78e","ref":"refs/heads/main","pushedAt":"2023-07-11T00:12:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3678 from BlackDex/fix-org-api-creation-postgres\n\nFix Org API Key generation on PosgreSQL","shortMessageHtmlLink":"Merge pull request dani-garcia#3678 from BlackDex/fix-org-api-creatio…"}},{"before":"4826ddca4c69356ce9e88c59cb5c424d7c9d5ca3","after":"1c7338c7c4c7cb5b59f9cc710f0667e21346cfbf","ref":"refs/heads/main","pushedAt":"2023-07-06T12:19:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3659 from BlackDex/fix-org-creation\n\nFix org creation regresion","shortMessageHtmlLink":"Merge pull request dani-garcia#3659 from BlackDex/fix-org-creation"}},{"before":"a6cfdddfd8c2711fce850ea8e9038ad0a62f83a3","after":"4826ddca4c69356ce9e88c59cb5c424d7c9d5ca3","ref":"refs/heads/main","pushedAt":"2023-07-06T08:56:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3651 from tessus/fix/branch-on-HEAD\n\nfix version when compiled at a specific commit","shortMessageHtmlLink":"Merge pull request dani-garcia#3651 from tessus/fix/branch-on-HEAD"}},{"before":"19e671ff25bffa47424b5af44264c2c74c2cc84b","after":"a6cfdddfd8c2711fce850ea8e9038ad0a62f83a3","ref":"refs/heads/main","pushedAt":"2023-07-05T04:29:43.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3649 from BlackDex/update-crates\n\nUpdate crates and small clippy fix","shortMessageHtmlLink":"Merge pull request dani-garcia#3649 from BlackDex/update-crates"}},{"before":"e7f083dee9743bfe4937f5c8149fa9d8383edb96","after":"19e671ff25bffa47424b5af44264c2c74c2cc84b","ref":"refs/heads/main","pushedAt":"2023-07-03T22:11:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Fix dataurl parse panic when icon is malformed","shortMessageHtmlLink":"Fix dataurl parse panic when icon is malformed"}},{"before":"550794b127380c6cde7d601dff51e9adb060d8a8","after":"e7f083dee9743bfe4937f5c8149fa9d8383edb96","ref":"refs/heads/main","pushedAt":"2023-06-22T23:49:12.880Z","pushType":"push","commitsCount":4,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3593 from GeekCornerGH/feature/store-passkeys-in-the-vault\n\nfeat: Support for storing passkeys in the vault","shortMessageHtmlLink":"Merge pull request dani-garcia#3593 from GeekCornerGH/feature/store-p…"}},{"before":"2aedff50e89fd6a9aa6d0761eb6b13885a365f4d","after":"550794b127380c6cde7d601dff51e9adb060d8a8","ref":"refs/heads/main","pushedAt":"2023-06-22T14:42:58.767Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Merge pull request #3606 from farodin91/add-group-import-on-invite\n\nAdd group import on invite","shortMessageHtmlLink":"Merge pull request dani-garcia#3606 from farodin91/add-group-import-o…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0yNVQwNDo0ODoyOC4wMDAwMDBazwAAAAPRfZiP","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0yNVQwNDo0ODoyOC4wMDAwMDBazwAAAAPRfZiP","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNi0yMlQxNDo0Mjo1OC43Njc2MzhazwAAAANG-w-g"}},"title":"Activity · Jieoz/vaultwarden"}