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

[fix 29] Make copy of shared file deletable #272

Open
wants to merge 22 commits into
base: stable29
Choose a base branch
from

Conversation

memurats
Copy link

Fix permissions of CacheEntry

susnux and others added 22 commits November 7, 2024 16:37
Problem: Is a node is renamed and the new name is out of the current
visible list of nodes the component will be recycled, this means
the props will change, so when the `onRename` functions is about to reset
the state the `this.source` will point to a different node.

To fix this, but also to separate business logic from visual representation,
the logic is moved into the renaming store and the component is only
responsible for rendering.

Signed-off-by: Ferdinand Thiessen <[email protected]>
TODO: Drop when we support Node 22.

Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
…le29

[stable29] fix(files): Ensure renaming state is correctly reset
Signed-off-by: skjnldsv <[email protected]>

Signed-off-by: nextcloud-command <[email protected]>
…le29

[stable29] fix: log a warning when we can't build a background job
@kokovacs kokovacs added custom MagentaCLOUD customisation build-ready Customization to include into build labels Nov 13, 2024
github-actions bot pushed a commit that referenced this pull request Dec 2, 2024
github-actions bot pushed a commit that referenced this pull request Dec 3, 2024
github-actions bot pushed a commit that referenced this pull request Dec 5, 2024
github-actions bot pushed a commit that referenced this pull request Jan 8, 2025
@sgyuris sgyuris removed custom MagentaCLOUD customisation build-ready Customization to include into build labels Jan 20, 2025
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.

10 participants