astakos
11 years agoProvide management command for cleaning up both inactive sessions and session catalog... 0.12
Sofia Papagiannaki [Wed, 28 Nov 2012 16:14:57 +0000 (18:14 +0200)]
Provide management command for cleaning up both inactive sessions and session catalog entries

11 years agoFix type in group list command
Sofia Papagiannaki [Wed, 28 Nov 2012 16:09:19 +0000 (18:09 +0200)]
Fix type in group list command

11 years agoCookie handling code refinement
Sofia Papagiannaki [Wed, 28 Nov 2012 14:02:12 +0000 (16:02 +0200)]
Cookie handling code refinement

11 years agoEnsure ASTAKOS_COOKIE is not set if there is no django session cookie: and check...
Sofia Papagiannaki [Wed, 28 Nov 2012 13:45:08 +0000 (15:45 +0200)]
Ensure ASTAKOS_COOKIE is not set if there is no django session cookie: and check in process_request

11 years agoFlush other user sessions during password/token change
Sofia Papagiannaki [Wed, 28 Nov 2012 10:02:02 +0000 (12:02 +0200)]
Flush other user sessions during password/token change

Refs: #3007

11 years agoRemove response argument from Cookie __set & __delete methods
Sofia Papagiannaki [Tue, 27 Nov 2012 15:14:56 +0000 (17:14 +0200)]
Remove response  argument from Cookie __set & __delete methods

11 years agoPass also response during Cookie instantiation
Sofia Papagiannaki [Tue, 27 Nov 2012 15:10:18 +0000 (17:10 +0200)]
Pass also response during Cookie instantiation

11 years agoForce astakos cookie to follow session state.
Sofia Papagiannaki [Tue, 27 Nov 2012 14:54:09 +0000 (16:54 +0200)]
Force astakos cookie to follow session state.

11 years agoEnsure ASTAKOS_COOKIE is not set if there is no django session cookie.
Sofia Papagiannaki [Mon, 26 Nov 2012 17:53:46 +0000 (19:53 +0200)]
Ensure ASTAKOS_COOKIE is not set if there is no django session cookie.

11 years agoinclude SECRET_KEY in token creation
Sofia Papagiannaki [Mon, 26 Nov 2012 17:52:09 +0000 (19:52 +0200)]
include SECRET_KEY in token creation

11 years agoFix ordering in snf-manage listing commands
Sofia Papagiannaki [Mon, 26 Nov 2012 17:41:52 +0000 (19:41 +0200)]
Fix ordering in snf-manage listing commands

11 years agoFix Typo in `snf-manage service-list --help'
Sofia Papagiannaki [Mon, 26 Nov 2012 17:29:14 +0000 (19:29 +0200)]
Fix Typo in `snf-manage service-list --help'

Refs: #3090

11 years agoRemove obsolete file
Sofia Papagiannaki [Mon, 26 Nov 2012 17:27:41 +0000 (19:27 +0200)]
Remove obsolete file

11 years agoChange some default values in settings
Constantinos Venetsanopoulos [Mon, 26 Nov 2012 12:26:57 +0000 (14:26 +0200)]
Change some default values in settings

 * Disable invitations by default
 * Disable recaptcha by default
 * Enable only the 'local' IM module by default

11 years agoImprove unique_together email and is_active validation checking
Sofia Papagiannaki [Thu, 22 Nov 2012 11:56:54 +0000 (13:56 +0200)]
Improve unique_together email and is_active validation checking

Refs: #3041

11 years agoEnable inactive shibboleth users to change email
Sofia Papagiannaki [Thu, 22 Nov 2012 11:52:40 +0000 (13:52 +0200)]
Enable inactive shibboleth users to change email

Refs: #3041

11 years agoUpdated shibboleth workflow (enable user change email before activation)
Sofia Papagiannaki [Tue, 20 Nov 2012 17:26:02 +0000 (19:26 +0200)]
Updated shibboleth workflow (enable user change email before activation)

Refs: #3041

11 years agoSpecial handling for login failure messages
Sofia Papagiannaki [Tue, 20 Nov 2012 12:19:20 +0000 (14:19 +0200)]
Special handling for login failure messages

Refs: #3041

11 years agoReturn BadResponse if shibboleth returns empty SHIB_EPPN
Sofia Papagiannaki [Mon, 19 Nov 2012 15:37:44 +0000 (17:37 +0200)]
Return BadResponse if shibboleth returns empty SHIB_EPPN

