Anna Sirota AnnaSirota
  • Joined on 2011-08-23
Anna Sirota pushed to production at infrastructure/blender-id 2024-05-31 19:02:35 +02:00
fa36b392cd User-modified: clean handling of avatar changes
Anna Sirota pushed to main at infrastructure/blender-id 2024-05-31 19:02:26 +02:00
fa36b392cd User-modified: clean handling of avatar changes
Anna Sirota pushed to production at infrastructure/extensions-website 2024-05-31 17:12:38 +02:00
9dec441f02 Blender ID: update username and avatar using webhook payload
9cf73c0a7f Blender ID: unsubscribe from notifications when account is deleted
Compare 2 commits »
Anna Sirota pushed to main at infrastructure/extensions-website 2024-05-31 17:10:09 +02:00
9dec441f02 Blender ID: update username and avatar using webhook payload
9cf73c0a7f Blender ID: unsubscribe from notifications when account is deleted
Compare 2 commits »
Anna Sirota pushed to production at infrastructure/blender-id 2024-05-31 16:05:08 +02:00
71562a7187 API: add avatar_url into user info response
50aff05d8d Webhook user-modified: send avatar_url
3cacab43bf Update pre-commit deps
2c9b603369 Tests: add tblib to run with --parallel
Compare 4 commits »
Anna Sirota pushed tag 20240531-140234 to infrastructure/blender-id 2024-05-31 16:02:37 +02:00
Anna Sirota pushed to main at infrastructure/blender-id 2024-05-31 16:02:26 +02:00
71562a7187 API: add avatar_url into user info response
50aff05d8d Webhook user-modified: send avatar_url
3cacab43bf Update pre-commit deps
2c9b603369 Tests: add tblib to run with --parallel
Compare 4 commits »
Anna Sirota pushed to production at infrastructure/extensions-website 2024-05-31 13:04:16 +02:00
68c2de82a7 Blender ID webhook: skip early when no OAuth ID record found
2c1ab285f1 Admin: display icon/featured image/version relations of files
Compare 2 commits »
Anna Sirota pushed to main at infrastructure/extensions-website 2024-05-31 13:02:09 +02:00
68c2de82a7 Blender ID webhook: skip early when no OAuth ID record found
2c1ab285f1 Admin: display icon/featured image/version relations of files
Compare 2 commits »
Anna Sirota pushed to production at studio/blender-studio 2024-05-31 12:42:27 +02:00
26c71f11a4 Test: fix flaky subscription checks
da6632484f Background tasks: switch to our fork
e3c748968a Background tasks: lower MAX_ATTEMPTS
Compare 3 commits »
Anna Sirota pushed tag 20240531-104217 to studio/blender-studio 2024-05-31 12:42:20 +02:00
Anna Sirota pushed to main at studio/blender-studio 2024-05-31 12:42:15 +02:00
26c71f11a4 Test: fix flaky subscription checks
da6632484f Background tasks: switch to our fork
e3c748968a Background tasks: lower MAX_ATTEMPTS
Compare 3 commits »
Anna Sirota pushed to production at studio/blender-studio 2024-05-30 21:03:15 +02:00
06495c3310 Account deletion: delete OAuth info when anonymizing too
3106357685 Fix acccount deletion: don't skip deactivated
0539d08a3e Tests: update because of changed styles
4393b2bd0f Tests: fix duplicate key value violates unique constraint "auth_user_pkey"
3d0799f24b Blender ID webhook: skip early when no OAuth ID record found
Compare 7 commits »
Anna Sirota pushed tag 20240530-190227 to studio/blender-studio 2024-05-30 21:02:30 +02:00
Anna Sirota pushed to main at studio/blender-studio 2024-05-30 21:02:16 +02:00
06495c3310 Account deletion: delete OAuth info when anonymizing too
3106357685 Fix acccount deletion: don't skip deactivated
0539d08a3e Tests: update because of changed styles
4393b2bd0f Tests: fix duplicate key value violates unique constraint "auth_user_pkey"
3d0799f24b Blender ID webhook: skip early when no OAuth ID record found
Compare 6 commits »
Anna Sirota commented on issue infrastructure/extensions-website#59 2024-05-30 13:19:51 +02:00
Extensions Website publicly showing Blender ID Full Name, NOT Username

It definitely doesn't change anything concerning privacy because Blender ID registration on its own doesn't assume that full name is anybody's real name.

There are exceptions to this lack…

Anna Sirota pushed to production at infrastructure/extensions-website 2024-05-30 13:08:44 +02:00
9eb44c05cc Account: show Blender ID username instead of full name everywhere (closes #59)
Anna Sirota pushed to main at infrastructure/extensions-website 2024-05-30 13:00:39 +02:00
9eb44c05cc Account: show Blender ID username instead of full name everywhere (closes #59)
Anna Sirota closed issue infrastructure/extensions-website#59 2024-05-30 13:00:39 +02:00
Extensions Website publicly showing Blender ID Full Name, NOT Username
Anna Sirota commented on issue infrastructure/extensions-website#59 2024-05-30 12:58:45 +02:00
Extensions Website publicly showing Blender ID Full Name, NOT Username

I think it's reasonable for Extensions Platform to display Blender ID username instead of full name, given that full name is indeed used in Blender Studio and DevFund billing details.

Other…