aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/models/Access.js (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-27cleaned up some and added a bunch of commentsDennis Eriksen1-14/+12
2013-05-26cleaned up a bitDennis Eriksen1-2/+0
2013-05-25moved and renamed files to match the filesetup we want.Dennis Eriksen1-0/+0
2013-05-24sped things up by not requiring so much dataDennis Eriksen1-1/+1
2013-05-24don't get som many fields.. faster loadingDennis Eriksen1-1/+1
2013-05-24fixed issue #21Dennis Eriksen1-0/+24
2013-05-24added random access link for invited users. now they don't have toDennis Eriksen1-0/+1
2013-05-24made method to collect all users from a bunch of projects at the same timeDennis Eriksen1-0/+17
2013-05-23added loadProject, to load all project participantsDennis Eriksen1-1/+16
2013-05-14added check for permissions as well as check for accessDennis Eriksen1-3/+7
2013-05-14added access priveliges in comments, so we know what they meanDennis Eriksen1-0/+13
2013-05-13edited the checkAccess functionDennis Eriksen1-7/+6
2013-05-13added a method to check user access. might not be used.. :(Dennis Eriksen1-4/+18
2013-04-30renamed files to match model namesDennis Eriksen1-0/+0
2013-04-30removed .populate('user') when we already know the userDennis Eriksen1-1/+0
2013-04-30made a function for returning all accesses for a user including their projectsDennis Eriksen1-5/+20
2013-04-30Added accessscema for project accessDennis Eriksen1-0/+28