11 years agoFix logout
Sofia Papagiannaki [Mon, 19 Nov 2012 13:38:53 +0000 (15:38 +0200)]
Fix logout

11 years agoUpdate docstring for activation backends
Sofia Papagiannaki [Mon, 19 Nov 2012 13:37:51 +0000 (15:37 +0200)]
Update docstring for activation backends

Refs: #3008

11 years agoCorrect logging when cookie is deleted
Sofia Papagiannaki [Mon, 19 Nov 2012 10:46:47 +0000 (12:46 +0200)]
Correct logging when cookie is deleted

11 years agorestrict_next should not affect relative paths
Sofia Papagiannaki [Mon, 19 Nov 2012 10:15:05 +0000 (12:15 +0200)]
restrict_next should not affect relative paths

Refs: #3008

11 years agoLog for authentication failures
Sofia Papagiannaki [Mon, 19 Nov 2012 09:52:52 +0000 (11:52 +0200)]
Log for authentication failures

11 years agoRestrict next url parameter
Sofia Papagiannaki [Fri, 16 Nov 2012 18:17:43 +0000 (20:17 +0200)]
Restrict next url parameter

Refs: #3008

11 years agoCustomize third party signup form fields 0.11
Sofia Papagiannaki [Fri, 16 Nov 2012 14:34:23 +0000 (16:34 +0200)]
Customize third party signup form fields

Refs: #3041

11 years agoRefine shibboleth signup mechanism
Sofia Papagiannaki [Thu, 15 Nov 2012 15:37:58 +0000 (17:37 +0200)]
Refine shibboleth signup mechanism

Refs: #3041

11 years agoRewrite ExtendedSetPasswordForm & ExtendedPasswordChangeForm save methods
Sofia Papagiannaki [Tue, 30 Oct 2012 22:19:32 +0000 (00:19 +0200)]
Rewrite ExtendedSetPasswordForm & ExtendedPasswordChangeForm save methods

Refs: #2612

11 years agoChange setting name
Sofia Papagiannaki [Tue, 16 Oct 2012 15:53:26 +0000 (18:53 +0300)]
Change setting name

Refs: #2612

11 years agoOptionally enforce token renewal via settings. Set initial value to True in the forms.
Sofia Papagiannaki [Tue, 16 Oct 2012 15:23:29 +0000 (18:23 +0300)]
Optionally enforce token renewal via settings. Set initial value to True in the forms.

Refs: #2612

11 years agoRemove obsolete import astakos/v0.7.6
Sofia Papagiannaki [Fri, 12 Oct 2012 15:44:35 +0000 (18:44 +0300)]
Remove obsolete import

11 years agoExplicitly allow only POST and GET requests
Sofia Papagiannaki [Fri, 12 Oct 2012 15:43:20 +0000 (18:43 +0300)]
Explicitly allow only POST and GET requests

11 years agoHandle AttributeError in case of other than GET or POST method
Sofia Papagiannaki [Fri, 12 Oct 2012 15:39:06 +0000 (18:39 +0300)]
Handle AttributeError in case of other than GET or POST method

11 years agoRename user-update mgmt command to user-modify
Vangelis Koukis [Tue, 9 Oct 2012 09:13:45 +0000 (12:13 +0300)]
Rename user-update mgmt command to user-modify

11 years agoRename Astakos management commands for uniformity vkoukis-dev
Vangelis Koukis [Wed, 26 Sep 2012 09:37:59 +0000 (12:37 +0300)]
Rename Astakos management commands for uniformity

11 years agoInject user email in notification mail subjects
Sofia Papagiannaki [Mon, 10 Sep 2012 09:11:38 +0000 (12:11 +0300)]
Inject user email in notification mail subjects

Update README

11 years agoInject user email in notification mail subjects astakos/v0.7.5
Kostas Papadimitriou [Fri, 7 Sep 2012 15:52:55 +0000 (18:52 +0300)]
Inject user email in notification mail subjects

11 years agoConfigurable subjects for all emails send by astakos astakos/v0.7.4
Kostas Papadimitriou [Fri, 7 Sep 2012 12:12:24 +0000 (15:12 +0300)]
Configurable subjects for all emails send by astakos

11 years agoUpdate google webfonts to use https protocol
Kostas Papadimitriou [Mon, 6 Aug 2012 12:44:27 +0000 (15:44 +0300)]
Update google webfonts to use https protocol

