This commit is contained in:
Bel LaPointe
2024-01-09 14:45:36 -07:00
parent a4d39d38dc
commit 5b645b1898
43 changed files with 59 additions and 275 deletions

View File

@@ -3,7 +3,7 @@ package server
import (
"errors"
"io"
"gogs.inhome.blapointe.com/local/notes-server/filetree"
"gitea.inhome.blapointe.com/local/notes-server/filetree"
"net/http"
"os"
"path"

View File

@@ -2,7 +2,7 @@ package server
import (
"html"
"gogs.inhome.blapointe.com/local/notes-server/filetree"
"gitea.inhome.blapointe.com/local/notes-server/filetree"
"net/http"
"path"
"strconv"

View File

@@ -2,7 +2,7 @@ package server
import (
"fmt"
"gogs.inhome.blapointe.com/local/notes-server/filetree"
"gitea.inhome.blapointe.com/local/notes-server/filetree"
"net/http"
)

View File

@@ -2,7 +2,7 @@ package server
import (
"fmt"
"gogs.inhome.blapointe.com/local/notes-server/config"
"gitea.inhome.blapointe.com/local/notes-server/config"
"net/http"
)

View File

@@ -1,7 +1,7 @@
package server
import (
"gogs.inhome.blapointe.com/local/notes-server/config"
"gitea.inhome.blapointe.com/local/notes-server/config"
"net/http/httptest"
"regexp"
"strings"

View File

@@ -2,8 +2,8 @@ package server
import (
"fmt"
"gogs.inhome.blapointe.com/local/notes-server/config"
"gogs.inhome.blapointe.com/local/notes-server/filetree"
"gitea.inhome.blapointe.com/local/notes-server/config"
"gitea.inhome.blapointe.com/local/notes-server/filetree"
"net/http"
"path"
"regexp"

View File

@@ -5,8 +5,8 @@ import (
"net/http"
"os"
"gogs.inhome.blapointe.com/local/gziphttp"
"gogs.inhome.blapointe.com/local/notes-server/filetree"
"gitea.inhome.blapointe.com/local/gziphttp"
"gitea.inhome.blapointe.com/local/notes-server/filetree"
)
func (s *Server) raw(w http.ResponseWriter, r *http.Request) {

View File

@@ -2,9 +2,9 @@ package server
import (
"fmt"
"gogs.inhome.blapointe.com/local/gziphttp"
"gogs.inhome.blapointe.com/local/notes-server/config"
"gogs.inhome.blapointe.com/local/router"
"gitea.inhome.blapointe.com/local/gziphttp"
"gitea.inhome.blapointe.com/local/notes-server/config"
"gitea.inhome.blapointe.com/local/router"
"net/http"
"path/filepath"
"strings"

View File

@@ -3,7 +3,7 @@ package server
import (
"fmt"
"html"
"gogs.inhome.blapointe.com/local/notes-server/filetree"
"gitea.inhome.blapointe.com/local/notes-server/filetree"
"net/http"
)

View File

@@ -1,10 +1,10 @@
package server
import (
"gogs.inhome.blapointe.com/local/notes-server/config"
"gogs.inhome.blapointe.com/local/notes-server/notes"
"gogs.inhome.blapointe.com/local/oauth2/oauth2client"
"gogs.inhome.blapointe.com/local/router"
"gitea.inhome.blapointe.com/local/notes-server/config"
"gitea.inhome.blapointe.com/local/notes-server/notes"
"gitea.inhome.blapointe.com/local/oauth2/oauth2client"
"gitea.inhome.blapointe.com/local/router"
"log"
"net/http"
)

View File

@@ -4,7 +4,7 @@ import (
"bytes"
"fmt"
"html"
"gogs.inhome.blapointe.com/local/notes-server/filetree"
"gitea.inhome.blapointe.com/local/notes-server/filetree"
"net/http"
"path"
"strings"