opencloud
opencloud copied to clipboard
🌤️This is the main repository of the OpenCloud server. It contains the golang codebase for the backend services.
**Scope:** tests only **Files:** - `pkg/x/path/filepathx/path_test.go` - `services/thumbnails/pkg/thumbnail/storage/filesystem_test.go` - `services/web/pkg/apps/apps_test.go` - `services/storage-users/pkg/command/trash_bin_test.go` ## Summary This PR makes unit tests OS-agnostic by normalizing path expectations and adjusting `fstest.MapFS` usage so that...
### Initial Checklist - [x] I understand this is a bug report and questions should be posted in the [Community Discussions](https://github.com/orgs/opencloud-eu/discussions/) - [x] I searched [issues](https://github.com/opencloud-eu/web/issues?q=is%3Aissue) and couldn’t find anything...
# Description ## Version 1 - [ ] Every user has an ID which makes them part of a tenant (which is a subset) of all users in the directory...
Seen with OpenCloud 3.4.0 OpenCloud Web UI 3.2.0, OpenCloud Beta OpenCloud Beta 3.0.0.1857 At the server web ui, * create a first file with a name starting with a dot....
**Context and Purpose:** This PR automatically remediates a security vulnerability: - **Description:** bcrypt hash detected - **Rule ID:** generic.secrets.security.detected-bcrypt-hash.detected-bcrypt-hash - **Severity:** HIGH - **File:** services/auth-app/README.md - **Lines Affected:** 76 -...
## Description As `google/uuid` is an indirect dependency, by dropping old `gofrs/uuid` just one uuid module is required. Old `gofrs/uuid` will now be an indirect dependency until `lico` is updated...
As discussed on Matrix, the OpenCloud UI could be better ## Lack of contrast Multiple UI elements on OpenCloud lacks contrast. For instance: 1. The sidebar - oCIS - very...
## Describe the bug Uploaded HTML files that are not UTF-8 do not get downloaded or synced accurately. ## Steps to reproduce 1. Upload an HTML file with non-UTF-8 characters...
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.17.0 to 0.18.0. Commits 1966f53 errgroup: fix some typos in comment See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...
We return UUIDs for the token not the actually token hash since at least OpenCloud 2.0.0 Related: #1832