-
Notifications
You must be signed in to change notification settings - Fork 800
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
Desktop respect file/folder permissions on shares / groupfolders #6296
Comments
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
I pushed a proof of work PR |
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
some things were not anticipated causing a bit more work |
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
fixed regressions in automated tests due to read-only folders being really read-only
|
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
I encountered an unexpected issue |
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
following the changes of basing the container that is used to generate AppImage packages (i.e. releases) on ubuntu 20.04, we effectively loose compatibility of the older ubuntu 18.04 LTS (that one is no longer actively supported by ubuntu) |
we would also need to move the requirements even higher up when moving to Qt6 (see https://doc-snapshots.qt.io/qt6-dev/supported-platforms.html#linux-x11) |
I eventually just tested ubuntu 20.04 and AppImage generated from ubuntu 20.04 will indeed run well on it |
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
I pushed changes to test (and make it work) to have folders change between read-only and read/write
|
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Close #6296 Signed-off-by: Matthieu Gallien <[email protected]>
Change in client behavior respecting the file permissions from the server, which isn't yet the case for all scenarios.
currently the 1 or 2 last items aren't the case. So in case you open an office document, you can open it with local write permission. the saving to the server obviously failed yet a temporary file gets created which the client tries to upload which also failed since the whole folder is shared read-only. So in these scenarios the files in question should be marked read-only like the client does for server-side locked files.
The text was updated successfully, but these errors were encountered: