[Mahara-contributors] [Bug 1203801] [NEW] Submitting pages from a group

2013-07-22 Thread Marylena Sevigney
Public bug reported: Hi Again, I have one more request for groups. It would be great if one could submit a page or collection from one group to another group. For example, I am setting up groups for departments. And these groups will act as a central repository from which faculty can create

[Mahara-contributors] [Bug 1158625] Re: Make profile information not avaialble for public when not shared

2013-07-22 Thread Aaron Wells
In order to avoid a username enumeration vulnerability on this, we should make sure that the message you see when trying to access a profile page you don't have access to, is the same as the message you see when trying to access a profile page that doesn't exist. This is especially true when clean

[Mahara-contributors] [Bug 1203924] [NEW] Bruteforce user enumeration vuln in password reset screen

2013-07-22 Thread Aaron Wells
*** This bug is a security vulnerability *** Public security bug reported: A user enumeration vulnerability means that an attacker can get a list of legal usernames and/or email addresses from the site. A bruteforce user enumeration vulnerability means that if they have a list of potential

[Mahara-contributors] [Bug 1203924] Re: Bruteforce user enumeration vuln in password reset screen

2013-07-22 Thread Aaron Wells
As for solutions, here are a few possible ones: A. Add a limit to the number of password reset attempts (or at least unsuccessful password reset attempts) that can come from a particular IP address every 5 minutes. (Much like the limit on login attempts per 5 minutes) B. Add a Captcha mechanism

[Mahara-contributors] [Bug 1203924] Re: Bruteforce user enumeration vuln in password reset screen

2013-07-22 Thread Aaron Wells
I'm considering this one a relatively low priority because: 1. It's bruteforce user enumeration, which means you already have to have some idea of which ones are present. 2. There's already a much more direct user enumeration attack available in Mahara:

[Mahara-contributors] [Bug 1171310] A change has been merged

2013-07-22 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2363 Committed: http://gitorious.org/mahara/mahara/commit/e1c7c71abfb3ffba032b182f5edf3adbf45f52d6 Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:1.7_STABLE commit e1c7c71abfb3ffba032b182f5edf3adbf45f52d6 Author: Robert Lyon

[Mahara-contributors] [Bug 1171310] A change has been merged

2013-07-22 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2365 Committed: http://gitorious.org/mahara/mahara/commit/2ed992d331c733ab0bc96fdce1931fe6c5f30e1c Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:1.5_STABLE commit 2ed992d331c733ab0bc96fdce1931fe6c5f30e1c Author: Robert Lyon

[Mahara-contributors] [Bug 1171310] A change has been merged

2013-07-22 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2364 Committed: http://gitorious.org/mahara/mahara/commit/1b5babb00de1091568265797128b19aaf1a7c578 Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:1.6_STABLE commit 1b5babb00de1091568265797128b19aaf1a7c578 Author: Robert Lyon

[Mahara-contributors] [Bug 1171310] Re: Can bypass comment moderation by editing a comment

2013-07-22 Thread Aaron Wells
** Changed in: mahara/1.5 Status: In Progress = Fix Committed ** Changed in: mahara/1.6 Status: In Progress = Fix Committed ** Changed in: mahara/1.7 Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Mahara Contributors,

[Mahara-contributors] [Bug 1203948] [NEW] some users unable to login and they have to click on forgot password for many times if they want to login because the password that they input never let them

2013-07-22 Thread lia yuliana
Public bug reported: some users unable to login and they have to click on forgot password for many times if they want to login because the password that they input never let them login even they make it correctly. please help me what should i do to fix it thanks ** Affects: mahara

[Mahara-contributors] [Bug 1203957] [NEW] reviews.mahara.org login screen lacks CSS styling

2013-07-22 Thread Aaron Wells
Public bug reported: Today I upgraded reviews.mahara.org to gerrit 2.6.1, in order to make use of the several improvements in gerrit from 2.5 to 2.6. However, it turns out there is one very visible, though purely cosmetic, regression from 2.5 to 2.6. The OpenID login, which used to be a popup

[Mahara-contributors] [Bug 1203957] Re: reviews.mahara.org login screen lacks CSS styling

2013-07-22 Thread Aaron Wells
It looks like the page is including our custom header and footer HTML snippets, however. So, it's possible that we may be able to implement a workaround by putting some CSS code into those. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed

[Mahara-contributors] [Bug 1191605] Re: blocktype/externalfeed/lib.php throws array_chunk errors

2013-07-22 Thread Aaron Wells
What $data was being passed in, that had count($data) 0, but false===is_array($data) ? -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members

[Mahara-contributors] [Bug 1180194] Re: Changing the auth method requires info about remoteuser getting lost

2013-07-22 Thread Aaron Wells
Catching up on my code reviews, I noticed some problems in how the database API was used in this patch. I've added a newer patch of my own which corrects the problem: https://reviews.mahara.org/2366 ** Changed in: mahara Status: Fix Committed = In Progress -- You received this bug

[Mahara-contributors] [Bug 1203965] [NEW] Increase umber of characters in collection tabs

2013-07-22 Thread Dirk Meyer
Public bug reported: The length of characters displayed in a collection's navigation tabs presently cuts of at 20 characters. This is often not sufficient to display longer, more discriptive titles of pages. Master, Ubuntu, Postgres, FF ** Affects: mahara Importance: Undecided