This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
|||||||
"log/slog"
|
"log/slog"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/pocketbase/pocketbase/core"
|
"github.com/tabshift-gh/pocketbase/core"
|
||||||
"github.com/pocketbase/pocketbase/tools/hook"
|
"github.com/tabshift-gh/pocketbase/tools/hook"
|
||||||
"github.com/pocketbase/pocketbase/ui"
|
"github.com/tabshift-gh/pocketbase/ui"
|
||||||
)
|
)
|
||||||
|
|
||||||
// bindUIExtensions binds the superuser UI extensions routes to the ServeEvent.Router.
|
// bindUIExtensions binds the superuser UI extensions routes to the ServeEvent.Router.
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"testing/fstest"
|
"testing/fstest"
|
||||||
|
|
||||||
"github.com/pocketbase/pocketbase/core"
|
"github.com/tabshift-gh/pocketbase/core"
|
||||||
"github.com/pocketbase/pocketbase/tests"
|
"github.com/tabshift-gh/pocketbase/tests"
|
||||||
"github.com/pocketbase/pocketbase/ui"
|
"github.com/tabshift-gh/pocketbase/ui"
|
||||||
)
|
)
|
||||||
|
|
||||||
// note: don't run in parallel to avoid conflicts with the ui.DistDirFS nil test
|
// note: don't run in parallel to avoid conflicts with the ui.DistDirFS nil test
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package migrations
|
package migrations
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/pocketbase/pocketbase/core"
|
"github.com/tabshift-gh/pocketbase/core"
|
||||||
)
|
)
|
||||||
|
|
||||||
const oldAuthAlertTemplate = `<p>Hello,</p>
|
const oldAuthAlertTemplate = `<p>Hello,</p>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/golang-jwt/jwt/v5"
|
"github.com/golang-jwt/jwt/v5"
|
||||||
"github.com/pocketbase/pocketbase/tools/auth/internal/jwk"
|
"github.com/tabshift-gh/pocketbase/tools/auth/internal/jwk"
|
||||||
)
|
)
|
||||||
|
|
||||||
type publicKey interface {
|
type publicKey interface {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package dbutils_test
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/pocketbase/pocketbase/tools/dbutils"
|
"github.com/tabshift-gh/pocketbase/tools/dbutils"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestAliasOrIdentifier(t *testing.T) {
|
func TestAliasOrIdentifier(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user