Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app @ 1eec103a

# Date Author Comment
1eec103a 07/19/2012 01:11 pm Sofia Papagiannaki

remove unique constrain from AdditionalEmail

74b273d8 07/19/2012 01:07 pm Sofia Papagiannaki

add (third_party_identifier, provider) index on AstakosUser

cfb15117 07/19/2012 12:57 pm Sofia Papagiannaki

extend modifyuser command by enabling provider modification and password renewal

7f47d7ec 07/19/2012 12:55 pm Sofia Papagiannaki

In get menu call: check for email absence before querying the database for retrieving the user

5a797434 07/19/2012 12:51 pm Sofia Papagiannaki

remove oauth2 files

23447441 07/19/2012 12:37 pm Sofia Papagiannaki

In edit_profile view set is_verified also in GET requests

827e20d6 06/22/2012 02:35 pm Sofia Papagiannaki

Fix misspelling error

7ce35441 06/14/2012 01:27 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/astakos

e9083112 06/14/2012 01:27 pm Sofia Papagiannaki

Fix send feedback view

9bab44c8 06/13/2012 03:27 pm Kostas Papadimitriou

Remove set of django specific settings

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

44ce5791 06/12/2012 06:53 pm Sofia Papagiannaki

fix user info in feedback email template

e416d07a 06/12/2012 06:50 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/astakos

c9e0b7e8 06/12/2012 06:50 pm Sofia Papagiannaki

fix "None" next value in local login form

2ade5df1 06/12/2012 05:55 pm Kostas Papadimitriou

User notifications context processor fix

9dc049cb 06/12/2012 05:37 pm Kostas Papadimitriou

Fix user notification display

also improved styling of "notice" message types

ff419712 06/12/2012 04:44 pm Kostas Papadimitriou

Update Changelog

0f48bbc1 06/12/2012 04:36 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/astakos

12550ed2 06/12/2012 04:35 pm Sofia Papagiannaki

fix local login from cms

ad956265 06/11/2012 02:20 pm Kostas Papadimitriou

Improved user notifications

additional settings to set messages that get displayed on different
im pages (signin, signup, profile pages).

98b4e383 06/11/2012 01:38 pm Kostas Papadimitriou

Update default config file and Changelog

a2f9a5db 06/08/2012 05:13 pm Kostas Papadimitriou

Proper display of active service in cloudbar

based on service id or name.

9597fc83 06/08/2012 05:13 pm Kostas Papadimitriou

Display service token in listservices command

d492d8ae 06/08/2012 05:13 pm Kostas Papadimitriou

Include service id in get_services json response

0ddea10a 06/05/2012 06:52 pm Kostas Papadimitriou

Update Changelog

Additional upgrade notes regarding provided services

9aab00fd 06/05/2012 01:46 pm Sofia Papagiannaki

update Changelog

35f8ccf1 06/01/2012 05:40 pm Sofia Papagiannaki

Merge branch 'refs/heads/0.6'

Conflicts:
docs/source/backends.rst
docs/source/conf.py
docs/source/devguide.rst

3b040f32 06/01/2012 05:15 pm Sofia Papagiannaki

delete obsolete import

ce70ac01 06/01/2012 05:14 pm Sofia Papagiannaki

narrow access to user info only to privileged users

ca828a10 06/01/2012 05:08 pm Sofia Papagiannaki

register email returned by shibboleth (either as a primary or additional email)

Refs: #2416

c9e378c7 05/31/2012 02:52 pm Sofia Papagiannaki

Configurable enable/disable additional logging

Refs: #2448

111f3da6 05/31/2012 12:04 pm Sofia Papagiannaki

Log main astakos functions

Refs: #2448

814113c4 05/30/2012 04:42 pm Sofia Papagiannaki

during datamigration set only to inactive users activation_sent date to epoch

Refs: #2471

751d24cf 05/30/2012 01:38 pm Sofia Papagiannaki

Register the date a user activation email sent and reset it when the user becomes active (for future use)

This field can have the following values:
  • epoch: signifies the user has been created before adding the specific field (so we have no actually information whether an activation email has been sent or not)...
8569eb53 05/24/2012 11:42 am Sofia Papagiannaki

include user groups in authenticate response

6294eae4 05/22/2012 06:08 pm Sofia Papagiannaki

