astakos
12 years agochange reset_password_redirect url
Sofia Papagiannaki [Wed, 25 Jan 2012 13:46:09 +0000 (15:46 +0200)]
change reset_password_redirect url

12 years agochange until get_or_create_user signature: remove username argument parameter and...
Sofia Papagiannaki [Wed, 25 Jan 2012 12:46:27 +0000 (14:46 +0200)]
change until get_or_create_user signature: remove username argument parameter and email should be obligatory

12 years agosignup view in case of any error display error message
Sofia Papagiannaki [Wed, 25 Jan 2012 12:10:07 +0000 (14:10 +0200)]
signup view in case of any error display error message

12 years agofix password_reset email link & subject
Sofia Papagiannaki [Wed, 25 Jan 2012 12:03:51 +0000 (14:03 +0200)]
fix password_reset email link & subject

Refs: #1935

12 years agologin preaccepted user
Sofia Papagiannaki [Wed, 25 Jan 2012 00:29:36 +0000 (02:29 +0200)]
login preaccepted user

Refs: #1913

12 years agoremove hardcoded service name & use site.name instead of SERVICE_NAME setting
Sofia Papagiannaki [Tue, 24 Jan 2012 23:43:20 +0000 (01:43 +0200)]
remove hardcoded service name & use site.name instead of SERVICE_NAME setting

Refs: #1914
Refs: #1912

12 years agouser registration form checks whether the email is reserved
Sofia Papagiannaki [Tue, 24 Jan 2012 23:23:49 +0000 (01:23 +0200)]
user registration form checks whether the email is reserved

12 years agofix admin users_modify view: upon success render user_info
Sofia Papagiannaki [Tue, 24 Jan 2012 22:57:34 +0000 (00:57 +0200)]
fix admin users_modify view: upon success render user_info

12 years agominor bug fixes and improvements
Sofia Papagiannaki [Tue, 24 Jan 2012 22:45:39 +0000 (00:45 +0200)]
minor bug fixes and improvements

12 years agofill first name and last name in invited user registration form
Sofia Papagiannaki [Tue, 24 Jan 2012 22:39:00 +0000 (00:39 +0200)]
fill first name and last name in invited user registration form

Refs: #1915

12 years agochange index view: if there is logged in user render profile page
Sofia Papagiannaki [Tue, 24 Jan 2012 22:01:12 +0000 (00:01 +0200)]
change index view: if there is logged in user render profile page

Refs: #1918

12 years agoMerge branch 'master' of https://code.grnet.gr/git/astakos
Sofia Papagiannaki [Tue, 24 Jan 2012 21:35:06 +0000 (23:35 +0200)]
Merge branch 'master' of https://code.grnet.gr/git/astakos

12 years agofix number of invitations of invited user
Sofia Papagiannaki [Tue, 24 Jan 2012 21:33:36 +0000 (23:33 +0200)]
fix number of invitations of invited user

Refs: #1919

12 years agoProper path in sphinx configuration file
Kostas Papadimitriou [Tue, 24 Jan 2012 16:32:19 +0000 (18:32 +0200)]
Proper path in sphinx configuration file

for sphinx to be able to access the astakos module

12 years ago- use email to login & authenticate users
Sofia Papagiannaki [Tue, 24 Jan 2012 16:03:43 +0000 (18:03 +0200)]
- use email to login & authenticate users
- fix user profile editing bug
- fix user activation issue
- consume invitation upon invited user creation
- fix invited user invitations
- add token info in test user fixture
- minor bug fixes

Refs: #1917
Refs: #1911
Refs: #1919

12 years agonew fixture for creating a test user & remove token information from fixture fro...
Sofia Papagiannaki [Tue, 24 Jan 2012 10:44:08 +0000 (12:44 +0200)]
new fixture for creating a test user & remove token information from fixture fro creating admin user

Ref: #1920

12 years agorenew_token (disregarding renew flag) if logged in user does not have a valid one
Sofia Papagiannaki [Tue, 24 Jan 2012 10:36:37 +0000 (12:36 +0200)]
renew_token (disregarding renew flag) if logged in user does not have a valid one

Ref: #1921

12 years agofix 'username' is not defined in shibboleth target
Sofia Papagiannaki [Mon, 23 Jan 2012 19:55:53 +0000 (21:55 +0200)]
fix 'username' is not defined in shibboleth target

