-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Results for operations that fail without lock token but succeed when lock token is passed #34157
Comments
DELETE A LOCKED FILE: ✅NO lock token
Lock token passed File is deleted
MOVE A LOCKED FILE ✅Locked without Token, Moved if we pass the token
Lock token passed
COPY A LOCKED FILE: ✅Locked without Token, Moved if we pass the token
Lock token passed File is moved
PUBLIC SHARE A LOCKED FILE ❌Issue: #33848 (comment)
SHARE A LOCKED FILE WITH A USER ✅
TRY TO DELETE A LOCKED FILE SHARED FROM A USER ✅
|
More scenarios to be tested:
✅ 4.1. - Try to edit it in windows.
✅ 4.2. Try to rename it
✅ 4.3. Try to move it
❌ 4.4. Try to delete it. Fake deletion happens.
So issue not related directly to OC but it's the client ✅ 4.5. Lock a Folder and try to add a file inside. |
Tests Lock with Public Link
|
Test unlock with Public Link
|
Test unlock a file with Share with user ✅
Test steps:
|
Test querying lock info on public links, always return a path relativeWith "/public/share" being the link share:
|
Test Lock/Unlocking files with guest users
Testing steps 1 - User A shares a file with guest user creating it Chech the file is locked too for guest user. (webUI with a lock icon and cannot edit/rename the file) |
Locking with Federated Shares
Current behavior: Lock works fine but the lock icon is missed in the server B
|
Test Locks in External Storage WND
|
Pending issues will be fixed in the following versions after ownCloud 10.1. |
tests with multiple clients davfs2, LibreOffice, GnomeFilesdavfs locks files, but only before PUT
|
should we close or are there pending tasks we want to continue tracking for future scheduling ? |
Let's close the ticket. issues found now has its own tickets |
Permissions masks:
File operations shorthand for the later table:
The text was updated successfully, but these errors were encountered: