Drag update same file with share link - nothing happens
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
Steps to reproduce
- use docker compose to start a new nextcloud server
- setup and create a new folder and share link with create and write privilege
- open the share link
- drag a file to upload
- modify the same file and drag to upload again, nothing happened, some error log in chrome console
Expected behavior
popup a replace or keep dialog for user
Actual behavior
nothing happen, and file is not upload
Other information
Host OS
docker
Output of sudo docker info
Docker run command or docker-compose file that you used
services:
db:
image: mariadb:10.11
restart: always
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
volumes:
- db:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=nextcloud
- MYSQL_PASSWORD=nextcloud
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
- TZ=Asia/Shanghai
redis:
image: redis:alpine
restart: always
environment:
- TZ=Asia/Shanghai
app:
image: nextcloud
restart: always
ports:
- 80:80
depends_on:
- redis
- db
volumes:
- nextcloud:/var/www/html
environment:
- MYSQL_PASSWORD=nextcloud
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
- MYSQL_HOST=db
- TZ=Asia/Shanghai
volumes:
nextcloud:
db:
Other valuable info
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the share-link upload flow with the provided Docker Compose setup, then inspect the Chrome console when dragging the modified file a second time. Done means the upload no longer silently fails and the user receives a replace-or-keep dialog.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, javascript, php
- Domain
- cloud, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100