- 14 Feb, 2013 2 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
set-password & active options
-
- 31 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
to better expose a pending application
-
- 30 Jan, 2013 2 commits
-
-
Sofia Papagiannaki authored
-
Giorgos Korfiatis authored
-
- 29 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
-
- 28 Jan, 2013 8 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
Include uuid in user-list & search user also by uuid in user-show.
-
Giorgos Korfiatis authored
Rename project-approve and project-deny to application-approve and application-deny, respectively, to make it clear that the commands expect an application ID.
-
Georgios D. Tsoukalas authored
-
- 27 Jan, 2013 1 commit
-
-
Sofia Papagiannaki authored
-
- 25 Jan, 2013 1 commit
-
-
Sofia Papagiannaki authored
Call activate function to send also the user quota limits.
-
- 24 Jan, 2013 4 commits
-
-
root authored
x
-
Sofia Papagiannaki authored
Raise CommandError there is no such project
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
- 23 Jan, 2013 2 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
- 22 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
-
- 21 Jan, 2013 3 commits
-
-
Sofia Papagiannaki authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
- 18 Jan, 2013 3 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
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.
-
- 17 Jan, 2013 4 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
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).
-
Sofia Papagiannaki authored
-
- 15 Jan, 2013 4 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
Giorgos Korfiatis authored
Merge membership's SUSPENDED and TERMINATED states into PROJECT_DEACTIVATED.
-
- 14 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
Add an 'uplimit' (default) field in Resource; change AstakosUserQuota fields to IntDecimalField; pass all four limits of initial quotas to the quotaholder; register services and resources explicitly upon creation; a wrapper for get_quota.
-
- 11 Jan, 2013 2 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Change Project's state field and ProjectMembershipHistory's person field; replace all migrations starting 0015 with a single new one. Need to check for missing data migrations.
-