Revision:

Revisions

# Date Author Comment
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.

222d8e52 12/18/2012 07:53 pm Kostas Papadimitriou

Proper auth provider check

check can_add instead of can_create when adding additional auth provider

279d6e51 12/18/2012 05:02 pm Olga Brani

Changing the name from feedback to contact in menu

1453b64f 12/18/2012 03:58 pm Olga Brani

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

e1dc6dec 12/18/2012 03:57 pm Olga Brani

New style for table sorting

450093ec 12/18/2012 01:44 pm Kostas Papadimitriou

Auth providers messages updates

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

Auth providers fixes

handle is_available_for_{create, add}

cbd5de3c 12/18/2012 12:40 pm Kostas Papadimitriou

Provider check after properly resolved

5e860ee2 12/18/2012 12:38 pm Kostas Papadimitriou

Display create prompt only if provider is available for create

bea8a810 12/18/2012 12:38 pm Kostas Papadimitriou

Check for local method only if username provided

08271cc8 12/17/2012 07:41 pm Kostas Papadimitriou

Login methods wording

1af308f1 12/17/2012 07:33 pm Kostas Papadimitriou

Tests fix

836a0fb0 12/17/2012 07:33 pm Kostas Papadimitriou

Unique user identifier

auto generated user identifier

34a76cdb 12/17/2012 07:29 pm Kostas Papadimitriou

Change email process improvements

- Allow replacement of previously email change requests
- Cleanup expired email change requests in change email view
- Log email change
- Warn user for existing pending requests
- Redirect to profile on change email actions (failed or succeded)

b93a38c5 12/17/2012 07:27 pm Kostas Papadimitriou

Minor authenticate fix

skip duplicate call of check_password

4327c8fc 12/17/2012 07:27 pm Kostas Papadimitriou

Avoid verbose logging output

9338e8e8 12/17/2012 05:18 pm Kostas Papadimitriou

Remove dummy debug statement

9f12cd1c 12/17/2012 05:18 pm Kostas Papadimitriou

Handle invalid google auth response

e5966bd9 12/17/2012 05:16 pm Kostas Papadimitriou

Improve email/username handling

- New helper methods in AstkosUser.objects
- Check uniquness between username/email on user creation process
- Allow login using both username/email fields
- Keep email case intact
- Store lowercase email in username field

e339bd10 12/17/2012 02:08 pm Kostas Papadimitriou

Force login when adding third party auth providers

use proper oauth parameters to force user to login and confirm his third
party account every time he adds a new login method

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

73aca73d 12/17/2012 01:33 pm Kostas Papadimitriou

Force secondary login methods display

in third party account assigment to existing account process

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

Fix form class resolving

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

Modal box style fix

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

Twitter client improvements

- handle denied auth response
- configurable force_login param

16f89c1f 12/17/2012 01:33 pm Kostas Papadimitriou

Update messages

74796dd8 12/17/2012 01:33 pm Kostas Papadimitriou

Google and LinkedIn oauth support

4baa5660 12/17/2012 12:58 pm Olga Brani

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

Conflicts:
snf-astakos-app/astakos/im/templates/im/auth/local_login_prompt.html

198cbcfe 12/14/2012 12:01 pm Sofia Papagiannaki

Remove definition from project creation notification text

5a8eb6e7 12/14/2012 12:00 pm Sofia Papagiannaki

authenticate API call returns also the user id

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

Single model for ProjectApplication & Definition - Membership sync

b9231ded 12/13/2012 06:45 pm Kostas Papadimitriou

Exclude affiliation from shibboleth info display

54831252 12/13/2012 06:42 pm Kostas Papadimitriou

Improve activation view

- Use redirects instead of direct responses
- Messages update

82d7e9ef 12/13/2012 06:14 pm Georgios D. Tsoukalas

add REPLACED membership state and diff sync

c063d1c3 12/13/2012 06:10 pm Kostas Papadimitriou

Resend activation view improvements

- Redirect to index
- Check for authenticated user

261ccae9 12/13/2012 06:04 pm Kostas Papadimitriou

Remove deprecated template

cb4714e7 12/13/2012 06:02 pm Kostas Papadimitriou

Additional auth providers messages

3c6a178b 12/13/2012 05:29 pm Kostas Papadimitriou

New login method templates

4e78511a 12/13/2012 05:27 pm Giorgos Korfiatis

Fix violation check

65360c65 12/13/2012 05:01 pm Georgios D. Tsoukalas

wip sync with per membership state

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

5e992f29 12/13/2012 04:57 pm Kostas Papadimitriou

Redirect to index after succecssful signup

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

Additional messages in third party registration/login process

31fdafa8 12/13/2012 03:54 pm Kostas Papadimitriou

Update tests

1d59653f 12/13/2012 03:53 pm Kostas Papadimitriou

Configurable shibboleth provider strict mode

shibboleth provider can now be configured whether or not to require
additional provider information.

a15a19b2 12/13/2012 03:49 pm Kostas Papadimitriou

Minor messages modifications

include whitespaces between joined messages

f1ab6639 12/13/2012 03:47 pm Kostas Papadimitriou

Set sent_activation date on user activation

in case admin activates user skiping email activation process

af15e964 12/13/2012 03:26 pm Kostas Papadimitriou

Updated auth methods messages/redirects

- Redirect to index on password reset views (no need for intermediate
views)
- Show login success message

1c8f2df3 12/13/2012 02:55 pm Kostas Papadimitriou

User status migrations

- Set email_verified and activation_sent to all active users

1 2 3 ... 22 Next » (1-50/1072) | Per page: 25, 50, 100

Also available in: Atom