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 0a74d2f25d
commit 4128071070
335 changed files with 814 additions and 808 deletions
+2 -2
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"
)
+1 -1
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"
)
+1 -1
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) {
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"strconv"
"github.com/pocketbase/ozzo-validation/v4/is"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"golang.org/x/oauth2"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"slices"
"github.com/golang-jwt/jwt/v5"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
"github.com/spf13/cast"
"golang.org/x/oauth2"
"golang.org/x/oauth2/microsoft"
+1 -1
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"
)
+1 -1
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"
)
+3 -3
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)
+1 -1
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"
)