Use the opencloud reva from now on

This commit is contained in:
André Duffeck
2025-01-21 11:04:04 +01:00
parent 2c1afafb35
commit e8d35e1280
1007 changed files with 2988 additions and 27822 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package capabilities
import (
"sync/atomic"
"github.com/cs3org/reva/v2/pkg/owncloud/ocs"
"github.com/opencloud-eu/reva/v2/pkg/owncloud/ocs"
)
// allow the consuming part to change defaults, e.g., tests
+3 -3
View File
@@ -4,11 +4,11 @@ import (
"encoding/json"
"net/http"
"github.com/cs3org/reva/v2/pkg/auth/scope"
"github.com/opencloud-eu/reva/v2/pkg/auth/scope"
revactx "github.com/cs3org/reva/v2/pkg/ctx"
"github.com/cs3org/reva/v2/pkg/token/manager/jwt"
"github.com/opencloud-eu/opencloud/pkg/account"
revactx "github.com/opencloud-eu/reva/v2/pkg/ctx"
"github.com/opencloud-eu/reva/v2/pkg/token/manager/jwt"
"go-micro.dev/v4/metadata"
)
+1 -1
View File
@@ -7,9 +7,9 @@ import (
"sync"
"time"
rRegistry "github.com/cs3org/reva/v2/pkg/registry"
memr "github.com/go-micro/plugins/v4/registry/memory"
"github.com/opencloud-eu/opencloud/pkg/natsjsregistry"
rRegistry "github.com/opencloud-eu/reva/v2/pkg/registry"
mRegistry "go-micro.dev/v4/registry"
"go-micro.dev/v4/registry/cache"
)
+1 -1
View File
@@ -4,10 +4,10 @@ import (
"context"
"time"
"github.com/cs3org/reva/v2/pkg/store"
"github.com/opencloud-eu/opencloud/pkg/log"
settingsmsg "github.com/opencloud-eu/opencloud/protogen/gen/opencloud/messages/settings/v0"
settingssvc "github.com/opencloud-eu/opencloud/protogen/gen/opencloud/services/settings/v0"
"github.com/opencloud-eu/reva/v2/pkg/store"
microstore "go-micro.dev/v4/store"
"google.golang.org/protobuf/encoding/protojson"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package shared
import (
"github.com/cs3org/reva/v2/pkg/rgrpc/todo/pool"
"github.com/opencloud-eu/reva/v2/pkg/rgrpc/todo/pool"
)
var defaultRevaConfig = Reva{
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"strings"
"time"
rtrace "github.com/cs3org/reva/v2/pkg/trace"
rtrace "github.com/opencloud-eu/reva/v2/pkg/trace"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/exporters/jaeger"
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"