11 years agoUpdate Changelog
Kostas Papadimitriou [Mon, 6 Aug 2012 12:41:00 +0000 (15:41 +0300)]
Update Changelog

11 years agofix AnonymousUser logout
Sofia Papagiannaki [Fri, 3 Aug 2012 17:00:09 +0000 (20:00 +0300)]
fix AnonymousUser logout

11 years agoMerge branch 'master' of https://code.grnet.gr/git/astakos astakos/v0.7.2
Sofia Papagiannaki [Thu, 2 Aug 2012 17:04:24 +0000 (20:04 +0300)]
Merge branch 'master' of https://code.grnet.gr/git/astakos

Conflicts:
snf-astakos-app/astakos/im/forms.py

11 years agoFix LoginForm clean incase of login failure
Sofia Papagiannaki [Thu, 2 Aug 2012 16:58:15 +0000 (19:58 +0300)]
Fix LoginForm clean incase of login failure

Bug #2535

11 years agoPage notification messages improvements
Kostas Papadimitriou [Thu, 2 Aug 2012 16:27:14 +0000 (19:27 +0300)]
Page notification messages improvements

- New template tag {% display_messages %} which handles messages
  display, both for django.contrib.messages and ASTAKOS_*_MESSAGES.
- Apply messages block class from python code (instead of js).
- Changed format of ASTAKOS_*_MESSAGES to list of tuples, to allow
  multiple messages of the same level to exist in a page.
- Fixed link colors for info/warning messages

11 years agoMerge branch 'newstyles'
Kostas Papadimitriou [Thu, 2 Aug 2012 13:48:13 +0000 (16:48 +0300)]
Merge branch 'newstyles'

11 years agoMerge branch 'newstyles' of https://code.grnet.gr/git/astakos into newstyles
Olga Brani [Thu, 2 Aug 2012 13:34:29 +0000 (16:34 +0300)]
Merge branch 'newstyles' of https://code.grnet.gr/git/astakos into newstyles

Conflicts:
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css

11 years agoUpdate theme
Olga Brani [Thu, 2 Aug 2012 13:31:08 +0000 (16:31 +0300)]
Update theme

- Change font
- Style changes

11 years agoAlso apply servicesbar class to the cloudbar div astakos/v0.7.1
Kostas Papadimitriou [Wed, 1 Aug 2012 10:48:29 +0000 (13:48 +0300)]
Also apply servicesbar class to the cloudbar div

pithos-webclient requires it to load properly

11 years agoUpdate Changelog version
Kostas Papadimitriou [Wed, 1 Aug 2012 09:37:09 +0000 (12:37 +0300)]
Update Changelog version

11 years agoUpdate Changelog astakos/v0.7.0
Kostas Papadimitriou [Tue, 31 Jul 2012 17:31:06 +0000 (20:31 +0300)]
Update Changelog

11 years agoUpdate Changelog
Kostas Papadimitriou [Tue, 31 Jul 2012 16:56:12 +0000 (19:56 +0300)]
Update Changelog

11 years agoRemove print statement
Kostas Papadimitriou [Tue, 31 Jul 2012 16:55:58 +0000 (19:55 +0300)]
Remove print statement

11 years agoMerge branch 'master' of https://code.grnet.gr/git/astakos
Kostas Papadimitriou [Tue, 31 Jul 2012 16:52:02 +0000 (19:52 +0300)]
Merge branch 'master' of https://code.grnet.gr/git/astakos

11 years agoupdate Changelog
Sofia Papagiannaki [Tue, 31 Jul 2012 16:10:03 +0000 (19:10 +0300)]
update Changelog

11 years agoMerge branch 'newstyles'
Kostas Papadimitriou [Tue, 31 Jul 2012 16:06:46 +0000 (19:06 +0300)]
Merge branch 'newstyles'

11 years agoAdditional cyclades styles for cloudbar
Kostas Papadimitriou [Tue, 31 Jul 2012 16:04:48 +0000 (19:04 +0300)]
Additional cyclades styles for cloudbar

- Fix cloudbar placement
- Rename cyclades stylesheet

11 years agoEnsure cloudbar styles isolation
Kostas Papadimitriou [Tue, 31 Jul 2012 16:02:47 +0000 (19:02 +0300)]
Ensure cloudbar styles isolation

11 years agorename management commands
Sofia Papagiannaki [Tue, 31 Jul 2012 15:42:47 +0000 (18:42 +0300)]
rename management commands

11 years agorename management commands
Sofia Papagiannaki [Tue, 31 Jul 2012 15:42:04 +0000 (18:42 +0300)]
rename management commands

