Skip to content
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

eosfs: allow for a way to disable versioning upon saving a file #4855

Open
jessegeens opened this issue Sep 19, 2024 · 0 comments
Open

eosfs: allow for a way to disable versioning upon saving a file #4855

jessegeens opened this issue Sep 19, 2024 · 0 comments
Assignees

Comments

@jessegeens
Copy link
Contributor

Some applications have autosave features that should be treated differently than a normal save (initiated by the user). One example of this is Jupyter, which only expects a new version if the user manually clicks on the save button. We could apply a similar logic to the office apps as well.

We should extend the save mechanism in Reva to allow us to disable versioning in such cases. 

This could mean a change in the CS3 API's to make it a parameter (as reported in cs3apis#97), but for now, we agreed to use an opaque field for simplicity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant