Re: [Mugle-dev] Policy decision: Full names

2011-05-25 Thread Scott Ritchie
That sounds good, i think we had initially set it to private for privacy reasons. On Wed, May 25, 2011 at 8:44 PM, Matt Giuca matt.gi...@gmail.com wrote: Hi, I was under the impression that we would show users full names publicly. However, that doesn't seem to be the case; the public view

[Mugle-dev] Active version gets cleared

2011-05-25 Thread Matt Giuca
I am really confused about this. https://bugs.launchpad.net/mugle/+bug/788075 Is there some weird bug going on in the bowels of the database layer? I doubt I could have screwed up on the UI, and that's all the code I changed. In GameEditBuilder, I added:

Re: [Mugle-dev] Active version gets cleared

2011-05-25 Thread Matt Giuca
Never mind, I figured it out and worked around it (hackily). https://bugs.launchpad.net/mugle/+bug/788075 -- Mailing list: https://launchpad.net/~mugle-dev Post to : mugle-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~mugle-dev More help : https://help.launchpad.net/ListHelp

Re: [Mugle-dev] Active version gets cleared

2011-05-25 Thread Prageeth Silva
OK, let me know if you want me to check on it. I'll be online for a while. -- *Prageeth Silva* -- Mailing list: https://launchpad.net/~mugle-dev Post to : mugle-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~mugle-dev More help : https://help.launchpad.net/ListHelp

Re: [Mugle-dev] Active version gets cleared

2011-05-25 Thread Prageeth Silva
Just got home a little while ago. OK I'll check on this since it's critical. On Wed, May 25, 2011 at 9:57 PM, Matt Giuca matt.gi...@gmail.com wrote: I am really confused about this. https://bugs.launchpad.net/mugle/+bug/788075 Is there some weird bug going on in the bowels of the database

Re: [Mugle-dev] Active version gets cleared

2011-05-25 Thread Matt Giuca
No but ... never mind. It's no longer critical. -- Mailing list: https://launchpad.net/~mugle-dev Post to : mugle-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~mugle-dev More help : https://help.launchpad.net/ListHelp

[Mugle-dev] [Bug 788083] Re: Anyone can request private games for a given devteam

2011-05-25 Thread Matt Giuca
** Description changed: Currently, the DevTeamService.getGames has a boolean to ask for public or private. This is necessary because the dev team edit page contains the full list. Note that since we have no security on viewing things at - all (pretty much), there is no point fixing this

Re: [Mugle-dev] [Bug 788083] Re: Anyone can request private games for a given devteam

2011-05-25 Thread Scott Ritchie
I think implementing the security properly would solve a lot of the bugs we currently have. I just wish i had the time to sit down for a few hours and do it. On Wed, May 25, 2011 at 11:11 PM, Matt Giuca 788...@bugs.launchpad.netwrote: ** Description changed: Currently, the

[Mugle-dev] [Bug 779015] Re: Client can write back modified primary key

2011-05-25 Thread Matt Giuca
Is this actually a problem? I think the fact that the client has access to the primary key is the wrong thing to focus on. Obviously the client can write back anything they want -- if there is a security problem, it's that the server will let clients write to objects (based on primary key) that

[Mugle-dev] [Bug 786016] Re: Direct Access to Services from client side

2011-05-25 Thread Matt Giuca
Can someone figure out if this is still an issue? I don't want old bugs lying around if they are not real concerns. -- You received this bug notification because you are a member of MUGLE Developers, which is a direct subscriber. https://bugs.launchpad.net/bugs/786016 Title: Direct Access to

Re: [Mugle-dev] [Bug 786016] Re: Direct Access to Services from client side

2011-05-25 Thread Scott Ritchie
I dont think, this is a non-issue, once security is implemented properly. On Wed, May 25, 2011 at 11:32 PM, Matt Giuca 786...@bugs.launchpad.netwrote: Can someone figure out if this is still an issue? I don't want old bugs lying around if they are not real concerns. -- You received this bug

[Mugle-dev] [Bug 779015] Re: Client can write back modified primary key

2011-05-25 Thread Prageeth Silva
Yes this is no longer valid as long as our permission system works properly. -- You received this bug notification because you are a member of MUGLE Developers, which is a direct subscriber. https://bugs.launchpad.net/bugs/779015 Title: Client can write back modified primary key Status in