11 years agorename management commands
Sofia Papagiannaki [Tue, 31 Jul 2012 15:07:36 +0000 (18:07 +0300)]
rename management commands

11 years agoCloudbar fixes. Html updates.
Olga Brani [Tue, 31 Jul 2012 14:05:20 +0000 (17:05 +0300)]
Cloudbar fixes. Html updates.

11 years agoOptionally renew token on password reset
Sofia Papagiannaki [Tue, 31 Jul 2012 13:38:15 +0000 (16:38 +0300)]
Optionally renew token on password reset

Refs: #2612

11 years agoDo not show change password in the menu if user provider is not local
Sofia Papagiannaki [Tue, 31 Jul 2012 13:36:11 +0000 (16:36 +0300)]
Do not show change password in the menu if user provider is not local

Refs: #2535

11 years agoPreserve local password for shibboleth users
Sofia Papagiannaki [Tue, 31 Jul 2012 13:03:15 +0000 (16:03 +0300)]
Preserve local password for shibboleth users

Bug #2535

11 years agocall ``send_greeting`` from ``switch_account_to_shibboleth`` instead of ``activate...
Sofia Papagiannaki [Tue, 31 Jul 2012 12:26:34 +0000 (15:26 +0300)]
call ``send_greeting`` from ``switch_account_to_shibboleth`` instead of ``activate`` view

11 years agocall ``send_greeting`` from ``switch_account_to_shibboleth`` instead of ``activate...
Sofia Papagiannaki [Tue, 31 Jul 2012 12:26:03 +0000 (15:26 +0300)]
call ``send_greeting`` from ``switch_account_to_shibboleth`` instead of ``activate`` view

11 years agorewrite ``activate`` view
Sofia Papagiannaki [Tue, 31 Jul 2012 12:14:33 +0000 (15:14 +0300)]
rewrite ``activate`` view

11 years agoSend helpdesk notification on account activation
Sofia Papagiannaki [Tue, 31 Jul 2012 11:00:33 +0000 (14:00 +0300)]
Send helpdesk notification on account activation

Refs: #2674

11 years agoMerge branch 'master' into newstyles
Kostas Papadimitriou [Mon, 30 Jul 2012 15:34:22 +0000 (18:34 +0300)]
Merge branch 'master' into newstyles

11 years agolog cookie deletion
Sofia Papagiannaki [Thu, 19 Jul 2012 10:32:47 +0000 (13:32 +0300)]
log cookie deletion

11 years agoadd logging for additional mail
Sofia Papagiannaki [Thu, 19 Jul 2012 10:22:20 +0000 (13:22 +0300)]
add logging for additional mail

11 years agoin signup view, if user is logged in redirect to edit_profile instead of index view
Sofia Papagiannaki [Thu, 19 Jul 2012 10:21:38 +0000 (13:21 +0300)]
in signup view, if user is logged in redirect to edit_profile instead of index view

11 years agofix unusable password issue
Sofia Papagiannaki [Thu, 19 Jul 2012 10:18:12 +0000 (13:18 +0300)]
fix unusable password issue

11 years agoremove unique constrain from AdditionalEmail
Sofia Papagiannaki [Thu, 19 Jul 2012 10:11:30 +0000 (13:11 +0300)]
remove unique constrain from AdditionalEmail

11 years agoadd (third_party_identifier, provider) index on AstakosUser
Sofia Papagiannaki [Thu, 19 Jul 2012 10:07:16 +0000 (13:07 +0300)]
add (third_party_identifier, provider) index on AstakosUser

11 years agoextend modifyuser command by enabling provider modification and password renewal
Sofia Papagiannaki [Thu, 19 Jul 2012 09:57:38 +0000 (12:57 +0300)]
extend modifyuser command by enabling provider modification and password renewal

11 years agoIn get menu call: check for email absence before querying the database for retrieving...
Sofia Papagiannaki [Thu, 19 Jul 2012 09:55:47 +0000 (12:55 +0300)]
In get menu call: check for email absence before querying the database for retrieving the user

11 years agoremove oauth2 files
Sofia Papagiannaki [Thu, 19 Jul 2012 09:51:12 +0000 (12:51 +0300)]
remove oauth2 files

11 years agoIn edit_profile view set is_verified also in GET requests
Sofia Papagiannaki [Thu, 19 Jul 2012 09:37:26 +0000 (12:37 +0300)]
In edit_profile view set is_verified also in GET requests

