Commit Graph

4145 Commits

Author SHA1 Message Date
BAUDINET Bertrand cb18588729 [idp] Improve template by adding a button to go back to the home
- Adding a context processors to exclude url where the home button
is exclude, the url to exclude are in settings the variable
NO_HOME_URL
2010-08-05 14:22:15 +02:00
BAUDINET Bertrand e81f9c431d [openid_provider] Fix the OpenID resolution
- Using a test instead of a decorator to redirect the user to the
login if he has not signin
2010-08-05 13:57:09 +02:00
BAUDINET Bertrand d986000a4d [authopenid] Put a proper title 2010-08-05 13:53:43 +02:00
BAUDINET Bertrand 281883f9c8 [authopenid] Fix template for associate an OpenID account
- Loading the right template (/template/authopenid/associate.html)
2010-08-05 11:07:11 +02:00
BAUDINET Bertrand 5b69ee5a28 [openid_provider] Correct the regex for serving xrds file
- Correct the regex to avoid to serv the xrds file instead of 404
2010-08-04 18:22:30 +02:00
BAUDINET Bertrand 5ce1e8976f [openid_provider] Improve template to manage openid account
- Improve manage id
 - Improve manage trusted root
 - Improve the page of the openid end point (/openid)
2010-08-04 17:40:56 +02:00
BAUDINET Bertrand cfd5245de4 [openid_provider] Adding the login_required decorator 2010-08-04 16:20:28 +02:00
BAUDINET Bertrand d51da3de3b [openid_provider] Improving template for the OpenID account creation 2010-08-04 15:52:49 +02:00
BAUDINET Bertrand 80d7af47d3 [openid_provider] Improving the page in the end point location (/openid)
- Displaying a page showing the OpenID account for the user and
giving him a link to manage or create his OpenID
2010-08-04 15:51:09 +02:00
BAUDINET Bertrand d9a1367eb1 [authopenid] Dissociate an openid account from the authentic account
- Adding a function to dissociate an openid account from the idp
account.
 - Adding a page to confirm the removal
 - Displaying some messages to the user
2010-08-04 11:29:06 +02:00
BAUDINET Bertrand c8ff94e39a [authopenid] Improving the feature to associate an openid
- Displaying some messages, depending to the result of the association
 - Refusing to associate an empty openid account or containing
some whitespaces
2010-08-04 11:24:43 +02:00
BAUDINET Bertrand e45395afa4 [openid_provider] Improving templating to manage openid account
- Changing trustedroot in trusted site
 - Display button to remove trusted site only when the openid account
has some trusted site
2010-08-04 11:14:50 +02:00
BAUDINET Bertrand 952be1937f [authopenid] Correct change password to properly set password
Correct the feature change password by linking them to the right
function
2010-08-04 11:01:54 +02:00
BAUDINET Bertrand 6849f47c9c [openid_provider] Changing the path for the openid account
The path to the openid account is /identifier instead of
/openid/identifier
2010-08-04 10:29:15 +02:00
BAUDINET Bertrand 470266b4ac [openid_provider] Correcting the signal to create an openid account when registered
Moving the signal connect to authentic.idp.__init__
2010-08-04 10:12:07 +02:00
BAUDINET Bertrand b710a76edb [idp] Session expire at browser close or after 10h 2010-08-04 10:02:04 +02:00
BAUDINET Bertrand 12aaf154fa [openid_provider] Fix the addopendid bug and improve template for manageid page
Improve template :
- Show the error message to the user
- Improve the layout
Correct the addopenid bug
- Correct the function to add an new openid identifier
- Handle error message
- An openid identifier can now contain letters, numbers and underscore
2010-07-28 13:38:53 +02:00
BAUDINET Bertrand 3f246076ed Merge branch 'master' of git+ssh://dev.entrouvert.org:10322/var/git/authentic 2010-07-27 16:13:37 +02:00
BAUDINET Bertrand e5ffb2b887 [authopenid] Fixes issue 179 "No error message when register with OpenID"
- The error message was already present but not appear clearly to the user,
now it appear with the right style
2010-07-27 16:13:22 +02:00
BAUDINET Bertrand 39a1e5fdac [authopenid] Fixes issue 179 "No error message when register with OpenID"
- The error message was already present but not appear clearly to the user,
now it appear with the right style
2010-07-27 16:10:35 +02:00
BAUDINET Bertrand 8ce82c8984 Merge branch 'master' of git+ssh://dev.entrouvert.org:10322/var/git/authentic
Conflicts:
	idp/views.py