missing import

12ba60c9 05/22/2012 05:47 pm Sofia Papagiannaki

enable CsrfViewMiddleware

7285a337 05/22/2012 05:45 pm Sofia Papagiannaki

remove obsolete imports

04fac72f 05/22/2012 05:45 pm Sofia Papagiannaki

remove obsolete fixtures

6b03a847 05/22/2012 05:44 pm Sofia Papagiannaki

Provide an API call for the service clients to send user feedback

  • new model Service
  • new management commands for handling the services
  • remove ASTAKOS_CLOUD_SERVICES setting
  • change get_services API call to return
    the Service objects
  • separate admin from service API calls...
ff9290ec 05/21/2012 04:25 pm Sofia Papagiannaki

associate a superuser created with an AstakosUser

30dc8c1a 05/21/2012 03:27 pm Sofia Papagiannaki

Provide api calls for permitting helpdesk users to access user information by user email and by username

Refs: #2414

e2447828 05/18/2012 12:38 pm Sofia Papagiannaki

Configurable enable email change mechanism

Refs: #2415

031c353d 05/17/2012 01:28 pm Kostas Papadimitriou

FF3.5 form inputs fix

input field did not get updated on first keypress although keypress
event got triggered.

d5fae5f0 05/17/2012 12:26 pm Sofia Papagiannaki

add missing licence

68ed1683 05/17/2012 12:25 pm Sofia Papagiannaki

middleware for the synchronization of the django session and the ASTAKOS_COOKIE

if ASTAKOS_COOKIE is set and the request user is not authenticated (sessionid cookie has expired or deleted), authenticate and login the user

Refs: #2291

67f6e587 05/15/2012 07:17 pm Kostas Papadimitriou

Fix default settings values in sample conf file

22a9694f 05/15/2012 03:32 pm Kostas Papadimitriou

Update Changelog

57d65473 05/09/2012 08:01 pm Sofia Papagiannaki

change next parameter to index page in activate url

fd2b4e8d 05/09/2012 07:47 pm Sofia Papagiannaki

fix shibboleth login link

6ab1e98e 05/09/2012 07:45 pm Sofia Papagiannaki

fix shibboleth login link

be14d467 05/07/2012 12:35 pm Sofia Papagiannaki

fix the page title in reset password templates

f0f92965 05/07/2012 12:31 pm Sofia Papagiannaki

clear date_signed_terms field if there are updated approval terms for user to sign.

12d07b02 05/07/2012 12:29 pm Sofia Papagiannaki

remove unnecessary import

49790d9d 05/07/2012 12:29 pm Sofia Papagiannaki

Provide email change mechanism

Refs: #2363

0af186f6 05/04/2012 06:47 pm Kostas Papadimitriou

Include Changelog in docs

8871047f 05/04/2012 06:42 pm Kostas Papadimitriou

Update Changelog

3362d142 05/04/2012 11:23 am Sofia Papagiannaki

change showuser command: do not show date_signed_terms if there are no terms to sign

262c2717 05/04/2012 11:22 am Sofia Papagiannaki

delete obsolete files

c56cceaf 05/03/2012 02:50 pm Kostas Papadimitriou

Add south migration to apply latest fields changes

1a15ee63 05/03/2012 01:28 pm Kostas Papadimitriou

Update Changelog for v0.5.0

9c9bd093 05/03/2012 01:28 pm Kostas Papadimitriou

Update sample conf file

3dabf097 05/02/2012 07:11 pm Sofia Papagiannaki

remove is_accepted & date_accepted Invitation fields (substituted by consumed & date_consumed reps.)

d186cf77 04/30/2012 12:30 pm Sofia Papagiannaki

fix activate view in case of failure

e939cf3d 04/30/2012 12:29 pm Sofia Papagiannaki

snf-manage commands: do not send activation email in active users & do not allow inactive users to send invitations

591d0505 04/27/2012 11:55 am Sofia Papagiannaki

shibboleth signup form throughs validation error in case of an inactive account with conflicting email

65d86e92 04/26/2012 07:08 pm Sofia Papagiannaki

fix change user event message format

9de48e8e 04/26/2012 07:04 pm Sofia Papagiannaki

Fix email text for switching accounts

47d675b3 04/26/2012 07:03 pm Sofia Papagiannaki

