Age | Commit message (Expand) | Author |
2014-04-26 | prelim bracket control | tkimia |
2014-04-25 | Make User#{find,get,set}_remote_username symetric with get/set | Luke Shumaker |
2014-04-25 | Touch up s/scores/statistics/ | Luke Shumaker |
2014-04-24 | Fixed Spacing, Scoring, and began implementing statistics | AndrewMurrell |
2014-04-23 | Luke made the remote_username stuff work | DavisLWebb |
2014-04-23 | You can't access helpers.current_user in models. | Luke Shumaker |
2014-04-22 | Figured out mailboxer for sending pms and updated individual message view. | nfoy |
2014-04-22 | Initial mailboxer settings. | nfoy |
2014-04-20 | add convenience methods for accessing user.remote_usernames | Luke Shumaker |
2014-04-20 | add the "has_many :remote_usernames" relation to the user model | Luke Shumaker |
2014-04-19 | Set the default user permissions in the model instead of controller | Luke Shumaker |
2014-04-07 | Matches move forward more | guntasgrewal |
2014-04-06 | holy shit matches actually move forward | guntasgrewal |
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 |