diff --git a/pages/amv/amv.go b/pages/amv/amv.go index ef6f74f5..d23a5488 100644 --- a/pages/amv/amv.go +++ b/pages/amv/amv.go @@ -6,7 +6,7 @@ import ( "github.com/aerogo/aero" "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) // Get a single AMV. diff --git a/pages/anime/anime.go b/pages/anime/anime.go index d5bd9140..1498c6c8 100644 --- a/pages/anime/anime.go +++ b/pages/anime/anime.go @@ -8,7 +8,7 @@ import ( "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/assets" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) const ( diff --git a/pages/animelist/animelist.go b/pages/animelist/animelist.go index f9a98f9a..863506a9 100644 --- a/pages/animelist/animelist.go +++ b/pages/animelist/animelist.go @@ -8,7 +8,7 @@ import ( "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/assets" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" "github.com/animenotifier/notify.moe/utils/infinitescroll" ) diff --git a/pages/character/character.go b/pages/character/character.go index 465357d8..c8a940dd 100644 --- a/pages/character/character.go +++ b/pages/character/character.go @@ -9,7 +9,7 @@ import ( "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/assets" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" "github.com/animenotifier/notify.moe/utils" ) diff --git a/pages/company/company.go b/pages/company/company.go index e9271cae..90207301 100644 --- a/pages/company/company.go +++ b/pages/company/company.go @@ -8,7 +8,7 @@ import ( "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/assets" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" "github.com/animenotifier/notify.moe/utils" ) diff --git a/pages/company/edit.go b/pages/company/edit.go index 09c9cf1a..b32e526f 100644 --- a/pages/company/edit.go +++ b/pages/company/edit.go @@ -7,7 +7,7 @@ import ( "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/assets" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" "github.com/animenotifier/notify.moe/utils/editform" ) diff --git a/pages/frontpage/frontpage.go b/pages/frontpage/frontpage.go index 4b8d4a0c..18c36a13 100644 --- a/pages/frontpage/frontpage.go +++ b/pages/frontpage/frontpage.go @@ -5,7 +5,7 @@ import ( "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/assets" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) // Get ... diff --git a/pages/group/feed.go b/pages/group/feed.go index a2ff6421..d7abe9ae 100644 --- a/pages/group/feed.go +++ b/pages/group/feed.go @@ -6,7 +6,7 @@ import ( "github.com/aerogo/aero" "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) // Feed shows the group front page. diff --git a/pages/group/info.go b/pages/group/info.go index 169244cc..099acebd 100644 --- a/pages/group/info.go +++ b/pages/group/info.go @@ -6,7 +6,7 @@ import ( "github.com/aerogo/aero" "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) // Info shows the group information page. diff --git a/pages/group/members.go b/pages/group/members.go index db91e593..bbe0f6e1 100644 --- a/pages/group/members.go +++ b/pages/group/members.go @@ -6,7 +6,7 @@ import ( "github.com/aerogo/aero" "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) // Members shows the group members. diff --git a/pages/post/post.go b/pages/post/post.go index 821688d7..77cec93d 100644 --- a/pages/post/post.go +++ b/pages/post/post.go @@ -6,7 +6,7 @@ import ( "github.com/aerogo/aero" "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) // Get post. diff --git a/pages/profile/profile.go b/pages/profile/profile.go index 3efaffca..99a14cf8 100644 --- a/pages/profile/profile.go +++ b/pages/profile/profile.go @@ -8,7 +8,7 @@ import ( "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/assets" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" "github.com/animenotifier/notify.moe/utils" ) diff --git a/pages/quote/edit.go b/pages/quote/edit.go index 5b57e465..0adfe204 100644 --- a/pages/quote/edit.go +++ b/pages/quote/edit.go @@ -3,7 +3,7 @@ package quote import ( "net/http" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" "github.com/aerogo/aero" "github.com/animenotifier/notify.moe/arn" diff --git a/pages/quote/quote.go b/pages/quote/quote.go index a0f7d702..117912a5 100644 --- a/pages/quote/quote.go +++ b/pages/quote/quote.go @@ -7,7 +7,7 @@ import ( "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/assets" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) // Get quote. diff --git a/pages/soundtrack/edit.go b/pages/soundtrack/edit.go index 20f91e97..24b582da 100644 --- a/pages/soundtrack/edit.go +++ b/pages/soundtrack/edit.go @@ -4,7 +4,7 @@ import ( "net/http" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" "github.com/animenotifier/notify.moe/utils/editform" "github.com/aerogo/aero" diff --git a/pages/soundtrack/lyrics.go b/pages/soundtrack/lyrics.go index 000815ce..8113dfdf 100644 --- a/pages/soundtrack/lyrics.go +++ b/pages/soundtrack/lyrics.go @@ -6,7 +6,7 @@ import ( "github.com/aerogo/aero" "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" "github.com/animenotifier/notify.moe/utils" ) diff --git a/pages/soundtrack/soundtrack.go b/pages/soundtrack/soundtrack.go index 216dcbdf..754d3d50 100644 --- a/pages/soundtrack/soundtrack.go +++ b/pages/soundtrack/soundtrack.go @@ -6,7 +6,7 @@ import ( "github.com/aerogo/aero" "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) // Get track. diff --git a/pages/thread/thread.go b/pages/thread/thread.go index 04f11766..0aacf72d 100644 --- a/pages/thread/thread.go +++ b/pages/thread/thread.go @@ -6,7 +6,7 @@ import ( "github.com/aerogo/aero" "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/components" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) // Get thread. diff --git a/server/Main.go b/server/Main.go index 86f6b2b0..9969ded8 100644 --- a/server/Main.go +++ b/server/Main.go @@ -1,5 +1,6 @@ package server +// Main runs the main loop of the web server. func Main() { app := New() app.Run() diff --git a/server/New.go b/server/New.go index 664b2a79..abdbfd25 100644 --- a/server/New.go +++ b/server/New.go @@ -9,15 +9,16 @@ import ( "github.com/akyoto/color" "github.com/animenotifier/notify.moe/arn" "github.com/animenotifier/notify.moe/assets" - "github.com/animenotifier/notify.moe/auth" - "github.com/animenotifier/notify.moe/graphql" - "github.com/animenotifier/notify.moe/middleware" "github.com/animenotifier/notify.moe/pages" + "github.com/animenotifier/notify.moe/server/auth" + "github.com/animenotifier/notify.moe/server/graphql" + "github.com/animenotifier/notify.moe/server/https" + "github.com/animenotifier/notify.moe/server/middleware" "github.com/animenotifier/notify.moe/utils/htmlemail" - "github.com/animenotifier/notify.moe/utils/https" "github.com/animenotifier/notify.moe/utils/routetests" ) +// New creates a new web server. func New() *aero.Application { app := aero.New() diff --git a/auth/Facebook.go b/server/auth/Facebook.go similarity index 100% rename from auth/Facebook.go rename to server/auth/Facebook.go diff --git a/auth/Google.go b/server/auth/Google.go similarity index 100% rename from auth/Google.go rename to server/auth/Google.go diff --git a/auth/Install.go b/server/auth/Install.go similarity index 100% rename from auth/Install.go rename to server/auth/Install.go diff --git a/auth/Logout.go b/server/auth/Logout.go similarity index 100% rename from auth/Logout.go rename to server/auth/Logout.go diff --git a/auth/Twitter.go b/server/auth/Twitter.go similarity index 100% rename from auth/Twitter.go rename to server/auth/Twitter.go diff --git a/graphql/graphql.go b/server/graphql/graphql.go similarity index 100% rename from graphql/graphql.go rename to server/graphql/graphql.go diff --git a/utils/https/Configure.go b/server/https/Configure.go similarity index 100% rename from utils/https/Configure.go rename to server/https/Configure.go diff --git a/middleware/HTTPSRedirect.go b/server/middleware/HTTPSRedirect.go similarity index 100% rename from middleware/HTTPSRedirect.go rename to server/middleware/HTTPSRedirect.go diff --git a/middleware/IPToHost.go b/server/middleware/IPToHost.go similarity index 100% rename from middleware/IPToHost.go rename to server/middleware/IPToHost.go diff --git a/middleware/Layout.go b/server/middleware/Layout.go similarity index 100% rename from middleware/Layout.go rename to server/middleware/Layout.go diff --git a/middleware/Log.go b/server/middleware/Log.go similarity index 100% rename from middleware/Log.go rename to server/middleware/Log.go diff --git a/middleware/OpenGraph.go b/server/middleware/OpenGraph.go similarity index 100% rename from middleware/OpenGraph.go rename to server/middleware/OpenGraph.go diff --git a/middleware/Recover.go b/server/middleware/Recover.go similarity index 100% rename from middleware/Recover.go rename to server/middleware/Recover.go diff --git a/middleware/Session.go b/server/middleware/Session.go similarity index 100% rename from middleware/Session.go rename to server/middleware/Session.go diff --git a/middleware/UserInfo.go b/server/middleware/UserInfo.go similarity index 100% rename from middleware/UserInfo.go rename to server/middleware/UserInfo.go diff --git a/utils/README.md b/utils/README.md new file mode 100644 index 00000000..2f47c416 --- /dev/null +++ b/utils/README.md @@ -0,0 +1,3 @@ +# utils + +This folder should be deleted in future versions. diff --git a/utils/page/page.go b/utils/page/page.go index 60daf08e..ca1169b1 100644 --- a/utils/page/page.go +++ b/utils/page/page.go @@ -2,7 +2,7 @@ package page import ( "github.com/aerogo/aero" - "github.com/animenotifier/notify.moe/middleware" + "github.com/animenotifier/notify.moe/server/middleware" ) // Get registers a layout rendered route and a contents-only route.