summaryrefslogtreecommitdiff
path: root/js/codeq/aaiLogin.js
AgeCommit message (Collapse)Author
2016-02-26Use a consistent naming style for DOM IDsTimotej Lazar
2015-12-17added 'use strict', coirrected some errors which were revealed by it and ↵Robert Zorko
fixed the argument of the call of the wait function used in the reset function (core.js)
2015-12-15Fixed the bug about the loss of problem solving screen state when entering a ↵Aleš Smodiš
navigation-bar state and getting back. Now every state carries with itself the publicly exposed jqScreen object and isModal boolean information, which is used by the globalStateMachine in the actualTransition method.
2015-12-10Add copyright info to JS filesTimotej Lazar
2015-11-09Changed the "Shibboleth.sso" path to "saml".Aleš Smodiš
2015-11-06Gui support for SAML account merge/upgrade upon first SAML-type login of an ↵Marko Pušnik
existing user.
2015-10-21global saml_logout has been disabled. A bug with the saml login timeout has ↵Robert Zorko
been fixed (if the user entered the saml login screen and went back he would later get the timeout error)
2015-10-19hiding the change password buttons if the user logs in via samlRobert Zorko
2015-10-16added a transition to the original login state if the saml login failsRobert Zorko
2015-10-15using the same login function for both normal login and AAI loginRobert Zorko
2015-10-15fixed some bugs with the AAI login after testingRobert Zorko
2015-10-15added the web logic for the saml login, but it still needs testingRobert Zorko
2015-10-15AAI login is moved to its own screen and js fileRobert Zorko