adjust code to new repository

This commit is contained in:
T. R. Bernstein
2025-10-09 21:02:10 +02:00
committed by T. R. Bernstein
parent 0cf34c475b
commit 795cd8335f
335 changed files with 803 additions and 802 deletions

View File

@@ -7,8 +7,8 @@ import (
"fmt"
"github.com/golang-jwt/jwt/v5"
"github.com/pocketbase/pocketbase/tools/auth/internal/jwk"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/auth/internal/jwk"
"github.com/tabshift-gh/pocketbase/tools/types"
"github.com/spf13/cast"
"golang.org/x/oauth2"
)

View File

@@ -6,7 +6,7 @@ import (
"errors"
"net/http"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -3,7 +3,7 @@ package auth_test
import (
"testing"
"github.com/pocketbase/pocketbase/tools/auth"
"github.com/tabshift-gh/pocketbase/tools/auth"
)
func TestProvidersCount(t *testing.T) {

View File

@@ -6,7 +6,7 @@ import (
"errors"
"io"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -5,7 +5,7 @@ import (
"encoding/json"
"fmt"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -5,7 +5,7 @@ import (
"encoding/json"
"fmt"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
"golang.org/x/oauth2/facebook"
)

View File

@@ -8,7 +8,7 @@ import (
"io"
"strconv"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -7,7 +7,7 @@ import (
"strconv"
"github.com/go-ozzo/ozzo-validation/v4/is"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -6,7 +6,7 @@ import (
"io"
"strconv"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
"golang.org/x/oauth2/github"
)

View File

@@ -6,7 +6,7 @@ import (
"strconv"
"time"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -5,7 +5,7 @@ import (
"encoding/json"
"strconv"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
"golang.org/x/oauth2/kakao"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -7,7 +7,7 @@ import (
"errors"
"net/http"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -6,7 +6,7 @@ import (
"errors"
"strings"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
"golang.org/x/oauth2/microsoft"
)

View File

@@ -7,7 +7,7 @@ import (
"errors"
"net/http"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -5,7 +5,7 @@ import (
"encoding/json"
"net/http"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -10,9 +10,9 @@ import (
"time"
"github.com/golang-jwt/jwt/v5"
"github.com/pocketbase/pocketbase/tools/auth/internal/jwk"
"github.com/pocketbase/pocketbase/tools/security"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/auth/internal/jwk"
"github.com/tabshift-gh/pocketbase/tools/security"
"github.com/tabshift-gh/pocketbase/tools/types"
"github.com/spf13/cast"
"golang.org/x/oauth2"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
"golang.org/x/oauth2/endpoints"
)

View File

@@ -5,7 +5,7 @@ import (
"encoding/json"
"errors"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
"golang.org/x/oauth2/spotify"
)

View File

@@ -5,7 +5,7 @@ import (
"encoding/json"
"strconv"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -5,7 +5,7 @@ import (
"encoding/json"
"net/http"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -6,7 +6,7 @@ import (
"errors"
"net/http"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
"golang.org/x/oauth2/twitch"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -8,7 +8,7 @@ import (
"strconv"
"strings"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
"golang.org/x/oauth2/vk"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
"golang.org/x/oauth2/yandex"
)