[Mugle-dev] [Bug 779015] Re: Client can write back modified primary key

2011-05-25 Thread Matt Giuca
** Changed in: mugle Status: Triaged = Invalid -- You received this bug notification because you are a member of MUGLE Developers, which is a direct subscriber. https://bugs.launchpad.net/bugs/779015 Title: Client can write back modified primary key Status in Melbourne University

[Mugle-dev] [Bug 786876] Re: Almost all data access is given private privileges

2011-05-25 Thread Matt Giuca
As of trunk r435, this is fixed for DevTeam and Game (which were needed for other bugs). Remaining services: Achievement, GameFile, GameVersion, KeyValuePair. -- You received this bug notification because you are a member of MUGLE Developers, which is a direct subscriber.

[Mugle-dev] MUGLE 0.1 release

2011-05-25 Thread Matt Giuca
Well, that's it. I've ticked off every single bug that we had milestoned. MUGLE is now pretty darn usable, and somewhat secure :) A user should now be able to (once given a dev team), navigate around all of the necessary UI to view and edit (where authorized) all of the games, teams and users.

Re: [Mugle-dev] MUGLE 0.1 release

2011-05-25 Thread Matt Giuca
The list of bugs fixed is here: https://launchpad.net/mugle/+milestone/0.1 -- Mailing list: https://launchpad.net/~mugle-dev Post to : mugle-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~mugle-dev More help : https://help.launchpad.net/ListHelp

Re: [Mugle-dev] MUGLE 0.1 release

2011-05-25 Thread Jens Pfau
Nice :) I am curious how it looks like now. On Thu, May 26, 2011 at 11:23 AM, Matt Giuca matt.gi...@gmail.com wrote: The list of bugs fixed is here: https://launchpad.net/mugle/+milestone/0.1 -- Mailing list: https://launchpad.net/~mugle-dev Post to : mugle-dev@lists.launchpad.net

[Mugle-dev] [Bug 788425] [NEW] User can change URLname to that of another user

2011-05-25 Thread Matt Giuca
*** This bug is a security vulnerability *** Private security bug reported: It is possible for two users to have the same URLname. Check this and block it. ** Affects: mugle Importance: Critical Assignee: Matt Giuca (mgiuca) Status: In Progress ** Tags: datastore **

[Mugle-dev] [Bug 788425] Re: User can change URLname to that of another user

2011-05-25 Thread Launchpad Bug Tracker
** Branch linked: lp:mugle -- You received this bug notification because you are a member of MUGLE Developers, which is a direct subscriber. https://bugs.launchpad.net/bugs/788425 Title: User can change URLname to that of another user Status in Melbourne University Game-based Learning

[Mugle-dev] [Bug 788425] Re: User can change URLname to that of another user

2011-05-25 Thread Matt Giuca
Fixed in trunk r451. ** Changed in: mugle Status: In Progress = Fix Committed -- You received this bug notification because you are a member of MUGLE Developers, which is a direct subscriber. https://bugs.launchpad.net/bugs/788425 Title: User can change URLname to that of another user

[Mugle-dev] [Bug 788425] Re: User can change URLname to that of another user

2011-05-25 Thread Matt Giuca
** Changed in: mugle Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of MUGLE Developers, which is a direct subscriber. https://bugs.launchpad.net/bugs/788425 Title: User can change URLname to that of another user Status in Melbourne

[Mugle-dev] [Bug 786685] Re: GameToken is visible to users who don't own the game

2011-05-25 Thread Matt Giuca
** Changed in: mugle Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of MUGLE Developers, which is a direct subscriber. https://bugs.launchpad.net/bugs/786685 Title: GameToken is visible to users who don't own the game Status in

[Mugle-dev] [Bug 786594] Re: Upload service does not check permissions

2011-05-25 Thread Matt Giuca
** Changed in: mugle Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of MUGLE Developers, which is a direct subscriber. https://bugs.launchpad.net/bugs/786594 Title: Upload service does not check permissions Status in Melbourne

Re: [Mugle-dev] MUGLE 0.1 release

2011-05-25 Thread Matt Giuca
OK, it is released. http://mugle-app.appspot.com/ I have added everyone on this list to the Staff team, so you can upload games if you wish. Any game you upload will be private by default, so feel free to do so (but don't check public for now; we just want the student's games to appear in the