From 8192eee64d346c4e6f285a4383cc777a120fe160 Mon Sep 17 00:00:00 2001 From: Dominic Bosch Date: Thu, 28 Nov 2013 16:04:03 +0100 Subject: [PATCH] Login functionality successfully implemented, switched crypto to crypto-js from google. login.html form loads cryptojs directly from google codebase in order to hash passwords before sending them to the server --- coffee/{user_handler.coffee => request_handler.coffee} | 0 webpages/{ => public}/mobile/index.html | 0 webpages/{ => public}/mobile/style.css | 0 webpages/{ => public}/rulesforge/index.html | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename coffee/{user_handler.coffee => request_handler.coffee} (100%) rename webpages/{ => public}/mobile/index.html (100%) rename webpages/{ => public}/mobile/style.css (100%) rename webpages/{ => public}/rulesforge/index.html (100%) diff --git a/coffee/user_handler.coffee b/coffee/request_handler.coffee similarity index 100% rename from coffee/user_handler.coffee rename to coffee/request_handler.coffee diff --git a/webpages/mobile/index.html b/webpages/public/mobile/index.html similarity index 100% rename from webpages/mobile/index.html rename to webpages/public/mobile/index.html diff --git a/webpages/mobile/style.css b/webpages/public/mobile/style.css similarity index 100% rename from webpages/mobile/style.css rename to webpages/public/mobile/style.css diff --git a/webpages/rulesforge/index.html b/webpages/public/rulesforge/index.html similarity index 100% rename from webpages/rulesforge/index.html rename to webpages/public/rulesforge/index.html