Anna Sirota AnnaSirota
  • Joined on 2011-08-23
Anna Sirota pushed to allowed-preview-format at infrastructure/extensions-website 2024-04-04 14:50:33 +02:00
a89b985196 Previews: allow JPEG, PNG, WebP and MP4
Anna Sirota created branch allowed-preview-format in infrastructure/extensions-website 2024-04-04 14:50:33 +02:00
Anna Sirota pushed to main at infrastructure/extensions-website 2024-04-04 14:49:48 +02:00
75e200607d PEP: fix long lines
2efdcaf187 PEP: flake8 no longer supports inline comments in setup.cfg
Compare 2 commits »
Anna Sirota commented on issue infrastructure/extensions-website#57 2024-04-04 12:19:35 +02:00
Do not allow GIF previews

While looking into this noticed that TIFFs are allowed as well, so will assume for now that we only want to allow JPG and PNG for images, and MP4 for videos.

Anna Sirota pushed to main at infrastructure/extensions-website 2024-04-04 11:32:56 +02:00
47f28147d9 Docs: update notes on Blender ID webhook
Anna Sirota pushed to main at infrastructure/extensions-website 2024-04-04 11:19:36 +02:00
50615e164b Docs, Blender ID: use fixture for dev OAuth app and webhook
Anna Sirota pushed to main at infrastructure/blender-id 2024-04-04 11:14:36 +02:00
712246c83e Fixtures: add Extensions devserver and webhook
d804294127 Docs: media dir doesn't have to be created manually
Compare 2 commits »
Anna Sirota opened issue infrastructure/extensions-website#67 2024-04-04 10:20:42 +02:00
Configure Blender ID webhook
Anna Sirota pushed to production at infrastructure/extensions-website 2024-04-04 09:30:41 +02:00
c6f34304e2 Dependencies: upgrade to Django 4.2
Anna Sirota pushed tag 20240404-073026 to infrastructure/extensions-website 2024-04-04 09:30:28 +02:00
Anna Sirota pushed to main at infrastructure/extensions-website 2024-04-04 09:29:53 +02:00
c6f34304e2 Dependencies: upgrade to Django 4.2
Anna Sirota closed issue infrastructure/extensions-website#56 2024-04-04 09:13:51 +02:00
No template errors/403_csrf/html
Anna Sirota commented on issue infrastructure/extensions-website#56 2024-04-04 09:13:51 +02:00
No template errors/403_csrf/html

We probably don't need a custom template for CSRF errors, yes. Removed this override in 8ab3b4af05be56e02c0e13834831265994388308 .

Anna Sirota pushed to production at infrastructure/extensions-website 2024-04-04 08:54:22 +02:00
8ab3b4af05 Fix TemplateDoesNotExist that happens during handling of CSRF
5da42fedb8 Fix "Cannot record change" error that happens when a new user logs in
Compare 2 commits »
Anna Sirota pushed tag 20240404-065215 to infrastructure/extensions-website 2024-04-04 08:54:03 +02:00
Anna Sirota pushed to main at infrastructure/extensions-website 2024-04-04 08:51:21 +02:00
8ab3b4af05 Fix TemplateDoesNotExist that happens during handling of CSRF
5da42fedb8 Fix "Cannot record change" error that happens when a new user logs in
Compare 2 commits »
Anna Sirota pushed tag 20240402-155921 to infrastructure/extensions-website 2024-04-02 18:02:07 +02:00
Anna Sirota pushed to production at infrastructure/extensions-website 2024-04-02 18:02:00 +02:00
0636cf70e9 Dependencies: fix unintended migrations in blender_id_oauth_client and background_tasks
Anna Sirota pushed to main at infrastructure/extensions-website 2024-04-02 17:41:00 +02:00
0636cf70e9 Dependencies: fix unintended migrations in blender_id_oauth_client and background_tasks
Anna Sirota pushed to main at infrastructure/django-background-tasks 2024-04-02 17:16:45 +02:00
2e60c4ec2f Set default_auto_field on app level