- 27 May, 2013 21 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
Settings ADMINS, MANAGERS, and HELPDESK are tuples even though they could naturally be lists. If one sets by mistake one of these to list, this triggers an error in notification code, which tries to concatenate them: concatenation of list and tuple fails. To avoid this, we make sure that these settings are in tuple form. Also explicitly set MANAGERS and HELPDESK in the default admin settings to an empty tuple rather than referring to ADMINS (which is an empty tuple, too).
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
GET is not allowed to remove auth provider urls
-
Kostas Papadimitriou authored
do not include third party logins of disabled provider modules (modules which are not set in ASTAKOS_IM_MODULES). This fixes user's provider remove policy resolution when user has multiple providers assigned but only one is enabled in ASTAKOS_IM_MODULES setting.
-
Kostas Papadimitriou authored
incorrect variable use. Retrieve message from provider object instead of astakos_messages module.
-
Kostas Papadimitriou authored
initialize client in login view
-
Olga Brani authored
Convert provider removal links to forms (using POST), in order to be able to remove GET from the remove view allowed HTTP methods. Refs #3793
-
Kostas Papadimitriou authored
removed activate option. User status can be changed using additional user-modify commands (--verify, --accept etc.)
-
Ilias Tsitsimpis authored
Refs #3767
-
Kostas Papadimitriou authored
missing comma
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
update default value of TEMPLATE_DIRS setting
-
Kostas Papadimitriou authored
if classic signup ('local') appears first in IM_MODULES setting
-
Giorgos Korfiatis authored
Since there is no way to delete a registered service, confirmation is needed to register a service. Add also a `--no-confirm' option to bypass this check in service-add as well as in user-modify.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
- 24 May, 2013 12 commits
-
-
Giorgos Korfiatis authored
Service URL and API URL where set the other way around. Also add checks for the URLs being in use.
-
Giorgos Korfiatis authored
Service name is significant: UI presentational data are indexed by it; resource names are prefixed by it.
-
Constantinos Venetsanopoulos authored
-
Christos Stavrakakis authored
Update /servers API, to include attachments to /servers responses, even if the server has no NICs.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Raise a BadRequest if request is missing Content-Type header field.
-
Christos Stavrakakis authored
-
Giorgos Korfiatis authored
Following Keystone there is now a `type' field in model Service. This adds a data migration in order to set the type for existing services as follows: astakos: identity cyclades: compute pithos: storage
-
Giorgos Korfiatis authored
Leave the most important fields of Service in service-list; show all fields with service-show.
-
Giorgos Korfiatis authored
We do not support removing a registered service or resource.
-
Giorgos Korfiatis authored
Unset execute bit for file service-add.py
-
Giorgos Korfiatis authored
Do not fail when looking up the unit, if resource is not found.
-
- 23 May, 2013 7 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
Olga Brani authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Replace ASTAKOS_SERVICES and ASTAKOS_RESOURCES_PRESENTATION_DATA with ASTAKOS_SERVICES_META and ASTAKOS_RESOURCES_META in conf files respectively.
-
Giorgos Korfiatis authored
There is no need for a qh node since the integration in astakos.
-