Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app @ ff67242a

# Date Author Comment
ff67242a 01/22/2013 01:28 pm Giorgos Korfiatis

wip Project views by chain_id

01bdbd17 01/22/2013 11:58 am Giorgos Korfiatis

Checks for operations on applications

14f7f6a5 01/22/2013 11:30 am Giorgos Korfiatis

Fix membership checks

93c4dc6b 01/22/2013 10:57 am Giorgos Korfiatis

Output log for project-sync

d4fc6292 01/21/2013 11:45 pm Giorgos Korfiatis

Checks for membership functions

f9224cc0 01/21/2013 09:11 pm Sofia Papagiannaki

Fix unicode urlencoding in feedback call

c2837d72 01/21/2013 09:11 pm Sofia Papagiannaki

Provide project show command

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

Various fixes

78bc0b94 01/21/2013 02:46 pm Olga Brani

Show landing page in menu

2b207cbf 01/21/2013 02:46 pm Olga Brani

Fixes for profile/signup pages

d5570293 01/21/2013 02:21 pm Giorgos Korfiatis

Check sync status only for active users

3c049f6d 01/21/2013 02:16 pm Giorgos Korfiatis

Better log printing

225d4837 01/21/2013 02:15 pm Kostas Papadimitriou

Signup form fixes

- Resolve provider name on hidden input
- Hide signup methods on form submission

62fda315 01/21/2013 01:18 pm Giorgos Korfiatis

Print log in astakos-quota-verify

5aac5dc4 01/21/2013 01:04 pm Giorgos Korfiatis

In sync_users log quotas computed by astakos

93534631 01/21/2013 12:19 pm Kostas Papadimitriou

Missing changes from pervious commit

c793d0f6 01/21/2013 12:14 pm Kostas Papadimitriou

Hide signup options after third party login

8d4a87ad 01/21/2013 12:05 pm Olga Brani

Adding header for Usage page

222ad95f 01/21/2013 12:05 pm Olga Brani

New style for Sign Up page

fd2986e3 01/18/2013 08:27 pm Sofia Papagiannaki

Remove obsolete custom template tag isinf

098a6bff 01/18/2013 08:22 pm Sofia Papagiannaki

Simplify resource & resource policy presentation

b98e1df0 01/18/2013 07:23 pm Sofia Papagiannaki

Provide project details command

0cf289c2 01/18/2013 07:23 pm Sofia Papagiannaki

Substitute deprecated sortable argument to orderable

762900a2 01/18/2013 06:56 pm Giorgos Korfiatis

Collect reporting info for sync_projects()

140da2d1 01/18/2013 06:05 pm Giorgos Korfiatis

Split management command into astakos-quota-verify and project-sync

1951cf27 01/18/2013 05:02 pm Giorgos Korfiatis

Remove obsolete management command

84a3f701 01/18/2013 04:59 pm Giorgos Korfiatis

Advances in syncing quotaholder with astakos

Factor out trigger_sync() as lock_sync() to be used for other
sync processes in addition to sync_projects().
Implement sync_users(), which registers users and their quotas.
Use both sync processes in astakos-qh-sync management command.

115fc1d6 01/18/2013 03:58 pm Georgios D. Tsoukalas

Merge 'develop' into feature-projects

Needed for building devflow packages from feature-projects.

36dc7771 01/18/2013 03:25 pm Olga Brani

Alter image for signup page

a39e3852 01/18/2013 02:33 pm Kostas Papadimitriou

Set default activation redirect url

ddcc0dd9 01/18/2013 02:31 pm Kostas Papadimitriou

Merge remote-tracking branch 'synnefo/feature-projects' into feature-astakos-newstyles

7deaaa5f 01/18/2013 01:41 pm Olga Brani

Landing page style improvements

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

Improvements in auth_methods js in profile page

9a2c43da 01/18/2013 01:40 pm Olga Brani

Remove change email from menu

05375e71 01/18/2013 01:14 pm root

Fix register_resources in QH_PRACTICALLY_INFINITE is not imported

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

a9fda195 01/17/2013 07:07 pm Giorgos Korfiatis

Fix messages

7eadc230 01/17/2013 06:52 pm Giorgos Korfiatis

Management command to check and perform project expiration

