Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / functions.py @ 28252c7f

History | View | Annotate | Download (11.6 kB)

# Date Author Comment
6ff7a7ca 08/03/2012 01:02 pm Sofia Papagiannaki

named reverse urls

eedb3923 07/31/2012 04:03 pm Sofia Papagiannaki

Preserve local password for shibboleth users

Bug #2535

142e3647 07/31/2012 03:26 pm Sofia Papagiannaki

call ``send_greeting`` from ``switch_account_to_shibboleth`` instead of ``activate`` view

23b9b72f 07/31/2012 03:14 pm Sofia Papagiannaki

rewrite ``activate`` view

a0be6a0c 07/31/2012 02:00 pm Sofia Papagiannaki

Send helpdesk notification on account activation

Refs: #2674

35f8ccf1 06/01/2012 05:40 pm Sofia Papagiannaki

Merge branch 'refs/heads/0.6'

Conflicts:
docs/source/backends.rst
docs/source/conf.py
docs/source/devguide.rst

c9e378c7 05/31/2012 02:52 pm Sofia Papagiannaki

Configurable enable/disable additional logging

Refs: #2448

111f3da6 05/31/2012 12:04 pm Sofia Papagiannaki

Log main astakos functions

Refs: #2448

751d24cf 05/30/2012 01:38 pm Sofia Papagiannaki

Register the date a user activation email sent and reset it when the user becomes active (for future use)

This field can have the following values:
  • epoch: signifies the user has been created before adding the specific field (so we have no actually information whether an activation email has been sent or not)...
57d65473 05/09/2012 08:01 pm Sofia Papagiannaki

change next parameter to index page in activate url

49790d9d 05/07/2012 12:29 pm Sofia Papagiannaki

Provide email change mechanism

Refs: #2363

27e26a41 04/26/2012 01:35 pm Sofia Papagiannaki

handle AstakosUser model validation error

0a569195 04/21/2012 11:00 pm Sofia Papagiannaki

ask acknowledgment for switching local account to shibboleth one

  • unique email and is_active combination (use django model validation)
  • use different template for rendering shibboleth signup form
  • do not show groups in profile page
  • do not show provider in third-party signup forms...
4e30244e 04/09/2012 05:26 pm Sofia Papagiannaki

support shibboleth with invitations & enable modifyuser command to remove a user group

Refs: #2167

18ffbee1 04/07/2012 06:36 pm Sofia Papagiannaki

add support for groups

8f5a3a06 04/03/2012 02:35 pm Sofia Papagiannaki

change authentication methods: progress I

067961d3 03/16/2012 01:40 pm Sofia Papagiannaki

Merge branch 'master' into aquarium

Conflicts:
snf-astakos-app/Changelog
snf-astakos-app/README
snf-astakos-app/astakos/im/api.py
snf-astakos-app/astakos/im/backends.py
snf-astakos-app/astakos/im/context_processors.py
snf-astakos-app/astakos/im/functions.py...

c37263ea 03/15/2012 12:25 pm Sofia Papagiannaki

more changes in email templates

683cf244 03/14/2012 05:14 pm Sofia Papagiannaki

change signup flow, remove activateuser command and introduce sendactivation command

4abc7b29 03/13/2012 05:05 pm Sofia Papagiannaki

change email templates

59f598f1 03/12/2012 02:00 pm Sofia Papagiannaki

add creditevent listener to set user ``has_credits`` flag and pass the information to ``authenticate`` response

Refs: #1824

fc28d013 02/24/2012 02:08 pm Sofia Papagiannaki

fix bugs

  • welcome_email.txt template location
  • in activateuser do not change user's state in case of send_email failure
  • fix inviteuser
27993be5 02/23/2012 05:36 pm Kostas Papadimitriou

Repo refactor and webproject hooks fixes