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

Change/streamline editor autosave #8457

Merged

Conversation

pascalwengerter
Copy link
Contributor

Description

Supersedes #8455 by bringing default configuration and streamlining autosaving for external apps (in our case DrawIo) also

@@ -37,6 +37,10 @@ const state = {
options: {
contextHelpers: true,
defaultExtension: 'files',
editor: {
autosaveEnabled: false,
autosaveInterval: 120000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like I said earlier in a zoom call, I'm not a fan of configuring this in ms. I know that it was consistency vs practicality. Giving the admin the chance to let an editor autosave a file every 100 milliseconds doesn't sound like a good idea to me. But I get the consistency argument... no veto, but wanted to express my meh.

docs/getting-started.md Outdated Show resolved Hide resolved
docs/getting-started.md Outdated Show resolved Hide resolved
Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, thank you @pascalwengerter and @elizavetaRa

@sonarcloud
Copy link

sonarcloud bot commented Feb 16, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

12.0% 12.0% Coverage
0.0% 0.0% Duplication

@kulmann kulmann merged commit d3a3bc9 into owncloud:master Feb 16, 2023
ownclouders pushed a commit that referenced this pull request Feb 16, 2023
Author: Pascal Wengerter <pascal@wengerter.info>
Date:   Thu Feb 16 23:49:36 2023 +0100

    Change/streamline editor autosave (#8457)

    * Configurable autosave for text editor

    Co-authored-by: elizavetaRa <svillyfly@mail.ru>
    Co-authored-by: Elizaveta Ragozina <elizaveta.ragozina@cern.ch>
@pascalwengerter pascalwengerter deleted the change/streamline-editor-autosave branch February 17, 2023 13:34
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

Successfully merging this pull request may close these issues.

3 participants