Fix names in protobuf

This commit is contained in:
André Duffeck
2025-01-17 08:29:18 +01:00
parent c9d66c6f97
commit f1ac9aaf29
15 changed files with 146 additions and 150 deletions
@@ -10,12 +10,12 @@ import "protoc-gen-openapiv2/options/annotations.proto";
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "ownCloud Infinite Scale thumbnails";
title: "OpenCloud eventhistory";
version: "1.0.0";
contact: {
name: "ownCloud GmbH";
name: "OpenCloud GmbH";
url: "https://github.com/opencloud-eu/opencloud";
email: "support@owncloud.com";
email: "support@opencloud.eu";
};
license: {
name: "Apache-2.0";
@@ -28,7 +28,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
produces: "application/json";
external_docs: {
description: "Developer Manual";
url: "https://owncloud.dev/services/thumbnails/";
url: "https://docs.opencloud.eu/services/eventhistory/";
};
};
@@ -10,12 +10,12 @@ import "google/api/annotations.proto";
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "ownCloud Infinite Scale policies";
title: "OpenCloud policies";
version: "1.0.0";
contact: {
name: "ownCloud GmbH";
name: "OpenCloud GmbH";
url: "https://github.com/opencloud-eu/opencloud";
email: "support@owncloud.com";
email: "support@opencloud.eu";
};
license: {
name: "Apache-2.0";
@@ -28,7 +28,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
produces: "application/json";
external_docs: {
description: "Developer Manual";
url: "https://owncloud.dev/services/policies/";
url: "https://docs.opencloud.eu/services/policies/";
};
};
@@ -12,12 +12,12 @@ import "google/protobuf/field_mask.proto";
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "ownCloud Infinite Scale search";
title: "OpenCloud search";
version: "1.0.0";
contact: {
name: "ownCloud GmbH";
name: "OpenCloud GmbH";
url: "https://github.com/opencloud-eu/opencloud";
email: "support@owncloud.com";
email: "support@opencloud.eu";
};
license: {
name: "Apache-2.0";
@@ -30,7 +30,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
produces: "application/json";
external_docs: {
description: "Developer Manual";
url: "https://owncloud.dev/services/search/";
url: "https://docs.opencloud.eu/services/search/";
};
};
@@ -11,12 +11,12 @@ import "protoc-gen-openapiv2/options/annotations.proto";
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "ownCloud Infinite Scale settings";
title: "OpenCloud settings";
version: "1.0.0";
contact: {
name: "ownCloud GmbH";
name: "OpenCloud GmbH";
url: "https://github.com/opencloud-eu/opencloud";
email: "support@owncloud.com";
email: "support@opencloud.eu";
};
license: {
name: "Apache-2.0";
@@ -29,7 +29,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
produces: "application/json";
external_docs: {
description: "Developer Manual";
url: "https://owncloud.dev/services/settings/";
url: "https://docs.opencloud.eu/services/settings/";
};
};
@@ -9,12 +9,12 @@ import "protoc-gen-openapiv2/options/annotations.proto";
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "ownCloud Infinite Scale thumbnails";
title: "OpenCloud thumbnails";
version: "1.0.0";
contact: {
name: "ownCloud GmbH";
name: "OpenCloud GmbH";
url: "https://github.com/opencloud-eu/opencloud";
email: "support@owncloud.com";
email: "support@opencloud.eu";
};
license: {
name: "Apache-2.0";
@@ -27,7 +27,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
produces: "application/json";
external_docs: {
description: "Developer Manual";
url: "https://owncloud.dev/services/thumbnails/";
url: "https://docs.opencloud.eu/services/thumbnails/";
};
};