zou 0.19.58__py3-none-any.whl → 0.19.59__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
zou/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.19.58"
1
+ __version__ = "0.19.59"
zou/app/utils/saml.py CHANGED
@@ -15,8 +15,9 @@ def saml_client_for(metadata_url):
15
15
  Given the name of an IdP, return a configuation.
16
16
  The configuration is a hash for use by saml2.config.Config
17
17
  """
18
- acs_url = f"http://{config.DOMAIN_NAME}/api/auth/saml/sso"
19
- https_acs_url = f"https://{config.DOMAIN_NAME}/api/auth/saml/sso"
18
+ acs_url = (
19
+ f"{config.DOMAIN_PROTOCOL}://{config.DOMAIN_NAME}/api/auth/saml/sso"
20
+ )
20
21
 
21
22
  rv = requests.get(metadata_url)
22
23
 
@@ -29,8 +30,6 @@ def saml_client_for(metadata_url):
29
30
  "assertion_consumer_service": [
30
31
  (acs_url, BINDING_HTTP_REDIRECT),
31
32
  (acs_url, BINDING_HTTP_POST),
32
- (https_acs_url, BINDING_HTTP_REDIRECT),
33
- (https_acs_url, BINDING_HTTP_POST),
34
33
  ],
35
34
  },
36
35
  # Don't verify that the incoming requests originate from us via
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zou
3
- Version: 0.19.58
3
+ Version: 0.19.59
4
4
  Summary: API to store and manage the data of your animation production
5
5
  Home-page: https://zou.cg-wire.com
6
6
  Author: CG Wire
@@ -1,4 +1,4 @@
1
- zou/__init__.py,sha256=jW9ZGh5Op9utKMQzRf38ogtGfjS5IWX7r0EtOXzcwd0,24
1
+ zou/__init__.py,sha256=b97E6Hah3oQTkm2ZoT-WNuYCM9G9zqcTmV2ptqPmHPc,24
2
2
  zou/cli.py,sha256=DHHf4mz33Bi0gGFJ0GdRUpjrMrMSQYyVubJFppHPZlU,18914
3
3
  zou/debug.py,sha256=1fawPbkD4wn0Y9Gk0BiBFSa-CQe5agFi8R9uJYl2Uyk,520
4
4
  zou/event_stream.py,sha256=_tue9Ry3aqCniZpKGhWJaY1Eo_fd6zOAfnzPvh_mJzU,8489
@@ -242,7 +242,7 @@ zou/app/utils/monitoring.py,sha256=xOwyfM-7ZKWNtOxmX2WB1fOav5NpY6k8Tmuhli0nMBs,2
242
242
  zou/app/utils/permissions.py,sha256=Oq91C_lN6aGVCtCVUqQhijMQEjXOiMezbngpjybzzQk,3426
243
243
  zou/app/utils/query.py,sha256=q8ETGPAqnz0Pt9xWoQt5o7FFAVYUKVCJiWpwefIr-iU,4592
244
244
  zou/app/utils/remote_job.py,sha256=QPxcCWEv-NM1Q4IQawAyJAiSORwkMeOlByQb9OCShEw,2522
245
- zou/app/utils/saml.py,sha256=b869bvaTR4E4CzOK2gbaN9h6JVkU6aVb1v8_F_ofWDY,1837
245
+ zou/app/utils/saml.py,sha256=m8wt_2RnMEHSrFvqCRGF91U5mwkqC6W-iBcx8N0LAqs,1679
246
246
  zou/app/utils/shell.py,sha256=D30NuOzr1D6jsa9OF69JYXyqYNhtIdnfKSVYW4irbz8,405
247
247
  zou/app/utils/string.py,sha256=ZIJuQRe7ml669-T1o9keQtk_lV2D1DkS9ARQdexlQ6Y,404
248
248
  zou/app/utils/thumbnail.py,sha256=eUb25So1fbjxZKYRpTOxLcZ0vww5zXNVkfVIa_tu5Dk,6625
@@ -412,9 +412,9 @@ zou/remote/normalize_movie.py,sha256=zNfEY3N1UbAHZfddGONTg2Sff3ieLVWd4dfZa1dpnes
412
412
  zou/remote/playlist.py,sha256=AsDo0bgYhDcd6DfNRV6r6Jj3URWwavE2ZN3VkKRPbLU,3293
413
413
  zou/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
414
414
  zou/utils/movie.py,sha256=u9LCEOvmkxwm-KiZ6jKNdB9LSC6XXUDwJpVx8LkDwJg,16416
415
- zou-0.19.58.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
416
- zou-0.19.58.dist-info/METADATA,sha256=llQSr1UHhwtI7Eq69K7WIu7Z9eYVDG02fdAbnB1vvnY,6676
417
- zou-0.19.58.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
418
- zou-0.19.58.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
419
- zou-0.19.58.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
420
- zou-0.19.58.dist-info/RECORD,,
415
+ zou-0.19.59.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
416
+ zou-0.19.59.dist-info/METADATA,sha256=K0hudkDEtKzacm14NetaW7DirauYKRfAEVRIlWrV7hc,6676
417
+ zou-0.19.59.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
418
+ zou-0.19.59.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
419
+ zou-0.19.59.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
420
+ zou-0.19.59.dist-info/RECORD,,
File without changes
File without changes