Rework and feature parity to existing site
authorchapel <jacob.chapel@gmail.com>
Sat, 19 Nov 2011 18:26:11 +0000 (10:26 -0800)
committerchapel <jacob.chapel@gmail.com>
Sat, 19 Nov 2011 18:26:11 +0000 (10:26 -0800)
commite737e160b837280f1a3d5d3790745dc4523dd92f
tree895c5c5c912c51b3c78df1abfef4d66ab17ece0a
parent516e1abc44f72d556e22b66b8b292e4a83e16518
Rework and feature parity to existing site
 - Reworked the routing system to use a more dynamic approach
 - Moved most of the duplicate code into distinct functions
 - Add login functionality and continual checks if a user is logged in
 - Add register functionality as well as activation
 - Add course creation and proper authorization handling server side
 - Add lecture creation and proper authorization handling server side
 - Add note creation and proper authorization handling server side
 - Add resetpassword functionality
 - Add jquery 1.7 minified file
 - Various tweaks and improvements
app.js
models.js
public/index.html
public/index2.html [deleted file]
public/index_old.html [new file with mode: 0644]
public/javascripts/jquery.min.js
public/javascripts/main.js
public/javascripts/main2.js [deleted file]
public/javascripts/main_old.js [new file with mode: 0644]