11 years agoOrientation fix for iPhone/iPad
Olga Brani [Tue, 26 Jun 2012 13:29:23 +0000 (16:29 +0300)]
Orientation fix for iPhone/iPad

11 years agoFixes
Olga Brani [Tue, 26 Jun 2012 13:29:18 +0000 (16:29 +0300)]
Fixes

11 years agoFix misspelling error
Sofia Papagiannaki [Fri, 22 Jun 2012 11:35:56 +0000 (14:35 +0300)]
Fix misspelling error

11 years agoBug fixes
Olga Brani [Wed, 20 Jun 2012 13:02:14 +0000 (16:02 +0300)]
Bug fixes

11 years agoStyle fixes
Olga Brani [Mon, 18 Jun 2012 10:43:04 +0000 (13:43 +0300)]
Style fixes

11 years agoMerge remote-tracking branch 'origin/newstyles' into newstyles
Olga Brani [Fri, 15 Jun 2012 14:39:32 +0000 (17:39 +0300)]
Merge remote-tracking branch 'origin/newstyles' into newstyles

11 years agoFixes and Clouds animations
Olga Brani [Fri, 15 Jun 2012 14:37:37 +0000 (17:37 +0300)]
Fixes and Clouds animations

11 years agoMerge remote-tracking branch 'origin/newstyles' into newstyles
Kostas Papadimitriou [Fri, 15 Jun 2012 08:34:50 +0000 (11:34 +0300)]
Merge remote-tracking branch 'origin/newstyles' into newstyles

11 years agoMerge branch 'master' of https://code.grnet.gr/git/astakos astakos/v0.6.3
Sofia Papagiannaki [Thu, 14 Jun 2012 10:27:57 +0000 (13:27 +0300)]
Merge branch 'master' of https://code.grnet.gr/git/astakos

11 years agoFix send feedback view
Sofia Papagiannaki [Thu, 14 Jun 2012 10:27:39 +0000 (13:27 +0300)]
Fix send feedback view

11 years agoAnimation Clouds
Olga Brani [Wed, 13 Jun 2012 14:04:26 +0000 (17:04 +0300)]
Animation Clouds

11 years agoMerge branch 'master' into newstyles
Kostas Papadimitriou [Wed, 13 Jun 2012 12:37:17 +0000 (15:37 +0300)]
Merge branch 'master' into newstyles

Conflicts:
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
snf-astakos-app/astakos/im/templates/im/base.html
snf-astakos-app/astakos/im/templates/im/login_base.html

11 years agoRemove set of django specific settings
Kostas Papadimitriou [Tue, 12 Jun 2012 16:17:34 +0000 (19:17 +0300)]
Remove set of django specific settings

since common django settings required by synnefo components are placed by
webproject.

11 years agofix user info in feedback email template
Sofia Papagiannaki [Tue, 12 Jun 2012 15:53:33 +0000 (18:53 +0300)]
fix user info in feedback email template

11 years agoMerge branch 'master' of https://code.grnet.gr/git/astakos
Sofia Papagiannaki [Tue, 12 Jun 2012 15:50:58 +0000 (18:50 +0300)]
Merge branch 'master' of https://code.grnet.gr/git/astakos

11 years agofix "None" next value in local login form
Sofia Papagiannaki [Tue, 12 Jun 2012 15:50:33 +0000 (18:50 +0300)]
fix "None" next value in local login form

11 years agoUser notifications context processor fix astakos/v0.6.2
Kostas Papadimitriou [Tue, 12 Jun 2012 14:55:01 +0000 (17:55 +0300)]
User notifications context processor fix

11 years agoFix user notification display
Kostas Papadimitriou [Tue, 12 Jun 2012 14:37:41 +0000 (17:37 +0300)]
Fix user notification display

also improved styling of "notice" message types

11 years agoUpdate Changelog astakos/v0.6.1
Kostas Papadimitriou [Tue, 12 Jun 2012 13:44:28 +0000 (16:44 +0300)]
Update Changelog

11 years agoMerge branch 'master' of https://code.grnet.gr/git/astakos
Sofia Papagiannaki [Tue, 12 Jun 2012 13:36:03 +0000 (16:36 +0300)]
Merge branch 'master' of https://code.grnet.gr/git/astakos

11 years agofix local login from cms
Sofia Papagiannaki [Tue, 12 Jun 2012 13:35:38 +0000 (16:35 +0300)]
fix local login from cms