e1f31e63 01/17/2013 06:48 pm Giorgos Korfiatis

Display project state

72a6e1e8 01/17/2013 06:45 pm Giorgos Korfiatis

Make is_alive equal to not is_terminated

9307cd46 01/17/2013 06:44 pm Giorgos Korfiatis

Rename PROJECT_STATE_DISPLAY to APPLICATION_STATE_DISPLAY

473e2b08 01/17/2013 04:37 pm Christos Stavrakakis

Remove devflow form build dependency

6ebe72f8 01/17/2013 04:12 pm Giorgos Korfiatis

Optimize project-list query

Note that select_related() does not automatically bring
`related_name's, such as ProjectApplication.project.
Need to specify select_related('project'), which brings
`project' (but not `owner', or other related field).

495eb8f3 01/17/2013 03:21 pm Olga Brani

New layout with image for email_change pages

3f8570dc 01/17/2013 03:05 pm Kostas Papadimitriou

Configurable activation url

url to redirect on after user account activation

3c41f3ef 01/17/2013 03:05 pm Kostas Papadimitriou

Additional audits in data migration

2da6f56b 01/17/2013 03:05 pm Kostas Papadimitriou

Success messages on profile form submit

display messages based on action request after uses submitted the
profile form successfully

649f2d36 01/17/2013 03:05 pm Kostas Papadimitriou

Check if local provider supports email changet

4d0bdd3b 01/17/2013 03:05 pm Kostas Papadimitriou

Some code refactoring

8eb36753 01/17/2013 03:05 pm Kostas Papadimitriou

Exclude local accounts in unverified accounts cleanup

If an authenticated user tries to add a third party login method, reset
existing pending users created using the same third party identifier.

95cb469b 01/17/2013 03:05 pm Kostas Papadimitriou

Fix reset password via extended profile form

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

New profile form bug fixes
New profile icons

e5bc7bc9 01/17/2013 02:55 pm Giorgos Korfiatis

Add an assertion check in all_quotas

689226c3 01/17/2013 02:55 pm Giorgos Korfiatis

Compiled project queries for optimization

26af2b28 01/17/2013 02:07 pm Sofia Papagiannaki

Imrpove resource presentation in project creation email notification

64b5136c 01/17/2013 02:07 pm Sofia Papagiannaki

Handle IOError while trying to load approval terms from not existing location.

611a1398 01/17/2013 01:42 pm Sofia Papagiannaki

Fix typo

f28732db 01/17/2013 11:21 am Olga Brani

Merge branch 'feature-astakos-newstyles' of https://code.grnet.gr/git/synnefo into feature-astakos-newstyles

9f2d1323 01/17/2013 11:21 am Olga Brani

New login form improvements

2a666c36 01/16/2013 05:22 pm Giorgos Korfiatis

Set membership inactive when syncing in PROJECT_DEACTIVATED state

cd633c29 01/16/2013 04:45 pm Giorgos Korfiatis

Fix typo

600222f6 01/16/2013 03:54 pm Christos Stavrakakis

Remove celery dependency

c55e39e7 01/16/2013 03:45 pm Kostas Papadimitriou

Keep fields_list in instance context

35ed6a81 01/16/2013 03:40 pm Kostas Papadimitriou

Merge branch 'feature-astakos-newstyles' of https://code.grnet.gr/git/synnefo into feature-astakos-newstyles

2b7a87d7 01/16/2013 03:36 pm Olga Brani

New profile form KeyOrder fix

3902cfc6 01/16/2013 03:33 pm Kostas Papadimitriou

Apply next parameter to sign in url

Improve user experience by redirecting user to the cloud page
(service,cms etc.) he requested to sign in from.

4bedb0d8 01/16/2013 03:33 pm Kostas Papadimitriou

Change default auth proviers setting

Restrict users to only one auth provider per module by default

64492c49 01/16/2013 03:33 pm Kostas Papadimitriou

Proper next parameter handling in third party logins

Excluding shibboleth all auth modules require two additional redirects
causing `next` parameter to be absent on the final url.

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

New profile form

18516fa0 01/16/2013 02:44 pm Giorgos Korfiatis

Revert "Remove unneeded related_names in ProjectMembership"

