zou 0.20.21__py3-none-any.whl → 0.20.22__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 +1 -1
- zou/app/services/user_service.py +4 -1
- {zou-0.20.21.dist-info → zou-0.20.22.dist-info}/METADATA +4 -4
- {zou-0.20.21.dist-info → zou-0.20.22.dist-info}/RECORD +8 -8
- {zou-0.20.21.dist-info → zou-0.20.22.dist-info}/LICENSE +0 -0
- {zou-0.20.21.dist-info → zou-0.20.22.dist-info}/WHEEL +0 -0
- {zou-0.20.21.dist-info → zou-0.20.22.dist-info}/entry_points.txt +0 -0
- {zou-0.20.21.dist-info → zou-0.20.22.dist-info}/top_level.txt +0 -0
zou/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.20.
|
|
1
|
+
__version__ = "0.20.22"
|
zou/app/services/user_service.py
CHANGED
|
@@ -497,7 +497,10 @@ def check_task_action_access(task_id):
|
|
|
497
497
|
if permissions.has_admin_permissions():
|
|
498
498
|
is_allowed = True
|
|
499
499
|
elif check_belong_to_project(task["project_id"]):
|
|
500
|
-
if
|
|
500
|
+
if (
|
|
501
|
+
permissions.has_manager_permissions()
|
|
502
|
+
or permissions.has_client_permissions()
|
|
503
|
+
):
|
|
501
504
|
is_allowed = True
|
|
502
505
|
else:
|
|
503
506
|
user = persons_service.get_current_user(relations=True)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: zou
|
|
3
|
-
Version: 0.20.
|
|
3
|
+
Version: 0.20.22
|
|
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
|
|
@@ -23,7 +23,7 @@ Requires-Python: >=3.9, <3.14
|
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
Requires-Dist: babel==2.17.0
|
|
25
25
|
Requires-Dist: click==8.1.8
|
|
26
|
-
Requires-Dist: discord.py==2.5.
|
|
26
|
+
Requires-Dist: discord.py==2.5.2
|
|
27
27
|
Requires-Dist: email-validator==2.2.0
|
|
28
28
|
Requires-Dist: ffmpeg-python==0.2.0
|
|
29
29
|
Requires-Dist: fido2==1.2.0
|
|
@@ -40,7 +40,7 @@ Requires-Dist: flask-jwt-extended==4.7.1
|
|
|
40
40
|
Requires-Dist: flask-migrate==4.1.0
|
|
41
41
|
Requires-Dist: flask-socketio==5.5.1
|
|
42
42
|
Requires-Dist: flask==3.1.0
|
|
43
|
-
Requires-Dist: gazu==0.10.
|
|
43
|
+
Requires-Dist: gazu==0.10.30
|
|
44
44
|
Requires-Dist: gevent-websocket==0.10.1
|
|
45
45
|
Requires-Dist: gevent==24.11.1
|
|
46
46
|
Requires-Dist: gunicorn==23.0.0
|
|
@@ -82,7 +82,7 @@ Provides-Extra: test
|
|
|
82
82
|
Requires-Dist: fakeredis==2.27.0; extra == "test"
|
|
83
83
|
Requires-Dist: mixer==7.2.2; extra == "test"
|
|
84
84
|
Requires-Dist: pytest-cov==6.0.0; extra == "test"
|
|
85
|
-
Requires-Dist: pytest==8.3.
|
|
85
|
+
Requires-Dist: pytest==8.3.5; extra == "test"
|
|
86
86
|
Provides-Extra: monitoring
|
|
87
87
|
Requires-Dist: prometheus-flask-exporter==0.23.1; extra == "monitoring"
|
|
88
88
|
Requires-Dist: pygelf==0.4.2; extra == "monitoring"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
zou/__init__.py,sha256=
|
|
1
|
+
zou/__init__.py,sha256=33kMxw-d1Q1t68-DRbcXnrr-aan70uNLNZcmAgxFLKc,24
|
|
2
2
|
zou/cli.py,sha256=HuYi2Ma7SP2SD7C9d9dwpZ49BHpytKIoyJP_su9JwZY,18755
|
|
3
3
|
zou/debug.py,sha256=1fawPbkD4wn0Y9Gk0BiBFSa-CQe5agFi8R9uJYl2Uyk,520
|
|
4
4
|
zou/event_stream.py,sha256=EpohqFJwWL0zs-Ic_W5dX5_XSDeCrqHQPL5Re39OnQ0,6382
|
|
@@ -213,7 +213,7 @@ zou/app/services/sync_service.py,sha256=iWxx1kOGEXympHmSBBQWtDZWNtumdxp8kppee0Oe
|
|
|
213
213
|
zou/app/services/tasks_service.py,sha256=yysijKuLm2WtkCI6WvfLLYiwoM91TB_N0ZazoxEfco4,69825
|
|
214
214
|
zou/app/services/telemetry_services.py,sha256=xQm1h1t_JxSFW59zQGf4NuNdUi1UfMa_6pQ-ytRbmGA,1029
|
|
215
215
|
zou/app/services/time_spents_service.py,sha256=H9X-60s6oqtY9rtU-K2jKwUSljfkdGlf_9wMr3iVfIA,15158
|
|
216
|
-
zou/app/services/user_service.py,sha256=
|
|
216
|
+
zou/app/services/user_service.py,sha256=fEtG-KtwDJTJK5GMCqcFi2b5e1bGF0lznlwc17Ds3CU,51365
|
|
217
217
|
zou/app/stores/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
218
218
|
zou/app/stores/auth_tokens_store.py,sha256=-qOJPybLHvnMOq3PWk073OW9HJwOHGhFLZeOIlX1UVw,1290
|
|
219
219
|
zou/app/stores/file_store.py,sha256=yLQDM6mNbj9oe0vsWdBqun7D8Dw-eSjD1yHCCftX0OI,4045
|
|
@@ -418,9 +418,9 @@ zou/remote/normalize_movie.py,sha256=zNfEY3N1UbAHZfddGONTg2Sff3ieLVWd4dfZa1dpnes
|
|
|
418
418
|
zou/remote/playlist.py,sha256=AsDo0bgYhDcd6DfNRV6r6Jj3URWwavE2ZN3VkKRPbLU,3293
|
|
419
419
|
zou/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
420
420
|
zou/utils/movie.py,sha256=d67fIL9dVBKt-E_qCGXRbNNdbJaJR5sHvZeX3hf8ldE,16559
|
|
421
|
-
zou-0.20.
|
|
422
|
-
zou-0.20.
|
|
423
|
-
zou-0.20.
|
|
424
|
-
zou-0.20.
|
|
425
|
-
zou-0.20.
|
|
426
|
-
zou-0.20.
|
|
421
|
+
zou-0.20.22.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
|
|
422
|
+
zou-0.20.22.dist-info/METADATA,sha256=1L4ZsZUKzNQi_t8Bl428WZE7vGkR4AF2gsB_GbffgNE,6673
|
|
423
|
+
zou-0.20.22.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
424
|
+
zou-0.20.22.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
|
|
425
|
+
zou-0.20.22.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
|
|
426
|
+
zou-0.20.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|