From da130e5c98f88a746882c7c7a14c3ca515de950a Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 1 Dec 2019 13:46:45 -0700 Subject: [PATCH] Night theme --- .gitignore | 0 TODO | 0 const.go | 0 oauth2client/client.go | 0 oauth2server/Dockerfile | 0 oauth2server/config/config.go | 0 oauth2server/main.go | 0 oauth2server/server/authorize.go | 0 oauth2server/server/routes.go | 0 oauth2server/server/server.go | 0 oauth2server/server/users.go | 28 ++++++++++++++++++++++++++++ oauth2server/server/verify.go | 0 oauth2test/package_test.go | 0 13 files changed, 28 insertions(+) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 TODO mode change 100644 => 100755 const.go mode change 100644 => 100755 oauth2client/client.go mode change 100644 => 100755 oauth2server/Dockerfile mode change 100644 => 100755 oauth2server/config/config.go mode change 100644 => 100755 oauth2server/main.go mode change 100644 => 100755 oauth2server/server/authorize.go mode change 100644 => 100755 oauth2server/server/routes.go mode change 100644 => 100755 oauth2server/server/server.go mode change 100644 => 100755 oauth2server/server/users.go mode change 100644 => 100755 oauth2server/server/verify.go mode change 100644 => 100755 oauth2test/package_test.go diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/TODO b/TODO old mode 100644 new mode 100755 diff --git a/const.go b/const.go old mode 100644 new mode 100755 diff --git a/oauth2client/client.go b/oauth2client/client.go old mode 100644 new mode 100755 diff --git a/oauth2server/Dockerfile b/oauth2server/Dockerfile old mode 100644 new mode 100755 diff --git a/oauth2server/config/config.go b/oauth2server/config/config.go old mode 100644 new mode 100755 diff --git a/oauth2server/main.go b/oauth2server/main.go old mode 100644 new mode 100755 diff --git a/oauth2server/server/authorize.go b/oauth2server/server/authorize.go old mode 100644 new mode 100755 diff --git a/oauth2server/server/routes.go b/oauth2server/server/routes.go old mode 100644 new mode 100755 diff --git a/oauth2server/server/server.go b/oauth2server/server/server.go old mode 100644 new mode 100755 diff --git a/oauth2server/server/users.go b/oauth2server/server/users.go old mode 100644 new mode 100755 index 73ef6ff..0b472eb --- a/oauth2server/server/users.go +++ b/oauth2server/server/users.go @@ -20,6 +20,20 @@ func (s *Server) usersLog(w http.ResponseWriter, r *http.Request) { q := r.URL.Query() fmt.Fprintln(w, ` +
@@ -36,6 +50,20 @@ func (s *Server) usersRegister(w http.ResponseWriter, r *http.Request) { s.limiter.Wait(r.Context()) fmt.Fprintln(w, ` + diff --git a/oauth2server/server/verify.go b/oauth2server/server/verify.go old mode 100644 new mode 100755 diff --git a/oauth2test/package_test.go b/oauth2test/package_test.go old mode 100644 new mode 100755