Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion identity/identity_recovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ type (

// swagger:model recoveryIdentityAddress
RecoveryAddress struct {
// required: true
ID uuid.UUID `json:"id" db:"id" faker:"-"`

// required: true
Expand Down
36 changes: 22 additions & 14 deletions internal/client-go/model_recovery_identity_address.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 22 additions & 14 deletions internal/httpclient/model_recovery_identity_address.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions oryx/clidoc/md_docs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

//Copyright 2015 Red Hat Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
3 changes: 3 additions & 0 deletions oryx/clidoc/util.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

// Copyright 2015 Red Hat Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
3 changes: 3 additions & 0 deletions oryx/hasherx/hash_comparator.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package hasherx

import (
Expand Down
3 changes: 3 additions & 0 deletions oryx/hasherx/hasher.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package hasherx

import (
Expand Down
3 changes: 3 additions & 0 deletions oryx/hasherx/hasher_argon2.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package hasherx

import (
Expand Down
3 changes: 3 additions & 0 deletions oryx/hasherx/hasher_bcrypt.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package hasherx

import (
Expand Down
3 changes: 3 additions & 0 deletions oryx/hasherx/hasher_pbkdf2.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package hasherx

import (
Expand Down
3 changes: 3 additions & 0 deletions oryx/josex/encoding.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

/*-
* Copyright 2019 Square Inc.
*
Expand Down
3 changes: 3 additions & 0 deletions oryx/josex/public.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package josex

import (
Expand Down
3 changes: 3 additions & 0 deletions oryx/josex/utils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

/*-
* Copyright 2019 Square Inc.
*
Expand Down
3 changes: 3 additions & 0 deletions oryx/jsonnetsecure/jsonnet.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package jsonnetsecure

import (
Expand Down
3 changes: 3 additions & 0 deletions oryx/popx/db_columns.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2025 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package popx

import (
Expand Down
3 changes: 2 additions & 1 deletion oryx/popx/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ import (
"time"

"github.com/cockroachdb/cockroach-go/v2/crdb"
"github.com/ory/pop/v6"
"github.com/pkg/errors"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/trace"

"github.com/ory/pop/v6"

"github.com/ory/x/cmdx"
"github.com/ory/x/logrusx"
"github.com/ory/x/otelx"
Expand Down
5 changes: 3 additions & 2 deletions persistence/sql/migratest/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ package migratest
import (
"context"
"encoding/json"
"github.com/ory/kratos/identity"
"github.com/ory/x/pagination/keysetpagination"
"os"
"path/filepath"
"regexp"
"strings"
"sync"
"testing"

"github.com/ory/kratos/identity"
"github.com/ory/x/pagination/keysetpagination"

"github.com/bradleyjkemp/cupaloy/v2"
"github.com/stretchr/testify/assert"

Expand Down
1 change: 0 additions & 1 deletion spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,6 @@
}
},
"required": [
"id",
"value",
"via"
],
Expand Down
1 change: 0 additions & 1 deletion spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5188,7 +5188,6 @@
"recoveryIdentityAddress": {
"type": "object",
"required": [
"id",
"value",
"via"
],
Expand Down
Loading