change user event message format

6151009c 04/26/2012 02:48 pm Sofia Papagiannaki

remove get_or_create_user

27e26a41 04/26/2012 01:35 pm Sofia Papagiannaki

handle AstakosUser model validation error

55a2cc0e 04/24/2012 08:50 pm root

fix activate in case of dublicate accounts

7ee456f7 04/24/2012 08:49 pm root

exception handling in get_menu

a53b19da 04/24/2012 04:51 pm Sofia Papagiannaki

password reset breaks in django 1.2.3

keyword argument request is not passed in PasswordResetForm.save(), use BASEURL setting instead of building it from the request

45f8d9ff 04/24/2012 01:48 pm Sofia Papagiannaki

remove ApprovalTermsWidget

1662ac2d 04/24/2012 01:13 pm Sofia Papagiannaki

remove has_signed_terms utility, introduce AstakosUser signed_terms function instead

b42b0987 04/24/2012 01:13 pm Sofia Papagiannaki

set session cookie expiration to user auth_token expiration date

Refs: #2291

062c970c 04/24/2012 01:10 pm Sofia Papagiannaki

do not show inviter in invitation signup forms

be3de0d6 04/24/2012 01:09 pm Sofia Papagiannaki

update snf-manage command in notification email text

09e7393c 04/24/2012 01:09 pm Sofia Papagiannaki

remove has_signed_terms utility, introduce AstakosUser signed_terms function instead

ab8f7956 04/21/2012 11:32 pm Sofia Papagiannaki

fix third-party signup form email validation sequence

0a569195 04/21/2012 11:00 pm Sofia Papagiannaki

ask acknowledgment for switching local account to shibboleth one

  • unique email and is_active combination (use django model validation)
  • use different template for rendering shibboleth signup form
  • do not show groups in profile page
  • do not show provider in third-party signup forms...
63fa03fe 04/11/2012 08:09 pm Sofia Papagiannaki

get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie.

Refs: #2291

672d445a 04/11/2012 07:11 pm Sofia Papagiannaki

Ratelimit login attempts

Refs: #2267

d37e4e21 04/10/2012 04:13 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/astakos into 0.5

Conflicts:
snf-astakos-app/astakos/im/models.py
snf-astakos-app/astakos/im/views.py

23c271b3 04/10/2012 03:35 pm Sofia Papagiannaki

Prevent non local users (not having usable password) from reseting their password.

Refs: #2167

8788aa17 04/10/2012 03:33 pm Sofia Papagiannaki

Do not pass current location in Signin's next param

4e30244e 04/09/2012 05:26 pm Sofia Papagiannaki

support shibboleth with invitations & enable modifyuser command to remove a user group

Refs: #2167

fd78a867 04/08/2012 02:52 pm Sofia Papagiannaki

Merge branch 'master' into 0.5

Conflicts:
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/templates/im/approval_terms.html

18ffbee1 04/07/2012 06:36 pm Sofia Papagiannaki

add support for groups

176023aa 04/06/2012 04:08 pm Kostas Papadimitriou

Redirect to index if no approval terms found

0441fe7f 04/04/2012 02:48 pm Kostas Papadimitriou

Merge branch 'current_changes'

Conflicts:
snf-astakos-app/Changelog

3b011c48 04/04/2012 02:46 pm Kostas Papadimitriou

Update changelog for v0.4.0

76776df1 04/04/2012 02:43 pm Kostas Papadimitriou

Update settings documentation

5f8f39d4 04/04/2012 02:35 pm Kostas Papadimitriou

Update sample settings file

6c736ed7 04/04/2012 01:43 pm Kostas Papadimitriou

Safe imports

include required queue imports only if QUEUE_CONNECTION is set

5207efcb 04/03/2012 04:50 pm Sofia Papagiannaki

Merge branch 'master' into 0.5

8f5a3a06 04/03/2012 02:35 pm Sofia Papagiannaki

change authentication methods: progress I

a70dacde 04/02/2012 09:16 pm Kostas Papadimitriou

Fix signup form terms label display

afd0710e 04/02/2012 05:53 pm Kostas Papadimitriou

Update Changelog for v0.3.9

866d2ccb 04/02/2012 05:42 pm Kostas Papadimitriou

Terms sample file