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
I checked for similar issues, but could not find any. I also checked the closed issues. I could not contribute additional information to any existing issue.
I will take the time to fill in all the required fields. I know that the bug report may be dismissed otherwise due to lack of information.
Feature description
Add a new extension to the default exclude sync list.
Proposed solution
Add the .psec extension to the default extension exclude list.
This will prevent files with such an extension from being synced.
Alternative solutions you considered
Adapt Infinite Scale that files with such an extension will not be processable by the API.
Additional context
Files with the psec extension are necessary for password protected folders.
See the description in the PPF's readme for details how PPF works and for impacts and possible solutions inside the webUI.
Because of the way it got implemented, there are some things that can be potential usability issues with likely major bad user experiences.
First there is the deletion issue (PPF Location) which can be mitigated by following the suggested solution.
Second there is the moving/renaming issue which also can be mitigated following the PPF Location suggestion.
But those mitigations only work as long the users stays in the webUI. Atm where sync apps are involved, these mitigations can and - I strongly believe - will be an issue that are a major cause for bad user experience. The referenced readme tells the story and you only need to imagine some PPF usecases plus creative users playing around, read it carefully!
There are two possible solutions, which can also be done in parallel:
A short term fix that should consistently be added into all sync apps by disallowing any sync of files having the psec extension. This would reduce the issue to the webUI in a very short timeframe.
A longterm and consistent fix in the ocis backend that prevents psync files passing the API except the webUI.
Notes:
ocis 7.1 will be released in the first week of March (next week), any change will not make it in.
The next ocis release that will be set productive is min +6m to go
Pre-submission Checks
Feature description
Add a new extension to the default exclude sync list.
Proposed solution
Add the
.psec
extension to the default extension exclude list.This will prevent files with such an extension from being synced.
Alternative solutions you considered
Adapt Infinite Scale that files with such an extension will not be processable by the API.
Additional context
Files with the
psec
extension are necessary for password protected folders.See the description in the PPF's readme for details how PPF works and for impacts and possible solutions inside the webUI.
Because of the way it got implemented, there are some things that can be potential usability issues with likely major bad user experiences.
But those mitigations only work as long the users stays in the webUI. Atm where sync apps are involved, these mitigations can and - I strongly believe - will be an issue that are a major cause for bad user experience. The referenced readme tells the story and you only need to imagine some PPF usecases plus creative users playing around, read it carefully!
There are two possible solutions, which can also be done in parallel:
Notes:
@DeepDiver1975 as dicussed
@kobergj @LukasHirt
The text was updated successfully, but these errors were encountered: