{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":11894308,"defaultBranch":"master","name":"seafile-client","ownerLogin":"haiwen","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-08-05T09:08:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1948782?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726032893.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"92502857e67bde4e7a19497f7f2f16649622022f","ref":"refs/heads/sso_button","pushedAt":"2024-09-11T05:34:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rumtid","name":"rumtid","path":"/rumtid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3798047?s=80&v=4"},"commit":{"message":"Add SSO button to the login dialog","shortMessageHtmlLink":"Add SSO button to the login dialog"}},{"before":null,"after":"3bfd3c61656ada6227434075139a0a4405448836","ref":"refs/heads/retry_list_repos","pushedAt":"2024-09-09T07:46:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rumtid","name":"rumtid","path":"/rumtid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3798047?s=80&v=4"},"commit":{"message":"Retry list repos request when failed","shortMessageHtmlLink":"Retry list repos request when failed"}},{"before":null,"after":"e9aa5d3d9aca3c24a547575a66cd1f281606ecac","ref":"refs/heads/api_timeout","pushedAt":"2024-09-03T02:59:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rumtid","name":"rumtid","path":"/rumtid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3798047?s=80&v=4"},"commit":{"message":"Set default timeout for api requests","shortMessageHtmlLink":"Set default timeout for api requests"}},{"before":null,"after":"7b1b52f578f5b66fd404dfad689cfbc22240e9c2","ref":"refs/heads/fix_dark_styles","pushedAt":"2024-08-15T10:18:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rumtid","name":"rumtid","path":"/rumtid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3798047?s=80&v=4"},"commit":{"message":"Fix color styles in dark mode","shortMessageHtmlLink":"Fix color styles in dark mode"}},{"before":"8f3d697348ac3443d89f10b2bc224ba183d05089","after":null,"ref":"refs/heads/open_file","pushedAt":"2024-08-14T10:01:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"}},{"before":"4fff7eb83cbe5a1d3a3ed4a03afc66a32b208d75","after":"e9a339a7bafd5322926fc65a0136396d67c9062d","ref":"refs/heads/master","pushedAt":"2024-08-14T10:01:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"},"commit":{"message":"Unset LD_LIBRARY_PATH before open file (#1560)\n\nCo-authored-by: yangheran ","shortMessageHtmlLink":"Unset LD_LIBRARY_PATH before open file (#1560)"}},{"before":null,"after":"8f3d697348ac3443d89f10b2bc224ba183d05089","ref":"refs/heads/open_file","pushedAt":"2024-08-14T09:27:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"feiniks","name":null,"path":"/feiniks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36756310?s=80&v=4"},"commit":{"message":"Unset LD_LIBRARY_PATH before open file","shortMessageHtmlLink":"Unset LD_LIBRARY_PATH before open file"}},{"before":null,"after":"0837441b52da8136f5f6cd5f12be603598e3bdf4","ref":"refs/heads/fix_migration_error","pushedAt":"2024-08-14T08:31:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rumtid","name":"rumtid","path":"/rumtid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3798047?s=80&v=4"},"commit":{"message":"Fix the migration error in data cache","shortMessageHtmlLink":"Fix the migration error in data cache"}},{"before":null,"after":"892fb74a1021326adcf72845b2b949ee83dd0dcb","ref":"refs/heads/unsync_repo","pushedAt":"2024-08-13T03:10:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"feiniks","name":null,"path":"/feiniks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36756310?s=80&v=4"},"commit":{"message":"Unsync repo that don't have permissions","shortMessageHtmlLink":"Unsync repo that don't have permissions"}},{"before":"1353f06181bd2c88ce7ef7367a2587d321b6f03b","after":null,"ref":"refs/tags/v9.0.8","pushedAt":"2024-08-09T03:27:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rumtid","name":"rumtid","path":"/rumtid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3798047?s=80&v=4"}},{"before":"a3ae586cc2a682112e7c4385487bd361cf1a870b","after":null,"ref":"refs/heads/fix_url","pushedAt":"2024-08-09T03:26:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"}},{"before":"1353f06181bd2c88ce7ef7367a2587d321b6f03b","after":"4fff7eb83cbe5a1d3a3ed4a03afc66a32b208d75","ref":"refs/heads/master","pushedAt":"2024-08-09T03:26:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"},"commit":{"message":"openUrl add return value (#1556)\n\nCo-authored-by: yangheran ","shortMessageHtmlLink":"openUrl add return value (#1556)"}},{"before":null,"after":"a3ae586cc2a682112e7c4385487bd361cf1a870b","ref":"refs/heads/fix_url","pushedAt":"2024-08-09T03:11:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"feiniks","name":null,"path":"/feiniks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36756310?s=80&v=4"},"commit":{"message":"openUrl add return value","shortMessageHtmlLink":"openUrl add return value"}},{"before":"f77dfd34dad1d8282e08d859d258dad1a4bfae86","after":"1353f06181bd2c88ce7ef7367a2587d321b6f03b","ref":"refs/heads/master","pushedAt":"2024-08-09T02:42:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rumtid","name":"rumtid","path":"/rumtid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3798047?s=80&v=4"},"commit":{"message":"Update version to 9.0.8","shortMessageHtmlLink":"Update version to 9.0.8"}},{"before":"43b68284ba8c3cae8a5d9e5e6b0531a2a912e051","after":null,"ref":"refs/heads/open_url","pushedAt":"2024-08-07T10:08:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"}},{"before":"1133609a0203affb1faae798872ab64c73cd0bbf","after":"f77dfd34dad1d8282e08d859d258dad1a4bfae86","ref":"refs/heads/master","pushedAt":"2024-08-07T10:08:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"},"commit":{"message":"Unset LD_LIBRARY_PATH before openUrl (#1555)\n\n* Unset LD_LIBRARY_PATH before openUrl\r\n\r\n* Modify comment\r\n\r\n---------\r\n\r\nCo-authored-by: yangheran ","shortMessageHtmlLink":"Unset LD_LIBRARY_PATH before openUrl (#1555)"}},{"before":"7b06b42c2f6b5eb482b4006125345d728dd8cbd6","after":"43b68284ba8c3cae8a5d9e5e6b0531a2a912e051","ref":"refs/heads/open_url","pushedAt":"2024-08-07T10:06:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"feiniks","name":null,"path":"/feiniks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36756310?s=80&v=4"},"commit":{"message":"Modify comment","shortMessageHtmlLink":"Modify comment"}},{"before":null,"after":"7b06b42c2f6b5eb482b4006125345d728dd8cbd6","ref":"refs/heads/open_url","pushedAt":"2024-08-02T07:52:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"feiniks","name":null,"path":"/feiniks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36756310?s=80&v=4"},"commit":{"message":"Unset LD_LIBRARY_PATH before openUrl","shortMessageHtmlLink":"Unset LD_LIBRARY_PATH before openUrl"}},{"before":"1ab39a4caf974d03e6fdce192030ee59347bf3d9","after":"1133609a0203affb1faae798872ab64c73cd0bbf","ref":"refs/heads/master","pushedAt":"2024-07-15T06:24:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rumtid","name":"rumtid","path":"/rumtid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3798047?s=80&v=4"},"commit":{"message":"Update version to 9.0.7","shortMessageHtmlLink":"Update version to 9.0.7"}},{"before":"2bf070197117ef78e617b4491f6e1ff66fba8f7c","after":null,"ref":"refs/heads/i18n","pushedAt":"2024-07-15T06:10:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"}},{"before":"5fd368cce7ee077684b46f3f0d717b35b05fdcf9","after":"1ab39a4caf974d03e6fdce192030ee59347bf3d9","ref":"refs/heads/master","pushedAt":"2024-07-15T06:10:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"},"commit":{"message":"Update i18n (#1550)","shortMessageHtmlLink":"Update i18n (#1550)"}},{"before":null,"after":"2bf070197117ef78e617b4491f6e1ff66fba8f7c","ref":"refs/heads/i18n","pushedAt":"2024-07-15T05:48:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rumtid","name":"rumtid","path":"/rumtid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3798047?s=80&v=4"},"commit":{"message":"Update i18n","shortMessageHtmlLink":"Update i18n"}},{"before":"737a79a6538789fa619f3342a4b98dec826c1c43","after":null,"ref":"refs/heads/fix_move","pushedAt":"2024-07-11T03:48:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"}},{"before":"d4b3454fef11cffbf228ffe5d0a403ede231ca6e","after":"5fd368cce7ee077684b46f3f0d717b35b05fdcf9","ref":"refs/heads/master","pushedAt":"2024-07-11T03:48:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"},"commit":{"message":"init copy_move_in_progress_ (#1549)\n\nCo-authored-by: yangheran ","shortMessageHtmlLink":"init copy_move_in_progress_ (#1549)"}},{"before":null,"after":"737a79a6538789fa619f3342a4b98dec826c1c43","ref":"refs/heads/fix_move","pushedAt":"2024-07-10T08:52:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"feiniks","name":null,"path":"/feiniks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36756310?s=80&v=4"},"commit":{"message":"init copy_move_in_progress_","shortMessageHtmlLink":"init copy_move_in_progress_"}},{"before":"bd95febfcf52f268b7f1a439b2368561ba2dee0d","after":null,"ref":"refs/heads/fix_typo","pushedAt":"2024-07-04T02:34:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"}},{"before":"3ed51cbd467bea84b00af6831dd542e2ab995c70","after":"d4b3454fef11cffbf228ffe5d0a403ede231ca6e","ref":"refs/heads/master","pushedAt":"2024-07-04T02:34:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"},"commit":{"message":"Fix typos (#1548)","shortMessageHtmlLink":"Fix typos (#1548)"}},{"before":null,"after":"bd95febfcf52f268b7f1a439b2368561ba2dee0d","ref":"refs/heads/fix_typo","pushedAt":"2024-07-03T09:47:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rumtid","name":"rumtid","path":"/rumtid","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3798047?s=80&v=4"},"commit":{"message":"Fix typos","shortMessageHtmlLink":"Fix typos"}},{"before":"cebc1a93fec5bb3640fcfc00ec06a6277cfe6d4a","after":null,"ref":"refs/heads/sync_errors","pushedAt":"2024-07-03T08:51:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"}},{"before":"3444776952acba3e9d89dd086d2cdf1b4271b1fd","after":"3ed51cbd467bea84b00af6831dd542e2ab995c70","ref":"refs/heads/master","pushedAt":"2024-07-03T08:51:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"killing","name":"Jiaqiang Xu","path":"/killing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/109284?s=80&v=4"},"commit":{"message":"Polish several error messages (#1545)\n\nCo-authored-by: yangheran ","shortMessageHtmlLink":"Polish several error messages (#1545)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQwNTozNDo1My4wMDAwMDBazwAAAASyyx7Q","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQwNTozNDo1My4wMDAwMDBazwAAAASyyx7Q","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0wM1QwODo1MTowMi4wMDAwMDBazwAAAAR1ps9Q"}},"title":"Activity ยท haiwen/seafile-client"}