summaryrefslogtreecommitdiff
path: root/app/models/user.rb
AgeCommit message (Expand)Author
2014-07-10Port to JRubyLuke Shumaker
2014-07-09clean up some styles and form stuffLuke Shumaker
2014-07-09disallow spaces in usernamesLuke Shumaker
2014-07-07add AGPL copyright header to all non-trivial non-generated filesLuke Shumaker
2014-04-29clean up permission systemLuke Shumaker
2014-04-29Validate everything that I can.Luke Shumaker
2014-04-26prelim bracket controltkimia
2014-04-25Make User#{find,get,set}_remote_username symetric with get/setLuke Shumaker
2014-04-25Touch up s/scores/statistics/Luke Shumaker
2014-04-24Fixed Spacing, Scoring, and began implementing statisticsAndrewMurrell
2014-04-23Luke made the remote_username stuff workDavisLWebb
2014-04-23You can't access helpers.current_user in models.Luke Shumaker
2014-04-22Figured out mailboxer for sending pms and updated individual message view.nfoy
2014-04-22Initial mailboxer settings.nfoy
2014-04-20add convenience methods for accessing user.remote_usernamesLuke Shumaker
2014-04-20add the "has_many :remote_usernames" relation to the user modelLuke Shumaker
2014-04-19Set the default user permissions in the model instead of controllerLuke Shumaker
2014-04-07Matches move forward moreguntasgrewal
2014-04-06holy shit matches actually move forwardguntasgrewal
2014-04-06User.permission_bits: return 2^n instead of n for each.Luke Shumaker
2014-04-06make editing user permissions workLuke Shumaker
2014-04-05Merge branch 'master' of https://github.com/LukeShu/leaguerguntasgrewal
2014-04-05Match status 1 pageguntasgrewal
2014-04-05Updated Settings, renaming, tournament views and misc.AndrewMurrell
2014-04-04Merge branch 'master' into lukeLuke Shumaker
2014-04-04Implement the new security mechanismLuke Shumaker
2014-04-03Merge branch 'master' of https://github.com/LukeShu/LeaguerDavisLWebb
2014-04-03CaptchaDavisLWebb
2014-04-03Use the null object pattern for current_user when not logged inshumakl
2014-04-03fix login with tokens belonging to sessionsshumakl
2014-04-03normalize to tab indentshumakl
2014-03-07tournaments table is betterTomer Kimia
2014-03-07I think I fixed the issue with permissions.AndrewMurrell
2014-03-06add all the has_and_belongs_to_many relationsLuke Shumaker
2014-03-06let anyone always create a tourneyLuke Shumaker
2014-03-06fix thing againLuke Shumaker
2014-03-06Fixed some merge errors in show.html.erbAndrewMurrell
2014-03-06Redirection works as does the close tournament button.AndrewMurrell
2014-03-06fix the has_and_belongs_to_many relationsLuke Shumaker
2014-03-06use had_and_belongs_to_manyLuke Shumaker
2014-03-06fix joining a tournamentLuke Shumaker
2014-03-06Merge branch 'master2'Luke Shumaker
2014-03-06implement tournament joiningLuke Shumaker
2014-03-06Here's Luke's stuff because he doesn't have wifi.AndrewMurrell
2014-03-05User model: implement #join_groups and #leave_groupsLuke Shumaker
2014-03-05User model: implement #in_group?Luke Shumaker
2014-03-04Changed some username validation stuffDavisLWebb
2014-03-04oopsLuke Shumaker
2014-03-04fooLuke Shumaker
2014-03-04fix typos in commentsLuke Shumaker