- 12 Jun, 2013 29 commits
-
-
Kostas Papadimitriou authored
remove trailing /tokens from `Authentication URL`
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
duplicated django user_passes_test and login_required decorators to be able to dynamicaly resolve the url to which we redirect unauthorized users. Replaced django login_required with astakos.im.views.decorators.login_required.
-
Giorgos Korfiatis authored
In migration 0022, ProjectApplication's field `chain' is altered from a plain integer field to a foreign key. This triggers a south command to create an index for the said field. However, it seems that sqlite creates this index automatically, before the create_index command is issued, which subsequently fails. A check is added here, to handle this case by skipping the create_index command. Also, reinstate the data migration part, removed by commit 64c5e1e, but only if db.dry_run is false. In sqlite, before actually applying it, a migration is first dry run, in which case data-altering code should not be run.
-
Sofia Papagiannaki authored
-
Georgios D. Tsoukalas authored
-
Sofia Papagiannaki authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Ilias Tsitsimpis authored
Fix some Astakos' urls paths that were broken. Remove get_endpoints and rename get_user_info_with_endpoints to get_endpoints. Fix tests.
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
tenantName is options in the request input. Howver, if it is provided, the call should check whether it conforms with the token holder.
-
Kostas Papadimitriou authored
-
Christos Stavrakakis authored
-
Georgios D. Tsoukalas authored
- Do not export an endpoint, since clients get public urls from our pithos API, there is no need for them to know an endpoint. - Rename its type to pithos_public, since public is too generic and there is actually no API specification, since noone needs it yet.
-
Kostas Papadimitriou authored
remove trailing slashes
-
Olga Brani authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Ilias Tsitsimpis authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
- 11 Jun, 2013 11 commits
-
-
Olga Brani authored
-
Stratos Psomadakis authored
-
Georgios D. Tsoukalas authored
This reverts commit b6eb72e5ccef38cfabf13f6fdf2acf53438ab34e.
-
Georgios D. Tsoukalas authored
-
Giorgos Korfiatis authored
-
Georgios D. Tsoukalas authored
-
Sofia Papagiannaki authored
Return the web login url also in the custom ``SNF:webloginURL`` attribute
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
This reverts commit b6eb72e5ccef38cfabf13f6fdf2acf53438ab34e.
-
Sofia Papagiannaki authored
Utilize settings.PITHOS_BASE_HOST instead of settings.PITHOS_BASE_URL to construct the header value
-
Georgios D. Tsoukalas authored
-