- 21 May, 2013 5 commits
-
-
Kostas Papadimitriou authored
set accepted_policy to 'migration' for already accepted users which have not yet a verified email address (old flow)
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
explicitly display the type/name of the `in use` provider
-
Kostas Papadimitriou authored
also disable switch policy of shibboleth and local providers by default. In the case of local provider it just doesn't make sense. Shibboleth doesn't allow us to create a url which would force user to login with different credentials.
-
Sofia Papagiannaki authored
-
- 20 May, 2013 26 commits
-
-
Sofia Papagiannaki authored
* split project views from the rest views * move third party authentication views (astakos.im.target) under astakos.im.views * move view decorators to a separate module * move utility methods utilized by views to a separate module
-
Kostas Papadimitriou authored
- Start resloving once the images have been loaded. - Continue loading view progress only once all missing ids have been resolved.
-
Kostas Papadimitriou authored
do not lstrip slashes from the path of astakos url to avoid making requests with relative uris.
-
Giorgos Korfiatis authored
Order by primary key when selecting multiple holdings for update; this most probably ensures that locking will happen in that order. As per commit 2f90645, we select all holdings for the given holders, rather that specifying all tuples (holder, source, resource), in order to avoid query explosion.
-
Giorgos Korfiatis authored
Keep UserSetting model; to be removed in a future version.
-
Kostas Papadimitriou authored
to get over sqlite driver issues to properly clean up database on transaction test cases.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
Lock project's chain for every operation affecting either a project or an application. Subsequently, lock user when needing to sync or to issue commission to update pending_app quota. In views, replace locking qh_add_pending_app with check_pending_app_quota, which will only query quota, so that to respect the above mentioned order. Order by id when locking multiple users.
-
Giorgos Korfiatis authored
Also add a missing import in quotas.py
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
Use synnefo_branding.util.render_to_string accross synnefo apps to be able to use branding variables within the templates.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Avoid proxying Connection, Host and Cookie headers - Cleanup non headers keys (e.g. wsgi.*) - Set X-Forwarded-For header
-
Kostas Papadimitriou authored
PublicKey collections used hardcoded urls to access the ssh public keys api. A new dummy view added (to serve '/ui/userdata/') to be able to use django reverse mechanism for the base url of userdata api.
-
Kostas Papadimitriou authored
use IM_STATIC_URL instead
-
Sofia Papagiannaki authored
The user should not be informed if for any reason the server can not send an email.
-
Sofia Papagiannaki authored
This reverts commit 903ce7dccb44db3d3e5fd280a7683747dfa37d7f.
-
Sofia Papagiannaki authored
Restore SendMailError, ChangeEmailError and SendFeedbackError exceptions (deleted by previous commit) since they are still used.
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
reverse commits ab30f5f163a13dfc7f9bec4d263208dd35f09d16 & 1439d6383113b151b6a3316e320a0418fa30d421 decorate also ``django.contrib.auth.views`` utilized by astakos
-
Kostas Papadimitriou authored
- Explicit handling of invalid email change activation code. - Permission denied response if user is authenticated and email change code is assigned to another user. - Improve logging - Updated tests
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
UNKNOWN_OS setting was missing from the index view context, causing javascript errors.
-
Kostas Papadimitriou authored
since session and messages middleware classes removed from webproject we should explicitly set them on astakos settings.
-
- 17 May, 2013 9 commits
-
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Kostas Papadimitriou authored
-
Christos Stavrakakis authored
Add changelog entry about lazy networks and 'type' attribute in network create API request.
-
Ilias Tsitsimpis authored
setup.py tries to load astakosclient.version module before checking for astakosclient package dependencies which leads to importErrors. Trick setup to load only version module by changing sys.path.
-
Ilias Tsitsimpis authored
-