{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":20060949,"defaultBranch":"master","name":"acl","ownerLogin":"cakephp","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-05-22T12:58:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/23666?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711990790.0","currentOid":""},"activityList":{"items":[{"before":"1df9f6beffba60b0e0b82fafa351ea7e25cefe79","after":"527bee49285cb6ea84201b903054d292131c3269","ref":"refs/heads/master","pushedAt":"2024-04-01T16:58:29.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"markstory","name":"Mark Story","path":"/markstory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24086?s=80&v=4"},"commit":{"message":"Merge pull request #187 from 1DL/master\n\nUpdate DbAcl.php - Changed objects from private to protected","shortMessageHtmlLink":"Merge pull request #187 from 1DL/master"}},{"before":"d57ec39ee9ac74e9ad5fd0cb5c0c291198ff8303","after":null,"ref":"refs/heads/eol","pushedAt":"2023-10-03T15:14:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"markstory","name":"Mark Story","path":"/markstory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24086?s=80&v=4"}},{"before":"7fb3b772126c5c8a95bb8ff062aae7417588c916","after":"1df9f6beffba60b0e0b82fafa351ea7e25cefe79","ref":"refs/heads/master","pushedAt":"2023-10-03T15:14:28.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"markstory","name":"Mark Story","path":"/markstory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24086?s=80&v=4"},"commit":{"message":"Merge pull request #184 from cakephp/eol\n\nadd notice about EOL","shortMessageHtmlLink":"Merge pull request #184 from cakephp/eol"}},{"before":"a990a4c6588731cc2e278a64efad2f38554fee03","after":"d57ec39ee9ac74e9ad5fd0cb5c0c291198ff8303","ref":"refs/heads/eol","pushedAt":"2023-10-03T01:52:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LordSimal","name":"Kevin Pfeifer","path":"/LordSimal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9105243?s=80&v=4"},"commit":{"message":"adjust Readme\n\nCo-authored-by: othercorey ","shortMessageHtmlLink":"adjust Readme"}},{"before":null,"after":"a990a4c6588731cc2e278a64efad2f38554fee03","ref":"refs/heads/eol","pushedAt":"2023-10-03T01:43:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"LordSimal","name":"Kevin Pfeifer","path":"/LordSimal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9105243?s=80&v=4"},"commit":{"message":"add notice about EOL","shortMessageHtmlLink":"add notice about EOL"}},{"before":"2b7937ae85b2952439a26b24e2557eb72256e287","after":"7fb3b772126c5c8a95bb8ff062aae7417588c916","ref":"refs/heads/master","pushedAt":"2023-09-01T20:53:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"markstory","name":"Mark Story","path":"/markstory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24086?s=80&v=4"},"commit":{"message":"Declare class properties for php 8.2 (#182)","shortMessageHtmlLink":"Declare class properties for php 8.2 (#182)"}},{"before":"f90fff8f7dbf357fb18819c44e5133c62df13bf4","after":null,"ref":"refs/heads/fix-phpcs","pushedAt":"2023-08-31T14:50:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"markstory","name":"Mark Story","path":"/markstory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24086?s=80&v=4"}},{"before":"4316f620e892736a47d9279d8af5f6111faed740","after":"2b7937ae85b2952439a26b24e2557eb72256e287","ref":"refs/heads/master","pushedAt":"2023-08-31T14:50:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"markstory","name":"Mark Story","path":"/markstory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24086?s=80&v=4"},"commit":{"message":"Fix phpcs (#181)\n\n* Allow composer scripts\r\n\r\n* Apply present day phpcs rules.","shortMessageHtmlLink":"Fix phpcs (#181)"}},{"before":null,"after":"f90fff8f7dbf357fb18819c44e5133c62df13bf4","ref":"refs/heads/fix-phpcs","pushedAt":"2023-08-30T21:07:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"markstory","name":"Mark Story","path":"/markstory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24086?s=80&v=4"},"commit":{"message":"Apply present day phpcs rules.","shortMessageHtmlLink":"Apply present day phpcs rules."}},{"before":"c72edaed0a55ed618fc70cbc56684fff670e5a8e","after":"4316f620e892736a47d9279d8af5f6111faed740","ref":"refs/heads/master","pushedAt":"2023-08-30T21:05:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"markstory","name":"Mark Story","path":"/markstory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24086?s=80&v=4"},"commit":{"message":" Use 'Acl.' as plugin prefix and pluralized class name in ACL behavior (#180)\n\n* fix deprecation warning in PermissionsTable o work with CakePHP 4.3.x\r\n\r\n* updated composer.json\r\n\r\n* fix deprecation warnings\r\n\r\n* Use pluralized class name to get expected table\r\nhasMany associations should always use the pluralized association name: https://book.cakephp.org/4/en/orm/associations.html#hasmany-associations\r\n\r\n* Replace App::className() with hardcoded 'Acl.'\r\nThis resolves an issue where the Acl Plugin itself used autogenerated Cake\\ORM\\Table instead of Acl\\Model\\Table\\\r\n\r\n* Use suffix parameter instead of string concatenation\r\n\r\n* Pluralize all types to get the original Table and not any generic ORM/Table objects\r\n\r\n* Update composer.json\r\n\r\n* Change back composer.json\r\n\r\n---------\r\n\r\nCo-authored-by: m4ximum \r\nCo-authored-by: dietmar jenderny ","shortMessageHtmlLink":" Use 'Acl.' as plugin prefix and pluralized class name in ACL behavior ("}},{"before":"b6978d9ca9b1a52cb40902382f7b7ec977585075","after":"c72edaed0a55ed618fc70cbc56684fff670e5a8e","ref":"refs/heads/master","pushedAt":"2023-04-23T23:29:36.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"markstory","name":"Mark Story","path":"/markstory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24086?s=80&v=4"},"commit":{"message":"Merge pull request #179 from Mark-Lister/master\n\nFix PHP 8.2 dynamic properties deprecation notices","shortMessageHtmlLink":"Merge pull request #179 from Mark-Lister/master"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEJKwExwA","startCursor":null,"endCursor":null}},"title":"Activity ยท cakephp/acl"}