Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / target / twitter.py @ 7deaaa5f

History | View | Annotate | Download (7.7 kB)

# Date Author Comment
64492c49 01/16/2013 03:33 pm Kostas Papadimitriou

Proper next parameter handling in third party logins

Excluding shibboleth all auth modules require two additional redirects
causing `next` parameter to be absent on the final url.

564a2292 01/11/2013 12:52 pm Kostas Papadimitriou

Auth providers improvements

- Enrich login/logout messages.
- Clear unverified accounts when user adds the same third party account
to an existing account.
- Other minor improvements.

91bbc1a4 01/03/2013 06:29 pm Kostas Papadimitriou

Configurable login method one per user limit

dd5f8f4d 12/21/2012 03:37 pm Kostas Papadimitriou

Various auth providers fixes/improvements

- Handle invalid login after auth method add request
- Fix auth method add for unauthenticated users
- Third party auth providers helper methods in astakos.im.target module
- Provider login url template tag that handles code,key,next url params

d72f07dc 12/20/2012 12:24 pm Kostas Papadimitriou

Show message after login with third party provider

61ec6f96 12/19/2012 01:05 pm Kostas Papadimitriou

Merge remote-tracking branch 'origin/devel-0.13' into latest-quota

Conflicts:
snf-astakos-app/astakos/im/target/twitter.py
snf-astakos-app/astakos/im/views.py

63836eda 12/18/2012 07:53 pm Kostas Papadimitriou

Required auth providers functionality

if one of auth providers is set to be required, user with no such
provider can only view his profile page and is prompted to add a
new login method.

172ce682 12/18/2012 04:21 pm Sofia Papagiannaki

Merge branch 'devel-0.13' of https://code.grnet.gr/git/astakos into latest-quota

Conflicts:
snf-astakos-app/astakos/im/messages.py
snf-astakos-app/astakos/im/notifications.py
snf-astakos-app/astakos/im/urls.py
snf-astakos-app/astakos/im/views.py

c49263c5 12/18/2012 01:01 pm Kostas Papadimitriou

Auth providers fixes

handle is_available_for_{create, add}

c72d5a13 12/17/2012 01:33 pm Kostas Papadimitriou

Remember last login method

when multiple login methods are enabled in settings only the primary one
is visible by default in the login page. Keeping last successful login
method in a cookie allows us to override that behaviour and improve user
experience for users that login using secondary login methods.

4a1e3e53 12/17/2012 01:33 pm Kostas Papadimitriou

Improve third party login methods messages

1c4e8364 12/17/2012 01:33 pm Kostas Papadimitriou

Twitter client improvements

- handle denied auth response
- configurable force_login param

47b77c8b 12/14/2012 03:52 pm Sofia Papagiannaki

Merge branch 'devel-0.13' of https://code.grnet.gr/git/astakos into latest-quota

Conflicts:
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/management/commands/service-add.py
snf-astakos-app/astakos/im/messages.py
snf-astakos-app/astakos/im/models.py...

73fbaec4 12/14/2012 11:24 am Sofia Papagiannaki

Single model for ProjectApplication & Definition - Membership sync

3b258643 12/13/2012 04:59 pm Kostas Papadimitriou

Third party providers fixes

- Proper third party user getter. Do not include info in queryset.
- Fix signup_url. key param only needed for login

ab7e3a9e 12/13/2012 04:36 pm Kostas Papadimitriou

Additional messages in third party registration/login process

c4b1a172 12/13/2012 02:11 pm Kostas Papadimitriou

Configurable auth providers messages

3a72a5d4 12/11/2012 05:16 pm Kostas Papadimitriou

Store additional provider info

store useful account details for third party authentication providers
that provide such info.

c630fee6 12/11/2012 05:16 pm Kostas Papadimitriou

Third party login providers fixes/improvements

- Store additional provider info in PendingThirdPartyUser entries
- Include third party registration logic in main signup view. Additional
per provider signup views removed.
- Unique email validation for all activation backend forms...

db9083f9 12/04/2012 09:10 am Kostas Papadimitriou

Dynamic third party signup url

c101b32b 12/03/2012 01:35 pm Kostas Papadimitriou

Twitter authentication backend

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

change authentication methods: progress I

bef3bf46 03/01/2012 01:23 pm Kostas Papadimitriou

Fallback on HTTP_X_REAL_IP meta to retrieve client ip

thats where nginx sets the client ip

db7fecd9 03/01/2012 11:07 am Sofia Papagiannaki

add captcha field in local user creation form

Ref: #2117

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

Repo refactor and webproject hooks fixes