We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c2da7 commit d92cf79Copy full SHA for d92cf79
1 file changed
server/mergin/sync/public_api_controller.py
@@ -55,9 +55,7 @@
55
from .files import (
56
ProjectFileChange,
57
ChangesSchema,
58
- UploadFileSchema,
59
ProjectFileSchema,
60
- FileSchema,
61
files_changes_from_upload,
62
mergin_secure_filename,
63
)
@@ -83,17 +81,11 @@
83
81
generate_checksum,
84
82
Toucher,
85
get_x_accel_uri,
86
- is_file_name_blacklisted,
87
get_ip,
88
get_user_agent,
89
generate_location,
90
is_valid_uuid,
91
- is_versioned_file,
92
- get_project_path,
93
get_device_id,
94
- is_valid_path,
95
- is_supported_type,
96
- is_supported_extension,
97
get_mimetype,
98
wkb2wkt,
99
0 commit comments