History | View | Annotate | Download (10.1 kB)
get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie.
Refs: #2291
Do not pass current location in Signin's next param
add support for groups
change authentication methods: progress I
Force user to accept service terms
Refs: #2019
Merge branch 'master' into aquarium
Conflicts: snf-astakos-app/Changelog snf-astakos-app/README snf-astakos-app/astakos/im/api.py snf-astakos-app/astakos/im/backends.py snf-astakos-app/astakos/im/context_processors.py snf-astakos-app/astakos/im/functions.py...
Improve get_menu view
Allow enabling/disabling some of the menus.Changed some of the titles.
add creditevent listener to set user ``has_credits`` flag and pass the information to ``authenticate`` response
Refs: #1824
merge with master
fix internal astakos menu & minor other changes:
menu: omit `Sign in` next parameter if current location is `logout` or `login` page
integration with aquarium: Progress III & merge master
Refs: #2141Refs: #2146
changes in cloudier and signup & logout behavior
Refs: #2146
add logging incase of exception
Refs: #2148
Convert cloudbar api responses to JSONP
if callback parameter is set on url use it and set the appropriateresponse mimetype.
use Astakos's external URL to prepend all links
Refs: #2102
change cloudbar to contain dynamic links
Repo refactor and webproject hooks fixes