Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im @ 362dadaa

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.2 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 37.5 kB
messages.py 17.5 kB
models.py 67.6 kB
notifications.py 3.1 kB
presentation.py 10.3 kB
project_notif.py 5.5 kB
quotas.py 9.9 kB
register.py 6.6 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
362dadaa 02/13/2014 03:19 pm Giorgos Korfiatis

astakos: Adapt to new project/app scheme

552df4cd 02/12/2014 06:48 pm Giorgos Korfiatis

astakos: Fill grants' project_capacity

Each resource grant that a project provides is now also associated with
a project-level limit. This is set by consulting the existing user-level
limit and the max members allowed. If the latter limit is not set, we
consider the project's current number of active members.

5e3c112a 02/12/2014 06:48 pm Giorgos Korfiatis

astakos: Add project default in resources

Add field `project_default' in resources. This will serve as a skeleton to
fill project quota (both project-level and member-level limits) for
resources not specified by the application.

The field is initialized by consulting the default base quota (field...

8af74daf 02/12/2014 06:48 pm Giorgos Korfiatis

astakos: Make limit_on_members_number a bigint

We need bigint in order to represent infinite as 2**63-1.

11922155 02/12/2014 06:48 pm Giorgos Korfiatis

astakos: Replace application None values

None will from now on denote a missing field of the application. Use empty
string for missing string and the conventional max int (2**63-1) for a
missing limit.

2ffe077d 02/12/2014 06:48 pm Giorgos Korfiatis

astakos: Store all project info on the project model

A project entry will contain all information needed to operate a project.
An application will store just the information provided by the applicant.

88f5242e 02/12/2014 06:47 pm Giorgos Korfiatis

astakos: Identify projects with a uuid

Introduce field `uuid'; use it to refer to projects in the API and the
management commands.

84498bca 02/10/2014 02:40 pm Giorgos Korfiatis

astakos: Refactor notification code

Introduce generic notify functions that consult a dict for a given action.

74c9dfca 02/10/2014 02:40 pm Giorgos Korfiatis

astakos: Remove unneeded argument

62d30634 02/10/2014 02:40 pm Giorgos Korfiatis

astakos: Introduce private projects

A private project can only be accessed by its owner and its members.
No user can join the project; but the owner can enroll members.

View revisions

Also available in: Atom