12 years agoFix date formatting in API.
root [Mon, 23 Jan 2012 18:15:08 +0000 (20:15 +0200)]
Fix date formatting in API.

12 years agoMerge branch 'master' of https://code.grnet.gr/git/astakos
Sofia Papagiannaki [Mon, 23 Jan 2012 17:54:36 +0000 (19:54 +0200)]
Merge branch 'master' of https://code.grnet.gr/git/astakos

12 years agofix dummy target
Sofia Papagiannaki [Mon, 23 Jan 2012 17:54:22 +0000 (19:54 +0200)]
fix dummy target

- skip login() if user already logged in
- pass user & token to next

Refs: #1877

12 years agoBug fixes.
root [Mon, 23 Jan 2012 16:40:39 +0000 (18:40 +0200)]
Bug fixes.

12 years agoFix doc.
Antony Chazapis [Mon, 23 Jan 2012 15:07:41 +0000 (17:07 +0200)]
Fix doc.

12 years agoMerge branch 'use-django-user-model'
Sofia Papagiannaki [Mon, 23 Jan 2012 14:57:59 +0000 (16:57 +0200)]
Merge branch 'use-django-user-model'

Conflicts:
astakos/middleware/auth.py

12 years ago- urlencode next in invitation sent email use-django-user-model
Sofia Papagiannaki [Mon, 23 Jan 2012 14:49:48 +0000 (16:49 +0200)]
- urlencode next in invitation sent email

12 years ago- fix user creation bug
Sofia Papagiannaki [Mon, 23 Jan 2012 14:48:52 +0000 (16:48 +0200)]
- fix user creation bug

12 years agoSeveral minor changes:
Sofia Papagiannaki [Mon, 23 Jan 2012 14:06:09 +0000 (16:06 +0200)]
Several minor changes:

- create im/migrations (for south use)
- fixture for django_site
- fix ExtendedUserCreationForm: use AstakosUser instead of django.contrib.auth.models.User
- do not redirect to profile page after login if request.user is superuser

12 years ago-add docs
Sofia Papagiannaki [Sun, 22 Jan 2012 19:12:46 +0000 (21:12 +0200)]
-add docs
-incorporate CsrfViewMiddleware
-change tamplates to render forms
-change email template location
-api.activate() returns only information about token
- In prepare_response, instead of setting the cookie, log the user in
- use django.contrib.auth.views for reseting and changing user password

Ref: #1874

12 years agoChange license year.
Antony Chazapis [Thu, 19 Jan 2012 17:43:45 +0000 (19:43 +0200)]
Change license year.

12 years agorestructure app
Sofia Papagiannaki [Tue, 17 Jan 2012 12:20:41 +0000 (14:20 +0200)]
restructure app
- extend django user model
- pass template_name and extra_context in views
- incorporate context processors
- use different backends for invitations and simple workflow

Refs: #1823

12 years agofix registration form rendering
Sofia Papagiannaki [Wed, 11 Jan 2012 20:29:19 +0000 (22:29 +0200)]
fix registration form rendering

12 years agoMerge branch 'master' of https://code.grnet.gr/git/astakos
Sofia Papagiannaki [Wed, 11 Jan 2012 13:12:18 +0000 (15:12 +0200)]
Merge branch 'master' of https://code.grnet.gr/git/astakos

12 years agoenable login/invitation url
Sofia Papagiannaki [Wed, 11 Jan 2012 13:09:13 +0000 (15:09 +0200)]
enable login/invitation url

12 years agoUse new backend defaults.
Antony Chazapis [Wed, 11 Jan 2012 10:27:24 +0000 (12:27 +0200)]
Use new backend defaults.

12 years agoClean up.
Antony Chazapis [Wed, 11 Jan 2012 08:22:12 +0000 (10:22 +0200)]
Clean up.

12 years agoRemove settings.local.
Antony Chazapis [Wed, 11 Jan 2012 08:02:53 +0000 (10:02 +0200)]
Remove settings.local.

12 years agoRemove db.
Antony Chazapis [Wed, 11 Jan 2012 08:01:47 +0000 (10:01 +0200)]
Remove db.

12 years agoInitial commit. Move from pithos repository.
Antony Chazapis [Mon, 9 Jan 2012 14:42:45 +0000 (16:42 +0200)]
Initial commit. Move from pithos repository.