opencloud icon indicating copy to clipboard operation
opencloud copied to clipboard

🌤️This is the main repository of the OpenCloud server. It contains the golang codebase for the backend services.

Results 211 opencloud issues
Sort by recently updated
recently updated
newest added

## Describe the bug If you designate a Windows shared folder `cifs` mounted directory as your data directory, your personal data will disappear. ![Image](https://github.com/user-attachments/assets/2695289e-ed77-476b-9bc5-a5a8ec323bcc) ## Steps to reproduce 1.Set up...

Type:Bug

## Describe the bug With `STORAGE_USERS_POSIX_WATCH_FS=true`, when a user changes a file on-disk while a file with the same name is upload via WebDAV and still being stuck in post-processing...

Priority:p2-high
Type:Bug

## Steps to reproduce 0. use posixfs 1. Create `dir/file.txt` 2. Trash `dir` 3. Delete `dir` from cache. ## Expected behavior cache should no longer know `dir/file.txt` ## Actual behavior...

Type:Bug

Bumps [github.com/kovidgoyal/imaging](https://github.com/kovidgoyal/imaging) from 1.7.2 to 1.8.8. Release notes Sourced from github.com/kovidgoyal/imaging's releases. v1.8.8 No release notes provided. v1.8.7 No release notes provided. v1.8.6 No release notes provided. v1.8.5 No release...

dependencies
go

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.32.0 to 0.33.0. Commits f28b0b5 all: fix some comments fd15e0f x/oauth2: populate RetrieveError from DeviceAuth See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.32.0&new-version=0.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

dependencies
go

This PR was opened by the [ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) plugin. When you're ready to do a release, you can merge this pull-request and a new release with version `4.0.0` will be created...

Type:Documentation

The messagepack_backend.go has: ```go // IsMetaFile returns whether the given path represents a meta file func (MessagePackBackend) IsMetaFile(path string) bool { return strings.HasSuffix(path, ".mpk") || strings.HasSuffix(path, ".mlock") } // ......

Priority:p4-low
Type:Bug

## Describe the bug I have a shared, public link on a folder with "Can edit (View, upload, edit, download, delete)" permissions, and can access and view files & directories...

Type:Bug
Status:Needs-Info

This is on kubernetes with decomposeds3. I noticed during testing the kubernetes deployment that when deleting my test folder of images this was logged: ``` { "level": "error", "service": "storage-users",...

Priority:p2-high
Type:Bug

## Description ## Related Issue - Fixes https://github.com/opencloud-eu/qa/issues/36 ## Motivation and Context ## How Has This Been Tested? - test environment: - test case 1: - test case 2: -...

Type:Test