opencloud
opencloud copied to clipboard
🌤️This is the main repository of the OpenCloud server. It contains the golang codebase for the backend services.
## Describe the bug I am testing an implementation of opencloud using the built in auth-basic provider, and my log files are filled with the error message 'core access token...
### Initial Checklist - [x] I understand this is a feature request 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...
## Is your feature request related to a problem? Please describe. heic images, neither have a thumbnail nor can they be displayed. The only option available is to download them....
## Summary This PR introduces an early version of `console-service`. The main goal is to provide an initial foundation for further development and exploration. ## Notes - This is a...
# Description ## User Stories * > As a DEV, I want to know how the transactional deprovision-handling with Keycloak in Opencloud. The complexity here lies in the following: *...
# Description ## User Stories * > As an admin, I want a technical solution that reacts at delete events, so that user data stays synchronized across systems without manual...
* the Tenant-id comes in as a claim via OIDC, a user needs to be autoprovisioned for the correct tenant. * a unique identifier from the original identity management system...
# Userstory As a hoster, I want to have access to detailed tenant usage metrics so that I can bill my customers fairly and identify which tenants consume most of...
OIDC authentication fails after successful callback because the OpenCloud frontend (or an intermediate layer) sends a simple, opaque string in the `Authorization: Bearer` header instead of the expected JSON Web...
Userstory, see https://github.com/opencloud-eu/web/issues/920 ## Acceptance Criteria - Persist the Favorites Index - Implement another favorites manager which persist for example in Nats Jetstream Key Value - remove lazzily, favorites from...