nextcloud / nextcloud/files_lock

.xlsx files created in WebDAV folders are automatically locked

Open
#437 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage bug
Dominant language
JavaScript
Stars
39
Forks
10
Avg merge
1d 11h
Merged PRs (30d)
48

Description

When I create an .xlsx file inside a WebDAV folder in Nextcloud, the file is automatically locked by the Files Lock app. This prevents any changes to the file, even by the user who created it.

Steps to reproduce:

  1. Access a WebDAV folder in Nextcloud.
  2. Create a new .xlsx file (e.g., using Microsoft Excel).
  3. Attempt to make changes to the newly created file.

Expected behavior:
The .xlsx file should be created without being locked, allowing normal edits by the user.

Observed behavior:
The file is automatically locked, and it is not possible to make changes to it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue through a WebDAV folder with a newly created .xlsx file, then trace how the Files Lock app handles file creation and locking. Done means the created file is not automatically locked and remains editable by its creator, while existing locking behavior continues to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.