This reverts commit e2a15b6a507f716f47c960003089da2f0e32fa2e.

e2a15b6a 01/16/2013 01:01 pm Giorgos Korfiatis

Remove unneeded related_names in ProjectMembership

69ab4df9 01/16/2013 01:01 pm Giorgos Korfiatis

DB index for ProjectApplication state

5d3daee1 01/16/2013 01:01 pm Christos Stavrakakis

Remove devtools and rename to devflow

387f8dba 01/15/2013 09:49 pm Kostas Papadimitriou

Merge branch 'feature-astakos-newstyles' into feature-cloudbar-fix

7f7863bb 01/15/2013 09:04 pm Kostas Papadimitriou

Cloudbar flickering fix

prepend body placeholder (using border-top) to avoid flickering caused
due to late rendering of the cloudbar element

0504f010 01/15/2013 08:01 pm Kostas Papadimitriou

Update token view/url

introduce a helper view to allow user update the account api token.
``renewToken`` javascript helper method is included in forms.js.

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.

17ad5d37 01/15/2013 06:46 pm Kostas Papadimitriou

Conform profile form with EMAILCHANGE_ENABLED setting

- Do not display email change fields

3c807f64 01/15/2013 06:44 pm Olga Brani

Merge branch 'feature-astakos-newstyles' of https://code.grnet.gr/git/synnefo into feature-astakos-newstyles

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

Auth_methods icons

10a870d5 01/15/2013 06:15 pm Kostas Papadimitriou

Email change activation fix

allow email change activation even if user is not authenticated

3fbf7863 01/15/2013 05:40 pm Kostas Papadimitriou

Combined profile form updates

- Handle local account existance and accordingly display password change
fields
- Remove pending email changes before creating a new email change
request in EmailChangeForm object save method
- Pass request instance in form save

f7400729 01/15/2013 05:12 pm Kostas Papadimitriou

Initial commit of the combined profile form

The new profile form supports change email and password change actions
by propagating submited data to internal EmailChangeForm and
ExtendedPasswordChangeForm instances.

db6865fc 01/15/2013 05:01 pm Georgios D. Tsoukalas

Merge branch 'latest-quota' into develop

bring quotas, projects, astakos logins, pithos/RADOS
into the new synnefo development workflow

9deadfcd 01/15/2013 03:32 pm Georgios D. Tsoukalas

fix broken intDecimalField initialization

7db8c163 01/15/2013 03:32 pm Georgios D. Tsoukalas

add pending members indication in projects

8989f446 01/15/2013 03:24 pm Sofia Papagiannaki

Fix TypeError: quota_values() takes no arguments (1 given)

db0d5f6b 01/15/2013 03:23 pm Sofia Papagiannaki

Fix bug in user-set-initial-quota command

8172ea5f 01/15/2013 03:17 pm Sofia Papagiannaki

Clear service token expiration

e84332a3 01/15/2013 03:09 pm Sofia Papagiannaki

Fix AttributeError: 'AstakosUser' object has no attribute 'quota'

99494f57 01/15/2013 03:09 pm Sofia Papagiannaki

Include uuid in user-details command output

db99f198 01/15/2013 02:56 pm Giorgos Korfiatis

Implement project suspension and resumption

Merge membership's SUSPENDED and TERMINATED states into PROJECT_DEACTIVATED.

4182dd03 01/15/2013 12:18 pm Olga Brani

Bug fix

4f674214 01/15/2013 12:17 pm Olga Brani

Icons for extralogin methods

bc523cac 01/15/2013 12:12 pm Olga Brani

Merge branch 'latest-quota' of https://code.grnet.gr/git/synnefo into latest-quota

0da40b58 01/15/2013 12:12 pm Olga Brani

Extralogin methods with icons

ff8333db 01/15/2013 12:12 pm Olga Brani

Style fixes

79991070 01/14/2013 07:40 pm Giorgos Korfiatis

Remove unused update_application()

3c638f72 01/14/2013 07:40 pm Giorgos Korfiatis

Add states DISMISSED and CANCELLED in ProjectApplication and related calls
Fix defaults in DateTimeFields

00351409 01/14/2013 06:54 pm Christos Stavrakakis

Various improvements to version computation