Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / target / twitter.py @ 1e361a6d

History | View | Annotate | Download (6.3 kB)

# Date Author Comment
0644dc92 04/26/2013 08:41 pm Sofia Papagiannaki

astakos: remove unwanted logging

29576723 04/26/2013 07:13 pm Sofia Papagiannaki

astakos: Fix twitter access token request failure

The oauth_verifier received from the executed callback has to be passed
to the access_token request (it is no more optional)
https://dev.twitter.com/discussions/16443#comment-36666

Updated twitter oath service urls

9d20fe23 03/15/2013 07:49 pm Kostas Papadimitriou

Authentication providers improvements

Major authentication provider refactoring to support

- Modular and easily configurable messages with common context
- Fine grained provider policies to support appling specific policies to
users and/or groups

Key points:...

3000912c 01/24/2013 03:58 pm Kostas Papadimitriou

Fix third party login next_url handling

0e79735c 01/23/2013 10:04 pm Kostas Papadimitriou

Several auth providers fixes/improvements

- Allow third party signup if existing account with the same third party
identifier is not yet verified. Subsequent registrations will replace
previous ones (pending/unverified accounts will be removed).
- Merge common third party code in target/__init__.py...

c8d89a3c 01/23/2013 06:05 pm Kostas Papadimitriou

Revert signup button labels

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