summaryrefslogtreecommitdiff
path: root/app/controllers/sessions_controller.rb
AgeCommit message (Collapse)Author
2014-04-27handle what I can of `fgrep -r TODO app lib`Luke Shumaker
2014-04-04Implement the new security mechanismLuke Shumaker
2014-04-03Merge branch 'clean2'shumakl
Conflicts: app/controllers/alerts_controller.rb app/controllers/application_controller.rb app/controllers/matches_controller.rb app/controllers/servers_controller.rb app/controllers/sessions_controller.rb app/controllers/tournaments_controller.rb app/controllers/users_controller.rb app/models/match.rb app/models/team.rb app/models/tournament.rb app/views/sessions/_form.html.erb app/views/sessions/index.html.erb app/views/sessions/index.json.jbuilder app/views/sessions/show.html.erb app/views/sessions/show.json.jbuilder app/views/tournaments/index.html.erb config/routes.rb generate.sh
2014-04-03normalize to tab indentshumakl
2014-04-03run generate.shshumakl
2014-04-03Move things around between users and sessionsshumakl
2014-03-06Merge branch 'master' of http://github.com/LukeShu/leaguerDavisLWebb
Conflicts: app/controllers/sessions_controller.rb app/views/sessions/new.html.erb
2014-03-06noDavisLWebb
2014-03-06login fixed and some views look betterTomer Kimia
2014-03-06Users can now log in with user_name and email but I could not make one text ↵DavisLWebb
box for both
2014-03-05Merge branch 'clean'Luke Shumaker
Conflicts: app/controllers/sessions_controller.rb app/views/sessions/new.html.erb config/routes.rb
2014-03-05make a session model as well as controllerLuke Shumaker
2014-03-04Merge branch 'master' of github.com:LukeShu/leagerLuke Shumaker
Conflicts: app/controllers/sessions_controller.rb
2014-03-04fix SessionsController#createLuke Shumaker
2014-03-04login worksTomer Kimia
2014-03-04signin gives error if user cannot sign inTomer Kimia
2014-03-04simplify the sessions routingLuke Shumaker
2014-03-03small thingsTomer Kimia
2014-03-03More documentation changesDavisLWebb
2014-03-02I changed the user controllerDavisLWebb
2014-03-02THIS SHOULD COMMIT THE SESSION FILESDavisLWebb
2014-03-02currently adding Session controller and viewDavisLWebb