Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / profile_auth_methods.html @ 8a217fa2

History | View | Annotate | Download (4.9 kB)

# Date Author Comment
327a4c1e 05/27/2013 05:01 pm Olga Brani

astakos: Change auth provider remove HTTP method

Convert provider removal links to forms (using POST), in order to be able
to remove GET from the remove view allowed HTTP methods.

Refs #3793

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

8a084e9f 01/23/2013 02:27 pm Constantinos Venetsanopoulos

Update Astakos auth providers messages

c2141ac1 01/21/2013 05:13 pm Olga Brani

Various fixes

a96c495d 01/18/2013 01:41 pm Olga Brani

Improvements in auth_methods js in profile page

003d8fcf 01/18/2013 11:56 am Olga Brani

Profile auth methods fixes/Landing page

- New landing page (missing icons)
- Auth methods js bug fixes
- Style fixes

7b5bca4a 01/17/2013 03:02 pm Olga Brani

New profile form bug fixes
New profile icons

d0632ab1 01/16/2013 03:07 pm Olga Brani

New profile form

e09c5005 01/15/2013 07:06 pm Kostas Papadimitriou

Fix get_active_auth_providers regressiona

Handling active auth providers require access to provider user object
thus user_providers context variable got reverted to contain a list
of AstakosUserAuthProvider instances. AuthProvider instance access can
be achieved via `.settings` attribute.

531fca05 01/15/2013 06:43 pm Olga Brani

Auth_methods icons

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

Auth providers messages updates

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

Login methods wording

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

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

Modal box style fix

67f7179d 12/11/2012 05:16 pm Kostas Papadimitriou

Split profile authentication methods in separate file