Age | Commit message (Expand) | Author |
2014-04-06 | User.permission_bits: return 2^n instead of n for each. | Luke Shumaker |
2014-04-06 | make editing user permissions work | Luke Shumaker |
2014-04-05 | Merge branch 'master' of https://github.com/LukeShu/leaguer | guntasgrewal |
2014-04-05 | Match status 1 page | guntasgrewal |
2014-04-05 | Updated Settings, renaming, tournament views and misc. | AndrewMurrell |
2014-04-04 | Merge branch 'master' into luke | Luke Shumaker |
2014-04-04 | Implement the new security mechanism | Luke Shumaker |
2014-04-03 | Merge branch 'master' of https://github.com/LukeShu/Leaguer | DavisLWebb |
2014-04-03 | Captcha | DavisLWebb |
2014-04-03 | Use the null object pattern for current_user when not logged in | shumakl |
2014-04-03 | fix login with tokens belonging to sessions | shumakl |
2014-04-03 | normalize to tab indent | shumakl |
2014-03-07 | tournaments table is better | Tomer Kimia |
2014-03-07 | I think I fixed the issue with permissions. | AndrewMurrell |
2014-03-06 | add all the has_and_belongs_to_many relations | Luke Shumaker |
2014-03-06 | let anyone always create a tourney | Luke Shumaker |
2014-03-06 | fix thing again | Luke Shumaker |
2014-03-06 | Fixed some merge errors in show.html.erb | AndrewMurrell |
2014-03-06 | Redirection works as does the close tournament button. | AndrewMurrell |
2014-03-06 | fix the has_and_belongs_to_many relations | Luke Shumaker |
2014-03-06 | use had_and_belongs_to_many | Luke Shumaker |
2014-03-06 | fix joining a tournament | Luke Shumaker |
2014-03-06 | Merge branch 'master2' | Luke Shumaker |
2014-03-06 | implement tournament joining | Luke Shumaker |
2014-03-06 | Here's Luke's stuff because he doesn't have wifi. | AndrewMurrell |
2014-03-05 | User model: implement #join_groups and #leave_groups | Luke Shumaker |
2014-03-05 | User model: implement #in_group? | Luke Shumaker |
2014-03-04 | Changed some username validation stuff | DavisLWebb |
2014-03-04 | oops | Luke Shumaker |
2014-03-04 | foo | Luke Shumaker |
2014-03-04 | fix typos in comments | Luke Shumaker |
2014-03-03 | app/models/user.rb: indent | Luke Shumaker |
2014-03-03 | More documentation changes | DavisLWebb |
2014-03-03 | DOCUMENTATION FOR USER.RB | DavisLWebb |
2014-03-03 | I added a lot of documentation to user.rb | DavisLWebb |
2014-03-02 | I changed the user controller | DavisLWebb |
2014-03-02 | Added Session controller and helper. Also update user to have a remember_token | DavisLWebb |
2014-03-01 | user model | DavisLWebb |