- 08 Apr, 2013 1 commit
-
-
- 05 Apr, 2013 3 commits
-
-
Constantinos Venetsanopoulos authored
Since v0.13 all Synnefo components have been moved into a single repository and will have the uniform versions. Thus we will have a single Changelog and NEWS file with subsections for each major component.
-
Sofia Papagiannaki authored
Refs: #3519 Add a stamp database revision section in the guide.
-
Sofia Papagiannaki authored
Invite view and function had the same name.
-
- 03 Apr, 2013 3 commits
-
-
Stratos Psomadakis authored
-
Constantinos Venetsanopoulos authored
The Integrator's Guide is outdated, keep it as a file, but remove it from the documentation's index page.
-
Georgios D. Tsoukalas authored
-
- 02 Apr, 2013 1 commit
-
-
Constantinos Venetsanopoulos authored
-
- 29 Mar, 2013 10 commits
-
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
fix get_username to return user uuid instead of user token. The change fix the resolving of image ownership of the current ui user.
-
Christos Stavrakakis authored
-
Georgios D. Tsoukalas authored
-
Constantinos Venetsanopoulos authored
-
Christos Stavrakakis authored
-
Georgios D. Tsoukalas authored
By default projects are not visible in the UI, therefore it makes sense to adjust the default pending application limit to 0, too.
-
Constantinos Venetsanopoulos authored
* Update short descriptions * Make sure all emails point to synnefo-devel@googlegroups.com * Make sure the author and maintainer is "Synnefo development team" * Change pypi URL to point to www.synnefo.org/packages/pypi * Extend Copyright for 2012, 2013 wherever needed
-
Kostas Papadimitriou authored
direct user to the project's index view
-
Georgios D. Tsoukalas authored
-
- 28 Mar, 2013 10 commits
-
-
Sofia Papagiannaki authored
Expose public URL information only to the object owners.
-
Sofia Papagiannaki authored
Change value from 8 to 16, to conform with the default PITHOS_PUBLIC_URL_SECURITY setting.
-
Kostas Papadimitriou authored
Also deny GET requests for those actions
-
Kostas Papadimitriou authored
- Split actions partial in a separate template. - Convert simple A html links to confirm forms and do action requests using POST. - Use a common tempalte tag ``confirm_link`` to prompt user an additional step of action confirmation. - Additionally show a reason field in project deny action.
-
Kostas Papadimitriou authored
if not set, None is passed
-
Kostas Papadimitriou authored
-
Sofia Papagiannaki authored
Refs: commit: 56f3c759 Do not include encoded serial in the public URL. Change PITHOS_PUBLIC_URL_MIN_LENGTH setting to PITHOS_PUBLIC_URL_SECURITY. Log public set/unset functions.
-
Giorgos Korfiatis authored
Admin is interested in projects `Pending for review'. They appeared as `Unknown' in the project list before. With the current change, the status of an admin being a member of a project is hidden, since we don't present combined project/membership states.
-
Kostas Papadimitriou authored
never forget to pass vm create callback arguments
-
Christos Stavrakakis authored
-
- 27 Mar, 2013 6 commits
-
-
Georgios D. Tsoukalas authored
Refs #3492 - Introduce a generic PooledObject class to act both as a context manager for getting and putting back an object from a pool. - Implement a class PooledHTTPConnection(PooledObject) as a sublcass of the one in (1) - Eliminate httplib.HTTPConnection patching of close(). Eliminate put/get_http_connection. The httplib.HTTPConnection object is no longer released back to the pool via a method on it. One must explicitly put it to the pool, or use the PooledObject context manager in (2) above. - Update lib.astakos, lib.quotaholder.http, synnefo.api.delegate, pithos.api.delegate to use PooledHTTPConnection. - Update tests
-
Georgios D. Tsoukalas authored
-
Sofia Papagiannaki authored
Public URLs should consist of a random part. A public URL should be unique and should not be equal to any deleted public URL. Finally publishing a public object has no effect. Therefore, to generate a new public URL for an object, the object should be unpublished and published again.
-
Sofia Papagiannaki authored
# Fix send change email error message # Remove double logging
-
Sofia Papagiannaki authored
Do not display unnecessary message: "Please use either `--from-file' or `--set-capacity' options" while importing quotas from file.
-
Stratos Psomadakis authored
-
- 26 Mar, 2013 6 commits
-
-
Kostas Papadimitriou authored
Refs #3452
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
We used to check the limit on applicant; however we would like to to control pending applications per the original applicant, i.e the owner. The check is ignored when the applicant is a project admin.
-
Giorgos Korfiatis authored
An admin can modify a project, i.e. create an application based on a previous application. We distinguish the initial applicant, called the `owner', from the user who submitted the current application, called the `applicant'. Show owner instead of applicant in project-list: the applicant can vary among applications for a single project, but owner is likely to be unique.
-
Kostas Papadimitriou authored
New ASTAKOS_PROJECTS_VISIBLE setting (defaults to False) added to control whether the projects menu should be visible in astakos user views.
-
Kostas Papadimitriou authored
-