gitea
This commit is contained in:
@@ -2,7 +2,7 @@ package notes
|
||||
|
||||
import (
|
||||
"html"
|
||||
"gogs.inhome.blapointe.com/local/notes-server/filetree"
|
||||
"gitea.inhome.blapointe.com/local/notes-server/filetree"
|
||||
"net/http"
|
||||
"path"
|
||||
"strings"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package notes
|
||||
|
||||
import "gogs.inhome.blapointe.com/local/notes-server/config"
|
||||
import "gitea.inhome.blapointe.com/local/notes-server/config"
|
||||
|
||||
type Notes struct {
|
||||
root string
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gogs.inhome.blapointe.com/local/logb"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gitea.inhome.blapointe.com/local/logb"
|
||||
"net/http"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gogs.inhome.blapointe.com/local/logb"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gitea.inhome.blapointe.com/local/logb"
|
||||
"net/http"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@@ -2,10 +2,10 @@ package server
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gogs.inhome.blapointe.com/local/logb"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gitea.inhome.blapointe.com/local/logb"
|
||||
"net/http"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@@ -3,9 +3,9 @@ package server
|
||||
import (
|
||||
"time"
|
||||
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
)
|
||||
|
||||
func toMap(j *scheduler.Job, output bool) map[string]interface{} {
|
||||
|
||||
@@ -2,10 +2,10 @@ package server
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gogs.inhome.blapointe.com/local/logb"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gitea.inhome.blapointe.com/local/logb"
|
||||
"net/http"
|
||||
"sort"
|
||||
)
|
||||
|
||||
@@ -2,7 +2,7 @@ package server
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"gogs.inhome.blapointe.com/local/router"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gogs.inhome.blapointe.com/local/logb"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gitea.inhome.blapointe.com/local/logb"
|
||||
"net/http"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config"
|
||||
"gogs.inhome.blapointe.com/local/gziphttp"
|
||||
"gogs.inhome.blapointe.com/local/oauth2/oauth2client"
|
||||
"gogs.inhome.blapointe.com/local/router"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config"
|
||||
"gitea.inhome.blapointe.com/local/gziphttp"
|
||||
"gitea.inhome.blapointe.com/local/oauth2/oauth2client"
|
||||
"gitea.inhome.blapointe.com/local/router"
|
||||
"log"
|
||||
"net/http"
|
||||
"path/filepath"
|
||||
|
||||
@@ -5,10 +5,10 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gogs.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gogs.inhome.blapointe.com/local/logb"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/config/ns"
|
||||
"gitea.inhome.blapointe.com/local/firestormy/scheduler"
|
||||
"gitea.inhome.blapointe.com/local/logb"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user