Statistics
| Branch: | Tag: | Revision:

root / pithos / im @ 618d7e05

# Date Author Comment
618d7e05 11/25/2011 01:34 pm Sofia Papagiannaki

fix erroneous commit

a7bdef13 11/25/2011 01:07 pm Sofia Papagiannaki

redirect to profile page from prepare_response instead of shibboleth target

Refs: #1584

0778f7e1 11/24/2011 04:57 pm Sofia Papagiannaki

redirect to profile page from prepare_response instead of each target

Refs: #1584

184f4cd5 11/24/2011 02:18 pm Sofia Papagiannaki

redirect to profile page from twitter

Refs: #1584

b4c241e6 11/24/2011 02:04 pm Sofia Papagiannaki

Profile page after login

- enable/disable by setting FORCE_PROFILE_UPDATE
- db migration add_field_user_is_verified
- change template inheritance

Refs: #1584

0c581627 11/23/2011 03:38 pm Sofia Papagiannaki

incorporate south

Refs: #1680

1998b092 11/22/2011 02:05 pm Sofia Papagiannaki

export users list

Refs: #1666

0dadf7b2 11/22/2011 01:43 pm Sofia Papagiannaki

admin tab invitations with export capability

Refs: #1666

c08d0b66 11/22/2011 11:38 am Antony Chazapis

Apply im module selection in urls.

Refs #1584

07c37c5a 11/21/2011 06:46 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

bea9e009 11/21/2011 06:45 pm Sofia Papagiannaki

enable/disable identity modules via settings

Refs: #1584

c9972f0f 11/21/2011 04:39 pm Antony Chazapis

Use the full URI at invitation targets.

Fixes #1634

c87e9e59 11/17/2011 11:07 am Sofia Papagiannaki

include inviter's email in invitation text

Refs: #1661

a7ae042e 11/17/2011 11:06 am Sofia Papagiannaki

refine forgot password mechanism & get baseurl from the request instead of settings

Refs: #1584

91560b09 11/16/2011 02:21 pm Sofia Papagiannaki

Do not pass on user and token if on the same server.

Refs #1634

29ab141c 11/15/2011 11:36 am Antony Chazapis

Fix im settings.

a48a3a6f 11/15/2011 09:27 am Antony Chazapis

Connect admin interface with backend for getting/setting quotas.

Fixes #1582

c21471e9 11/14/2011 03:59 pm Sofia Papagiannaki

Fixes: #1637

bee5ffa6 11/14/2011 03:58 pm Sofia Papagiannaki

Support local accounts & recover password

Refs: #1584

39fc9e8d 11/10/2011 01:26 pm Antony Chazapis

Fix invite error handling.

ab5c2b55 11/09/2011 10:33 am Antony Chazapis

Admin user fixture.

d26b7794 11/07/2011 06:49 pm Antony Chazapis

Fix dummy login target.

9afb87c8 11/07/2011 12:04 pm Antony Chazapis

Fix invitations.

26986f1c 11/07/2011 11:35 am Antony Chazapis

Users that log in, are at invitations level 0.

390c4b88 11/02/2011 03:58 pm Giorgos Verigakis

Invitations improvements

  • Resend email on duplicate emails without
    creating a new invitation.
  • Return the list of sent invitations on the
    API call.
  • Move invitation levels to settings

Refs #1588
Refs #1599

84a3513b 10/28/2011 12:07 am Antony Chazapis

Fix dummy login target.

54c749ec 10/27/2011 11:43 pm Antony Chazapis

Dummy login target, that will only redirect if the cookie is set.

5415afea 10/27/2011 06:19 pm Giorgos Verigakis

Check for token validity instead of existence

10854362 10/27/2011 05:57 pm Giorgos Verigakis

Merge branch 'master' of https://code.grnet.gr/git/pithos into invitations

Conflicts:
pithos/im/models.py

9a43d4b9 10/27/2011 04:48 pm Giorgos Verigakis

Invitation improvements

Create the appropriate level and invitations when
a user is created.

Refs #1459

2d0fff7a 10/27/2011 10:04 am Antony Chazapis

Provide functions for getting/setting quota.

61efb530 10/27/2011 09:20 am Antony Chazapis

Make request.user point to the user object.

64f87a36 10/26/2011 10:51 pm Antony Chazapis

Clean up login page. Disable local account.

552ea518 10/26/2011 10:45 pm Antony Chazapis

Manage cookie in middleware. Collect all login targets into one module and share common code. Automatically redirect to login page from admin if not authenticated.

Refs #1459

32e87ed2 10/25/2011 04:02 pm Giorgos Verigakis

Admin improvements

- Show and edit state
- Show and edit invitations
- Add state in users list

d3205c49 10/25/2011 04:01 pm Giorgos Verigakis

Fix name clash

93f046ab 10/24/2011 01:50 pm Giorgos Verigakis

Add support for invitations

Requires an update to settings.

Refs #1459

c6dad9fe 10/20/2011 12:58 pm Antony Chazapis

Re-enable cookie from shibboleth.

1a7c659b 10/20/2011 12:23 pm Antony Chazapis

Initial Twitter sign-in.

5597b83b 10/19/2011 11:05 pm Antony Chazapis

Add login welcome page.

2d8da097 10/19/2011 03:17 pm Antony Chazapis

Merge changes from master branch. Fix quota updates. Clean up util. Create token when creating user from admin interface.

Refs #1470
Refs #1471

5c8eb4eb 10/19/2011 01:29 pm Antony Chazapis

Fix urls.

7e392d16 10/19/2011 12:55 pm Antony Chazapis

Merge of aai and admin apps.