[Mahara-contributors] [Bug 1704887] Re: Add signature.algorithm as config field in the SAML configuration

2017-09-29 Thread Kristina Hoeppner
** Tags added: nomin

** Tags removed: nomin
** Tags added: nominatedfeature

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1704887

Title:
  Add signature.algorithm as config field in the SAML configuration

Status in Mahara:
  Fix Committed

Bug description:
  The default SAML implementation only supports SHA1 at the moment. Some
  IDPs do not allow that anymore. Therefore, a SAML config would need to
  get a line added manually:

  htdocs/auth/saml/config/config.php inside the config array, add
  the following line

  'signature.algorithm' =>
  'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256';

  It would be better if that was more configurable directly on the
  front-end rather than in core code.

  That field could be added to
  /admin/extensions/pluginconfig.php?plugintype=auth=saml

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1704887/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1681952] Re: Group homepage to list all members that have not submitted anything to the group

2017-09-29 Thread Kristina Hoeppner
** Summary changed:

- Group hompage to list all members that have not submitted anything to the 
group
+ Group homepage to list all members that have not submitted anything to the 
group

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1681952

Title:
  Group homepage to list all members that have not submitted anything to
  the group

Status in Mahara:
  Fix Committed

Bug description:
  To allow easier tracking of what group members have not submitted
  anything to the group

  If the group allows submissions and the user can view submissions then
  show the members that have not made submissions.

  Will take the initial code from AUT for the beginning patch

  Things that could be added:

  - pagination / showmore ability
  - a button to populate the 'compose email' screen to allow group admin to 
contact the members

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1681952/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp