gabeio / lissome

simplistic online learning system
MIT License
0 stars 0 forks source link

adjusted the routing to really check regex or bounce more #125

Closed gabeio closed 9 years ago

gabeio commented 9 years ago

moved req.session -> res.locals out of app.ls added user lookup for every request to assure the user wasn't "susspended"/deleted stopped course.ls from using res.locals for everything made course.ls use async more don't report action error just not found fixed some tests for the changes

gabeio commented 9 years ago

this does a blocking user lookup to assure the user hasn't been deleted.