2010-07-27 14:00:13 +02:00
BAUDINET Bertrand 71a3596aa7 Fixes bug #178 "Log out don't redirect to the homepage"
When the user logout he is redirect to the homepage
2010-07-27 13:38:58 +02:00
BAUDINET Bertrand 08585455b0 Fixes bug #178 "Log out don't redirect to the homepage"
When the user logout he is redirect to the homepage
2010-07-27 11:45:51 +02:00
BAUDINET Bertrand 2422bf30cb Fix Bug #172 "Remove "change password" for openid account"
Using the template password_change_form.html from django_authopenid
instead of the template from registration.
2010-07-27 10:58:23 +02:00
BAUDINET Bertrand dac407bb67 [authopenid] Remove Technorati from the openid list
- Technorati don't provide openid support anymore
2010-07-23 18:17:47 +02:00
BAUDINET Bertrand 02cf968fa5 [authopenid] Fix the js to login with an Flickr openid
- Use the url http://www.flickr.com/photos/{username}/ for an Flickr
openid account
2010-07-23 17:04:58 +02:00
BAUDINET Bertrand 710aeacd26 Add title for these different templates 2010-07-23 16:20:39 +02:00
BAUDINET Bertrand 5a45b4c50a [authopenid] Increase the size of the inputbox on the OpenID signin page 2010-07-23 15:20:52 +02:00
BAUDINET Bertrand b74f8b10be [authopenid] Fix the js to login with an AOL openid
- Use the url http://openid.aol.com/{username} for an AOL openid account
2010-07-23 14:54:31 +02:00
BAUDINET Bertrand fcf2a09332 [authopenid] Fix the js to login with an yahoo openid
- Use the url https://me.yahoo.com/{username}/ for yahoo openid account
2010-07-23 14:32:10 +02:00
BAUDINET Bertrand bbbc9a03e2 [openid_provider] Support the PAPE extension max_auth_age
- Return the user to the signin page if the request contain the max_auth_age
paramater and the user is log since more time than max_auth_age before
response to the relying party
2010-07-23 13:52:07 +02:00
BAUDINET Bertrand b23fc50007 [authopenid] Add the required js/css/images for OpenID support 2010-07-23 13:46:01 +02:00
BAUDINET Bertrand fef263c2ee [openid_provider] Fix the creation of an openid
- You can create an openid and make it your default openid as it creation
2010-07-23 13:42:18 +02:00
BAUDINET Bertrand 4b98f2af02 Merge branch 'master' of git+ssh://dev.entrouvert.org:10322/var/git/authentic
Conflicts:
	django_openid_provider/views.py
2010-07-21 15:32:24 +02:00
BAUDINET Bertrand f96300d70c [openid_provider] Fix error message return to relying party
- Response properly formatted message to relying part for invalid direct
message
- Response properly formatted message to relying part for invalid indirect
message
- Response with openid.mode = cancel to identity-less checkid message
2010-07-21 15:31:12 +02:00
BAUDINET Bertrand cf4d642af3 [openid_provider] Fix the OpenID Provider validation of the return to
- Check the realm to ensure that the return_to is valid
2010-07-20 11:43:49 +02:00
BAUDINET Bertrand fbcdd9dba2 [openid_provider] Fix the OpenID Provider validation of the return to
- Check the realm to ensure that the return_to is valid
2010-07-19 18:22:58 +02:00
BAUDINET Bertrand eb60729c53 [openid-provider] Reject no-encryption association sessions over http
- Reject no-encryption association sessions over http, to avoid eavesdropper
and to meet the point 8.4.1 of the specification of OpenID 2.0
2010-07-16 14:06:12 +02:00
BAUDINET Bertrand 78f548a6c2 [authopenid] Fix a KeyError which can appear during a openid log in
- Fix an error which appear when openid.identity is not in the request
during a log in with openid
2010-07-16 13:57:37 +02:00
BAUDINET Bertrand caa8519e62 [authopenid] Fix CSRF error
- Fix CSRF error by adding a decorator
2010-07-16 13:50:47 +02:00
BAUDINET Bertrand b3aeefaebe [openid-provider] Use the css with the templates
-  Change the return, to use render_to_response instead of
HttpResponse
2010-07-13 17:45:23 +02:00
BAUDINET Bertrand fa50033e2a [openid-provider] Fix a template error and improve some template
- Fix a template error by adding the template error.html and
adding a new path to find some template
- Improve templates to show the openid urls
2010-07-13 14:53:50 +02:00
BAUDINET Bertrand 8986f2dff7 [openid-provider] Adding a page to manage trustroot
Adding a template and a url to allow the user to manage his
trustedroot for his different identities
2010-07-06 11:08:52 +02:00
BAUDINET Bertrand f437389486 [openid-provider] Adding a page to manage identities
Adding url and 2 templates to allow a user to manage his
identities, add or remove identities and select the default
identities
2010-07-06 11:05:10 +02:00
BAUDINET Bertrand 0ff4afacf4 [openid-provider] Create an openid url for the new user register
Create an openid url with username of the new user automatically when he
registered.
2010-07-06 10:49:33 +02:00
BAUDINET Bertrand 08d20b915e [openid-provider] Adding the application to provider an openid provider
Adding the differents urls to provider openid, and a page to decide to
trust or not a site.
And adding an option to decide wich path will use the openid provider.
2010-07-06 10:43:49 +02:00
BAUDINET Bertrand 8966a872bc [Authentic] Import an exception that can be throw during the discover phase 2010-06-24 14:50:33 +02:00
BAUDINET Bertrand e4b9899e8d [Logger] Improve the sentence for the log 2010-06-24 11:54:54 +02:00
BAUDINET Bertrand 35cfbcd6b6 [Authentic] Loggin for signin with OpenID
Use the auth_oidlogin signal to log the signin with OpenID
2010-06-24 11:54:00 +02:00
BAUDINET Bertrand 47819833da [Authentic] Add a signal for login with OpenID
Change url to overload signin from django_authopenid and send a signal
after an openid response.
2010-06-24 11:52:12 +02:00