Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im @ ba8c50e5

Name Size
  fixtures
  management
  migrations
  static
  templates
  templatetags
  tests
  views
__init__.py 0 Bytes
activation_backends.py 19.8 kB
astakos_resources.py 1.7 kB
auth.py 3.3 kB
auth_backends.py 3.3 kB
auth_providers.py 22.7 kB
context_processors.py 4.1 kB
cookie.py 4.2 kB
fields.py 3.7 kB
forms.py 38.4 kB
functions.py 40.7 kB
messages.py 17.6 kB
models.py 68.3 kB
notifications.py 3.1 kB
presentation.py 10.3 kB
project_notif.py 5.5 kB
quotas.py 11 kB
register.py 7 kB
settings.py 10.6 kB
tables.py 14.3 kB
urls.py 8.3 kB
util.py 11.1 kB
weblogin_urls.py 1.6 kB
widgets.py 2.7 kB

Latest revisions

# Date Author Comment
5dc97d69 02/13/2014 04:20 pm Giorgos Korfiatis

astakos: Add command project-modify

Add a management command that directly modifies an initialized project.

bf644f91 02/13/2014 04:20 pm Giorgos Korfiatis

astakos: Refactor resource-modify

Remove interactive operations, rename default-quota to base-default.

ba8c50e5 02/13/2014 04:20 pm Giorgos Korfiatis

astakos: Modify resource project default

Add support in resource-modify for changing the project_default.

a53ec93b 02/13/2014 04:20 pm Giorgos Korfiatis

astakos: Sync project-based quota

Update quota code to take into account the differentiated sources.
There is no more need to lock the user when updating quota; locking
the project is now adequate.

Update quota listing in management commands; introduce option --quota in...

44d950c6 02/13/2014 04:20 pm Giorgos Korfiatis

astakos: Improve printing in quota-verify

Also add option to delete project and user holdings that do not correspond
to actual astakos entities.

64a43a9a 02/13/2014 04:20 pm Giorgos Korfiatis

astakos: Disable setting user base quota

Remove functionality from management commands `quota' and `user-modify'
for setting base quota. They will now be handled through projects.

c3763b39 02/13/2014 03:19 pm Giorgos Korfiatis

astakos: Make ProjectResourceGrant fields non null

Field project_capacity now requires a value; field project_application
was mistakenly set nullable.

2c1a5a15 02/13/2014 03:19 pm Giorgos Korfiatis

astakos: Introduce base projects

Every user is associated with a special-purpose `base' project. Its
mission is to manage the user's base quota.

2c960473 02/13/2014 03:19 pm Giorgos Korfiatis

astakos: Make base project when creating user

Make base project along with the user with the same uuid. Enable the
project upon user acceptance.

d1c95ad9 02/13/2014 03:19 pm Giorgos Korfiatis

astakos: Mark project membership as initialized

Add flag `initialized' on ProjectMembership. It is set to true once a user
is accepted. It is used to distinguish users that have registered
project quota (but may have been removed since then).

View revisions

Also available in: Atom