Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / models.py @ 062c970c

History | View | Annotate | Download (10.1 kB)

# Date Author Comment
09e7393c 04/24/2012 01:09 pm Sofia Papagiannaki

remove has_signed_terms utility, introduce AstakosUser signed_terms function instead

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...
d37e4e21 04/10/2012 04:13 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/astakos into 0.5

Conflicts:
snf-astakos-app/astakos/im/models.py
snf-astakos-app/astakos/im/views.py

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

add support for groups

6c736ed7 04/04/2012 01:43 pm Kostas Papadimitriou

Safe imports

include required queue imports only if QUEUE_CONNECTION is set

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

change authentication methods: progress I

9e19989d 03/26/2012 12:43 pm Sofia Papagiannaki

bug fixing

Refs: #1824

4c0174a9 03/26/2012 12:01 pm Sofia Papagiannaki

missing import

270dd48d 03/21/2012 03:35 pm Sofia Papagiannaki

Force user to accept service terms

Refs: #2019

809b6d11 03/12/2012 06:06 pm Sofia Papagiannaki

change exchange

Refs: #1824

68cb6899 03/12/2012 02:13 pm Sofia Papagiannaki

merge with master: fix conflicts

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

ebd369d0 03/09/2012 03:05 pm Sofia Papagiannaki

merge with master

3a9f4931 03/05/2012 11:52 am Sofia Papagiannaki

integration with aquarium: Progress III & merge master

Refs: #1824

660c7a4f 03/05/2012 11:34 am Sofia Papagiannaki

integration with aquarium: Progress II

Refs: #1824

9c01d9d1 03/02/2012 04:50 pm Sofia Papagiannaki

integration with aquarium progress I

Refs: #1824

27993be5 02/23/2012 05:36 pm Kostas Papadimitriou

Repo refactor and webproject hooks fixes