Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / auth @ 3d08cdca

# Date Author Comment
8cd117e8 07/02/2013 10:25 am Olga Brani

astakos: Different image on login page

A different image is shown in the login page when the main
login method is 'local' and its form is already expanded.

591068ae 05/27/2013 03:14 pm Kostas Papadimitriou

astakos: Conditionally autoexpand classic signup form

if classic signup ('local') appears first in IM_MODULES setting

70e11eaa 05/20/2013 09:18 pm Sofia Papagiannaki

astakos: reorganize views

  • split project views from the rest views
  • move third party authentication views (astakos.im.target)
    under astakos.im.views
  • move view decorators to a separate module
  • move utility methods utilized by views to a separate module
222305b7 05/20/2013 12:44 pm Sofia Papagiannaki

astakos: replace CookieAuthenticationMiddleware with a view decorator

reverse commits ab30f5f163a13dfc7f9bec4d263208dd35f09d16 &
1439d6383113b151b6a3316e320a0418fa30d421

decorate also ``django.contrib.auth.views`` utilized by
astakos

34a857c0 05/08/2013 03:25 pm Kostas Papadimitriou

astakos: Handle prompt for additional login methods

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:...

a99a9151 03/07/2013 07:01 pm Kostas Papadimitriou

Classic login form fix

hide prompt for additional login methods if no such methods exist

997413f2 03/05/2013 09:46 am Kostas Papadimitriou

Classic signup form fix

Expand form content by default when classic module is the only one set.

3dc9e775 02/14/2013 04:26 pm Kostas Papadimitriou

A bit of cleanup in login templates

9a0d8393 01/24/2013 05:06 pm Olga Brani

Various fixes

- Hand hover effect in landing page
- Select hover state
- Text corrections

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...

4a13d054 01/23/2013 04:14 pm Kostas Papadimitriou

Fix third party signup form

- Do not user `provider` context variable when iterating through auth
provider objects since it's already passed in context from the signup
view

1177e91b 01/23/2013 03:12 pm Olga Brani

Bug fixes

225d4837 01/21/2013 02:15 pm Kostas Papadimitriou

Signup form fixes

- Resolve provider name on hidden input
- Hide signup methods on form submission

c793d0f6 01/21/2013 12:14 pm Kostas Papadimitriou

Hide signup options after third party login

4f674214 01/15/2013 12:17 pm Olga Brani

Icons for extralogin methods

0da40b58 01/15/2013 12:12 pm Olga Brani

Extralogin methods with icons

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

5056e24c 12/20/2012 12:43 pm Olga Brani

Login style fixes
Cancel link in signup page

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

Auth providers messages updates

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

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

67ee72e3 12/13/2012 11:41 am Olga Brani

Undo local login prompt bug fix

8738339d 12/13/2012 11:38 am Olga Brani

Local login prompt bug fix

607a487b 12/12/2012 04:07 pm Kostas Papadimitriou

CSS selector fix

7402953c 12/12/2012 04:02 pm Kostas Papadimitriou

Proper visibility handling of local login form

force display of local login form after invalid form submissions

803c9c57 12/12/2012 03:36 pm Olga Brani

Bug fix

- Form visible when there is error in submit

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

Twitter authentication backend

698d5671 12/03/2012 01:33 pm Kostas Papadimitriou

Remove unused template

081070a5 12/03/2012 11:20 am Kostas Papadimitriou

Configurable auth providers templates/titles