You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The with_vfolder_status_checked decorator, which is applied to most of the VFolder handlers, is not functioning as expected. This discrepancy in behavior may affect various clients interacting with the VFolder handler.
Upcoming versions for each majors
25.1.0
24.09.6
24.03.12
Client parts to update
Control panel
frontend page
Manager hub method
Client SDK function
hub-shared-vfolder-list
leave
leave()
-
mount_host
mount_host()
-
umount_host
umount_host()
SDK
SDK function
Manager API
info
GET
delete
DELETE
rename
POST rename
download
POST request-download
_upload_files
POST request-upload
_mkdir
POST mkdir
rename_file
POST rename-file
move_file
POST move-file
dekete_files
DELETE delete-files
list_files
GET files
invite
POST invite
share
POST share
unshare
DELETE unshare
leave
POST leave
clone
POST clone
update_options
POST update-options
WebUI
VFolder method name
Manager API
clone
POST clone
update_folder
POST update-options
info
GET
rename
POST rename
delete
DELETE
leave_invited
POST leave
upload, uploadFormData
POST upload
create_upload_session
POST request-upload
mkdir
POST mkdir
rename_file
POST rename_file
delete_files
POST delete-files
download
GET download_single
request_download_token
POST request-download
list_files
GET files
invite
POST invite
share
POST share
unshare
DELETE unshare
The text was updated successfully, but these errors were encountered:
fregataa
changed the title
Check which clients are affected by buggy VFolder handler
Check and modify clients affected by buggy VFolder handler
Jan 15, 2025
Description
The
with_vfolder_status_checked
decorator, which is applied to most of the VFolder handlers, is not functioning as expected. This discrepancy in behavior may affect various clients interacting with the VFolder handler.Upcoming versions for each majors
Client parts to update
Control panel
hub-shared-vfolder-list
leave
leave()
-
mount_host
mount_host()
-
umount_host
umount_host()
SDK
info
GET
delete
DELETE
rename
POST rename
download
POST request-download
_upload_files
POST request-upload
_mkdir
POST mkdir
rename_file
POST rename-file
move_file
POST move-file
dekete_files
DELETE delete-files
list_files
GET files
invite
POST invite
share
POST share
unshare
DELETE unshare
leave
POST leave
clone
POST clone
update_options
POST update-options
WebUI
clone
POST clone
update_folder
POST update-options
info
GET
rename
POST rename
delete
DELETE
leave_invited
POST leave
upload, uploadFormData
POST upload
create_upload_session
POST request-upload
mkdir
POST mkdir
rename_file
POST rename_file
delete_files
POST delete-files
download
GET download_single
request_download_token
POST request-download
list_files
GET files
invite
POST invite
share
POST share
unshare
DELETE unshare
The text was updated successfully, but these errors were encountered: