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

feat: bring back cypress command createDescription through UI #4965

Merged
merged 4 commits into from
Nov 14, 2023

Commits on Nov 13, 2023

  1. feat: bring back cypress command createDescription through UI

    Signed-off-by: Luka Trovic <[email protected]>
    luka-nextcloud authored and juliusknorr committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    24a03ac View commit details
    Browse the repository at this point in the history
  2. fix: showing RichWorkspace while changing folder

    Signed-off-by: Luka Trovic <[email protected]>
    luka-nextcloud authored and juliusknorr committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d0dbe4f View commit details
    Browse the repository at this point in the history
  3. fix: Use files:node:created event

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    391380e View commit details
    Browse the repository at this point in the history
  4. fix: Add local variable to track workspace creation

    This will ensure that we can create the workspace in the new file menu
    plugin and show it without requiring another propfind/reload (which is
    not available through the new files app apis). Once the file list is
    rendering the header we can use the flag to properly indicate the state
    to the file header plugin
    
    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2cfa5e4 View commit details
    Browse the repository at this point in the history